Search the web
Sign In
New User? Sign Up
gui4cli · Open Source script language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3990 - 4033 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3990
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...
flicknemo
Offline Send Email
Apr 3, 2007
2:28 pm
3992
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 4, 2007
5:45 am
3993
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...
Fer Stoopman
fmstoopman
Offline Send Email
Apr 4, 2007
2:51 pm
3994
Hi Fer, I had no time to look at the code yet but its probably because I'm not passing the arguments. I'll have a look. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 5, 2007
1:24 pm
4002
that's all I'm getting!...
rolandixor
Offline Send Email
Apr 17, 2007
1:38 am
4003
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 17, 2007
5:47 am
4005
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...
livionicoliellocorreo
livionicolie...
Offline Send Email
Apr 20, 2007
2:39 am
4007
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 20, 2007
11:45 am
4008
... I see, I'll try what you suggest and let you know. Thanks. flicknemo...
flicknemo
Offline Send Email
Apr 20, 2007
12:45 pm
4009
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
Send Email
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
Send Email
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 25, 2007
5:50 pm
4012
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...
Fer Stoopman
fmstoopman
Offline Send Email
Apr 29, 2007
10:45 am
4013
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...
techuser55
Offline Send Email
Apr 29, 2007
3:44 pm
4014
... No. The escape key is handled differently and is automatically checked by g4c itself between each command. If its pressed, execution will be stopped. ... ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 30, 2007
5:59 pm
4015
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Apr 30, 2007
6:07 pm
4016
Hi, As a workaround, you can use Irfanview as Dimitris suggested. Irfanview accepts commandline arguments to convert bmp to jpg without opening the window....
Fer Stoopman
fmstoopman
Offline Send Email
Apr 30, 2007
7:49 pm
4017
... It is supported in gdiplus (also JPEG/TIF/GIF). It also supports alpha- channel of PNGs with layered windows BTW. Shouldn't be too difficult to...
mockey_a
Offline Send Email
May 1, 2007
11:48 am
4021
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...
Fer Stoopman
fmstoopman
Offline Send Email
May 2, 2007
1:50 pm
4022
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 2, 2007
1:55 pm
4023
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...
mockey_a
Offline Send Email
May 2, 2007
4:05 pm
4024
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 2, 2007
6:37 pm
4025
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 2, 2007
6:59 pm
4026
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). ... ...
mockey_a
Offline Send Email
May 2, 2007
7:26 pm
4027
... Hi Dimitris, As I'm only interested in knowing if there're any checks in the listview I could shorten the code a bit. Thanks, Fer...
Fer Stoopman
fmstoopman
Offline Send Email
May 2, 2007
7:35 pm
4028
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 3, 2007
1:45 pm
4029
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 ...
mockey_a
Offline Send Email
May 3, 2007
2:14 pm
4031
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
Send Email
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 16, 2007
5:53 pm
4033
... 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,...
Fer Stoopman
fmstoopman
Offline Send Email
May 16, 2007
7:37 pm
Messages 3990 - 4033 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help