public, protected and private are just another namespace, and you can
address them in the same way you can address mx_internal. In other
words:

public::setStyle();

vs.

mx_internal::setStyle ();

Michael Krotscheck
Senior Developer

RESOURCE INTERACTIVE
www.resource.com
[EMAIL PROTECTED]
____________________________________________________________________________
This email and any of its attachments may contain Resource Interactive 
proprietary information, which is privileged, confidential and may be subject 
to copyright or other intellectual property rights belonging to Resource 
Interactive. This email is intended solely for the use of the individual or 
entity to which it is addressed. If you are not the intended recipient of this 
email, you are hereby notified that any dissemination, distribution, copying or 
action taken in relation to the contents of and attachments to this email is 
strictly prohibited and may be unlawful. If you have received this email in 
error, please notify the sender immediately and permanently delete the original 
and any copy of this email and any printout.


-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of reflexactions
Sent: Tuesday, October 23, 2007 2:15 AM
To: [email protected]
Subject: [flexcomponents] Ambiguous reference to setStyle

FB3 Issue:
I have a class which needs to use the mx_internal namespace to access 
some things.

Seperately this class also has a function that manipulates an 
AdvancedGridDataColumn.

If I import the mx_internal namespace then all of a sudden just 
calling a simple setStyle on the column generates a compile 
error "Ambiguous reference to setStyle".

I think this maybe because the AdvancedGridDataColumn extends 
CSSDeclaration which has two setStyle functions, one public and one 
on the mx_internal namespace.

How do I resolve this issue...

I am not interested in the mx_internal.setStyle, actually I am not 
interested in any mx_internal function connected with the 
AdvancedGridDataColumn, I am only using mx_internal in another 
function against another object.

tks




 
Yahoo! Groups Links



Reply via email to