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

Pages: [1]
1
NGUI 3 Support / Re: UiButtonPopupList Multitap issues
« on: May 28, 2014, 11:57:55 AM »
So I am still getting unresponsive button clicks even with the basic case. In some cases, one of the popup list item is clickable, but then the other pop up list does not respond to any click unless I click the button that activates the popup list.  I tried setting up something simpler than my initial setup with no luck.  This is my simpler case:

uiRoot game object
--> uiPanel
-----> Anchor top center
---------> UiButtonPopupList
---------> UiButtonPopupList
---------> UiButtonPopupList

I added three labels to each of the uiButtonPopupList and they simply call a debug log.
I also added the uiKeybinding as you suggested and ran the scene. All three of the popups showed up but none of them were clickable. You are correct in that I can close them but tapping on the button that created the buttonPopupList.

2
NGUI 3 Support / UiButtonPopupList Multitap issues
« on: May 20, 2014, 01:56:37 PM »
Hello,

I've been attempting to create a list of buttons where each individual button contains a UiButtonPopupList component.  Everything works fine until I tap on two of these buttons simultaneously.  What happens is that one of the popup becomes stuck and no longer becomes responsive. The other still works perfectly fine but the other one no longer responds to any taps.  Looking at the class, I see that the OnClick callback creates the popup. I guess that's why multiple popups can be creates if multiple touch happen simultaneously.  However, I'm not sure why one of the popup becomes responsive.

Thanks.

Pages: [1]