I'm assuming this property being 'False' makes it so that a combobox doesn't drop-down simply by mousing over the arrow, but rather the arrow must be clicked?
(If not, what does it do?)
I have attempted setting this property in my layout to False (and True as well, just to see), but see no effect on my combobox... hovering over the dropdown arrow still drops the combobox down (I want to have to click it).
I have also tried using the myComboBox->setSingleClickEnabled(false); manually once my layout is loaded, also with no result.
Is this feature currently functional?
[SOLVED] Combobox: "SingleClickMode" property
Moderators: CEGUI MVP, CEGUI Team
-
- Not too shy to talk
- Posts: 42
- Joined: Thu Jan 24, 2008 06:30
- Location: UW-Madison
- Contact:
[SOLVED] Combobox: "SingleClickMode" property
Last edited by Browser12 on Wed Apr 20, 2011 22:14, edited 1 time in total.
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: Combobox: "SingleClickMode" property
Single click means the list appears when you press down on the mouse button, you are then able to mouse over an item and select it as you release the mouse button. Without this mode, you are required to click once (down and up on the mouse button) to show the list, and then click a second time (down and up on the mouse button) to select an item.
CE.
CE.
Useful Links: Forum Guidelines | Documentation | Tutorials | HOWTO | Videos | Donate to CEGUI | CEGUI Twitter
-
- Not too shy to talk
- Posts: 42
- Joined: Thu Jan 24, 2008 06:30
- Location: UW-Madison
- Contact:
Re: Combobox: "SingleClickMode" property
Ah, OK. My mouse clicks weren't being injected properly (curiously, it was only affecting my comboboxes).
They were dropping down upon hovering over the arrow.. I assumed that was the "single click mode" ;]
Fixed my stuff, thanks a bunch CE.
They were dropping down upon hovering over the arrow.. I assumed that was the "single click mode" ;]
Fixed my stuff, thanks a bunch CE.
Who is online
Users browsing this forum: No registered users and 9 guests