Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » first row strange behaviour in columnlist
Re: first row strange behaviour in columnlist [message #6566 is a reply to message #6565] Sat, 18 November 2006 15:55 Go to previous message
forlano is currently offline  forlano
Messages: 1207
Registered: March 2006
Location: Italy
Senior Contributor
luzr wrote on Sat, 18 November 2006 15:33

Well, the problem is caused by logical position of RichTextCtrl - it is VSizePos (both top and bottom lines are thick and red), therefore if your layout gets bigger, it gets over the ColumnList (and mouse messages are routed to the "topmost" widget, last in the list).

RichTextCtrl is transparent, therefore "invisible" if it is empty (if it would not empy, you would see the text overwriting the columnlist).

ArrayCtrl works because of order of Ctrls in the layout (is even on top of RichTextCtrl).

Mirek


Fixed. Very instructive mistake that is dangerous in the case of hide/show ctrls. In my real specific case the richtextctrl was completely back and I couldn't see its resize!
Thank you!
Luigi
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ToolTip on popup controls
Next Topic: How to set the ***initial*** focus to an option?
Goto Forum:
  


Current Time: Sat Jun 07 11:59:56 CEST 2025

Total time taken to generate the page: 0.05452 seconds