. 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...
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...
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 ...
... 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...
... 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...
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
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
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
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...
... 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...
... 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...
... 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...
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....
... 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...
... 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...
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...
... 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...
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?)...
Hi Chris, ... It's not a bug, but the automatic translation mechanism. ... are ... lines. Have you tried the following option: set trans off path = '...
... 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...
... 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 :)...
... 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...
... 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...
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...
... 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...
... 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) ...