Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gui4cli · Open Source script language

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 423
  • Category: Development
  • Founded: Aug 14, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 5614 - 5643 of 5831   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5614 chris.kevany Send Email Mar 9, 2011
9:02 am
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...
5615 fredfjord@...
fredfjord... Send Email
Mar 9, 2011
6:56 pm
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...
5616 chris.kevany Send Email Mar 9, 2011
8:08 pm
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...
5617 chris.kevany Send Email Mar 10, 2011
7:16 pm
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...
5618 fredfjord@...
fredfjord... Send Email
Mar 10, 2011
7:43 pm
Creative :) If is doesn't work one way make it work another way :D...
5619 chris.kevany Send Email Mar 11, 2011
7:46 pm
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...
5620 chris.kevany Send Email Mar 12, 2011
3:27 pm
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...
5621 Dimitris Keletsekis
gui4cli Send Email
Mar 13, 2011
8:23 am
Hi Chris, Nice idea and it works great :) All the best, Dimitris...
5622 chris.kevany Send Email Mar 13, 2011
2:48 pm
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...
5623 chris.kevany Send Email Mar 13, 2011
6:02 pm
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. //...
5624 chris.kevany Send Email Mar 21, 2011
3:37 pm
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...
5625 peejayay Send Email Mar 29, 2011
10:07 am
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...
5626 chris.kevany Send Email Mar 29, 2011
9:06 pm
Did you try this one ? http://www.openldap.org/...
5627 chris.kevany Send Email Mar 31, 2011
11:28 am
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...
5628 chris.kevany Send Email Mar 31, 2011
11:52 am
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...
5629 Dimitris Keletsekis
gui4cli Send Email
Apr 1, 2011
1:18 pm
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, ...
5630 chris.kevany Send Email Apr 1, 2011
2:47 pm
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; ...
5631 Fer
fmstoopman Send Email
Apr 1, 2011
3:01 pm
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)...
5632 chris.kevany Send Email Apr 1, 2011
6:57 pm
Hi Fer, ... Yeah, perhaps! But I currently don't see any use in that. Chris...
5633 fredfjord@...
fredfjord... Send Email
Apr 3, 2011
6:12 pm
There is a short example using cURL "If you have installed the OpenLDAP library, curl can take advantage of it and offer ldap:// support." ...
5634 chris.kevany Send Email Apr 15, 2011
7:13 pm
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...
5635 Fer
fmstoopman Send Email
Apr 16, 2011
8:20 am
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...
5636 chris.kevany Send Email Apr 16, 2011
12:06 pm
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...
5637 Fer
fmstoopman Send Email
Apr 16, 2011
2:22 pm
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...
5638 chris.kevany Send Email Apr 16, 2011
3:23 pm
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...
5639 flicknemo Send Email May 6, 2011
2:36 pm
5640 Marianne
marianne976 Send Email
May 6, 2011
11:26 pm
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...
5641 Dimitris Keletsekis
gui4cli Send Email
May 8, 2011
5:58 am
You can use xIButton. It supports color, icons, etc Dimitris...
5642 Marianne
marianne976 Send Email
May 19, 2011
7:28 pm
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...
5643 Dimitris Keletsekis
gui4cli Send Email
May 21, 2011
4:04 pm
Yes, I tried it too and it doesn't change the face color... I guess xTextbox is the only choice for now. Dimitris...
Messages 5614 - 5643 of 5831   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help