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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1976 - 2008 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1982
Dimitri I found a "ligal" solution to the problem of selecting the xToolBar Icons according with the Page attribute, specifically for selecting at startup only...
gianfmal2662
Offline Send Email
Mar 4, 2004
12:57 pm
1983
... I don't know why that happens.. Try the SYSTEM command. I tried this and it worked: System 'echo teststring >file.txt' Dimitris...
ETI
gui4cli
Offline Send Email
Mar 4, 2004
2:34 pm
1984
... Yep. It works.. One small correction to the gui - you can't free the std icon, it issues an error....
ETI
gui4cli
Offline Send Email
Mar 4, 2004
2:37 pm
1985
Me again. (Thanks Dimitris for the "System" command idea; that did the trick. "Append" did not... strange) I've added some tabs to my interface. It's the first...
derwandler00
Offline Send Email
Mar 4, 2004
8:05 pm
1986
... Its more like a known pain in the butt.. For some reason the tab control erases the titles right after they're drawn and I can't trace the message.. You...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 5, 2004
8:10 pm
1987
Hi Dimitris The menu title to be shown in the menu bar cannot be composed with two words. The title "My Menu" is so expected to become "My_Menu": xMenu #root...
gianfmal2662
Offline Send Email
Mar 6, 2004
8:30 pm
1988
... You can do this: xMenu #root Menu "My Menu" newmenu ... The "_" character is used to denote that the next character is the shortcut for that menu. If you...
ETI
gui4cli
Offline Send Email
Mar 7, 2004
8:54 am
1989
Thanks again, Dimitris, for your patient assistence. I'm now testing the powerfull tool that's xListView, powerfull but requiring some knoledge and practice....
gianfmal2662
Offline Send Email
Mar 8, 2004
7:44 am
1990
... No, currently you can't edit other fields - the standard control doesn't allow it. To add it I would have to resort to "owner-drawn" listviews (which may...
ETI
gui4cli
Offline Send Email
Mar 9, 2004
2:08 pm
1991
Hi, Uploaded a new Gui4Cli beta which also includes the new Gui4Cli dll. Make sure you read the read-me file. http://users.hol.gr/~dck/g4c/beta/index.htm Best...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 9, 2004
7:10 pm
1992
Dimitiris ... Your reply: I'm not sure I understand.. You can sort the listview when the gui is still closed, and then guiopen it. Dimitris This is my code: ...
gianfmal2662
Offline Send Email
Mar 11, 2004
11:41 pm
1993
I am a new member to the group and also new to Gui4Cli. I think that it is an amazing program. My question: It seems to me that LVSUM does not work on the...
marianne976
Offline Send Email
Mar 12, 2004
11:49 pm
1994
... You can not do this here. This command will be executed only when the listview is trigerred which will be when the user double-clicks it. The lv sort must...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 13, 2004
9:44 am
1995
... Yes.. I never noticed it :) I'll fix it for next version. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 13, 2004
9:46 am
1996
Another little incredible problem, With xButton. Clicking the button, a four fields record is added to a list. In case one field does not receive any value, a...
gianfmal2662
Offline Send Email
Mar 15, 2004
11:49 pm
1997
... Just noticed a few problems: Source code for PackExe_dll.exe missing. New Pack.gui missing. ... Problem with SciED: Pressing Ctrl S to save file inserts...
Richard
xytroxon
Offline Send Email
Mar 16, 2004
8:42 am
1998
... *!@#!.. ... This happens when there is a live cursor in scied. Click somewhere else (like on the tab title) before pressing control-S. ... Good idea, I'll...
ETI
gui4cli
Offline Send Email
Mar 16, 2004
6:53 pm
1999
... The problem is caused when the button has the keyboard focus (ie is the selected button - the one with a dotted line around it). If it doesn't have the...
ETI
gui4cli
Offline Send Email
Mar 16, 2004
6:54 pm
2000
Hi Dimitris Thanks for your reply! About the KEY ENTER attribute for xButton events: - I added it to the button causing double trigering, but so...another ...
gianfmal2662
Offline Send Email
Mar 16, 2004
10:05 pm
2001
Hallo everybody, I'm trying to understand if I can disable the "visual editing" feature, before giving a GUI to end users (just to be sure they don't mess...
lucabaralis
Offline Send Email
Mar 22, 2004
10:19 am
2002
... don't ... You can use: WinAttr style NOEDIT Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 22, 2004
6:20 pm
2003
Hi Dimitris! When using xTextin with different sized fonts, I never know how tall to make the box so that the text isn't clipped or have too much space below...
Richard
xytroxon
Offline Send Email
Mar 22, 2004
8:04 pm
2007
In my 1996 and 2000 posts I mentioned the strange behavior of xButton when it is triggered by the keyboard Enter key. I wish to resume these problems, that can...
gianfmal2662
Offline Send Email
Mar 24, 2004
1:59 pm
2008
... I've fixed that now (haven't uploaded yet). It was a bug that triggered the button twice. But there is still a problem.. As I have it now, when ENTER is...
Dimitris Keletsekis
gui4cli
Offline Send Email
Mar 24, 2004
10:15 pm
Messages 1976 - 2008 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