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 » up & down within ColumnList moves focus out
Re: up & down within ColumnList moves focus out [message #23818 is a reply to message #23813] Tue, 24 November 2009 14:52 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
bonami wrote on Mon, 23 November 2009 21:43

NoRoundSize() works.
but adding items shows nothing. i changed my constructor to
ezcommwin() { 	Add(cl.LeftPos(10, 100).TopPos(30, 80)); cl.Add("item", true); cl.Add("itemmm", false); cl.NoRoundSize(); }
the log you requested (no adding items or NoRoundSize() as above, only cl.LeftPos.TopPos) is,
cy = 0
r.Height() = 0
rr.Height() = 0
cy = 0
r.Height() = 0
rr.Height() = 0
cy = 0
r.Height() = 0
rr.Height() = 0
cy = 0
r.Height() = 76
rr.Height() = 80
cy = 0
r.Height() = 76
rr.Height() = 80
cy = 0
r.Height() = 76
rr.Height() = 80
cy = 0
r.Height() = 76
rr.Height() = 80
cy = 0
r.Height() = 76
rr.Height() = 80


INTERESTING.

Try

DDUMP(Draw::GetStdFontCy());

(it is enough to put it to GUI_APP_MAIN once).

Something is very strange, cy is only assigned in ColumnList contructor to GetStdFontCy value, which is standard font height...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Paint outside Ctrl Rect
Next Topic: UPP app -> Ext EXE (send email) wrong charset
Goto Forum:
  


Current Time: Sun Jun 08 07:53:29 CEST 2025

Total time taken to generate the page: 0.04644 seconds