Displaying 2 results from an estimated 2 matches for "te_process_enter".
2008 Nov 30
7
wxComboBox and wxTE_PROCESS_ENTER
Hi all,
i am trying to use wxComboBox (instead of wxChoice) to capture
wxTE_PROCESS_ENTER event.
If i enable TE_PROCESS_ENTER flag on the resulting xrc file, i get an
''Unknown style flag wxTE_PROCESS_ENTER'' on app loading.
Probably wxComboBox doesn''t reconize this kind of event.
How do i catch this event for the wxComboBox widget?
Thank you all.
bio.
__...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...DOWN but only thestrings specified as the combobox choices can be selected, it is impossible toselect (even from a program) a string which is not in the choices list.|
</span><span class="cx"> |@CB_SORT@|Sorts the entries in the list alphabetically.|
</span><ins>+|@TE_PROCESS_ENTER@|The control will generatethe event EVT_COMMAND_TEXT_ENTER (otherwise pressing Enter keyis either processed internally by the control or used for navigation betweendialog controls). Windows only.|
</ins><span class="cx">
</span><del>-
</del><span class=&q...