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 ...'...
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)...
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 =...
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...
... 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...
... 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...
... 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...
... 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 ...
... 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...
... 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,...
Hi Chris, A small variation to all possible solutions: XonKey 'ESCAPE' setevent #this '*' unselect So deselect ALL events when pressing escape which is the...
... 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,...
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...
... 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...
... 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. ...
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...
Hi Chris, Try the following test gui: ~~~~~~~~~~~~~~~~~~~~~~~~~ G4C ReqFileTest XonLoad filter = "" filter1 = "Select a file of the MP\$i type/*.MP\$i\/" for i...
... 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...
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...
... 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" ? ...
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...
... 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...
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...
... 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...
... 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...
"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...
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...