[flexcoders] Capturing URL Requests in AIR application (HTML/HTMLLoader/HTMLHost)

2009-08-19 Thread Barry Evans
Hi, This post is quite lengthy, but I really need to explain in detail what it is I'm trying to achieve here. I am developing an AIR application that has an mx.controls.HTML component as the only child; in essence the application is a custom web browser in AIR. I have created a custom

[flexcoders] Re: Capturing URL Requests in AIR application (HTML/HTMLLoader/HTMLHost)

2009-08-19 Thread Barry Evans
/flash/events/HTTPStatusEvent.html Regards, Wesley Acheson On Wed, Aug 19, 2009 at 12:54 PM, Barry Evans bazza...@... wrote: Hi, This post is quite lengthy, but I really need to explain in detail what it is I'm trying to achieve here. I am developing an AIR application that has

[flexcoders] Re: Dual DataService components causing problems

2008-05-05 Thread Barry Evans
: http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwh elp.htm?context=LiveDocs_Book_Partsfile=modular_083_4.html Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry Evans Sent: Friday, May 02, 2008 10:35 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Dual DataService components causing problems

2008-05-05 Thread Barry Evans
of the classes exist) it was not necessary to create any of the dummy instances of the classes... or so i thought! Well that seems to be the problem solved, thanks for your pointers Seth/Gregor. Barry --- In flexcoders@yahoogroups.com, Barry Evans [EMAIL PROTECTED] wrote: Hi, i have

[flexcoders] Dual DataService components causing problems

2008-05-02 Thread Barry Evans
Hi, i have developed a modularised application in Flex 2.0.1 (hotfix 1) and im having some problems with the DataService tag. I have a module in the application's side bar which fills a collection with managed objects, and i also have a module in the main application area which fills a

[flexcoders] Re: ModuleLoader erratically loading modules

2008-03-31 Thread Barry Evans
Can i ask if you are loading the same module into each 'stub'? i.e. do you have a multi-purpose module that is loaded 4 times (SubmissionModule.swf)? I had a problem with loading a single multi-purpose module more than once. I was dynamically loading n modules that contained a number of

[flexcoders] Adding a non-inline creationComplete event handler

2008-02-20 Thread Barry Evans
Hi, i am having serious memory leak problems whilst using modules in flex. The module-based application i am currently developing currently over time kills the browser its loaded in. Even when i attempt to load the simplest of modules (a module with a few buttons/empty datagrids) my flex app

[flexcoders] Re: ModuleLoader 'SWF is not a loadable module' Error

2007-12-11 Thread Barry Evans
that the second one doesn't finish. Not sure how to prove that. I would try to make the smallest possible test case that can reproduce the error. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Barry Evans *Sent:* Monday

[flexcoders] ModuleLoader 'SWF is not a loadable module' Error

2007-12-10 Thread Barry Evans
I am having a problem with a modularised application i am developing. I am using modules to load a user-customised application and i am getting intermittent errors when loading a certain module (SWF is not a loadable module). Having scoured the internet for details of the error, i can only

[flexcoders] Re: unable to hide datagrid column...help please

2007-12-10 Thread Barry Evans
I got round this i think by setting the visible property of a column when a state's enterState event fired. I was using a single datagrid to display two different sets of columns, depending on a combobox selection. Hope this helps. Barry --- In flexcoders@yahoogroups.com, tomeuchre [EMAIL

[flexcoders] Re: ModuleLoader 'SWF is not a loadable module' Error

2007-12-10 Thread Barry Evans
:[EMAIL PROTECTED] On Behalf Of Barry Evans Sent: Monday, December 10, 2007 3:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader 'SWF is not a loadable module' Error I am having a problem with a modularised application i am developing. I am using modules to load a user

[flexcoders] Re: ModuleLoader 'SWF is not a loadable module' Error

2007-12-10 Thread Barry Evans
Harui [EMAIL PROTECTED] wrote: Which version of Flex? Are you keeping a hard reference to the module? Otherwise, a GC can kick it out just as it finishes loading. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry Evans

[flexcoders] Re: FDS Messaging error

2007-05-09 Thread Barry Evans
I was just wondering if there was any joy on getting the messaging service to work. I too have trying to get a better understanding of fds and i want to run through the simple chat application. when i run the swf in IE, i get the following error message: [MessagingError message='Unknown

[flexcoders] Re: FDS Messaging error

2007-05-09 Thread Barry Evans
robi, i just figured out that when you create the new project in flex builder 2.0, you need to make sure you choose the option 'Flex Data Services' when asked 'How will your Flex application access data?' in the 'Create a Flex Project' dialog. Hope this helps, Barry --- In

[flexcoders] Re: FDS Messaging error

2007-05-09 Thread Barry Evans
compiled correctly is to have it compiled on the server where it will be served from. - Original Message From: Barry Evans [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, May 9, 2007 6:17:27 AM Subject: [flexcoders] Re: FDS Messaging error