Hi Dimitris, I like the idea of abandoning the 'coolforum' for reasons of spam and connectivity and therefore not being 'cool' at all. Until you've found a...
... I know.. the spam is going crazy. There's some guy who has a bot sending messages continuously. What I can't understand is how they bypass the little weird...
... see: http://en.wikipedia.org/wiki/CAPTCHA rather more interestingly, i did hear a radio feature about a US university that is trying to digitise old books....
Hi All, Does anybody know how to change the help text of an icon in the taskbar tray? Setevent and setattr both seem not work here. I know, there must be a...
Hi Rene Changing text doesn't seem to work so the only thing you could do is to make several xtbaricon's each with it's own text and it's own ID (like tb1,...
Hi All, At first, I use this forum, because it's available at all times and I easily can upload my example code etc. Now to my question; I have created two...
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
Sep 15, 2008 8:59 pm
5009
Hi Rene, ... I cannot explain exactly how icons are kept together, what I do know is that you better split large and small icons into 2 separate lists. I've...
Have a look at the list with the gui Fer uploaded. The logic is that you give one image with a series of same icons. If you create a list with both large and...
Hi Dimitris and Fer, Thanks for your advices. Creating / loading different icon lists is not a problem and easy to handle. I will follow your tips. Best...
Hi Dimitris,  Related to this: Sofar I was not able to use 48x48 and above icons. Are they supported anyway?  Jack Get your preferred Email name! Now you...
Hi, There are 2 solutions: 1. Specify an xtab with a height of 25 (more or less) plus add the command guiwindow #this refresh (to update the titles) (See...
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
Sep 23, 2008 8:48 pm
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 ...'...
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...