Hello all, Can someone help me with a way in which to display text only within a Gui4Cli window, i'm not thinking of a text box for text more. I'm thinking...
... Hi Dave, Have a look in C:\Program Files\Gui4Cli\Tutorials or wherever Gui4Cli lives on your machine. It sounds like you want XTEXTBOX. I recommend: ...
... within a ... of an ... Hi Daz, Many thanks 1stly for your prompt reply! I have looked at these tutorials but they seem to be referring to setting up...
... Variables are good for this - they don't have to vary. In this case they're static and you don't have to insert any "\n" (newline) characters. Type the...
... straight ... rudamentory ... membership." OK ... OKCANCEL "Result" ... Hi Daz again, Much oblighed for the feed back thats what I'm talking about a working...
.g4c arguments to pass <http://groups.yahoo.com/> Hi Dimitris, I want to experience passing arguments to a gui on the command line. t=$$arg.total in my test...
... Hi F, Using a GUI like this for testing: //-------------------- G4C ARGS_GUI WINDOW 179 137 200 100 'CL args' xOnLoad arg1 arg2 arg3 guiOpen #this say '...
Hi Flicknemo, Arg type arguments are discontinued indeed and replaced by normal variables with the restriction that they are only valid in the event they are...
Hi all, Setting the view mode of a file requester seems not to be possible in XP. There is however a workaround. The code below is used to set the required...
Hi Fer, Thanks for the example. As you say, there's no way to set the file requester mode programmatically. I've tried COM and various other methods but with...
... to try.. Hi Dimitris, Thanks for the DEBUG version upload. I've tried it and so far I can only confirm that it's a rock solid version. It did not crash G4C...
FILEPATH FILE Internal Variables - Gives information on the current File object. example: say 'File $$file.path is $$file.size bytes.' '$$file.path' is not...
Hi Dimitris, An edbox or richedit with attr style readonly should be converted back to read/write by specifying setattr ... style -readonly or style ~readonly....
Hi, I'm new here. So, I have a few questions. =1= What is this project about ? === Is this an experimental/learning/... project ? ... =2= What source versions...
I'm working on porting a COM plugin I built for powerpro to Gui4cli. Dimitris is busy and hasn't much time to field my questions on the Gui4cli api for use...
Hi Alan, I also do not have much time, but if you explain in a little bit more detail what your are trying to achieve/accomplish then maybe we can help you in...
Hi Jack ... I don't know... I was thinking maybe its some race condition, since the debug version is probably a bit slower, but I don't really know.. Best...
Hi all, Recently I came across a command line utility that enables you to create a 'real' tranparent window (like in Vista Home Premium) amongst many other...
... Thinking aloud - please ignore, if necessary ... A freaky option might be to intercept WM_DEVICECHANGE and see if any current GUI has an "xOnDevice" (or...
... I've got a working plugin in Powerpro, porting it to Gui4Cli. This script works: G4C DocGui xOnLoad Gosub #this doWord xRoutine doWord com.create_object...
I'm doing test scripts for my com plugin. One thing I'd like to do is while 1 com.method blah blah // sets $com_result if $com_result = 1 goto outL // no...
... Hi Alan, Use an Xtimer: xtimer pulse 100 msec off id timer1 com.method blah blah // sets $com_result if $com_result = 1 gosub outL // or: branch OutL //not...
Hi, ... Use sysdll : (say the file name is in "filename") sysdll declare kernel32 GetShortPathNameA dword "pstr/str:100/dword" extract filename PCPATH // the...
Hi Dimitris, The debug version looked OK initially, but after using it now for some time, it also crashes. I have to say sporadic though. Interesting though is...