gui got destroy after orientation change .

http://www.youtube.com/watch?v=dbgM2MNusYc

here is a link which shows the problem … plz help me fix this

note: the video was made by Caleb who was kind enough to do the beta test and help me find the issue

regards
syed usama
[import]uid: 34898 topic_id: 13698 reply_id: 313698[/import]

You might be able to edit your build.settings file to include something like this:

settings =  
{  
 orientation =  
 {  
 default = "landscapeLeft",  
 supported =  
 {  
 "landscapeLeft"  
 }  
 }  
}  

This should allow only one landscape orientation and prevent the app from trying to go to portrait. More info on how to set orientation stuff is at this link (about 1/4 way down):

http://developer.anscamobile.com/content/configuring-projects [import]uid: 22492 topic_id: 13698 reply_id: 50311[/import]