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 Tech Support » Another tabbed bars bug Collapse All
Subject Author Date
Offer Har Nov 28, 2006 - 2:34 PM

Dear Support,
This is another bug of the same family.
I suggest that for the next release you’ll do some extensive QA of this feature, as it is full of bugs.

This is the bug:
1) I set CExtControlBar::g_bCloseOnlyOneBarInTabGroup to true
2) I override NcButtons_HandleClick for catching the close button
3) I place two docked bars tabbed.
4) I press the ’X’ - the NcButtons_HandleClick is called, the first bar is closed
5) I press the ’X’ again for the seconds bar that is left open, NcButtons_HandleClick is NOT called <-- THIS IS THE BUG

Please fix this ASAP, as we need to release this week.

Thanks,
Ron.

Offer Har Dec 18, 2006 - 8:12 PM

Dear Support,

Any change this bug will be solved in the near future?

Regards,
Ron.

Offer Har Nov 28, 2006 - 3:04 PM

I forgot an important step:

In NcButtons_HandleClick i create a timer that calls KillBar later (becuase if i call it from the NcButtons_HandleClick the application crash...)

If i remove this timer and KillBar is not called, NcButtons_HandleClick is called correctly.

Technical Support Nov 30, 2006 - 1:17 PM

This issue should be fixed if you update the CExtDynamicControlBar::NcButtons_HandleClick() method in the ExtDockBar.cpp file as we suggested you by e-mail and the timer is no longer needed.

Offer Har Nov 30, 2006 - 1:24 PM

Dear Support,
I have the latest version, including all the fixes you sent me - still, the bug is there.
Please check it again.
Please look into all the posts i sent regarding this issue.
I think that you still have to take a good look into these fixes that do not fix the problem completely!
Regards,
Ron.