Hi, Uploaded v 1.11 at: http://users.hol.gr/~dck/g4c/html/Downloads.htm Minor update to fix some bugs in the previous version All the best, Dimitris...
... Hi Dimitris! I just figured out a fast way to see what command highlights are missing in sciED. But you have to use a computer ;) Run "C:\Program...
... Good idea! That's what I'll do.. ... XX is just en empty non-triggerable event which I use to draw lines or enter titles so that they are visible when the...
Hi Dimitris, For the purpose of quick selecting a color I need the RGB value of a pixel. In Basic there used to be a command (I think it was Point(x,y)) which...
$$riched.find does not work with any riched.dll or riched32.dll This has already been a subject in september 2004 by a user named Valery, but I don't noticed a...
Dear All, I've a gui on which i'd like to drop files. When this gui contains a Xbrowser and the file is dropped on this, the xbrowser captures the drop and the...
... I would have to try by subclassing the browser window and messing around with its default behaviour which isn't very polite. I'll have a look though.. ...
Afterthought.. Have you tried getting the info through the $$browser vars? Some xBrowser or xOnBrowser event may be trigerring when things are dropped.....
Hi everybody, I'm stuck with a seemingly very small detail, but rather annoying result. Suppose the original file is : C:\OriDir\Testfile.txt and one uses the...
Hi, I tried the same method using the line: createlink docs:documenten/text.txt temp:text.lnk and it works OK. The target description in the properties now...
Hi, There are more strange things happening with createlink. After some more testing I also got the mix of forward slashes and back slashes on the target...
... Hi Fer, In answer to your first reaction : I tried word for word your example in a simple script without any other commands, but still with my own ...
Hi Piet First, maybe the OS is responsible for the differences we experience, but I tried another method that works well -on XP-: make a variable of the name...
Hi again Fer, I'm afraid that's not the solution for me, actually I did it already like that in my big scriptfile, but ofcourse I tried your suggestion ...
Hi again Well Piet, I'm not giving up that easily. I can reproduce the slash/backslash mix when the path and/or filename contains spaces. So I tried the...
Hi, I've made the paths more pc compliant and it now seems to work well. I can't upload yet because I'm working on something which is still causing crashes,...
Hi Fer and Dimitris, I'm old enough to say it's been a long time I've been impressed, but you sure managed to do so, thank you both for your time and...
Hi, Uploaded version 19.12 at: http://users.hol.gr/~dck/g4c/html/Downloads.htm Main changes: Added the PIXEL command Added the PXGET and PXSET keywords to the...
Hi Dimitris Thanks for the Pixel commands. There is however a small flaw: Both "Pixel get" and "Image PxGet" deliver a BGR value instead of RGB although "pixel...
Excellent job, Dimitris ! CreateLink now works perfect, even in win98SE. I noticed suddenly a minor conflict when both Gui4Cli and PowerPro are running and a...
Hi Dimitris, ... Swearing won't let you off the hook. LOL I always appreciated your sense of humor ever since the Amiga days. Still remember the XOnFart event...
Hi, Im new to Gui4Cli and trying to make a volume control that changes the volume on my system. This is what I have so far: G4C KCmenu WINDOW 0 0 250 200...
Hi, Im new to Gui4Cli and am trying to make a simple volume control that changes my WinXP volume. Here is what I have so far: G4C KCmenu WINDOW 0 0 250 200...
... To use MCI you must first "open" a device. The normal code that "should" do this (but doesn't) would be: XBUTTON 10 10 165 30 "volume half" mci 'open...