[ wxwindows-Bugs-1522225 ] On: comboboxes on mac looses bottom

SourceForge.net noreply at sourceforge.net
Thu Jul 13 17:19:55 PDT 2006


Bugs item #1522225, was opened at 2006-07-13 20:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1522225&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build -- Mac
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas C Thomas (ct_thomas2001)
Assigned to: Nobody/Anonymous (nobody)
Summary: On: comboboxes on mac looses bottom

Initial Comment:
Thomas Thomas wrote:
> Hi All,
>  
> on mac the combo boxes are loosing the bottom part 
if the height is set 
> to "21", with size 28 they look fine.
>  
> I am developing the application on windows where 
height 21 looks good. I 
> need to port the application to mac.
>  
> most controls and texts  are bit oversized in mac . 
I tried using 
> wx.WindowVariantSmall it works for most controls 
except comboboxes.
>  
> Does anyone has similar situation.. Can I use a 
different font /setting 
> for the controls to look similar to size as in 
windows..

It is almost always better to allow controls to have 
their default 
heights.  The different platforms usually have 
different native sizes 
for a reason and if you try to force it to be 
different then you start 
to lose the native LnF.

That said, the wxComboBox on wxMac is not a true 
native control but is a 
composite used to work around the native combo not 
fitting into the wx 
API (or something like that.)  So it's possible that 
it is not passing 
the WindowVariant setting on to the individual 
controls like it should 
be.  Please enter a bug report about this.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax 
with wxPython!

http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?
11:sss:53413:200607:blclohphgilajgibfcbf#b

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1522225&group_id=9863




More information about the wx-dev mailing list