Search found 14 matches
- 17 Apr 2015, 20:58
- Forum: General Discussion
- Replies: 9
- Views: 4189
Re: Setting selected item in combo box
setSelectedIndex doesn't work too.
- 17 Apr 2015, 20:46
- Forum: General Discussion
- Replies: 9
- Views: 4189
Re: Setting selected item in combo box
Crash is inside setSelectedItem.
- 17 Apr 2015, 18:37
- Forum: General Discussion
- Replies: 9
- Views: 4189
Re: Setting selected item in combo box
Nope.
Its kinda like reading a item saved in file and setting it again when app is up, like saving settings.
Its kinda like reading a item saved in file and setting it again when app is up, like saving settings.
- 14 Apr 2015, 22:44
- Forum: General Discussion
- Replies: 9
- Views: 4189
Setting selected item in combo box
Hey, I am trying to set the selected item into combo box. Something like below: auto combo_box = NsDynamicCast<Noesis::Gui::ComboBox*>(getNamedElement( user_control_.GetPtr(), MODEL_COMBO_BOX_NAME)); auto items = combo_box->GetItems(); for ( int i = 0 ; i < items->Count() ; ++i ) { ...
- 03 Mar 2015, 21:48
- Forum: General Discussion
- Replies: 9
- Views: 6403
Re: Custom cursors
Is there any way to know that Mouse hover/ mouse move is being caught by Noesis ?? like mousedown event.
- 28 Feb 2015, 08:36
- Forum: General Discussion
- Replies: 9
- Views: 6403
Re: Custom cursors
So there is no update on cursor in 1.2 ?
- 25 Feb 2015, 17:23
- Forum: General Discussion
- Replies: 9
- Views: 6403
Re: Custom cursors
Does latest noesis version has cursors ?
- 22 Jan 2015, 22:00
- Forum: General Discussion
- Replies: 1
- Views: 1956
TextBlock Text change event
Hi, I have a text block and I need to capture its text change event to do certain things. XAML: <TextBlock x:Name="TextBoxToothNumber" HorizontalAlignment="Right" Height="23" TextWrapping="Wrap" VerticalAlignment="Top" Width="54" FontSize=&...
- 28 Oct 2014, 19:37
- Forum: General Discussion
- Replies: 1
- Views: 1608
Shift key displaying weird characters
Hi,
Whenever I press SHIFT key it displays weird characters in text box. I am mapping SDL for all the keys but pretty sure sending correct key value. Is there anything missing ?
Thanks.
Whenever I press SHIFT key it displays weird characters in text box. I am mapping SDL for all the keys but pretty sure sending correct key value. Is there anything missing ?
Thanks.
- 17 Jun 2014, 18:17
- Forum: General Discussion
- Replies: 1
- Views: 1724
Keyboard support for SDL
Do you support ogre bindings for SDL?