realbasic-plugins
[Top] [All Lists]

Property initialisers

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Property initialisers
From: "Theodore H. Smith" <delete at elfdata dot com>
Date: Fri, 30 Mar 2007 17:51:15 +0100
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
Hi people, if someone makes a REALbasic class like this:

class MyClass
dim prop as ElfData="abc"
...... // functions go here
end class

And my ElfData class has operator_convert from a string, what should  
happen here?

We are finding, that what happens, is that my plugin crashes within  
"ElfData.Operator_Convert(s as string)", before application.Open even  
runs.

Is there something I can do about this? Why would my plugin be  
crashing? Is the string different somehow?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>