November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Category Archives: air for android
Multi-touch handling in AIR for Android/iOS
To handle multitouch in AIR you need to listen to TouchEvent events like TouchEvent.TOUCH_BEGIN. Which event you will listen depends on the Multitouch.inputMode defined, possile values are enumerated in MultitouchInputMode class. We will use MultitouchInputMode.TOUCH_POINT which specifies that events are … Continue reading
Posted in air for android
Tagged air for android, Multi-touch, TouchEvent
Comments Off on Multi-touch handling in AIR for Android/iOS
Link: Gesture, accelerator and geolocation simulator
Little gem:) Gesture, accelerator and geolocation simulator
Posted in air for android, flash
Tagged adl, AIR 3.2, AS3, Flash Develop IDE, Flash Professional CS6, Flex, gesture works, SimController, touch simulator, TUIO, XSimulator
Comments Off on Link: Gesture, accelerator and geolocation simulator
SQLite – compare null values
Hi, this is a quick post describing issue I have found when using SQLite in flash. I’ve tried to fetch some rows using following snippet, but couldn’t get correct results. Then after digging on the net I have found that … Continue reading
Posted in actionscript, air for android, flash, SQLite3 (in AIR)
Tagged actionscript, actionscript3, air, air for android, flash, IS NULL, SQLConection, SQLError, SQLite, SQLStatement, SQLStatement parameters
4 Comments
‘unique’ as column name in SQLite table and SQLError
Hi, I have just learned that “unique” is not a good name for column name when creating table. If you try to use it then you will get following meaningless (at least to me) error: SQLError: ‘Error #3115: SQL Error.’, … Continue reading
Posted in actionscript, air for android, flash, SQLite3 (in AIR)
Tagged actionscript3, Error #3115, SQLError, SQLite
Comments Off on ‘unique’ as column name in SQLite table and SQLError