| Author |
Topic  |
|
|
mdicecco
6 Posts |
Posted - 08/31/2001 : 11:14:07 AM
|
1) bring up the devstudio example (has a toolbarcombobutton); 2) go to control panel\display\appearance and select ToolTip; select bold; apply -note the text in the toolbarcombobutton becomes bold - unexpected; CStatubar text is bold as expected) 3)deselect bold; cstatusbar text is now non-bold, however toolbarcombobutton is still bold.
Question: why do edit and combobuttons text use tooltip font attributes - and after initial apply doesn't reset?
========== we also have the case where our app provides a short cut for users to click on a certain doc type to start\open. If the app is already open and minimized and the user dbl-clicks on a document, when the app is restored all the toolbars are left docked. Is there a way to prevent movement of toolbars when the app is minimized? Thanks!! -martha
|
|
|
Support
2571 Posts |
Posted - 08/31/2001 : 11:36:32 AM
|
quote:
1) bring up the devstudio example (has a toolbarcombobutton); 2) go to control panel\display\appearance and select ToolTip; select bold; apply -note the text in the toolbarcombobutton becomes bold - unexpected; CStatubar text is bold as expected) 3)deselect bold; cstatusbar text is now non-bold, however toolbarcombobutton is still bold.
Question: why do edit and combobuttons text use tooltip font attributes - and after initial apply doesn't reset?
Yes, you're right: currently, the tooltip font is same as in toolbars/menus. We'll fix this incorrect behavior in the next library release.
quote:
we also have the case where our app provides a short cut for users to click on a certain doc type to start\open. If the app is already open and minimized and the user dbl-clicks on a document, when the app is restored all the toolbars are left docked. Is there a way to prevent movement of toolbars when the app is minimized?
This is a known MFC problem (sometimes this wrong behavior occured in the VC envirinment). We're looking forward to solve this problem.
Best regards,
Technical Support BCGSoft Ltd. |
 |
|
|
Thomas Freudenberg
16 Posts |
Posted - 09/03/2001 : 09:46:22 AM
|
quote:
This is a known MFC problem (sometimes this wrong behavior occured in the VC envirinment). We're looking forward to solve this problem.
This misbehaviour is easily to reproduce with MsDev: while debugging an application, minimize MsDev. After closing your app, MsDev switches the toolbar back from Debug mode to Edit mode. If you restore now MsDev, all toolbars are left aligned among each other 
Regards, Thomas
|
 |
|
| |
Topic  |
|
|
|