Page 1 of 1

Screen orientation problem when using iPhone UI with Edgelib

PostPosted: Mar 4, 2010 @ 4:20pm
by Orion_
Hello,

I'm using edgelib with facebook connect iphone api.
I want to add a simple connect button on the view but in landscape mode.
I added the Info.plist property "Initial interface orientation" in "Landscape (right home button)".
I also set up the edgelib orientation flag to DOR_LANDSCAPE in OnDisplayConfig.
But this doesn't seems to do anything, I still have to correct the orientation using opengl rotation/translation + correcting the x/y touch point by hand.
But the main problem is that my connect button added by facebook connect api is not rotated in landscape mode.
Do you know how can I solve this issue ?

Thank you.

PostPosted: Mar 12, 2010 @ 7:11pm
by edge

PostPosted: Mar 15, 2010 @ 3:39pm
by Orion_
thanks for the answer.
This is working for one part of the problem, the keyboard is now in the correct orientation.
But the facebook button is still not rotated.

PostPosted: Mar 15, 2010 @ 7:50pm
by edge

PostPosted: Mar 16, 2010 @ 11:02am
by Orion_