RE: [flexcoders] Remote objects and when they exist

2005-09-20 Thread Peter Farland
isAdmin is a function... So you need to use parentheses () to invoke it, even when there are no arguments. public function loadPerms():Void { srvPermissions.isAdmin() } -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Remote objects and when they exist

2005-09-20 Thread David Harris
true that was a typo in my example. I seem to have got it going by doing an init() on bob I *think* this may be something to do with that my root MXML element is mx:Box What do use for the root element if you are writing a MXML file as a class? On 9/21/05, Peter Farland [EMAIL PROTECTED]

RE: [flexcoders] Remote objects and when they exist

2005-09-20 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Remote objects and when they exist true that was a typo in my example. I seem to have got it going by doing an init() on bob I *think* this may be something to do with that my root MXML element is mx:Box What do use for the root element