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 1951 - 1981 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1951
i have a gui loaded (bugsearch) that needs to use functions that are in a python scriptthat is associated with another gui (icosearch). (the python script sits...
Jack Horsfield
jack_horsfield
Online Now Send Email
Feb 1, 2004
8:39 am
1952
Hi, Uploaded version 16, at: http://www.Gui4Cli.com/html/Downloads.htm Following changes were made: Gui4Cli Additions -Added the PumpMessages command (long...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 2, 2004
8:55 pm
1953
this works ok on Windows 2003 Server. the Return key is working perfectly so far. not yet had a chance to look at the rest. thanks jack who put the tribbles in...
Jack Horsfield
jack_horsfield
Online Now Send Email
Feb 3, 2004
1:42 pm
1954
Hi Dimitris! Looking good! All of my GUI's work great with this version :) One problem I noticed: onKey ESCAPE // doesn't work on Win 98 ... Something that...
Richard
xytroxon
Offline Send Email
Feb 3, 2004
8:34 pm
1955
... I haven't had the time to set this up so I can try it out, but its maybe a good idea to add a "PumpMessages" after the sleep. I say maybe because this is a...
HOL
gui4cli
Offline Send Email
Feb 4, 2004
11:22 am
1956
... The escape key is used to abort whatever Gui4Cli is doing at the moment, so its disabled in the xOnKey event. ... edbox? Try the following xOnActive ...
HOL
gui4cli
Offline Send Email
Feb 4, 2004
11:35 am
1957
disabled? i have this in lots of scripts: xOnKey ESCAPE GuiQuit #this ...and it works fine (on XP). jack ... From: HOL [mailto:dck@...] Sent: 04 February...
Jack Horsfield
jack_horsfield
Online Now Send Email
Feb 4, 2004
12:11 pm
1958
... Sorry.. :) That should be I "thought" I had disabled it.. in fact I've disabled only the alt and shift keys (and previously enter too). The escape key...
HOL
gui4cli
Offline Send Email
Feb 4, 2004
1:47 pm
1959
I've read of using a "directory mutex" with Python programs. When multiple Python programs need to use the same database at the same time. You create a Windows...
Richard
xytroxon
Offline Send Email
Feb 4, 2004
8:02 pm
1960
... That's IT!!! Works GREAT!!! My GUI has several edbox fields so I modified it to remember the last one clicked. xOnInactive lastclick = $$click.id xOnActive...
Richard
xytroxon
Offline Send Email
Feb 5, 2004
1:53 am
1961
yes, i could do that. the mechanism i chose is essentially the same -- it set a gui4cli variable. i could also use the registry (since this is all windows),...
Jack Horsfield
jack_horsfield
Online Now Send Email
Feb 5, 2004
6:58 am
1962
i'm trying to find the big green G... but i can' t see it anywhere. where is it? jack Even travelling despondently is better than arriving here...
Jack Horsfield
jack_horsfield
Online Now Send Email
Feb 6, 2004
10:24 am
1963
... Think it's inside of dll\PackExe.exe ACDSee Viewer show's it's icon as green... -- Richard...
Richard
xytroxon
Offline Send Email
Feb 6, 2004
8:55 pm
1964
... it anywhere. ... Well I added it, but then it seems I forgot to recompile the resources (I though it would do it automatically) so it wasn't included in...
HOL
gui4cli
Offline Send Email
Feb 7, 2004
7:12 am
1965
the best things in life are worth waiting for, so they say... i look forward to the next version :) ta jack Service solicitation request timeout ... From: HOL...
Jack Horsfield
jack_horsfield
Online Now Send Email
Feb 7, 2004
9:22 am
1966
Hi all, Uploaded a new beta, containing additions to g4c and pack.dll. See the pack.htm for more information. In short: - Added a new file format, the "zui"...
Dimitris Keletsekis
gui4cli
Offline Send Email
Feb 15, 2004
10:25 am
1967
i have a gui that searches a database and then loads the results from a file into a listview. this all works wonderfully until this beta. when i use the new...
ygw2@...
jack_horsfield
Online Now Send Email
Feb 16, 2004
10:48 am
1968
Ok, I think I know what it is. I'll fix it for next upload. Dimitris ... From: <ygw2@...> To: <gui4cli@yahoogroups.com> Sent: Monday, February...
HOL
gui4cli
Offline Send Email
Feb 17, 2004
12:58 pm
1969
Scintilla and WSciTE editor now support Gui4Cli syntax! http://aspn.activestate.com/ASPN/Mail/Message/scintilla-interest/2005685 ... New lexers for KIX and...
Richard
xytroxon
Offline Send Email
Feb 27, 2004
9:50 pm
1970
I am new to Gui4Cli and need some help during my present test phase of this very interesting product. Thanks in advance to any kind people willing to read and...
gianfmal2662
Offline Send Email
Feb 29, 2004
1:34 pm
1971
... pop down ... commands to ... You can, but any commands attached to them will never be executed since they are not trigerred. They must be NEWMENUs ...
HOL
gui4cli
Offline Send Email
Feb 29, 2004
8:08 pm
1972
... Yes. I sent Neil the lexer a while ago and he included it in the scintilla sources. BTW.. I'm currently working on a DLL version of Gui4Cli. The purpose is...
HOL
gui4cli
Offline Send Email
Feb 29, 2004
8:09 pm
1973
... WOW!!! You do keep busy :) -- Richard...
Richard
xytroxon
Offline Send Email
Feb 29, 2004
8:37 pm
1974
Hi Dimitris Thanks for your so fast Sunday response. OK, so now I understand why it did not work! 1 - As Gui4Cli dedicates a menu bar to menus, I thought that...
gianfmal2662
Offline Send Email
Feb 29, 2004
11:36 pm
1976
First, I want to say that gui4cli is an amazing piece of work. I couldn't believe my luck when I found it; it's exactly what I was looking for. Thanks...
derwandler00
Offline Send Email
Mar 2, 2004
3:04 pm
1977
Hi Dimitris I have another little problem with the page attribute, that can be cecked with the following test code: G4c test Window 10 10 600 400 'My window' ...
gianfmal2662
Offline Send Email
Mar 2, 2004
4:38 pm
1978
... Try using the DOS DLL module. Read about it in the "DLL help index". ( right click on the "G" tray icon, select help, click on DLL help index ) -- Richard...
Richard
xytroxon
Offline Send Email
Mar 2, 2004
9:38 pm
1979
Again, the page attributes are not supposed to work with toolbars (or status bars or menus or other non-LTWH type events) ... Its suprising that this works :) ...
ETI
gui4cli
Offline Send Email
Mar 3, 2004
2:45 pm
1980
... index ) ... I've given it a try, but now the routine that tries to write the ... xButton 380 315 95 25 "Go!" file open destination.txt destHandle create ...
derwandler00
Offline Send Email
Mar 3, 2004
10:22 pm
1981
... Try the APPEND command for file capture. xButton 380 315 95 25 "Go!" append destination.txt "" NEW // erase old and or create new file dos.set onOutput...
Richard
xytroxon
Offline Send Email
Mar 4, 2004
9:54 am
Messages 1951 - 1981 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