Android Question Designer

kepler

Active Member
Licensed User
Longtime User
Hi,

Can someone tell me the true definition - in pixels - of the Design window in B4A? I dont have any idea :(

Sorry... I'm a newbie...

Regards,

Kepler
 

marab

Member
Licensed User
Longtime User
explain more what you want!!?
i can't understand your speech!
maybe other understood !
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
That depends on the connected device or selected layout variant...
 
Upvote 0

marab

Member
Licensed User
Longtime User
if you don't know what pixels you must use
you can use present
for example
B4X:
EditText1.SetLeftAndRight(5%x,95%x)
EditText1.SetTopAndBottom(2%y,14%y)
add these codes in the designer scripts's tab
 
Last edited:
Upvote 0
Top