Hi Dimitris, Sorry for the delay in writing. I am attaching the gui in a zip with its image so you can see what I mean. I think there may be a bug in xarea...
... 2 things: To load a file in the same directory as the gui that loads it, you can use the ":" in front of the filename, like Image load :Winshape.jpg...
Hi Dimitris, Passing arguments to a Gui has been handled many times in this forum and is no problem anymore, however when turning the gui into an executable...
... Ask something then :-) There's been a few spammers - I'm deleting them as fast as they come.. btw - I'm currently finishing up a dll for grabbing a part of...
Hello everybody, Questions 1)abaut maths, integrals, derivation,ODE, there are any DLL? 2)connect using com port, LPT1 etc, any DLL? How to do? Sorry for my...
... G4c has some mathematical ability itself. There are no special dlls for other stuff yet. ... I made a dll a while back, but nobody seems to know how to use...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File :...
gui4cli@yahoogroups.com
Apr 22, 2007 10:11 pm
4010
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File : /Formulae1.exe ...
gui4cli@yahoogroups.com
Apr 22, 2007 10:20 pm
4011
Hi, Download from: http://users.hol.gr/~dck/g4c/dll/grab.htm Source code included. There is also a ready exe you can run. All the best, Dimitris...
Hi Dimitris, Is there an event that triggers the escape key during a long operation within a while... endwhile loop ? XonKey 'ESCAPE' doesn't work while the...
I'm wondering if there are plans to implement saving of images as JPG or PNG format? It is really a restriction to have them output as ony BMP. I would like to...
... No. The escape key is handled differently and is automatically checked by g4c itself between each command. If its pressed, execution will be stopped. ... ...
... No plans to add special code to do that, unless windows itself supports it - which it may already do.. there is a iPersist interface that should normally...
Hi, As a workaround, you can use Irfanview as Dimitris suggested. Irfanview accepts commandline arguments to convert bmp to jpg without opening the window....
Hi Dimitris, I'm looking for an interval variable that shows the total number of checked items in a listview. There's one for selected items, one for all...
... I use the OleLoadPicture() function to load a picture. I checked just now and it fails with png. In any case this is a strange function cause on the manual...
Hi Dimitris. ... GDI+ has an Image class for loading and saving: http://msdn2.microsoft.com/en-us/library/ms534462.aspx It's pretty common to use it for...
... You can make a routine and count them. It would be pretty fast unless you have thousands of records.. xRoutine countChecks gui id local c c = 0 use lv $gui...
... That would be a big undertaking because it is done in a different way, so internal g4c image structures wouldn't be compatible (i think). It could be done...
Hi Dimitris. ... Don't know what structures you use. In what I tried with GDI+ I used normal DC (with CreateCompatibleDC) and DIB (with CreateDIBSection). ... ...
... I don't know how flash works but if it uses something like vbscript etc, it would trigger functions in the vbscript and then you could just create a g4c...
Hi. ... Might be possible. Don't know if vbscript can handle ActiveX-events, though. But for my taste these are too many different scripting languages ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File : /RotEncrypt.gui...
gui4cli@yahoogroups.com
May 14, 2007 2:56 pm
4032
So.. A man walks into a bar and asks the barman for a glass of water. The barman instead takes out a gun and points it at the man's head. The man is shocked at...
... Another refreshing use for rot-47 I was just drinking coffee when I read the answer... what a mess I made... fer PS I'm planning to upload 2 more gui's,...