1.9 Project->Activity Properties->Full Screen

rfresh

Well-Known Member
Licensed User
Longtime User
Project->Activity Properties->Full Screen setting is not recognized in the Designer Scripts window.

This is a problem because when we tweak the code in the Designer Scripts window for vertical positioning, when the app is installed, the vertical positioning is now wrong because of the Project->Activity Properties->Full Screen setting is recognized.
 

rfresh

Well-Known Member
Licensed User
Longtime User
I'm positioning components vertically down the screen based on a starting point at the top.

Attaching my test app. Look at the Droid2 portrait layout (480x854). In the Designer Scripts window, the vertical spacing of 15.5%y (mVertSpacing = 15.5%y) spaces ok vertically in the Designer. However, if you install the test app on a Droid2, all components will be "pushed up" to fill the void of not having that top msg bar and not having a title bar in my case.

The Designer Scripts code window should recognize our Project->Activity Properties->Full Screen and Title settings (in my opinion).

Thanks...
 

Attachments

  • ScreenTest.zip
    7.8 KB · Views: 291
Upvote 0

rfresh

Well-Known Member
Licensed User
Longtime User
I see the Activities Properties text bolded in the lower left corner of the Designer but how do I set it? I don't see anything on any of the Designer menus.
 
Upvote 0

rfresh

Well-Known Member
Licensed User
Longtime User
You should change the properties in the grid.

Sorry I don't know what the grid is? Do you mean change it in the code section of the Designer Scripts window?

Update: I see the Grid menu selection and it's set to 10. I don't understand how to use this.
 
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Here:
1rt0.png
 
Upvote 0
Top