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 » 225 freeware minor bugs Collapse All
Subject Author Date
gianni fante Jul 13, 2004 - 2:04 AM

I’m testing the new freeware release (Profuis 225, vc71, Windows XP and 2000, MBCS Debug configuration)
and I want to report following bugs:


In ResizableChildSheet sample:


1. Put the "Property Sheet Bar 1" in floating state and quit the program, then run the sample again: the tabs
on the sheet are not visible until you set the focus on the window. In my own program I fixed this bug
calling something like
 
 if(!m_wndMyBar.IsDocked())
  m_wndMyBar.SetFocus();


in CMainFrame::OnCreate and, even if it works fine, maybe it’s not the right way to do it!



2. The property pages overlap the bottom of the tab area (look at the "Property Sheet Bar 1" window).



Other bugs
If you set the style of a CExtEdit as multiline and readonly then the empty area of the edit has a different
color (white in my case).


Thanks
gianni

Technical Support Jul 13, 2004 - 11:11 AM

Dear Gianni,

We confirm two bugs relating to the property sheet and child control and will include corresponding bug fixes into the second patch to Prof-UIS 2.25. Please note, the property sheet control is a Windows feature designed to work as a popup window. The child property sheet is our experimental work. Thank you for the bug information.

The CExtEdit is designed to subclass single-line edit windows only. We have not yet found a way to correctly repaint the background of the multiline edit windows.