Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DulcetTone

Pages: [1]
1
NGUI 3 Support / Re: Tabbing between UIInput fields... issues and ideas
« on: August 30, 2014, 01:38:47 PM »

I'm not sure I understand your last one though... it already works like that. I just tried an input field and set it to select a popup list on focus, and it does select it. The popup list just doesn't open its selection drop-down when it gains selection. Hit Enter and it will.

But there is no way to designate the control that is to receive focus when you tab away from the UIPopup List, is there?  So, the chain is dead-ends on any non-UIInput controls unless I'm mistaken.

tone

2
NGUI 3 Support / Tabbing between UIInput fields... issues and ideas
« on: August 25, 2014, 08:33:47 AM »
I like the Tab-between-UIInput controls feature, but have an issue in the Web Player and several feature requests.

Issue:  Tab is working fine when running in the Editor's Player, but not in a Web Player.  What could do this?

Feature request:  Shift+Tab should jump to the previous control in the chain.  I guess it is clear that there could be more than one such, but in those cases the one generally to the left/above the current one would be a good choice, if not the most recently active candidate

Feature request:  other controls need to be hooked into this system, e.g.:  a UIPopupList should be something you can traverse by Tab/Shift-Tab

tone

3
NGUI 3 Documentation / Re: UIInput
« on: August 14, 2014, 11:46:22 AM »
Just starting, but I find myself wishing there were an OnLostFocus() event.  I'd like to process the text input as soon as the user tabs away to the next field.

Would it be simple for me to make RemoveFocus() have a callback list, as does Submit()?

tone

Pages: [1]