Search the web
Sign In
New User? Sign Up
gui4cli · Open Source script language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3682 - 3711 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3682
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 1, 2006
7:57 pm
3683
... 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...
Richard
xytroxon
Offline Send Email
Nov 2, 2006
7:43 pm
3684
great idea. works for my emacs too :) thanks jack A life form's gotta do what a life form's gotta do ... From: gui4cli@yahoogroups.com...
jack horsfield
jack_horsfield
Offline Send Email
Nov 3, 2006
7:12 am
3685
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 3, 2006
7:49 am
3686
Dimitris Keletsekis <gui4cli@...> wrote: > the compilation worked. but we had to use the .dsw and .dsp files from ... Great! Thanks Jack. I'll...
mido fox
mido_fox985
Offline Send Email
Nov 3, 2006
10:01 pm
3687
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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 4, 2006
10:20 am
3688
... Pixel command is almost done. Needs a little more work.. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 6, 2006
6:35 am
3689
$$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...
pietpraet
Offline Send Email
Nov 7, 2006
9:00 am
3690
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...
deduikertjes
Offline Send Email
Nov 7, 2006
1:35 pm
3691
... 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.. ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 8, 2006
10:45 am
3692
Afterthought.. Have you tried getting the info through the $$browser vars? Some xBrowser or xOnBrowser event may be trigerring when things are dropped.....
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 8, 2006
11:00 am
3693
... Ok, I fixed it. I wasn't passing an undocumented flag to the function.. I'll upload soon. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 8, 2006
3:06 pm
3694
... Thanks for the very fast support, Dimitris ! As always, I look forward to your newest upgrades. Keep up the good work....
pietpraet
Offline Send Email
Nov 9, 2006
7:26 am
3695
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...
pietpraet
Offline Send Email
Nov 9, 2006
10:32 pm
3696
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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 10, 2006
3:04 pm
3697
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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 10, 2006
4:11 pm
3698
... 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 ...
pietpraet
Offline Send Email
Nov 10, 2006
9:36 pm
3699
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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 10, 2006
10:36 pm
3700
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 ...
pietpraet
Offline Send Email
Nov 11, 2006
12:29 pm
3701
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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 11, 2006
2:25 pm
3702
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,...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 11, 2006
6:15 pm
3703
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...
pietpraet
Offline Send Email
Nov 11, 2006
10:26 pm
3704
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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 13, 2006
9:08 pm
3705
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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 14, 2006
11:32 am
3706
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...
pietpraet
Offline Send Email
Nov 15, 2006
6:48 am
3707
... Not my fault.. I swear :) Find a fix here: http://users.hol.gr/~dck/g4c/G4C_Test.zip Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 15, 2006
3:21 pm
3708
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...
Fer Stoopman
fmstoopman
Offline Send Email
Nov 15, 2006
7:43 pm
3709
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...
Keith
netfun81
Offline Send Email
Nov 15, 2006
11:43 pm
3710
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...
Keith
netfun81
Offline Send Email
Nov 15, 2006
11:48 pm
3711
... 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...
Dimitris Keletsekis
gui4cli
Offline Send Email
Nov 16, 2006
7:40 am
Messages 3682 - 3711 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help