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...
Show off your group to the world. Share a photo of your group with us.

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 4678 - 4712 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4678
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...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 1, 2008
10:15 am
4679
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...
Livio Nicoliello
livionicolie...
Offline Send Email
Feb 2, 2008
1:44 am
4680
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...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 2, 2008
10:22 am
4684
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...
chris.kevany
Offline Send Email
Feb 9, 2008
3:59 pm
4685
Hi Chris, ... Can you give me the exact text of the error message you get, because I can't find it in the code. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 10, 2008
9:03 am
4686
... 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...
chris.kevany
Offline Send Email
Feb 10, 2008
10:47 am
4688
... Hi Dimitris, Sorry for the typo but you've already seen it should be > 260 chars. Chris....
chris.kevany
Offline Send Email
Feb 11, 2008
8:27 am
4689
Hi Chris, ... Yes, I found the problem, but there's a few changes that must be made to fix it properly, so stay tuned.. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 11, 2008
12:28 pm
4690
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
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 13, 2008
1:09 pm
4693
Hi Chris, Fixed the 260 char limit but haven't tested it. Try out the new version and tell me if there are problems. Best regards Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 13, 2008
1:14 pm
4694
Hi Jack, Try out the new version. It should now work as you say below (very lightly tested..) Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 13, 2008
1:16 pm
4695
Hi Dimitris, Perfect! Tried repVar buffer $mask '', where $mask was 572 chars. No char limit message anymore and $mask is perfectly removed. Tried searchVar...
chris.kevany
Offline Send Email
Feb 13, 2008
4:38 pm
4696
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...
jack
jack_horsfield
Offline Send Email
Feb 15, 2008
7:47 pm
4697
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...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 18, 2008
11:21 am
4698
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)...
jack
jack_horsfield
Offline Send Email
Feb 23, 2008
8:12 am
4699
... 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...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 23, 2008
10:56 am
4700
... Hi Jack, Correction: Addcode "...." should be: addcode <guiname or #this> "...." Sorry Fer...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 23, 2008
1:21 pm
4701
hi fer that works beautifully! many thanks jack...
jack
jack_horsfield
Offline Send Email
Feb 23, 2008
5:10 pm
4702
Also, if you want afterwards to delete these events you should give them an ID and use Event FREE #this id* Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 23, 2008
6:32 pm
4703
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......
jack
jack_horsfield
Offline Send Email
Feb 23, 2008
7:39 pm
4704
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" ...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 23, 2008
8:46 pm
4705
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 24, 2008
3:15 pm
4706
when using:- ########################################### dos.set OnOUTPUT #this feedback dos.launch $cmdwindow $commandline xRoutine feedback local...
nichot20
Offline Send Email
Feb 27, 2008
8:13 am
4707
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...
nichot20
Offline Send Email
Feb 27, 2008
8:44 am
4708
... 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...
chris.kevany
Offline Send Email
Feb 27, 2008
5:43 pm
4709
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...
jack
jack_horsfield
Offline Send Email
Feb 27, 2008
7:51 pm
4710
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...
chris.kevany
Offline Send Email
Feb 29, 2008
7:25 am
4711
... Hi Chris, The syntax is not correct. 'First' is not a flag. The slash between 'first' and 'whole' should be a space. Fer...
Fer Stoopman
fmstoopman
Offline Send Email
Feb 29, 2008
8:36 am
4712
... 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...
chris.kevany
Offline Send Email
Feb 29, 2008
1:35 pm
Messages 4678 - 4712 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