[revMobile] black screen [was [revMobile] Horizontal Orientation]
> ... and except for an occasional screen going black issue I wrote about this RevMobile problem on the ImproveRevolution list but got not response, but am kind of relieved to hear from Randy Hengst that it's not just my setup that's experiencing this. Anyonelse getting a black screen with RevMobile apps? And, is it safe to just relax about this for now, knowing that LiveCode will get to this soon? Thanks. -- Nicolas Cueto ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: [revMobile] Horizontal Orientation
Hi Jacque, Thanks for that information. I'll look forward to the addition. take care, randy - On Sep 22, 2010, at 12:46 PM, J. Landman Gay wrote: > On 9/22/10 9:23 AM, Randy Hengst wrote: > >> However, I've been trying to develop a second app in the horizontal >> orientation not one that can be rotated, just one to work only in >> horizontal. For that I tried using info from the alpha handbook > ... >> I placed the command in the preopenstack handler... to no avail. > > I had the same problem, and there isn't a solution right now. The team knows > about it and I read somewhere that they will implement a fix for it so that > you can start up the app in horizontal orientation. > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > ___ > use-revolution mailing list > use-revolution@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
Re: [revMobile] Horizontal Orientation
On 9/22/10 9:23 AM, Randy Hengst wrote: However, I've been trying to develop a second app in the horizontal orientation not one that can be rotated, just one to work only in horizontal. For that I tried using info from the alpha handbook ... I placed the command in the preopenstack handler... to no avail. I had the same problem, and there isn't a solution right now. The team knows about it and I read somewhere that they will implement a fix for it so that you can start up the app in horizontal orientation. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
[revMobile] Horizontal Orientation
Hi All, I've been playing with revMobile and have successfully loaded an app on my iPhone in the vertical orientation and except for an occasional screen going black issue all works as I expected. However, I've been trying to develop a second app in the horizontal orientation not one that can be rotated, just one to work only in horizontal. For that I tried using info from the alpha handbook To change the orientation of the user interface use the following command: iphoneRotateInterface orientation Here orientation is one of: • • • • portrait – the screen is not rotated portrait upside down – the screen is rotated 180 degrees landscape left – the screen is rotated 90 degrees counter-clockwise landscape right – the screen is rotated 90 degrees clockwise I placed the command in the preopenstack handler... to no avail. I also simply reversed the width/height of my new stack from the version that I already had working... well, the new stack shows up on the iPad simulator, but not the iPhone simulator even when I rotate the phone to the right or left. Obviously I missing something... I hope it is something very basic. Thanks in advance for your thoughts. take care, randy hengst___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution