Re: [flexcoders] TitleWindow Popup Question(s)

2009-10-06 Thread Angelo Anolin
window does not have any problem retrieving the data from the web service. Thanks again. Regards Angelo From: Dave Cates To: flexcoders@yahoogroups.com Sent: Wednesday, 30 September, 2009 1:15:41 Subject: Re: [flexcoders] TitleWindow Popup Question(s) Hi

Re: [flexcoders] TitleWindow Popup Question(s)

2009-09-29 Thread Dave Cates
: Tue, 29 Sep 2009 17:01:01 -0700 (PDT) To: Subject: Re: [flexcoders] TitleWindow Popup Question(s) Hi Dave, This is what I was doing previously. I agree with you that the titlewindow popup should have quite a minimal set of codes in it. What puzzles me though is that I am unable to make a

Re: [flexcoders] TitleWindow Popup Question(s)

2009-09-29 Thread Angelo Anolin
make a backend (.NET) web service call? Thanks. From: Dave Cates To: flexcoders@yahoogroups.com Sent: Tuesday, 29 September, 2009 16:00:10 Subject: Re: [flexcoders] TitleWindow Popup Question(s)   Hi, I’d reference a public set function within the title window

Re: [flexcoders] TitleWindow Popup Question(s)

2009-09-29 Thread Dave Cates
the title window. Then I can update the title by simply assigning values to that variable whenever I like. Hope that helps. Dave. From: Angelo Anolin Reply-To: Date: Tue, 29 Sep 2009 00:55:35 -0700 (PDT) To: Subject: [flexcoders] TitleWindow Popup Question(s) Hi FlexCoders, Just

Re: [flexcoders] TitleWindow Popup Question(s)

2009-09-29 Thread Dave Cates
the title window. Then I can update the title by simply assigning values to that variable whenever I like. Hope that helps. Dave. From: Angelo Anolin Reply-To: Date: Tue, 29 Sep 2009 00:55:35 -0700 (PDT) To: Subject: [flexcoders] TitleWindow Popup Question(s) Hi FlexCoders, Just

[flexcoders] TitleWindow Popup Question(s)

2009-09-29 Thread Angelo Anolin
Hi FlexCoders, Just a little TitleWindow popup question. I want a function to be executed everytime my popup title window component is displayed.  How do I achieve this? I tried in the title window using the initialize property like: http://www.adobe.com/2006/mxml"; initialize="RunEveryPop();"