Bug reports

Describe any bugs you encounter with Molecules here

Missing residues

Dear Brad Larson,

Just to let you know, when residues are disordered and therefore have no entries in a PDB file, a HUUUUGE bond is created between the first residue and the last residue. Does this mean you do not calculate bonds traditionally? (through distances between atoms). I haven't had any trouble with this in CMol for the iPhone.

Thanks,
Selenium

Problem with a custom pdb file

When the length of the first line (COMPND line) of a PDB file is less than 20 letters, there are no atoms loaded. Your attension on this problem will be appreciated.

How to read the content of a pdf file in iphone

Hi Brad Larson,

Can you please tell me how to fetch the content of pdf file in iphone , so that i can format it in my own choice. I have spend a lot of time on it, but not get solution of this problem.

Thanks
Dinesh Thakur

NSFileManager deprecated

#pragma mark -
#pragma mark Database access

- (NSString *)applicationSupportDirectory;
{
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDomainMask, YES);
NSString *basePath = ([paths count] > 0) ? [paths objectAtIndex:0] : nil;

NSFileManager *fileManager = [NSFileManager defaultManager];
if ([fileManager fileExistsAtPath:basePath] == NO)
{

/// [fileManager createDirectoryAtPath:basePath attributes: nil];

External Screen

Hi first cool app you made. i came to your site because i was looking to implement the VGA adapter support for my app. and i looked at your source to learn from it. i also tried you app and the vga support does not work its just black.
how does the mirroring vga support work. i wanna be able to see the same view on ipad as on vga but stil be able to controll the app from ipad. (mirror screen)

Not able to compile / run Molecules source for Universal App using SDK 3.2

Am using XCode 3.2.2 (pre-release)

Version: 3.2 (10M2132)
Location: /Developer/XCode3.2

I have installed both 3.2 and older SDKs on different locations...

My errors are:
*** (repeating many times at different points in the source code)***
/Users//Documents/Molecules/SLSMoleculeTableViewController.m:37:0 /Users//Documents/Molecules/SLSMoleculeTableViewController.m:37: error: request for member 'contentSizeForViewInPopover' in something not a structure or union

Protein Data Bank not working?

Hi, I am a college organic chemistry student - first allow me to thank you for this wonderful app that is truly helpful to science professors and students alike. That being said, I am experiencing a slight problem with the Protein Data Bank; it appears that any search I do for any protein comes up immediately as "no results" regardless of what I type in. This is odd because just a few days ago, it was working just fine. Is this a problem with the server? Or might it be that I'm doing something wrong?

double click loops and crashes with SDK 3.2.2

The dialog for the mode of display does not come up when double clicking using SDK 3.2.2 and a crash occurs. It appears that
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event is looping

Source Compile Error

Hey, I looked through your source and found a tiny error. Just thought I would take the time to post.

Building target “Molecules” of project “Molecules” with configuration “Debug” — (1 error)
	    cd /Users/$RemovedForSecurity/Desktop/Molecules
    setenv ICONV /usr/bin/iconv
    setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"

Problem downloading new molecules

Hello. When I simply try to download a new molecule from the RCSB PDB (PDB ID: 2fsp), the program reports that it is retrieving titles, then crashes. Any ideas?

Syndicate content