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 » cool but performance problem Collapse All
Subject Author Date
yamapu Feb 7, 2003 - 7:47 AM

Hello,
I’m planning to implement some commercial MFC application.
Prof-UIS is currently the best choise for supporting VS.net style dockbar.
But,in comprison to VS.net, the redrawing speed is a bit slow.
Do you have any plan to improve the performance of redraw?

best regards,
yamapu.

Sergiy Lavrynenko Feb 8, 2003 - 7:31 AM

Hi,

It is hardly possible to code Visual Studio .NET-like resizable panels with the MFC CControlBar class. But we have done it. If you take a look at the Visual Studio .NET windows with Window Finder in the Spy++ utility and then do the same with Prof-UIS samples, you can notice many differences. Now I know that to rewrite docking windows from scratch is much easier than to derive them from the MFC CControlBar class and then break through MFC limitations. Of course, we will try to find parts of code that can be better optimized.

Best regards,
Sergiy Lavrynenko.