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 - SheepIt

Pages: [1]
1
NGUI 3 Support / UIInput OnSubmit sent at the wrong time on android devices
« on: November 03, 2014, 11:56:09 AM »
First of all thx for the great support on my previous questions!

I have the problem that on Android devices a Submit is sent every time the keyboard is disappearing.
I do not want that behaviour.

Since I have heared there can't be done anything about that, my idea was to not do anything onSubmit and catch the OnKey event for the enter key and do my handling there.

However for the UIInput Field there are no events sent from what I understood..

So how do I solve this?


2
text gets selected for the mac build, not on the ipad though..

3
NGUI 3 Support / Detecting if some area is not clicked / tapped etc.
« on: October 31, 2014, 01:52:54 PM »
so my main issue was that I wanted to delete some elements on loosing focus of a UIInput field.
So my first thinking was deleting them in a method called bei OnDeSelect but clicking on the elements that should be deleted looses focus of that as well.. that screwed up everything of course.

Any idea to that?

If not, am I left with detecting if the user tabs outside of a collider that I define?

How would I do that for multiplattforms? (so touch and mouse events should be covered)


4
NGUI 3 Support / Re: UISlider web / pc version click goes wild
« on: December 15, 2013, 01:34:47 PM »
I dont want to do this, because it probably will need lots of changes on my part.
Any hints anyway what it might be?

5
NGUI 3 Support / UISlider web / pc version click goes wild
« on: December 15, 2013, 11:32:17 AM »
Im using version 2.7.

The slider works great for the tablet version, but if I click on It to set a value , its like the "up" of my click is never recognized, it will jump wildly until I click somewhere else...


Pages: [1]