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 4801 - 4831 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4801
. Hi Dimitris, I have two occasions where the drop feature of a xTextIn event, appears to be disabled. The first one I mentioned before together with a...
chris.kevany
Offline Send Email
May 1, 2008
5:25 pm
4802
Hi all, This version adds a way to call system dlls. Example gui is included. 19.24 - The "waitlength" argument of the wait command did not work. - Buffer READ...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 1, 2008
6:53 pm
4803
Hi Fer, Well, I tried, but its not as easy as I thought. I'd have to change quite a bit to do this. I'll keep it in mind and maybe do it later.. Best regards ...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 1, 2008
6:55 pm
4804
... gui. ... Hi Chris, I can only think of 3 possible workarounds that may solve it until a better fix is found. Have you tried it without the groupbox? A...
Fer Stoopman
fmstoopman
Offline Send Email
May 2, 2008
10:32 am
4805
... Hi Fer, For the xTextIn within groupbox problem, I think putting events in a groupbox is such a common usage that drop simply should have to work. As...
chris.kevany
Offline Send Email
May 3, 2008
12:10 am
4806
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
May 3, 2008
11:27 am
4807
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 : /GUI/Keypress...
gui4cli@yahoogroups.com
Send Email
May 3, 2008
11:29 am
4808
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 : /Help/G4C Text...
gui4cli@yahoogroups.com
Send Email
May 3, 2008
11:33 am
4809
Having established that:- wait var "~somevar" 1000 #this/some_xroutine does not work but needs to be:- wait var "~GUI_NAME.somevar" 1000 #this/some_xroutine I...
nichot20
Offline Send Email
May 7, 2008
2:57 pm
4810
... Yes. The reason is that the variable string is stored and passed to the new thread that is created to do the waiting and gui4cli continues with other...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 7, 2008
5:31 pm
4811
... I guessed as much, so thanks for confirming. -- Tim...
nichot20
Offline Send Email
May 8, 2008
8:36 am
4812
... work. ... Hi Chris, I've uploaded a new version of FotoCollage which shows a way of creating sections in your gui using textboxes and a way of drawing a...
Fer Stoopman
fmstoopman
Offline Send Email
May 9, 2008
11:52 am
4813
... Hi Fer, FotoCollage is a impressive piece of work with indeed good ideas in it to give guis a more personal touch. A additional idea could be that as soon...
chris.kevany
Offline Send Email
May 10, 2008
7:16 am
4814
Is there a code size resource limit in GUi4CLI? I have an application which has now grown to over 1000 lines, and which is proving a bit flakey in execution....
nichot20
Offline Send Email
May 13, 2008
1:18 pm
4815
... Hi Tim, It probably has more to do with the order in which your script is written. The SciEd goes up to 9999 and then continues cheerful at 0000 without...
chris.kevany
Offline Send Email
May 13, 2008
2:09 pm
4816
... written. ... without any problems. Mine goes up to 999 not 9999! ... I have noticed that moving a call to an Xroutine to later in another Xroutine where...
nichot20
Offline Send Email
May 13, 2008
3:11 pm
4817
Hi Tim, ... No. ... Its very difficult to trace these problems down. It may seem that one thing is happening when its the other. That said, I've never written...
Dimitris Keletsekis
gui4cli
Offline Send Email
May 13, 2008
6:34 pm
4818
my longest gui is 1800 lines. it has perhaps 70 users, who use it quite a lot. i haven't had any problems like this with it. jack...
jack
jack_horsfield
Offline Send Email
May 13, 2008
7:31 pm
4819
... This is probably a change I made in the SciEd Plus. You can download this at the Files/gui section if you want to give it a try. Taking comments and...
chris.kevany
Offline Send Email
May 14, 2008
10:55 am
4820
Hi to all, I have a problem while using RepVar as follows: path = 'c:\mypath\myfile002' repVar path '002' '003' Basically this removes the back slahes (bug?)...
chris.kevany
Offline Send Email
May 14, 2008
11:40 am
4821
Hi Chris, ... It's not a bug, but the automatic translation mechanism. ... are ... lines. Have you tried the following option: set trans off path = '...
Fer Stoopman
fmstoopman
Offline Send Email
May 14, 2008
9:03 pm
4822
... My single file was well structured already ;) I've moved a substantial chunk of gosubs to a separate .gc file, and to date its not hung, whereas before, it...
nichot20
Offline Send Email
May 15, 2008
7:51 am
4823
... I usually use it, thanks. but due to a HD failure had to carry on on another machine and wam working with the default. (Still using your colours though :)...
nichot20
Offline Send Email
May 15, 2008
7:58 am
4824
... I suppose this added code mainly are move or copy commands ? I don't expect problems with these. If it is possible to disable lines in this new code...
chris.kevany
Offline Send Email
May 15, 2008
8:19 am
4825
... Your example works but the path variable has become a constant which can't be changed, except in the script. To simulate a line as taken from e.g. a xEdBox...
chris.kevany
Offline Send Email
May 15, 2008
8:38 am
4826
... say 'moving audio' move $audio_files '$upone' RENAME/SILENT/YESTOALL say 'moving video' move $video_files '$upone' RENAME/SILENT/YESTOALL say 'deleting...
nichot20
Offline Send Email
May 16, 2008
10:49 am
4828
Hi all In previous versions it was possible to create a zui file, encrypt it and then run the program. It seems to me that this cannot be done anymore. In the...
marianne976
Offline Send Email
May 18, 2008
11:53 am
4829
... writing ... for ... using ... is ... can ... for ... Hi Frans, Encrypt your gdb file using: pack.password <password> pack.encryptFile <gdbfile>...
Fer Stoopman
fmstoopman
Offline Send Email
May 18, 2008
7:04 pm
4830
... Hi Fer Thanks for the reply. The test writing program is an exe file. Up to 100 students can write a test at the same time. The test writing program and...
marianne976
Offline Send Email
May 18, 2008
7:32 pm
4831
... Hi Frans, Are you sure the <tempfile> is written to the server?? The name of the tempfile is contructed from: tempfile = "temp:" (local temp folder) ...
Fer Stoopman
fmstoopman
Offline Send Email
May 18, 2008
8:06 pm
Messages 4801 - 4831 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