Sunset Lake Software - Comments for "Molecules version 1.4: Now for iPad" http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad Comments for "Molecules version 1.4: Now for iPad" en For Android there is now a http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-1332 <p>For Android there is now a version of Jmol that you may like to try:<br /> <a href="http://wiki.jmol.org/index.php/Support/Android" title="http://wiki.jmol.org/index.php/Support/Android" rel="nofollow">http://wiki.jmol.org/index.php/Support/Android</a></p> pubDate Sat, 14 Apr 2012 14:38:43 +0000 dc:creator Angel guid false comment 1332 at http://www.sunsetlakesoftware.com I'm working on adding http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-1260 <p>I'm working on adding additional file type support (someone was going to implement XYZ input, but they never wrote back). You should be able to open email attachments in .pdb or .pdd.gz format by tapping and holding on the item, then selecting Open In Molecules. That works just fine on my devices.</p> <p>As for DropBox, I'll probably add iCloud sync support first. I don't have a lot of time to work on this, and DropBox integration looks like it might take a little more effort.</p> pubDate Tue, 20 Mar 2012 14:41:04 +0000 dc:creator Brad Larson guid false comment 1260 at http://www.sunsetlakesoftware.com Great app - love the surface http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-1258 <p>Great app - love the surface rendering - looks fantastic! Next time I give a poster presentation at a conference I'll have an iPad right there to show some structures. </p> <p>Any chance of implementing opening of e-mail attachments or files from Dropbox? Also, what about being able to open other file types like vanilla XYZ and Mol2?</p> pubDate Tue, 20 Mar 2012 04:05:28 +0000 dc:creator Q K T guid false comment 1258 at http://www.sunsetlakesoftware.com Yes, iOS 4.2 fixed the 4.1 http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-867 <p>Yes, iOS 4.2 fixed the 4.1 issue with LLVM, so you can remove those flags. I just haven't updated the code yet for that.</p> pubDate Thu, 09 Dec 2010 19:18:42 +0000 dc:creator Brad Larson guid false comment 867 at http://www.sunsetlakesoftware.com Brad, Just loaded the 10/21 http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-866 <p>Brad,</p> <p>Just loaded the 10/21 source and compiled it against iOS 4.2; it still has the "_IPHONE_OS_VERSION_MIN_REQUIRED is defined twice" error, but removing the Other C Flags setting resolves that.</p> <p>Thanks for making the source available.</p> pubDate Thu, 09 Dec 2010 19:12:52 +0000 dc:creator Robert Altman guid false comment 866 at http://www.sunsetlakesoftware.com There really isn't anything http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-855 <p>There really isn't anything out there for Android yet. One app is atom3d and isn't useful. Maybe some Android developer would port your code over. Thanks for releasing it!</p> pubDate Sat, 20 Nov 2010 07:18:08 +0000 dc:creator Dow Hurst guid false comment 855 at http://www.sunsetlakesoftware.com Disregard my earlier http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-835 <p>Disregard my earlier comments. It turns out that the project I have for the previous version has some issues with the iOS 4.1 SDK. I'd resolved those at some point in the version I'm working on now.</p> <p>Try downloading a prerelease build of that version from <a href="http://www.sunsetlakesoftware.com/sites/default/files/Molecules-10212010.zip" rel="nofollow">here</a>, which should compile properly on 4.1. I'm still working on a few bugs, though, so this isn't the version I'll be submitting as an update.</p> pubDate Thu, 21 Oct 2010 19:46:16 +0000 dc:creator Brad Larson guid false comment 835 at http://www.sunsetlakesoftware.com I also tried using LLVM as http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-833 <p>I also tried using LLVM as the C/C++ compiler version.</p> pubDate Thu, 21 Oct 2010 04:27:07 +0000 dc:creator Jamie guid false comment 833 at http://www.sunsetlakesoftware.com I'm also getting the error http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-832 <p>I'm also getting the error and can't get past it. It says it's happening when it tries to precompile Molecules_Prefix.pch. I set the base SDK for all configurations to iOS Simulator 4.1, and checked the Other C flags entry but it was already empty. I'm running XCode 3.2.4 64-bit.</p> <p>Any other ideas? I'm eager to see this!</p> pubDate Thu, 21 Oct 2010 02:54:57 +0000 dc:creator Jamie guid false comment 832 at http://www.sunsetlakesoftware.com That's due to a workaround I http://www.sunsetlakesoftware.com/2010/04/03/molecules-version-14-now-ipad#comment-829 <p>That's due to a workaround I put in place to allow the application to compile with LLVM against the Simulator in the 4.1 iOS SDK. To fix this, build using the iOS 4.1 SDK using the LLVM compiler or go to the target's build settings in Xcode and remove what's in the Other C Flags setting.</p> pubDate Wed, 20 Oct 2010 16:43:01 +0000 dc:creator Brad Larson guid false comment 829 at http://www.sunsetlakesoftware.com