RE: [SPAM] Re: [SPAM] [flexcoders] using a one slider to filter two different price ranges

2010-01-30 Thread Tracy Spratt
Like you would set any other property on anything. What are you asking? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ZIONIST Sent: Friday, January 29, 2010 1:31 AM To:

[flexcoders] Re: Popups in Sub Applications...

2010-01-30 Thread jamesfin
This is my loader code which is built with sdk3.4. The foo.swf is built with 3.2 thus the loadForCompatibility=true. No problems loading it. loader = new SWFLoader(); addChild(loader); var context:LoaderContext = new LoaderContext(); context.securityDomain = SecurityDomain.currentDomain;

[flexcoders] Re: Popups in Sub Applications...

2010-01-30 Thread myflexdownloads
I normally just create the popup as a child of Application.application and that way cenetering is perfect. Web Admin FlexDownloads.com --- In flexcoders@yahoogroups.com, jamesfin james.alan.finni...@... wrote: I've been studying the sub application functionality lately and have a question.

[flexcoders] Re: Embed pdf in Flex?

2010-01-30 Thread myflexdownloads
One of our sellers in working on a similar component for under $15 (so unfortunately not free) and the expectation is before next week is outit should be uploaded. I can post a note here when ready if you are interested in getting that. Seems pretty bare bones and simple... Web Admin

[flexcoders] Re: Pointers

2010-01-30 Thread Flex
I have some code which lets you call a function on focus out or enter for every changed item and then do post processing...but its far too big to post and not sure how to put it on the yahoo group... Web Admin FlexDownloads.com --- In flexcoders@yahoogroups.com, jamesfin

[flexcoders] Re: Popups in Sub Applications...

2010-01-30 Thread jamesfin
Thanks for the tips. The caveat here is that Application.application means nothing to a multi-versioned subapplication. I've tried passing that in to the sub application as well as tried Application.application in the sub application itself with no luck. Any other takers with working code

[flexcoders] Re: Popups in Sub Applications...

2010-01-30 Thread jamesfin
Tweak: Application.application of the main application means nothing to the subapplication. --- In flexcoders@yahoogroups.com, jamesfin james.alan.finni...@... wrote: Thanks for the tips. The caveat here is that Application.application means nothing to a multi-versioned subapplication.

[flexcoders] Re: send custom data thru netstream

2010-01-30 Thread thomas parquier
anybody ? thomas --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2010/1/12 thomas parquier mailingli...@web-attitude.fr Hello, netstream seems to have

Re: [flexcoders] How to click through a component ?

2010-01-30 Thread thomas parquier
mouseenabled does the trick... didnt add eventlistener to the right canvas... :$ thomas parquier --- http://www.web-attitude.fr/realisations/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822 056 2010/1/22

[flexcoders] popup dialog with grow ability?

2010-01-30 Thread MicC
Looking for a popup example where the popup can be grabbed and expanded. TIA, Mic.

Re: [flexcoders] Re: Pointers

2010-01-30 Thread Dan Pride
Interesting but not quite the design issue I have in mind. See  http://www.danielpride.com/Vehicles3/Vehicles3.html (Its still a little crude, basically playing with the tech. Clicking on a row fills in a series of text boxes. if you edit a box, I want to shift the  state just like it does now

Re: [flexcoders] Re: Popups in Sub Applications...

2010-01-30 Thread Alex Harui
Try not setting a loaderContext and just using loadForCompatibility. If both apps are on myhost.com, it should center correctly. On 1/30/10 9:29 AM, jamesfin james.alan.finni...@gmail.com wrote: This is my loader code which is built with sdk3.4. The foo.swf is built with 3.2 thus the

Re: [flexcoders] Re: Popups in Sub Applications...

2010-01-30 Thread James Finnigan
Without a loaderContext, many errors appear (below) as loader.content is null in this call... (loader.content as Object).application.myswfroutine(someid) Let me build a demo app. and let you see for yourself what's going on. VerifyError: Error #1053: Illegal override of concurrency in