Widget area
2 posters
Widget area
Sorry, may be this topic does not have to be there.
I've found one issue with widgets -
I use _SIO2widgettouchmove and when my finger is in widget's area and remove my finger from device's display - function _SIO2widgettapup is called, but if my finger outside of the widget's area - function _SIO2widgettapup is not called.
And have another one question - can I change SIO2 sources for me in similar cases?
I've found one issue with widgets -
I use _SIO2widgettouchmove and when my finger is in widget's area and remove my finger from device's display - function _SIO2widgettapup is called, but if my finger outside of the widget's area - function _SIO2widgettapup is not called.
And have another one question - can I change SIO2 sources for me in similar cases?
alexanderlonsky- Posts : 24
Join date : 2009-06-11
Re: Widget area
Yeah I know this is a long time bug that have not been fixed in the firmware... I've post about it... you can always override the callback by doing an extra area check... but as far as SIO2 is concerned the firmware send a callback...
You can simply add your extra check in:
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
You can simply add your extra check in:
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
Similar topics
» The widget in the 3D scene
» move widget
» Widget suggestions
» Widget rotation?
» Widget in 3-D space
» move widget
» Widget suggestions
» Widget rotation?
» Widget in 3-D space
Permissions in this forum:
You cannot reply to topics in this forum