Hi,
I'm testing B4A and considering to buy it.
As a starter I'm trying to convert my Spider-Solitaire game (built in Vb.Net) into B4A.
In VB I did all the drawing on a PictureBox, that included the "static" parts (cards that are laying on the table as well as the "moving" cards (the cards that are moved using the mouse).
I used the ImageView for the static part with no problem, however the "moving" part is my problem.
How to get a _Touch Event? I believe the code needed for the moving part could/should be pplaced in such a Sub.
Or am I on the wrong track?
I'm testing B4A and considering to buy it.
As a starter I'm trying to convert my Spider-Solitaire game (built in Vb.Net) into B4A.
In VB I did all the drawing on a PictureBox, that included the "static" parts (cards that are laying on the table as well as the "moving" cards (the cards that are moved using the mouse).
I used the ImageView for the static part with no problem, however the "moving" part is my problem.
How to get a _Touch Event? I believe the code needed for the moving part could/should be pplaced in such a Sub.
Or am I on the wrong track?