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 » very impressed Collapse All
Subject Author Date
Slart Jun 9, 2002 - 12:50 AM

hello,

i downloaded and tryed out your Prof-UIS library. i must say it is very impressive. exactly what i was looking for.

there are still some glitches which i would like to report.. (i’ve tested with Win2000)

- menus are reacting with long delays. when i’m moving the mouse over entries - the selection bar doesn’t always roll over the items, sometimes with 1 or 2 second delay after i stop moving.

- dragging the docking bars is very cool, but sometimes it ’overreacts’ and docks to various undesired places, while i’m dragging it to a particular side. option to disable ’show window contents while dragging’ would be neat.

thank you for the great job and please continue!
Slart


Sergiy Lavrynenko Jun 10, 2002 - 9:42 AM

Thank you for comment.
We are planning to release Prof-UIS 2.2 with
significant improvements at the begin of July.
-------------------------------
About popup menus(... reacting with long delays):
The source file ExtPopupMenuWnd.cpp contains
a pair of misprints in lines 1756, 1757
that were made while debugging by mistake.
These 2 lines are commented in the original
source code:
...
switch( m_AnimationType )
{
case __AT_CONTENT_DISPLAY:
m_nAnimPercent += g_nAnimStepMetric;
// m_bAnimFinished = true;
// break;
case __AT_FADE:
case __AT_CONTENT_EXPAND:
...
To make the menu working better, please
uncomment these 2 lines.