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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5017 - 5051 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5017
Hi Dimitris, I'm quite often working with the julian date in my programs. To simplify them, I have an enhancement request for the 'EXTRACT ... UNJULIAN ...'...
reneatch
Offline Send Email
Oct 4, 2008
4:20 pm
5018
Hi Rene, Sure, I'll add something and upload in a few days. All the best, Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Oct 5, 2008
7:21 pm
5019
Hi Dimitris, Thanks for your reply and sorry for my late feedback. Q: Do you already know if you simply change the value (just return the year in four digits)...
reneatch
Offline Send Email
Oct 11, 2008
1:38 pm
5020
Hi Rene, ... For now you can just parse it yourself. Here is an example gui G4C testgui xOnLoad var1 = "15/3/08" var2 = "15/3/65" say 'var1 = $var1 - var2 =...
Dimitris Keletsekis
gui4cli
Offline Send Email
Oct 12, 2008
6:57 am
5021
Thanks Dimitris. Nice idea to put it in a routine (or a function). This way I can already change my programs and at a later step only this single ...
reneatch
Offline Send Email
Oct 12, 2008
11:00 am
5024
Hi to all, Does somebody knows a way to take focus off of a xTextin event. "setEvent #this myOtherEvent select", works on everything except xTextin. I need it...
chris.kevany
Offline Send Email
Oct 13, 2008
11:54 am
5025
... Hi Chris, Normally, an XtextIn is triggered when you press enter. So add the command setevent #this <textin id> unselect. It will take focus from the...
Fer Stoopman
fmstoopman
Offline Send Email
Oct 13, 2008
5:45 pm
5026
... Hi Fer, I tried this in the xOnKey event but this won't do the trick. It seems that xOnKey is not executed when the cursor is in a xTextin event. Your...
chris.kevany
Offline Send Email
Oct 13, 2008
6:11 pm
5028
... Hi Chris, I also encountered that 'problem' and the way I used to do it was clicking another event (eg a button) and dragging the mouse away from that...
Fer Stoopman
fmstoopman
Offline Send Email
Oct 13, 2008
8:52 pm
5029
... Chris and Fer I also played around with this issue and do discover the following. Chris is correct the CONTROL key does not work for single letters of ...
marianne976
Offline Send Email
Oct 13, 2008
10:09 pm
5032
... Hi Frans, I tried your example with the function keys and they also work that way. At least for me running W2K. I only find it a problem that you use...
chris.kevany
Offline Send Email
Oct 13, 2008
11:21 pm
5033
... Hi Chris I agree with you. One can however make use of wildcards for the textin events for example: Setevent #this Textin* unselect //for ids textin1,...
marianne976
Offline Send Email
Oct 13, 2008
11:40 pm
5034
Hi Chris, A small variation to all possible solutions: XonKey 'ESCAPE' setevent #this '*' unselect So deselect ALL events when pressing escape which is the...
Fer Stoopman
fmstoopman
Offline Send Email
Oct 14, 2008
10:32 am
5035
... Hi Fer and Frans, I found this "weird" syntax which seems to solve the problem for all keys (with some restrictions). The first one unselects everything,...
chris.kevany
Offline Send Email
Oct 14, 2008
6:39 pm
5036
Hi Dimitris, In the past you took off the 240 bytes limit of several events. Is it possible to do that also for the ReqFile filter string? My application...
chris.kevany
Offline Send Email
Oct 17, 2008
8:05 pm
5037
... Hi Chris. Strange, the reqfiles I tried can have a filter as large as the buffer size. If the size is larger G4C crashes (obviously). Maybe it's the way...
Fer Stoopman
fmstoopman
Offline Send Email
Oct 18, 2008
9:21 am
5038
... Hi Fer, To be honest, I didn't check it for a number of versions so perhaps Dimitris changed it already. I can't remember if it was mentioned in the past. ...
chris.kevany
Offline Send Email
Oct 18, 2008
10:39 am
5039
Hi Fer, I checked it out and it seems to still has the restiction. Gui4Cli doesn't give a error or crash when I supply large strings but it looks likes the...
chris.kevany
Offline Send Email
Oct 18, 2008
12:12 pm
5040
Hi Chris, Try the following test gui: ~~~~~~~~~~~~~~~~~~~~~~~~~ G4C ReqFileTest XonLoad filter = "" filter1 = "Select a file of the MP\$i type/*.MP\$i\/" for i...
Fer Stoopman
fmstoopman
Offline Send Email
Oct 18, 2008
1:10 pm
5041
... Hi Fer, Yes this works but isn't the regular use of a filter. Below is what I need and it's the syntax as in the Gui4Cli manual. But this doesn't work for...
chris.kevany
Offline Send Email
Oct 18, 2008
4:32 pm
5042
Hi Chris, ... Only for testing purposes. Your example works fine, even for a 100 count loop. It just doesn't fit into the output window. To check the length of...
Fer Stoopman
fmstoopman
Offline Send Email
Oct 18, 2008
6:41 pm
5043
... Hi Fer, I've tried it in both W2K and WXP and for me it doesn't work? I also use g4c 19.29 Does a mp3 file shows up when selecting "supported types" ? ...
chris.kevany
Offline Send Email
Oct 18, 2008
9:28 pm
5044
Hi Chris, ... This is really puzzling. MP3 files are shown alright in the file requester under 'supported types'. Apparently this is not a gui4cli problem but...
Fer Stoopman
fmstoopman
Offline Send Email
Oct 18, 2008
9:45 pm
5045
... I'm seeing the same symptoms as Chris - anything over ~250 bytes in a single 'type group' filter is unseen (ignored). I tried using the native Win32 API on...
daz4roo
Offline Send Email
Oct 19, 2008
6:00 am
5046
Hi all, From what I see, the string is stored as is, without limitation of characters and passed to the function as such. So is should be able to take any...
Dimitris Keletsekis
gui4cli
Offline Send Email
Oct 19, 2008
7:15 am
5047
... Hi to all, I remember there was a dos limitation for strings of 254 chars. Assuming that Fer runs W98 and doesn't seem to have the problem makes it even...
chris.kevany
Offline Send Email
Oct 19, 2008
9:39 am
5048
... Hi Chris, It's not related to string length or DOS - it's a bug in the implementation of GetOpenFileName. The chances of running into it are so rare that...
daz4roo
Offline Send Email
Oct 19, 2008
10:30 am
5049
Hi Chris, ... No, I'm running XP and Vista with a clear preference for XP. Fer...
Fer Stoopman
fmstoopman
Offline Send Email
Oct 19, 2008
10:55 am
5050
"Man's has got to know his file system limitations..." -- Dirty Harry "Magnum Programmer" http://en.wikipedia.org/wiki/NTFS Maximum path length An absolute...
Richard
xytroxon
Offline Send Email
Oct 19, 2008
3:21 pm
5051
Hi All, If I draw an xTab, I cannot change the background color. Is that a works-as-designed issue? Also I have realised, that the top of the tab area has an...
reneatch
Offline Send Email
Oct 29, 2008
8:36 pm
Messages 5017 - 5051 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