Re: [flexcoders] Gumbo - new namespaces - error

2009-05-23 Thread cksachdev
You need to give fx:Script instead of mx:Script. It works for me. -- Chetan Sachdev http://www.riageeks.com From: Mic To: flexcoders@yahoogroups.com Sent: Saturday, 23 May, 2009 8:22:59 AM Subject: [flexcoders] Gumbo - new namespaces - error Assuming that

[flexcoders] Re: ASDoc Problem

2008-01-14 Thread cksachdev
Tom, :( I am working on Windows. so can't find grep command. Is there any alternative for this command given by Tom. --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Thursday 10 Jan 2008, cksachdev wrote: > > have swc file (I have the

[flexcoders] ASDoc Problem

2008-01-10 Thread cksachdev
Hi to all, I was trying to generate documentation using asdoc. The problem I am facing is, I am using some libraries like gettext for which I don't have swc file (I have the code itself). I want to exclude the generation of those source files. Here is command I used to generate documentation. asdo

[flexcoders] Accessing Client Machine, is it possible

2007-12-29 Thread cksachdev
Hi, Is it possible to access the Client Machine resources like file from the browser. I hosted my swf file on tomcat then using the ip address I try to load an external text file, it doesn't seems to work. But when I run it on my local machine (without tomcat) I am able to access and read the conte

[flexcoders] Re: How to use mx.modules.Module class in ActionScript Project

2007-12-16 Thread cksachdev
t if you have > various {bindings} found in the various modules, when those modules > get unloaded and loaded back in, do those binding update automatically? > > I am sure I could make a quick test app to see but thought I would > throw this out for food for thought. > > Th

[flexcoders] Re: How to use mx.modules.Module class in ActionScript Project

2007-12-15 Thread cksachdev
@yahoogroups.com, "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote: > > He just means that you can manually set a ref to the parent app. So > when you load a module do something like this: > > newModule.parentApp = this; > > > > --- In flexcoders@yahoogrou

[flexcoders] Re: How to use mx.modules.Module class in ActionScript Project

2007-12-15 Thread cksachdev
object or pass references into the instances. > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of cksachdev > Sent: Thursday, December 13, 2007 2:43 AM > To: flexcoders@yahoogroups.com > Subj

[flexcoders] How to use mx.modules.Module class in ActionScript Project

2007-12-13 Thread cksachdev
I wanted to use Shell/Module concept in my ActionScript project. I used mx.modules.ModuleBase Class in my Module. The problem I am facing is When I want to communicate from one module to another module I don't have parentApplication object as I am not using mx.modules.Module class. And in ModuleBas