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...
Hi, Uploaded version 16, at: http://www.Gui4Cli.com/html/Downloads.htm Following changes were made: Gui4Cli Additions -Added the PumpMessages command (long...
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...
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...
... 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...
... 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 ...
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...
... 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...
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...
... 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...
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),...
... 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...
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...
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"...
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...
Scintilla and WSciTE editor now support Gui4Cli syntax! http://aspn.activestate.com/ASPN/Mail/Message/scintilla-interest/2005685 ... New lexers for KIX and...
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...
... 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 ...
... 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...
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...
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...
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' ...
... 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...
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 :) ...
... 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 ...
... 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...