I tried downloading a file using ftp. it works fine, but I can't get a value out of $$ftp.connect I can work out the connection status by using 'ftp first' and...
3652
Dimitris Keletsekis
gui4cli
Oct 14, 2006 4:54 pm
... I think I've stated it as CONECT (one N) in the program. Try this instead. I'll correct it. Dimitris...
3653
Dimitris Keletsekis
gui4cli
Oct 14, 2006 5:26 pm
... You can't. I'll fix it - thanks Dimitris...
3654
jack
jack_horsfield
Oct 14, 2006 6:28 pm
yup, that's got it :) many thanks jack ... get a...
3656
jack
jack_horsfield
Oct 23, 2006 2:38 pm
someone said he'd have a go at compiling the python dll for me for python 2.4... i downloaded the source, but it doesn't include g4c.h. there is a copy of a...
3657
Dimitris Keletsekis
gui4cli
Oct 23, 2006 5:11 pm
Hi Jack, ... Its on the list.. ;) I'll get around to it - no really.. ... The source for the python dll includes the source and g4c.h is in there - I just...
3658
jack
jack_horsfield
Oct 23, 2006 7:47 pm
ah, yes, you're right. the one i had i downloaded from the files section of this forum. the one on your web site is correct. if we get the compilation done...
3659
jack
jack_horsfield
Oct 25, 2006 7:47 am
see the Files section for gcPython24.zip this contains g4c.pyd for python 2.4 and all the source files used to build it. jack...
3660
jack
jack_horsfield
Oct 25, 2006 7:54 am
the compilation worked. but we had to use the .dsw and .dsp files from one of the zip source archives and the remaining files from the other one. i've uploaded...
3661
cursedc64
Oct 25, 2006 10:56 am
Hi! I like Gui4cli for Eindows very much. I just dug out my old A500 with 2 DD Floppy drives. Now I'd like to have GUI4CLI there... but there is a little...
3662
Dimitris Keletsekis
gui4cli
Oct 25, 2006 12:23 pm
... Great! Thanks Jack. I'll put a link also on the python page. Dimitris...
3663
Dimitris Keletsekis
gui4cli
Oct 25, 2006 1:09 pm
... The installation package is less than 600k so it even fits on a 720k (or 880k or whatever it was on the amiga) disk. If you mean the final un-compressed...
3664
Dimitris Keletsekis
gui4cli
Oct 26, 2006 1:25 pm
Hi, Uploaded v 1.10 at: http://users.hol.gr/~dck/g4c/html/Downloads.htm Main changes: Improved the WAIT command and made it more stable (did away with the ...
3665
jack horsfield
jack_horsfield
Oct 26, 2006 1:43 pm
bug! :) the Index entry for 'Input39; takes you to the COMMAND topic jack Yes, as a matter of fact, yes, but it would save time if you would just answer. ... ...
3666
Dimitris Keletsekis
gui4cli
Oct 26, 2006 4:44 pm
... And there's no entry for the Command topic either. You can search for them for now.. Thanks Dimitris...
3667
Fer Stoopman
fmstoopman
Oct 27, 2006 11:04 am
Hi Dimitris The new wait command does not accept '#this39; in the command line. eg: <wait gui ~guiname 0 #this/sub1> should jump to subroutine (or Xwait) sub1 as...
3668
Fer Stoopman
fmstoopman
Oct 27, 2006 2:09 pm
Hi Dimitris The wait command now delivers a returncode 5 when waiting for a window to appear. Eg: if you want to run notepad and wait for it's window to open...
3669
Richard
xytroxon
Oct 27, 2006 3:45 pm
... Working good! Wow, the Calendar looks great! Works on Win 98 now! Thanks! Amazing what a little color can do! Errors in sciED loading gui4cli-Chris.ini...
3670
Dimitris Keletsekis
gui4cli
Oct 28, 2006 7:57 am
... That had me going for a while.. The error is in the gui code. Anyway, fixed it and added also the TRIM keyword to Extract.. Dimitris...
3671
Dimitris Keletsekis
gui4cli
Oct 28, 2006 9:39 am
... Probably.. I'll fix it. Also the #this (your other mail) I also get some errors with SciEd in that when you save one file, the waits for others are...
3672
Fer Stoopman
fmstoopman
Oct 28, 2006 1:35 pm
Hi Dimitris, Thanks for fixing the Wait command. Since V19.10 the old enum method behaves differently. In a gui with 2 LV's I enumerate all gui's in lv1 and ...
3673
cursedc64
Oct 28, 2006 6:10 pm
Hi! I've got a little problem using Curl.dll. I checked the helpfile and my code maybe 20 times now and i cannot find my mistake. Perhaps someone of you has...
3674
Richard
xytroxon
Oct 28, 2006 7:43 pm
... It was strange, if you put a CR/LF as the first line it worked. More items to fix :) -- SciED language keyword lists for Gui4Cli need updating. Missing...
3675
Dimitris Keletsekis
gui4cli
Oct 29, 2006 9:05 pm
Hi Fer, ... That's how its supposed to be. You change the xEnum event while the enumeration is going on, so it stops the old one and does the new one instead....
3676
deduikertjes
Oct 30, 2006 11:53 am
Dear all, When I make my gui an executable I've problems in using the resources in the executable. my XOnLoad Event contains: Icon Load ":help.icl" helpicons ...
3677
Dimitris Keletsekis
gui4cli
Oct 30, 2006 2:45 pm
... You can not load icons this way in an executable. Not my fault.. The way you must do it is create an empty icon list, load an image containing the icons,...
3678
Dimitris Keletsekis
gui4cli
Oct 30, 2006 3:20 pm
... I don't see anything but its been a long time since I've worked on this. If you can make a simple full-gui example I can run I could maybe tell you more. ...
3679
Fer Stoopman
fmstoopman
Oct 30, 2006 3:47 pm
Hi Dimitris, After downloading the Test.zip and testing the Enum command I now definitly switch over to the new Enum method (enum #global) for several reasons:...
3680
cursedc64
Oct 30, 2006 4:42 pm
... Well I did, at last, findy my mistake... It was one of these nasty hiding ones that are produced by lack of sleep... ;-) Yes, Curl much better than NET or...
3681
Dimitris Keletsekis
gui4cli
Oct 31, 2006 12:02 pm
... ok. ... Yes - Command is a command and also there are $$command and $$cmd internal variables. ... Only by type number - the following is from the source,...