Hi Livio, I had a lot of fun experimenting with estatic.gui, changing all parameters to see the effect. So I made a control panel separate from the canvas to...
To Fer Thanks Fer, your panel control is great i learn a lot of thing of your panel. I m very newie in programing i like a lot maths but i have to know many...
Hi Livio, Glad you liked the control panel. As for MIDI: There are a few sound players based on Gui4Cli in the files section that are capable of playing MIDI...
Hi Dimitris, I remember you've recently been reworking Gui4cli on some commands to allow strings > 160 characters. I still find that searchVar and repVar come...
... Hi Dimitris, I get this on the report window for both searchVar and repVar commands: *ERROR* File: "C:/test/test.gui" Line: 192 Syntax error, String is too...
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
Feb 11, 2008 11:07 pm
4692
Hi all, Uploaded a new version See the files -> Gui4Cli section. History: 19.22 - Changed arrow behavior when editing od lvs to conform to excel - Removed the...
Hi Dimitris, Perfect! Tried repVar buffer $mask '', where $mask was 572 chars. No char limit message anymore and $mask is perfectly removed. Tried searchVar...
hi dimitris well, after a session with my user... it sort of works, but there are some problems. with Excel, if you click away from the field you are editing...
Hi all G4C menus started from the taskbar or from a windowless gui do not always disappear when clicking somewhere outside the menu. This seems to be a bug in...
i have an xmenu to which i would like to add some items dynamically. is this possible? or, in other words, i want to added some lines from a file (or listview)...
... Hi jack When loading the text for new items use: addcode "Xmenu <ID> 'new item'\n\rSay 'Extra item added'" menu #this refresh Use addcode for each menu...
hi dimitris ...interesting that you should mention that... only an hour or so after i added the menus i started to wonder if it was possible to remove some......
Hi all, Using XonKey seems not to work for function key F10 All other function keys are detected allright. I tried: xonkey ALL say "Key pressed: $$key.char" ...
... Apparently F10 is a "syskey" (ie internally it does not send a WN_KEYDOWN message like everybody else, but a WM_SYSKEYDOWN)). I added it, now it triggers...
Every time I run SciED I get a string of complaints about errors in sciLoadPrefs.gc. They are all "Argument must be a number, Instead found invalid string" on...
... Hi, If you use the preference file named "gui4cli - Chris.ini" with the yellow background (language options), these errors are caused because there are two...
i send the captured output to a file, then read the file. dods.set onoutput #this captureData xroutine captureData file write "$$dll.dos.text" i expect there...
Hi Dimitris, I can't get the WHOLE flag set to work with lvSearch. My listview contains a field with 'Demux Video AVI'. Then when I want to check if the line...
... Hi Fer, Now I see! Checked it in the manual and you are right. Didn't use lvSearch much in the past and searchVar has only one flag (sensitive) which I...