hey volks,
neci to be here... since i find out the basic4android i have no other things in my mind...
for first i would 2 ask some silly things... and hope for helpfull feedback... ;-)
1. why i can't add 0.0 to double??? if 0.00 isn't right how can i initialize the variable at start of my app...
2. tryed to make simple gaga app where you press on start and the main target was to drop randomized digits as label.text... yes it did... but i wanted some funky changing digits (yeaahhh... like in movies where they hack the pass... :icon_clap on the display until the last 4 randomized comes... therefore i maked 4 variables as int, 4 labels where they should be shown, and packed into loops, something like:
for i < 10000
d1 = Rnd(0,9)
a1.Text=d1
.
.
.
loop
and so on... but unfortunately the presentation behavior isn't like i hoped to have it... unstead having "playing digits" in the a1.Text the label is black until the loops stops and go out of computing.... do i have any posibility to slow it down so the device can update the label.text????
thanks all....
cheers
bobbi
neci to be here... since i find out the basic4android i have no other things in my mind...
for first i would 2 ask some silly things... and hope for helpfull feedback... ;-)
1. why i can't add 0.0 to double??? if 0.00 isn't right how can i initialize the variable at start of my app...
2. tryed to make simple gaga app where you press on start and the main target was to drop randomized digits as label.text... yes it did... but i wanted some funky changing digits (yeaahhh... like in movies where they hack the pass... :icon_clap on the display until the last 4 randomized comes... therefore i maked 4 variables as int, 4 labels where they should be shown, and packed into loops, something like:
for i < 10000
d1 = Rnd(0,9)
a1.Text=d1
.
.
.
loop
and so on... but unfortunately the presentation behavior isn't like i hoped to have it... unstead having "playing digits" in the a1.Text the label is black until the loops stops and go out of computing.... do i have any posibility to slow it down so the device can update the label.text????
thanks all....
cheers
bobbi