2.7.2 ok?
Francesco Montorsi
f18m_cpp217828 at yahoo.it
Wed Nov 1 00:38:55 PST 2006
Vadim Zeitlin ha scritto:
> On Tue, 31 Oct 2006 14:57:39 +0100 Francesco Montorsi <f18m_cpp217828 at yahoo.it> wrote:
>
> FM> under wxMSW now the XRC sample works fine for me except that in the
> FM> "controls" dialog some pages have controls with the size too big!
> FM>
> FM> E.g. the "play" button in wxAnimationCtrl page or the wxCheckListBox...
>
> Actually this is a completely false alert. All we did, apparently, was to
> fix the bugs which prevented the sizes specified in XRC from being used as
> min size for the control. In particular, wxCheckListBox has size 180:
>
> <object class="wxCheckListBox" name="conrols_checklist">
> <size>180,180</size>
>
> and your play button has <size>200,180</size> which explains why it is so
> big. And as the notebook has hardcoded size as well, with height of just
> 200, it's not surprising that the controls don't fit.
right, sorry for the false alarm.
Francesco
More information about the wx-dev
mailing list