On 15-Apr-07, at 10:30 AM, Eric Richards wrote: > Hi - > > I have a class in which I have this - > > Properties > Artist as Graphics > > then in a Init method I have this > > Artist = New Graphics > > Ok with Rb triple 5 it runs just fine in the IDE. > Now when I go to run the compiled app, it crashes > with Error type 2 on os 9.2.2. > > I'm a bit puzzled. Works fine in the IDE but the app > crashes right after launch. > > Any ideas ? > > Thanks > > Eric
Make the Artist a Picture, not a Graphics Graphics cannot exist on their own, but only as a property of something like a Picture _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
