Started Using Basic4Android Again...

lucasjohnson00

Member
Licensed User
Longtime User
i got everything reinstalled and im able to start programming again... i wanted to pickup from where i left off on a program but for some reason, when i try to restart a program i started long ago, my application doesnt seem to be lining up with the original UI. I have a spinner, with a variety of text boxes... and depending on the selection of the spinner, some text boxes become available others remain invisible. this program worked perfectly in the past. I am certain there is something that i am not reconnecting. I start up the app. then go into design mode... open the bal file... everything looks perfect on the designer mode... then i compile and play the program... only the spinner is available... and regardless of what i select, NOTHING happens. i think the UI isnt quite connecting to the code. any ideas?
 

lucasjohnson00

Member
Licensed User
Longtime User
Can you upload your project?

i just attempted to make a program from scratch... a simple "hello world" and it is doing it with the new program too. i saved the ui and for some reason... its not showing up at all. :S now, im pretty confident that it is something with my setup. any ideas? also, how do i upload my program?
 
Upvote 0

lucasjohnson00

Member
Licensed User
Longtime User
On the IDE click on File -> Export As ZIP



I just remembered that i my must load the ui via code... so that solves my later "hello world" problem. vb6 and vb.net load it automatically.. but my original problem remains.. for some reason... the UI loads on this program, but the code isnt connected. i dont get it. i can restart it... but thats alot of code over something that could be small... and DONT make fun of the code.. this is my first project for b4a. :) lol
 

Attachments

  • BakeryCalculator.zip
    40.3 KB · Views: 159
Upvote 0

NJDude

Expert
Licensed User
Longtime User
I don't see a problem, I select "Reverse bakers percent" for example and I see only 2 boxes visible, if I click on "Friction factor" then I see 4.

Question, what version of B4A do you have?
 
Upvote 0

lucasjohnson00

Member
Licensed User
Longtime User
I don't see a problem, I select "Reverse bakers percent" for example and I see only 2 boxes visible, if I click on "Friction factor" then I see 4.

Question, what version of B4A do you have?

im running 1.2. im GLAD that it isnt the program or the code. Any ideas what it could be? :S
 
Upvote 0

lucasjohnson00

Member
Licensed User
Longtime User
ics?

I don't see a problem, I select "Reverse bakers percent" for example and I see only 2 boxes visible, if I click on "Friction factor" then I see 4.

Question, what version of B4A do you have?

OH! i am RUNNING ICS! are you running ICS too? could it be an ics problem?
 
Upvote 0

lucasjohnson00

Member
Licensed User
Longtime User
any ideas what could be wrong ?

I ran your app on ICS and JellyBean, both work just fine.


hmmm... then it must be the way my computer is set up... maybe im compiling it incorrectly? are you pressing that blue sideways triangle? are you using version 1.2? any ideas at all?
 
Upvote 0
Top