Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » BarStateSet cause tab page re-position. Collapse All
Subject Author Date
Jason Liu Jun 7, 2007 - 12:56 PM

Dear Sir:

Our application needs to show and hide some page based on user’s inputs

so bShow could be true or false.

After call below function

m_pGen2Bar->BarStateSet(m_pGen2Bar->BarStateGet(), bShow);

Page position will be changed to the first position for our case it should be in last one.

Any Idea?

Thank you in advance.

JSL

Technical Support Jun 8, 2007 - 8:13 AM

If there is a tabbed group of control bars, some control bar is invisible in this group and you make it active and visible, this control bar will get selected in this tabbed group. There is no point in displaying this control bar as a new tab item only, without selecting it. When the user clicks some command in a menu to show a control bar, this control bar always becomes visible and active regardless of its location and state.