Search found 2 matches

by fcapozzi
Mon May 18, 2020 8:06 pm
Forum: Platform Related Issues
Topic: wxComboBox problem in OSX
Replies: 3
Views: 819

Re: wxComboBox problem in OSX

Hello for configure xcode for using wxWidget i followed this forum message https://forums.wxwidgets.org/viewtopic.php?f=19&t=45837 May be i do not understand well what you mean with "reproduce it in the widgets sample" can you explain ? Do you refer the combo sample program in the buil...
by fcapozzi
Mon May 18, 2020 11:01 am
Forum: Platform Related Issues
Topic: wxComboBox problem in OSX
Replies: 3
Views: 819

wxComboBox problem in OSX

Hello, i found a weird behaviour using a wxComboBox control in OSX Mojave. WxWidget version is 3.1.3 compiled with Xcode 11.4.1 the combo control is created with m_comboBox1 = new wxComboBox( this, wxID_ANY, wxT("No device found"), wxDefaultPosition, wxSize( 180,-1 ), 0, NULL, 0 ); Then in...