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 3811 - 3840 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3811
Hi Dimitris, Happy New Year ! If I run the gui below, and then select the left combo1 (with the mouse NOT with tabbing it) and do a tab to the second combo2,...
reneatch
Offline Send Email
Jan 3, 2007
5:05 pm
3812
... Yes.. Its a bit difficult to catch so I haven't traced it down yet, but I will.. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jan 4, 2007
7:37 am
3813
Hi All, I couldn't find anything in the docs and examples, how to prohibit multiple line selections in a Listview. Is there an option I can set ? Or, do I have...
reneatch
Offline Send Email
Jan 4, 2007
4:17 pm
3814
... add the event: xonlvclick <ID of the listview> lv select none; lv select Now all selections using Shift/Control-click will be removed and the last one...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 4, 2007
7:49 pm
3815
Hi Fer, Thanks for your help. You are right. It will prevent from having multiple lines selected, but it's confusing that multiple lines are coloured... Please...
reneatch
Offline Send Email
Jan 4, 2007
8:56 pm
3816
Hi Fer, I think I found a solution for my problem. It even checks, clicking on a empty line. Replace all code for 'xOnLVClick mylv' with following: // ---...
reneatch
Offline Send Email
Jan 4, 2007
10:09 pm
3817
... You can use the ONECLICK xListview style. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jan 5, 2007
11:37 am
3818
... Hi Rene The solution using XonLVClick works on 'normal' LV's only. In fact, it also works on owner lv's but you can't see it because of the coloring...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 5, 2007
11:45 am
3819
Hi Fer, Hi Dimitris, Thank's for your help. I like the features of the OD LV's and the double-click I normally use to bring up a second window to edit my ...
reneatch
Offline Send Email
Jan 5, 2007
12:32 pm
3820
Hi Rene, ... To bring up another window use xondoubleclick (also triggers xonlmb) which could be useful to pass the variables obtained from xonlmb to the new...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 5, 2007
2:17 pm
3821
Hi Fer, ... Implemented. That works fine. G4C is so handy :-)) ... In the main window, I have a selection of entries. Each of them, I can modify by opening a...
reneatch
Offline Send Email
Jan 5, 2007
2:35 pm
3822
Hi Dimitris, I have a small gui that searches for all open windows, which used to work fine but now it freezes G4c for a few minutes or forever. The code is...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 6, 2007
1:27 pm
3823
Hi Dimitris, To get a list of all open windows I now use an alternative way using a listview that loads #window. This list shows much more than only visible or...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 7, 2007
12:45 pm
3824
Hi Fer, Could you please explain, how you filled up your lv. What do you mean with '... loads #window'? Thanks, Rene...
reneatch
Offline Send Email
Jan 7, 2007
11:32 pm
3825
... That's a better way of getting a window list.. The use win #first, #next method is wrong because windows may open or close while you are in the loop.. ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jan 8, 2007
7:43 am
3826
... mean ... Hi Rene, The following script is part of a WindowControl which can be used to manipulate open windows like setting top, topmost, bottom, hiding ...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 8, 2007
12:11 pm
3827
... Hi Rene, Minor corrections: If you want to activate a selected window (just like Alt-Tab does) add after the Xlistview event: use win "$lvvar" win front...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 8, 2007
2:10 pm
3828
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 : /Perl and...
gui4cli@yahoogroups.com
Send Email
Jan 8, 2007
4:44 pm
3829
Hi Fer, Thanks for your code. After I have realized, that I can not start the program directly from the editor (SciED), it works perfect now :-)) Best thanks....
reneatch
Offline Send Email
Jan 8, 2007
11:01 pm
3830
Hi Fer, If I start the gui within SciEd I always get following errors written to the output window: *ERROR* File: "P:/gui4cli/SciEd/test...
reneatch
Offline Send Email
Jan 12, 2007
10:06 am
3831
Hi Rene, ... I never use SciEd because of incompatibility with my keyboard. In a certain country setting SciEd does not accept double quotes. For that reason I...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 12, 2007
1:27 pm
3832
Its probably some "$" charcatre that's confusing it. Do this: xroutine findviswin SET DEEPTRANS OFF use lv #this lvWin etc.... That will stop it from...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jan 12, 2007
2:42 pm
3833
Hi Dimitris, Hi Fer, 'SET DEEPTRANS OFF' solved my problem. Thanks a lot, Rene...
reneatch
Offline Send Email
Jan 12, 2007
8:05 pm
3834
I've written a full screen rtf editor. I have three problems. One, I can't see how to attach settings to keystrokes -- <Ctrl>b for bold. Two, I don't see how...
jncrft
Offline Send Email
Jan 22, 2007
7:16 am
3835
Dear Dimitris, I think I found a little bug. The command Run $aFolder Explore should open the windows explorer at the specified folder. It doesn't on my system...
deduikertjes
Offline Send Email
Jan 22, 2007
9:34 am
3836
I briefly looked into this. Cmenu Extender can be of use. This nifty little program allows you to define your own actions in the explorer context menu. The...
deduikertjes
Offline Send Email
Jan 22, 2007
9:43 am
3837
Hi MArco ... there are 3 methods to open explorer from g4c: 1. run "$aFolder" 2. run "$aFolder" "" explore the second opens explorer in folder view. When...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 22, 2007
12:57 pm
3838
... Yep.. Run explorer "c:/mypath" will tell you that the path doesn't exist, whereas Run explorer "c:\\mypath" works fine. You'd think that someone at ms...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jan 22, 2007
1:46 pm
3839
Dimitris, Fer, I'm really sorry and ashamed. I overlooked the arguments... I was put of a little by the fact that it did work with a file. thankx, MArco...
deduikertjes
Offline Send Email
Jan 22, 2007
3:59 pm
3840
Hi Jon ... use xonkey ^b or any other (see in the example code below) ... All initial settings are normally done in the XonLoad and XonOpen events. (See below)...
Fer Stoopman
fmstoopman
Offline Send Email
Jan 22, 2007
9:38 pm
Messages 3811 - 3840 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