I'm coding a test app to learn Flex and I'm running into a custom component problem.
If I make a custom component and save it in a swc file and then import it into the main app, the design mode should show the component. This works sometimes, but sometimes I get a 'Design Mode: Error creating item LoginPanel in parent Canvas'. It seems that if I add a RemoteObject to the custom component then this error appears, but if I remove the RemoteObject then it works ok. I'm assuming that the Flex Builder is having a problem rendering the custom component because of the RemoteObject. Does anyone know a way around this problem? Or am I doing something wrong? Thanks Andrew Prime

