[flexcoders] Re: error message

2009-07-16 Thread valdhor
What code generates the error? Can you post your services-config file? --- In flexcoders@yahoogroups.com, Michael Sumner msum...@... wrote: Is anyone familiar with this error message. I think I have a problem in my services-config file. Channel definition,

RE: [flexcoders] Re: error message

2009-07-16 Thread Michael Sumner
@yahoogroups.com Subject: [flexcoders] Re: error message What code generates the error? Can you post your services-config file? --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Michael Sumner msum...@... wrote: Is anyone familiar with this error message. I think I have

[flexcoders] Re: error message

2009-07-16 Thread valdhor
817-788-0034 ext 244 817-788-8542 fax From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of valdhor Sent: Thursday, July 16, 2009 10:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: error message What code generates the error

[flexcoders] Re: Error message in debug console?

2009-02-20 Thread markflex2007
Thanks. But I never change the html code. the html code is generated with flex builder. Mark

[flexcoders] Re: Error message in debug console?

2009-02-20 Thread ursprakash6
Normally Security Sandbox Violation errors will come when trying to access local resources. If you are using any server side applcaitions like Java/php means then try tp access the files after creating one applicaiton for Flex Gnanz.../ http://gnanz-flexworld.blogspot.com --- In

RE: [flexcoders] Re: Error message in debug console?

2009-02-20 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Re: Error message in debug console? Thanks. But I never change the html code. the html code is generated with flex builder. Mark

[flexcoders] Re: Error Message

2008-12-18 Thread valdhor
The destination property will look in the services-config.xml file for a matching destination. Flex can then use this destination to find your server. It looks as though you don't have that destination set in your services-config.xml file. Check your projects properties for the location of the

[flexcoders] Re: Error Message

2008-12-18 Thread jch92592
Valdhor, Thank you for the reply. I reviewed the referenced site and it helps, but, I think I need an example of how to update the services-config.xml fiel to point to server that would be great. jh --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: The destination property

[flexcoders] Re: Error Message

2008-12-18 Thread oneworld95
Try this: http://www.adobe.com/devnet/flex/articles/rpc_service_03.html -Alex --- In flexcoders@yahoogroups.com, jch92592 jch92...@... wrote: Valdhor, Thank you for the reply. I reviewed the referenced site and it helps, but, I think I need an example of how to update the

[flexcoders] Re: Error Message

2008-12-18 Thread valdhor
You may like to check out http://blogs.adobe.com/flexdoc/2007/02/hello_world_application_for_fl_1.html --- In flexcoders@yahoogroups.com, jch92592 jch92...@... wrote: Valdhor, Thank you for the reply. I reviewed the referenced site and it helps, but, I think I need an example of how to

[flexcoders] Re: Error Message

2008-12-18 Thread valdhor
Basically, you want to create a destination in the services-config.xml file that points to your server. Something like: endpoint uri=http://www.example.com/flex2gateway/; class=flex.messaging.endpoints.AMFEndpoint/ Also, make sure you have compiler settings set for for this. Something like

[flexcoders] Re: Error Message

2008-12-18 Thread Amy
--- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Basically, you want to create a destination in the services- config.xml file that points to your server. Something like: endpoint uri=http://www.example.com/flex2gateway/; class=flex.messaging.endpoints.AMFEndpoint/ Also,

[flexcoders] Re: Error Message - resolved

2008-12-18 Thread jch92592
All, Thank you for the input. Extremely valuable lessons learned. My issue was that the CF server did not have the WEB-INF/flex folder nor the services-config.xml installed in the web root. It was in a sub-folder of the web root. Moved the folder to the web root, recompiled and 'voila...all

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

2008-03-24 Thread ben.clinkinbeard
This may be a stupid question but are you actually extending whatever class defines notifyObserver()? Ben --- In flexcoders@yahoogroups.com, justSteve [EMAIL PROTECTED] wrote: The API at docs at http://puremvc.org/component/option,com_wrapper/Itemid,160/ From the API docs at