Quick Links:
Download Gideros Studio
|
Gideros Documentation
|
Gideros community chat
|
DONATE
scene manager resolution — Gideros Forum
Home
Discussions
Sign In
Home
›
General questions
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Categories
Recent Discussions
Categories
7.8K
All Categories
11
Help with translations
4.2K
General questions
107
Roadmap
358
Game & application design
316
Plugins
70
User experience
75
Marketplace
290
Code snippets
34
Building a team?
269
Suggestions & requests
352
Announce your apps made with Gideros.
90
Step by step tutorials
668
Bugs and issues
195
Introduce yourself
239
Announcements
106
Forum talk
404
Relax cafe
In this Discussion
July 2014
Hanigran
July 2014
hgvyas123
Top Posters
ar2rsawseen
6991
SinisterSoft
4058
hgy29
3645
keszegh
3255
atilim
2892
antix
2136
MoKaLux
2006
OZApps
1983
totebo
1781
oleg
1706
hgvyas123
1412
techdojo
1321
pie
1194
gorkem
1186
rrraptor
1030
phongtt
1029
Mells
1024
MikeHart
1020
john26
995
GregBUG
962
scene manager resolution
Hanigran
Member
July 2014
edited July 2014
in
General questions
Is posobility set resolution just in my scene?
+1
-1
Share on Facebook
Comments
hgvyas123
Guru
July 2014
yes possible
use this code in your scene to set resolution and set default on exiting scene
Application:setLogicalDimensions(width, height)
+1
-1
Share on Facebook
Hanigran
Member
July 2014
calling 'setLogicalDimensions' on bad self (Application expected, got table)
stack traceback:
+1
-1
Share on Facebook
hgvyas123
Guru
July 2014
edited July 2014
ohhh in Application:setLogicalDimensions A should be small try below one
application:setLogicalDimensions(width, height)
+1
-1
Share on Facebook
Hanigran
Member
July 2014
thanks it works
+1
-1
Share on Facebook
Sign In
or
Register
to comment.
Powered by Vanilla
Comments
use this code in your scene to set resolution and set default on exiting scene
Application:setLogicalDimensions(width, height)
stack traceback:
application:setLogicalDimensions(width, height)