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...
... I'm going to open a section for Gui4Cli on our forums over at Programmer's Haven. Here's the URL: http://codecraft.proboards59.com/index.cgi?board=gui4cli ...
Hi Garrett, Thanks for the forum. I've signed up and will be following it as much as I can. Don't send me the moderator info just now. Thanks Dimitris...
Coolforums was probably brought down by the spam. The amount of spam directed at that site was incredible.. We'll try this (plus the newsgroup of course) ...
Just to let everyone know.. Those forums have been around for years. Originally started by that old codger Roy Scott who's been lurking around here somewhere...
Hi to all, Does someone knows a way to override the Windows copy/paste menu with a quickMenu on a TextIn event? I tried several things without success. Thanks,...
... Ah.. finally someone that also believes that the earth is flat and hence you can fall off... it would explain a lot of things, like the Bermuda triangle...
Hi Dimitris, It's quiet lately here at Gui4Cli. I hope you and all devoted Gui4Cli users here are doing well. I want to ask something about the drop attribute....
Hi Chris, Thanks for your interest in our well being. Much obliged. Although I have not yet experienced the problems about drop functions as you described,...
... The dll function I use simply calls the "mciSendString" function, probably much like the one you build in. It's the whole chain that's called by this...
... Hi Fer, As you can read in my reply to Dimitris' answer, there isn't much chance to get the whole drop system up again other the to reload the gui. I have...
... Hi Chris, I've tried to find the localized name for the "reqfile DIR" window in the registry. No luck. Maybe someone else knows how to.. So for now it can...
... Thanks Fer, About the language; Dimitris posted a few links to msdn at the discontinued coolforums forum. These contained a lot of services to get Windows...
Hi Chris, There is another alternative for placing the dialog!! Make your own directory requester. Advantages: 1. make it as large as you want 2. place it...
Dimitris Hope that all users are well. I however do have two questions that I need help with: 1. Msgbox - When I do not use the default title of the msgbox,...