Wish Screen size and rescale

defillo

Member
Licensed User
Longtime User
Hello

For sure it is possible, and I will like to have a simple feature like that..
Suppose you design a screen layout in the standard size 320x480
When the layout is saved a .bal file is produced which, for sure, includes all the informations regarding the items placed in it
It should be nice if designer produces also a .txt file or similar with plain infos regarding elements, just a few as top, left, width and height together maybe with text size
In that way it should be easier to get this info, passing it through a easy program (i will write it in visualstudio for pc) generate a subroutine that should be included into the program to autoscale the layout getting as input variables the screen size and rescaling all the items to fit the screen, working with dip or percentage.
For sure I can retrieve this infos also from the .bal file, but I'm lazy.. :)
 

barx

Well-Known Member
Licensed User
Longtime User
Why would you want to export this functionality, sure what you are asking is already available in the designer.
 
Top