Android Question Interesting duplication Error

brianwiz12

Active Member
Licensed User
Longtime User
Hello,

I have three screens.
beginner
Inter
Advanced

The following issues I have.

On the inter screen the button to take me to advanced screen circles to inter

The radio buttons and correct answers have to be the same on all screens because it will not allow me to choose a different answer on screen two for question 2 then on screen 1 for queston 2. Basically seems to be duplicating itself.

In normal VB this is a simple radio box's an if/then statements. Got it to almost work here.

Files uploaded
 

Attachments

  • Main2.bas
    3.7 KB · Views: 182
  • Main3.bas
    3.6 KB · Views: 190
  • addition1.bal
    10.2 KB · Views: 175
  • addition2.bal
    10.2 KB · Views: 184
  • addition3.bal
    9.9 KB · Views: 174

brianwiz12

Active Member
Licensed User
Longtime User
thanks for the reply. For some reason I still can only get 2 out of 3 screens to load before the program acts like nothing is happening. I will continue to go through the documentation.
 
Upvote 0

brianwiz12

Active Member
Licensed User
Longtime User
Why would it be that.. I can make a program loads two screens and does it perfect.. same code... same concept.. button to go to third screen never works. If its that similar to Vb.. then what the heck is wrong. Frustrated
 
Upvote 0

Eumel

Active Member
Licensed User
Longtime User
This thread is 4 months old. You use the same code ?
Otherwise please export an updated zipfile.
Without seeing what you do, we can not help you ;)

---------
Eumel
 
Upvote 0

brianwiz12

Active Member
Licensed User
Longtime User
We can close this. After more research on this site... Panels is way better then trying to do screen movement with buttons. As always dont mean to be dummy but VB.net to this is strange :) Love your tutorials btw
 
Upvote 0
Top