Re: [flexcoders] Flex Component Kit for Flash CS3 - item not showing

2007-06-02 Thread Jurgen Beck

If the MXML file isn't too big, can you post the contents?

The MXML file is a regular ASCII file that you can edit in any text 
editor. If FB has an issue parsing the code for design view it usually 
means that the file contains some illegal code.


Jurgen

Mark wrote:


No, no errors. It runs perfectly it just doesn't display within FB.
Wether I run it nromal or in debug mode, what shows in the browser
is fine.

--- In flexcoders@yahoogroups.com 
, Jurgen Beck <[EMAIL PROTECTED]> wrote:

>
> Does the Design view in FB give you any errors? If so, you'd need
to
> look closer at the code.
>
> Jurgen
>
> Mark wrote:
> >
> > I created a simple test in Flash CS3 that mostly works in Flex.
The
> > problem I'm having is I don't see it in Flex Builder 2. Code
view is
> > giving me everything it should and looks fine there, but I don't
see
> > it in Design view. What would be the reason for this? I run it
and
> > it looks just fine.
> >
> > Thanks,
> > Mark
> >
> >
>

 


RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-15 Thread Lincoln Mitchell
Fixed! I didn't have the correct version of 2.0.1. Ran the latest update and
now works a charm.

 

Thanks Matt for the response.

 

Linc

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Saturday, 12 May 2007 11:29 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

 

I think this is related to me updating Eclipse 3.2. Because I created a new
mxml file and got all the errors listed in post #60878

I will try to resolve this 1st and then see if the other errors still
appear.

Linc

 



RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-12 Thread Lincoln Mitchell
I think this is related to me updating Eclipse 3.2. Because I created a new
mxml file and got all the errors listed in post #60878

I will try to resolve this 1st and then see if the other errors still
appear.

Linc




RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Matt Chotin
Sorry, I think I may have misled you.
 
Tell us exactly where things are set up:
 
What is the filename of the MXML file you have listed here?
When you created the component in Flash, what is classname you used for
what you exported?
Did you write any actionscript code for the Flash components or just do
the symbol example?
 
Matt
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Friday, May 11, 2007 5:21 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3



I placed the package name in the namespace
"xmlns:myComps="flashComponentPackage.*"" as below:



  

  http://www.adobe.com/2006/mxml";
height="1500"

xmlns:myComps="flashComponentPackage.*">













Still not working - any clues - anyone



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

Matt



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the "Flex Component Kit for Flash CS3" to
work.
I am using Flex Builder version 2.0.143459 and working through the
material
at:
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3
<http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3> 

In particular the example in "swf9.pdf" part of
"flex_component_kit_docs_042307.zip"

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---


http://www.adobe.com/2006/mxml
<http://www.adobe.com/2006/mxml> " height="1500"
xmlns:myComps="*">







The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design > Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this
got no
replies.

Hope someone can help as I am a newbie and real keen see what possible
with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 


RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
I placed the package name in the namespace
"xmlns:myComps="flashComponentPackage.*"" as below:

 



  

  http://www.adobe.com/2006/mxml"; height="1500"

xmlns:myComps="flashComponentPackage.*">













 

Still not working - any clues - anyone

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

 

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

 

Matt

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the "Flex Component Kit for Flash CS3" to
work.
I am using Flex Builder version 2.0.143459 and working through the material
at:
http://labs.
<http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3>
adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3

In particular the example in "swf9.pdf" part of
"flex_component_kit_docs_042307.zip"

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---


http://www.adobe. <http://www.adobe.com/2006/mxml>
com/2006/mxml" height="1500"
xmlns:myComps="*">







The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design > Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this got no
replies.

Hope someone can help as I am a newbie and real keen see what possible with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 



RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
Matt,

You mentioned about classname.  There is no className="." in the mxml.
Should there be?

 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

 

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

 

Matt

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the "Flex Component Kit for Flash CS3" to
work.
I am using Flex Builder version 2.0.143459 and working through the material
at:
http://labs.
<http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3>
adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3

In particular the example in "swf9.pdf" part of
"flex_component_kit_docs_042307.zip"

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---


http://www.adobe. <http://www.adobe.com/2006/mxml>
com/2006/mxml" height="1500"
xmlns:myComps="*">







The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design > Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this got no
replies.

Hope someone can help as I am a newbie and real keen see what possible with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 



RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
Hi Matt,

 

I didn't know about packages. Assumed they were to do with SDK not Flex
Builder. Any how, I found it and renamed the package and the swc file. OS
that the mxml file and all 3 elements names are unique.

But, I still get the same error!

 

Many thanks for the help so far.

Linc

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Friday, 11 May 2007 9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Component Kit for Flash CS3

 

Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.

 

Matt

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3

Hi all,

I have been trying to getting the "Flex Component Kit for Flash CS3" to
work.
I am using Flex Builder version 2.0.143459 and working through the material
at:
http://labs.
<http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3>
adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3

In particular the example in "swf9.pdf" part of
"flex_component_kit_docs_042307.zip"

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---


http://www.adobe. <http://www.adobe.com/2006/mxml>
com/2006/mxml" height="1500"
xmlns:myComps="*">







The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design > Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this got no
replies.

Hope someone can help as I am a newbie and real keen see what possible with
the Flex/Flash combo.

Thanks in advance for any help.

Linc

 



RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-10 Thread Matt Chotin
Did you maybe name your MXML flashComponent.mxml and it's in a package
called flashComponent?  Feels like there may be a classname problem that
would confuse the compiler.
 
Matt



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lincoln Mitchell
Sent: Thursday, May 10, 2007 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Component Kit for Flash CS3



Hi all,

I have been trying to getting the "Flex Component Kit for Flash CS3" to
work.
I am using Flex Builder version 2.0.143459 and working through the
material
at:
http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3
 

In particular the example in "swf9.pdf" part of
"flex_component_kit_docs_042307.zip"

I think I am following the process correctly but get errors on the
mx:Application tag in the mxml code:
---


http://www.adobe.com/2006/mxml
 " height="1500"
xmlns:myComps="*">







The errors:
---
Severity Description Resource In Folder Location
Creation Time Id
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 282
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 284
2 1144: Interface method get isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 286
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 281
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 283
2 1144: Interface method set isPopUp in namespace mx.core:IUIComponent
is implemented with an incompatible signature in class flashComponent.
flashComponent.mxml flashComponent line 4 May 10, 2007 6:22:38 PM 285
1 Design mode: Error creating item MyButtonDisabledSkin in parent
Application. Please choose Design > Refresh to refresh design mode.
flashComponent.mxml flashComponent May 10, 2007 6:22:30 PM 280
---

This issue or one very similar was also noted in post #73543 but this
got no
replies.

Hope someone can help as I am a newbie and real keen see what possible
with
the Flex/Flash combo.

Thanks in advance for any help.

Linc