Jump to content

ios gui event bug


photo

Recommended Posts

I have a little bug in iOS with gui,

 

I have an WidgetHBox with many WidgetSprite.

 

Each sprite have 4 callbacks gui_enter gui_leave gui_press gui_clicked.

 

Sometime when i press i just receive an gui_enter no more.

 

I try to put an setFocus when i receive the gui_enter and i receive the event press but with this solucion sometimes i don't receive the clicked évent.

 

BTW i detect the same bug with WidgetFlash when i have an Button the press have many trouble. It's nécessary to press two Time for receive the onpress event (one for give the focus i suppose)

 

May be i do something wrong but the same code work fine on PC/Mac

 

Thanks

Link to comment
  • 2 weeks later...

Yes on your Sample widget flash.

You use button with in thé fla détection of onRelease function.

 

Just change for an onPress an put trace, thé problem will be appear

Link to comment
  • 4 weeks later...
×
×
  • Create New...