Hi,

Am 14.05.2006 um 10:59 schrieb Maarten de Vries:

The second one does sound like a bug, but the first is normal.

I'll file the second one to the REALBasic feedback system, if it's not filed yet ...

Protected or
Private means that you can only acces the property from inside. Not just
only writing from inside...

OK ...

If you want to make that sort of behavior do
this:
Add a private property called "StoreMyBool" and a public computed property
called "MyBool". Leave the set method empty and in the get method put
"Return StoreMyBool".

Now, from inside the listbox you can set the bool by changing StoreMyBool,
and you can request the value from anywhere using MyBool.

Thanks a lot for this solution. I'll try it.

--
Vincent
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to