|
|
 | | From: | Robert Lee | | Subject: | Re: Anyone have experience converting from Developer Express ExpressBars? | | Date: | Sun, 12 Dec 2004 02:11:32 +0000 (UTC) |
|
|
 | Hi Ryan,
> I'm in the process of converting, pretty much for the same reasons > you mentioned (and yes, TBX is a must!). The only issue I have that > has been complicated is the fact that I can't seem to share the items > together for a popup menu and a toolbar. What you can do is have a > submenu with items close to a popup menu, but that is not how my > menus work. For instance, with ExpressBars I could have > Add-Edit-Delete buttons on a toolbar, and drop those same items on a > popup menu sharing image indexes, events, captions etc. With TB2K, I > don't seem to be able to do that, though admittedly I haven't gone to > the manual or searched groups to make sure of this.
Use a TTBGroupItem to hold the Add-Edit-Delete buttons on the toolbar, then link them in another TTBGroupItem on the PopupMenu using the LinkSubitems property.
Regards, Robert. http://club.telepolis.com/silverpointdev _____________________________________________________
|
|
 | | From: | Ryan McGinty | | Subject: | Re: Anyone have experience converting from Developer Express ExpressBars? | | Date: | Mon, 13 Dec 2004 10:05:13 -0600 |
|
|
 | Hey Robert,
That's exactly what I was looking for! I was wondering what the group item was!
Thanks, that will save me a lot of time.
Ryan
"Robert Lee" wrote in message news:cpg9cj$is4$2@news.jrsoftware.org... > Hi Ryan, > > Use a TTBGroupItem to hold the Add-Edit-Delete buttons on the toolbar, > then link them in another TTBGroupItem on the PopupMenu using the > LinkSubitems property. > > Regards, > Robert. > http://club.telepolis.com/silverpointdev > _____________________________________________________
|
|
|