Hi, Is there a way to use slashes in the text of menu's and listview headers. I tried to escape like "text1 \/ text2" but that doesn't work. Checked out the...
Hi Cris, I tried with this: xMenu #Root file 'test 1 / test2' NEWMENU and it works for me. This: xListview 10 40 100 200 'test1 / test2' "" lvvar attr lvcolumn...
Hi Fred, Thanks for trying out and reporting! As for the menu, I tried it with quickmenu's and as you know these use the slash for separating menu items. I...
Hi, I uploaded "owner_quickmenu.gui" to the files/gui section. It's a example that uses addcode to create a xMenu that acts like a quickmenu. After the choice...
Hi Fred, Replaced the first version for "owner_quickmenu_v2.zip" because I found it a waste of xMenu features to not include them. The quickmenu can now have...
Hi, Updated the upload to "owner_quickmenu_v3.zip" Main reason is that it changed the menu metrics without restoring it. I added "Set MNMetric RESET" to...
Hi Dimitris, "addcode" and "event delete" are great, thanks to your hard work :) Gui4Cli is a amazingly fast language interpreter and while my scipts are...
Hi, Updated the upload to "owner_quickmenu_v4.zip" It fixes a small bug that caused a Gui4Cli error when the items string was longer than 200 characters. //...
Hi, Updated the upload to "owner_quickmenu_v5.zip" Previous versions failed when you wanted to use quoted words in menu items. You now can use single or double...
Does anyone have any idea how I can access an LDAP server using GUI4CLI? I'm guessing that I would need to create a new DLL that GUI4CLI can use, but I would...
Hi Dimitris, I never encountered this problem because I used "decent" file paths myself but when I started to use directory names with dots for testing purpose...
Hi Dimitris, I post this separately to prevent confusion, but should you plan a new version, I have the following requist. In most any situation I can find a...
Hi Chris, I put little red stars next to the 2 emails in my gmail account and when I delve into the code again I'll try to fix/add them :-) All the best, ...
Thanks! For now I added something to one of my dll's for the EXT, NOEXT problem. I only have to always add three arguments so for the original option like; ...
Hi Chris You should consider this behaviour as a bonus, not only capable of retrieving the extension of a file name, but also capable of retrieving (part of)...
Hi to all, I would like to know if using a icl library for menu icons still works in Windows 7 (x64). I know there were problems with rebar icons when Vista...
Hi Chris, ICL's cannot be used in VISTA or Windows 7 (Platform: 07) If run from a .gui, G4C crashes if you try to load an icl. Loading from an EXE, DLL or ICO...
Hi Fer, Thanks for this info! As I wrote, I knew from the rebar icons problem when Vista first came out and fixed that. But I didn't know from the icl's. In...
Hi Chris ... That should solve the problem although my personal preference is using a BMP-strip in stead of a GIF-strip because: 1. GIF's do have the...
Hi Fer, I know about the problem from the time I created the 32x32 icons for the rebar. The gif showed up as 254/0/254 but it was equal overall. The one I now...
As far as I know one can only change the text colour oc xButton. What I do in such a case is to use xTextbox with the button style, then one can change the...
Dear Dimitris If one changes the background (face) colour of xIButton in only changes the border colour and not the entire face. Am I missing something or must...