Hello everyone,
Sure you will survive, make care, keep isolated !
I have a question about imageview programmed as array for short an long click
maybe i've not seen all the forums and here is my question:
if I write this
How can I set an initialization with a short click and with a long click for my imgviews ?
example:
I'va not seen this possibility with imview(i). _ _ _ _ _
Thanks much.
Sure you will survive, make care, keep isolated !
I have a question about imageview programmed as array for short an long click
maybe i've not seen all the forums and here is my question:
if I write this
B4X:
dim imview(100) as imageView
for i=0 to 100
imview(i).intialize("makeThis")
next
How can I set an initialization with a short click and with a long click for my imgviews ?
example:
B4X:
for i=0 to 100
imgview(i).intialize("Short_click") ??????????
imgview(i).intialize("LongClick_click") ??????????
next
I'va not seen this possibility with imview(i). _ _ _ _ _
Thanks much.