Sunset Lake Software - Comments for "External Screen" http://www.sunsetlakesoftware.com/forum/external-screen Comments for "External Screen" en Thank you for your feedback http://www.sunsetlakesoftware.com/forum/external-screen#comment-745 <p>Thank you for your feedback :)<br /> Could you point me to how i keep the 2 views in sync?<br /> The whole 2 views issue is a bit hard to grasp for me but i need that function for my app so i need to understand it :)<br /> Thanks for your help</p> <p>mike</p> pubDate Wed, 07 Jul 2010 10:57:29 +0000 dc:creator MacMike guid false comment 745 at http://www.sunsetlakesoftware.com MacMike wrote:thank you http://www.sunsetlakesoftware.com/forum/external-screen#comment-736 <p><div class="quote-msg"><div class="quote-author"><em>MacMike</em> wrote:</div>thank you looking at your video right now. however i noticed on your video your app reacts as soon you connect the vga cable, the app installed on my ipad (molecules downloaded from app store) does not react. there is no symbol for external screen appearing. the screen icon only appears if i start the app while the vga connector is connected.</div></p> <p>The reason the App Store version doesn't respond to the connection of an external display is that the observers for the connection of the display are commented out (I didn't want to ship a half-working feature). Search the code for two commented-out lines that reference the notifications for connection and disconnection of the display. If you uncomment those, the application will respond to the external display.</p> <p>For your other question, there's no support for automatic mirroring of views. You need to keep the views in sync between the two screens yourself.</p> pubDate Wed, 23 Jun 2010 03:58:12 +0000 dc:creator Brad Larson guid false comment 736 at http://www.sunsetlakesoftware.com one more question. if you http://www.sunsetlakesoftware.com/forum/external-screen#comment-734 <p>one more question. if you make a new UIView for the external View. is it possible to populate that externalView with the same content that should be displayed on your localView? like mirroring?</p> <p>ps. your code and your help is awesome thanks. learning a lot here :)</p> pubDate Tue, 22 Jun 2010 21:24:57 +0000 dc:creator MacMike guid false comment 734 at http://www.sunsetlakesoftware.com thank you looking at your http://www.sunsetlakesoftware.com/forum/external-screen#comment-733 <p>thank you looking at your video right now. however i noticed on your video your app reacts as soon you connect the vga cable, the app installed on my ipad (molecules downloaded from app store) does not react. there is no symbol for external screen appearing. the screen icon only appears if i start the app while the vga connector is connected.</p> pubDate Tue, 22 Jun 2010 20:58:58 +0000 dc:creator MacMike guid false comment 733 at http://www.sunsetlakesoftware.com The external display of 3-D http://www.sunsetlakesoftware.com/forum/external-screen#comment-731 <p>The external display of 3-D content does not work in the version of the source code I currently distribute. However, you can see how to enable external display of content using the code that I've stubbed out there (simply uncomment the two lines that add observation to the external screen connection / disconnection messages. Also, you can comment out the line in -displayOnExternalOrLocalScreen: for adding the 3-D view to the external window and instead add some other content to get it to display on the other screen.</p> <p>I describe the process by which external display support can be enabled in your application in the iPad session of my <a href="http://deimos.apple.com/WebObjects/Core.woa/Browse/matcmadison.edu.3989485784.03989485786" rel="nofollow">advanced iPhone development course</a>. The course notes for that class also provide a good reference for how to do this.</p> pubDate Tue, 22 Jun 2010 17:59:44 +0000 dc:creator Brad Larson guid false comment 731 at http://www.sunsetlakesoftware.com