... Fixed this. May also have hapenned in 1-2 other image commands. ... This one is more difficult. Apparently it doesn't happen if the bitmap is loaded from...
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 2, 2006 11:47 am
3470
Hi Dimitris, I've uploaded Help file (created by my Archiver) concerning with Google SketchUp tool by Ruby. This SketchUp is smart and cool 3D-tool for kids...
I tired to run the CHM file. Result: "Internet Explorer was unable to link to the Web page you requested. The page might be temporarily unavailable."...
Dimitris! ... I haven't time to make project and just compile it. You can open IE and type this URL: mk:@MSITStore:<Path>\RubySketchUP.chm::/default.htm or ...
Maybe you have to upgrade IE. I have v6.0 here and can open RubySketchUP.chm directly from files of this group. Regards, Valery ... IE ... good!.. I ... ...
Dimitris, I've done embedding of g4c module into SketchUP. It can be done in several steps: 1. Copy g4c.so into folder Plugins. 2. Update file sketchup.rb. It...
I think this is the problem: http://support.microsoft.com/default.aspx?scid=kb;en-us;312456 Anyway.. too much work. Can you just zip up the original files? ......
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 4, 2006 6:45 am
3480
Dimitris, Maybe it would be interesting for Gui4Cli users. This code shows how you can use Gui4Cli from AutoIt3 (beta only!) Global Const $WM_COPYDATA = 0x004A...
Hi Valery, I didn't run it but I understand the code.. The autoit dll api is interesting. I did a similar thing in Sci.dll. Although its much easier to write...
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 4, 2006 7:23 pm
3483
... Ok, fixed this one too. Some clipboard images apparently have an additional 12 bytes in their header which I wasn't adding so the whole bitmap was shifted...
Thank you, Dimitris I thought I thanked you last night but when checking the forum to-day I didn't notice my message. Somehow it disappeared, or dissolved or...
Dimitris, I've tried v.19.xx in Windows 9x and have fault after starting gui4cli.exe. It said SetProcessPriorityBoost can't be searched in kernel32.dll. Have...
... Here's a version (19.4.3): http://users.hol.gr/~dck/g4c/G4C_Test.zip I'm currently working on cursors. I've included an example gui Regards Dimitris...
Dimitris, Yes. This one lives with my Win95&98! Cursor is fine, too. I have one question to you as listview expert. Is there some undocumented style (or...
... You mean to start editing ? You can do that with ListView_EditLabel() ... I'm not sure I understand what you mean.. You have to handle the LVN_ENDLABELEDIT...
Dimitris. I am looking for way other than LVN_BEGINLABELEDIT to start and LVN_ENDLABELEDIT to end in-line editing. I see that there is not other methods. ... ...
... There are, but they're more difficult. You can subclass the control and handle all the mouse-click messages yourself, but its quite a lot of work to make...
Hi There, I've a problem with the RUN command. When I try to run a file to get it opened it only works for a very few filetypes (.txt) for example. When I try...
I don't know what is wrong... but you could try not using the forward slashes: run "C:\\BORIS\\METADATA\\thema.dbf" sometimes programs don't like them,...
I tried .dbf and various others and it opens them ok on my system, so I can't replicate it.. One thing you can try is giving the OPEN flag: Run $path "" OPEN ...
Dear Dimitris, Thank you for your reply. I tried your test gui. It opens just about everything except for .dbf (see saved output below): ... *ERROR* File:...
... If its only that file type, maybe something with its filetype declaration is wrong. My system (on which it works ok) is in Greek (I wish it wasn't but they...
Hi Dimitris, Much is said, explained, asked and answered about directory listviews already and now I have another small problem. In the testgui below there are...