[flexcoders] error message

2009-07-16 Thread Michael Sumner
Is anyone familiar with this error message. I think I have a problem in my services-config file. Channel definition, mx.messaging.channels.RTMPChannel, cannot be found. I am using the default WEB-INF folder, and have a mapping to it as I have it at c:\InetPub\wwwroot\ I would

[flexcoders] Error message in debug console?

2009-02-20 Thread markflex2007
Hi, I get the following message in debug console,do you know what this means? *** Security Sandbox Violation *** SecurityDomain 'file:///D:/WORKSPACE/Flex Builder 3/Reflex4/bin-debug/TabNavigatorDemo.html' tried to access incompatible context 'file:///D:/WORKSPACE/Flex Builder

RE: [flexcoders] Error message in debug console?

2009-02-20 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Error message in debug console? Hi, I get the following message in debug console,do you know what this means? *** Security Sandbox Violation *** SecurityDomain 'file:///D:/WORKSPACE/Flex file:///D:\WORKSPACE\Flex Builder 3/Reflex4/bin-debug

[flexcoders] Error Message

2008-12-17 Thread jch92592
I am trying to get a Flex App to access a Cold Fusion CFC on my CF 7.0.2 server. I get the following error: MessagingError message='Destination 'ColdFusion' either does not exist or the destination has no channels defined (and the application does not define any default channels Using:

[flexcoders] error message tooltip

2008-08-20 Thread ibo
Is there a reusable component in flex similar to the red tooltip message box that appears when a validator throws an invalid event? Alert.show is ugly and titlewindowis overkill.

RE: [flexcoders] error message tooltip

2008-08-20 Thread Alex Harui
You could probably create an instance of ToolTip From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ibo Sent: Wednesday, August 20, 2008 6:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] error message tooltip

Re: [flexcoders] Error message is unclear: 1020: Method marked override must override another method.

2008-03-24 Thread justSteve
The API at docs at http://puremvc.org/component/option,com_wrapper/Itemid,160/ From the API docs at http://puremvc.org/component/option,com_wrapper/Itemid,160/ public function notifyObserver(notification:INotification):void Notify the interested object. Parameters

[flexcoders] Error message is unclear: 1020: Method marked override must override another method.

2008-03-23 Thread justSteve
Im attempting to override a function where I've verified that: 1) I'm importing the correct package 2) The method I'm trying to override is public 3) The signatures match. Some other condition is causing the error message: 1020: Method marked override must override another method. Where should

Re: [flexcoders] Error message is unclear: 1020: Method marked override must override another method.

2008-03-23 Thread Doug McCune
$10 says either 1, 2, or 3 aren't quite true ;) paste some code of the method and tell us which class you're extending. Doug On Sun, Mar 23, 2008 at 5:57 PM, justSteve [EMAIL PROTECTED] wrote: Im attempting to override a function where I've verified that: 1) I'm importing the correct

[flexcoders] ERROR message

2008-01-23 Thread hworke
Hello, I am getting this error message: Severity and Description PathResourceLocation Creation Time Id Unable to create source GeneratedAsset5_dataClass. youSend line 25 1201131668062 331 My project name is. What is the meaning of the error message?

Re: [flexcoders] ERROR message

2008-01-23 Thread Sherif Abdou
did u try Project--Clean - Original Message From: hworke [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 5:48:12 PM Subject: [flexcoders] ERROR message Hello, I am getting this error message: Severity and Description Path Resource Location

Re: [flexcoders] ERROR message

2008-01-23 Thread Steve Waugh
[EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 23, 2008 5:48:12 PM Subject: [flexcoders] ERROR message Hello, I am getting this error message: Severity and Description Path Resource Location Creation Time Id Unable to create source GeneratedAsset5_ dataClass

[flexcoders] Error message + yahoo

2007-10-24 Thread Austin Kottke
Hi, I'm trying to use flashinterface to communicate from flex to a flash 8 movie. Here is the code in a custom component: public function creationCompleteHandler( event:Event = null ):void { FlashInterface.publish(this, true); FlashInterface.register(demo,

RE: [flexcoders] ERROR MESSAGE : Branch between 7543 and 40329 around line 0 exceeds 32K span. If possible, please refactor this component

2005-07-20 Thread david_gal-reyniez
@yahoogroups.comObjet: [flexcoders] ERROR MESSAGE : Branch between 7543 and 40329 around line 0 exceeds 32K span. If possible, please refactor this component Hi everyboby! Can anybody explain to me the reason of this regularly error message I have

[flexcoders] ERROR MESSAGE : Branch between 7543 and 40329 around line 0 exceeds 32K span. If possible, please refactor this component

2005-07-19 Thread david_gal-reyniez
Hi everyboby! Can anybody explain to me the reason of this regularly error message I have *** Branch between 7543 and 40329 around line 0 exceeds 32K span. If possible, please refactor this component

[flexcoders] error message working thru flexbook

2005-05-24 Thread diamondtearz
Good morning. I'm working through chapter 2 of the flexbook and came across an error message when trying to do the exercise. 2 Errors found. Error /TheBook/myBlogReader.mxml:5 URI is unknown! The namespace must either be defined via a manifest, or specified in package syntax (prefix.* or * for

RE: [flexcoders] error message working thru flexbook

2005-05-24 Thread Abdul Qabiz
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of diamondtearz Sent: Tuesday, May 24, 2005 7:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] error message working thru flexbook Good morning. I'm working through chapter 2 of the flexbook

RE: [flexcoders] Error message with data binding

2005-03-04 Thread Matt Chotin
Make sure dataObject is typed as Object: Var dataObject : Object; Matt From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 10:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Error message with data binding I've created