UserInterfaceMenu from beginners guide question

edm68

Member
Licensed User
Longtime User
I'm very new to this and have been going through the Beginner's Guide. I've gotten to the UserInterfaceMenu example and can't figure out what I'm doing wrong.

I type the code in as is listed. When I try to compile and run it compiles Ok, but I get the error: 'java.io.FileNotFoundException: page1.bal' on the emulator. I've double checked that I've typed everything as is.

I loaded the example from the SourceCode folder that comes with the Beginner Guide and it works perfect. That's when I notice in IDE the file tab has 4 files and I only have Main.bal in my project. I can't figure out what I'm doing wrong.

I thought maybe I had to have the Designer open when I compile it and I've tried adding panels manually with AddView menu.

I've searched the forum but was unable to find anything for my problem.
Thanks for any help:).
 

milesumbra1

New Member
Same Exdample Different Problem

I don't know what is wrong.
I have all four layouts and when I compile it I can't get the buttons that lead to the other pages.
What do I do?
 
Upvote 0
Top