From: Igor Korot on 25 Jan 2008 22:16 Hi, ALL, Subject pretty much says it all. I saw there are 2 other classes: wxComboCtrl and wxComboPopup, but there is no SetDropdownSize() or similar method? Currently wxComboBox put on the sizer, but when the list is dropped it fills the area between the control and the top/bottom of the screen. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
From: Vadim Zeitlin on 25 Jan 2008 22:45 On Fri, 25 Jan 2008 22:16:31 -0500 (GMT-05:00) Igor Korot <ikorot(a)earthlink.net> wrote: IK> I saw there are 2 other classes: wxComboCtrl and wxComboPopup, but IK> there is no SetDropdownSize() or similar method? See http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/57383/ Regards, VZ -- TT-Solutions: wxWidgets consultancy and technical support http://www.tt-solutions.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
From: Igor Korot on 26 Jan 2008 01:02 Thank you. -----Original Message----- >From: Vadim Zeitlin <vadim(a)wxwidgets.org> >Sent: Jan 25, 2008 10:45 PM >To: wx-users(a)lists.wxwidgets.org >Subject: Re: How to manage combo box drop-down size? > >On Fri, 25 Jan 2008 22:16:31 -0500 (GMT-05:00) Igor Korot <ikorot(a)earthlink.net> wrote: > >IK> I saw there are 2 other classes: wxComboCtrl and wxComboPopup, but >IK> there is no SetDropdownSize() or similar method? > > See http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/57383/ > > Regards, >VZ > >-- >TT-Solutions: wxWidgets consultancy and technical support > http://www.tt-solutions.com/ > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org >For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org > --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
From: Carsten A. Arnholm on 26 Jan 2008 07:18 Vadim Zeitlin wrote: > On Fri, 25 Jan 2008 22:16:31 -0500 (GMT-05:00) Igor Korot > <ikorot(a)earthlink.net> wrote: > >> I saw there are 2 other classes: wxComboCtrl and wxComboPopup, but >> there is no SetDropdownSize() or similar method? > > See http://thread.gmane.org/gmane.comp.lib.wxwidgets.general/57383/ > > Regards, > VZ Hi Vadim, all I have placed the complete sample referred to in that thread, with the class "wxChoiceWx" included at <http://arnholm.org/wx/wxChoiceList_20080126.zip> You can use this under the wxWidgets license. The sample is a Code::Blocks projects set up to use VC2005 Express compiler on windows and GCC on Linux Kubuntu. The sample has been tested for both. As mentioned before, this could be considered for further improvements and contribution to wxWidgets. Regards Carsten A. Arnholm http://arnholm.org/ N59.776 E10.457
|
Pages: 1 Prev: minimum wxWidgets application size with static linkage Next: RegEx |