do implements implements="lib.ISurfaceObject, lib.ISurfaceObject2" 
TH,
C


________________________________
From: Michael Ridland <rid...@gmail.com>
To: flexcoders@yahoogroups.com
Sent: Tuesday, September 8, 2009 1:08:50 PM
Subject: Re: [flexcoders] Implement Multiple Interfaces in a MXML component

   

Thanks.. I didnt think this question needed sample code. 

Here is a sample...
<mx:Canvas  xmlns="*" xmlns:mx="http://www.adobe. com/2006/ mxml"
     implements="lib.ISurfaceObject" implements="lib.ISurfaceObject2" 
verticalScrollPolic y="off" >
</mx:Canvas>





On Tue, Sep 8, 2009 at 8:04 PM, Fidel Viegas <fidel.viegas@ gmail.com> wrote:

  >
>Hi Michael,
>
>
>>On Tue, Sep 8, 2009 at 10:48 AM, Michael Ridland<rid...@gmail. com> wrote:
>>>
>>>
>>> Hi
>>>
>>> I want to be able to implement multiple interfaces in a MXML Component. But
>>> I get this error, 'Attribute "implements" was already specified for element
>>> "mx:Canvas".'.
>
>
>Without the sample code, it is really difficult for people help you.
>
>>Regards,
>
>>Fidel.
>

   


      

Reply via email to