Scale Factor for different screend

Hi all.

This is the situation: there is the main screen, with the initial buttons, that should be in a 1:1 scale in the screen.

However there’s a second screen that contains a listview, and that should be scaled as ‘zoomEven’ in the config.lua file.

I searched in the forums but couldn’t find anyone with the same problem.

Is there a way to workaround this? How to change the scale in the config.lua, or any other ideas? I’m building for android, so the screen sizes may be different with diff devices… [import]uid: 41756 topic_id: 10452 reply_id: 310452[/import]

do u want different screen size for different devices or ifferent screen size for different page ?? [import]uid: 12482 topic_id: 10452 reply_id: 38048[/import]

I want different scale factor for different pages!

For example: my main screen has 3 buttons, they are ok righ now, with no scale in the config.lua.

One of the buttons redirects to a different page, with a listview in it. This listview is smaller then the screen size and just looks weird if the scale IS NOT zoomEven in the config.

Thats the problem…

Is there anyway to change the scale options in the config.lua during app execution? Or something like that? [import]uid: 41756 topic_id: 10452 reply_id: 38049[/import]

no you can not change config setting at runtime all you need to do is write smart code to handle like small buttons in scroll view [import]uid: 12482 topic_id: 10452 reply_id: 38054[/import]

That’s what I was trying to avoid hehe

I’ll have to improve my design skills then…

Thanks! [import]uid: 41756 topic_id: 10452 reply_id: 38058[/import]

:slight_smile: [import]uid: 12482 topic_id: 10452 reply_id: 38190[/import]