Sunset Lake Software - Comments for "Molecules 1.4.1 now on the App Store" http://www.sunsetlakesoftware.com/2010/06/02/molecules-141-now-app-store Comments for "Molecules 1.4.1 now on the App Store" en I'm not quite sure what http://www.sunsetlakesoftware.com/2010/06/02/molecules-141-now-app-store#comment-884 <p>I'm not quite sure what you're saying. I don't have a UIScrollView anywhere in this application, to my knowledge.</p> <p>Also, the rendering glitch you see when rotating the iPad to landscape in the 4.2 Simulator is due to a bug in the way that the Simulator handles non-factor-of-32 OpenGL ES layers. This has all been fixed in the version I'm working on now, but none of that has to do with the navigation controller.</p> pubDate Fri, 07 Jan 2011 17:39:50 +0000 dc:creator Brad Larson guid false comment 884 at http://www.sunsetlakesoftware.com Hi Thanks for allowing us to http://www.sunsetlakesoftware.com/2010/06/02/molecules-141-now-app-store#comment-883 <p>Hi</p> <p>Thanks for allowing us to view your source code. I was looking actually to see how you implemented your UINavigationController in the master view of the UIScrollviewController because in ios 4.2 we found an issue with our implementation whereby in landscape the detail view no longer displays.</p> <p>I've noticed that this also an issue in your source code example. </p> <p>Are you aware of this problem ? And if so did you find a solution? </p> <p>We having been struggling desperately to fix this in our application and now think we might have to completely revise the way we navigate our view hierarchy. Essentially what we want is to have a master detail view. when the user clicks an item in the detail view, the detail view is pushed onto the master uinavigationcontroller and a new view is pushed onto the detail uinavigationcontrller</p> <p>Any help or ides would be extremely well recevied.</p> <p>Tks<br /> Chris</p> pubDate Fri, 07 Jan 2011 17:29:06 +0000 dc:creator Chris Baxter guid false comment 883 at http://www.sunsetlakesoftware.com Thanks. I'll take a look at http://www.sunsetlakesoftware.com/2010/06/02/molecules-141-now-app-store#comment-770 <p>Thanks. I'll take a look at that.</p> pubDate Tue, 03 Aug 2010 19:32:10 +0000 dc:creator Brad Larson guid false comment 770 at http://www.sunsetlakesoftware.com think i have discovered a http://www.sunsetlakesoftware.com/2010/06/02/molecules-141-now-app-store#comment-759 <p>think i have discovered a little c&amp;p programmation error in the SLSMoleculeGLViewController.m</p> <p>- (CGPoint)commonDirectionOfTouches:(NSSet *)touches</p> <p>you are averaging the first finger movement range with itself </p> <p><div class="geshifilter"><pre class="geshifilter-cocoa">// The movement ranges are averaged out commonDirection.x = ((directionOfTouch1.x + directionOfTouch1.x) / 2.0f) * scalingForMovement; commonDirection.y = ((directionOfTouch1.y + directionOfTouch1.y) / 2.0f) * scalingForMovement;</pre></div></p> pubDate Thu, 29 Jul 2010 19:24:03 +0000 dc:creator anonymous guid false comment 759 at http://www.sunsetlakesoftware.com Do you have a more in depth http://www.sunsetlakesoftware.com/2010/06/02/molecules-141-now-app-store#comment-756 <p>Do you have a more in depth guide on how to download more molecules? The 3 that were provided are fascinating, but I'm hungry for more. And I'm finding it a bit hard to navigate the provided Protein Data Bank.</p> pubDate Wed, 28 Jul 2010 03:28:41 +0000 dc:creator PTNLemay guid false comment 756 at http://www.sunsetlakesoftware.com Great app! As science http://www.sunsetlakesoftware.com/2010/06/02/molecules-141-now-app-store#comment-752 <p>Great app! As science teachers all we need now is to have your app and The Elements app output from the iPad to a VGA monitor! That would be awesome!</p> <p>Cheers</p> pubDate Sat, 17 Jul 2010 15:33:28 +0000 dc:creator Anonymous guid false comment 752 at http://www.sunsetlakesoftware.com