ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Screenshot Captor

Scripting to be added to Screenshot Captor

<< < (5/6) > >>

mouser:
writing a full language is something most coders dream of.. i only wish i had the time to spend on it - but i know i dont, so dont hold your breath.

NeilS:
I hope you realise I was kidding there.  :P

AbteriX:
back to topic
i have a few questions to be up to state:

1. i don't like to script SC in OOP, that's sounds i have to wrote a lot of code
to e.g. put an border around an image ?
Can we have some scripting code examples for imagine please?

2. again, what means to use e.g. LUA... i would need my
SC to come with me on my USB-Stick.
I don't want/can't install a language on all PCs.....or can i use LUA 'stand alone'?
And how big would e.g. the LUA folder be?

Again, why not VBS with an captor.dll as 'API' .....(i don't know if i use the right terms)
I think WSH is on the most PCs standard?

Can't we use a portable scripting language like AHK or AutoIt?

f0dder:
AbteriX: LUA is small and embedded, so you don't need to install anything. I think a *full* LUA system can be added in less than 100kb.

 
 

mouser:
whatever scripting i add to sc will be built in and small; as f0dder says it really shouldnt have much of an impact and im not going to use anything big or anything that requires a separate install.

all of the discussion above is more philosophical.  for sc the script will be EXTREMELY simple:
it will be stuff like this
ResizeTo(320,200);
Border("white",2);
Border("blank",1);
DropShadow(4);

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version