Android Example Multiple layout

I am trying to use the examples relating to layout or multiple panels . But all the files give me error "The value cannot be null" "parameter name: input Error File twolayouts1.bal: "I have read that the files were correct. I have perhaps made a mistake ? Thanks
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi
Maybe you use code in designer script that not correct.
Please check designer script.
 

palmaf

Member
Licensed User
Longtime User
I have not changed any part of the code nor the scripts of the designer
 

schemer

Active Member
Licensed User
Longtime User
I have not changed any part of the code nor the scripts of the designer

I have that project here and it seems I may have seen that error and fixed it. Here is a working copy of that project for you to try as it works fine over here.
schemer
 

Attachments

  • TwoPanelLayoutstest.zip
    14.5 KB · Views: 402

schemer

Active Member
Licensed User
Longtime User
Which programs are you refering to ?

I think he is referring to your example named "TwoPanelLayouts" because of the twolayouts1.bal file mentioned. When unzipped it creates a folder named "TowPanelLayouts" spelled with the word "Tow" in the unzipped folder. :D
schemer
 

palmaf

Member
Licensed User
Longtime User
I was referring to the file TwoActivityLayouts. I tried the file of schemer and works perfectly. While TwoActivityLayouts gives me errors that i have listed. Thanks
 

schemer

Active Member
Licensed User
Longtime User
I was referring to the file TwoActivityLayouts. I tried the file of schemer and works perfectly. While TwoActivityLayouts gives me errors that i have listed. Thanks

I just tried that one and for some reason you have to open TwoLayouts1 in the designer and then "Save it". You do not need to make any changes. Then it will work. I think it has to do with some changes in the updated IDE or Designer. Open the Designer, then open TwoLayouts1 from the file menu in the Designer. Then click on Save from the file menu. :cool:
schemer
 
Last edited:

palmaf

Member
Licensed User
Longtime User
Hello from Rome, I tried the solution of Schemer , when compiling does not give me errors , but i have no object on the activity and i have only one . I look forward to the correction of Klaus . Thanks to everyone for the interest
 
Top