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...
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...
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...
... 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...
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...
... 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...
Thanks again, Dimitris, for your patient assistence. I'm now testing the powerfull tool that's xListView, powerfull but requiring some knoledge and practice....
... 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...
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...
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: ...
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...
... 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...
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...
... 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...
... *!@#!.. ... 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...
... 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...
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 ...
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...
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...
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...
... 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...