[flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-08 Thread valdhor
I can't talk to how easy ColdFusion is as I have not used it very much but WebORB for PHP is very robust. My application is used by tens of thousands of people every day. I do know that for me, at least, PHP is very easy. --- In flexcoders@yahoogroups.com, Bill Brutzman bill.brutz...@... wrote:

Re: [flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-08 Thread claudiu ursica
Same here, I don't do php on regular basis but whenever I needed to do something I was able to pull it through. And at least where I come from, php hosting is really cheap. I only saw a presentaion by Ben Forta regarding Cold Fusion. It did not seem rocket science but I don't know how hard it

[flexcoders] Re: Module-friendly modals

2010-09-08 Thread valdhor
Correct me if I am wrong but aren't windows of any kind parented by SystemManager? The way I do things is to set an event listener in the main application and then inject the event into the currently loaded module using an interface. --- In flexcoders@yahoogroups.com, Richard Rodseth

Re: [flexcoders] Flex Developers in Houston

2010-09-08 Thread Eric Dunn
I'm a Flex Developer in Houston! Eric W Dunn Adaption Technologies 281-465-3326 ed...@adpt-tech.com From: Brendan Meutzner bmeutz...@gmail.com To: flexcoders@yahoogroups.com Sent: Tuesday, September 7, 2010 1:53:23 PM Subject: [flexcoders] Flex Developers in Houston Why? Can you

[flexcoders] Re: FABridge Problem - Please help!

2010-09-08 Thread gmbroth
Hi Alex, I believe I'm having a problem similar to Brian's: FABridge working in FB3 and not in FB4. File FABridge.js accesses the DOM like this: var flashInstances = document.getElementsByTagName(embed) and returns an empty array in FB4. Obviously, with no flashInstance, FABridge

Re: [flexcoders] Re: ItemDoubleClick ListEvent not fired even with doubleClickEnabled = true

2010-09-08 Thread Akshar Kaul
have you set doubleclikenabled to true ??? --- Akshar Kaul --- On Tue, Sep 7, 2010 at 18:44, carnau...@ymail.com carnau...@ymail.comwrote: Hello, Does anyone know any work-arround for this ItemDoubleClick *not fired*... issue ? I've noticed a similar post, for the same issue, here :

Re: [flexcoders] Re: FABridge Problem - Please help!

2010-09-08 Thread Alex Harui
In my copy of FABridge.js, it also scans the “object” tags which in theory should find SWFObject. Although in Brian’s case, I just realized that “document” might be the wrong document and that needs to be verified. I didn’t realize there as an FB4 option for generating FABridge templates. Do

[flexcoders] Drop Down List Scroll Bar not working in DataGrid

2010-09-08 Thread Stephen
Here is my code, every time I click on the drop down list scroll bars it closes rather than scrolls. I've not had any answers to this problem. So if you can figure it out their is a heap of kudos for you. Good luck! ** inbed.mxml ** ?xml version=1.0 encoding=utf-8? s:Application

[flexcoders] actionscript + library

2010-09-08 Thread Ariel J
is there a way to configure a project in Flash Builder natively (as in, not using a custom builder) to create a pure actionscript project that compiles into a SWC not a SWF?

Re: [flexcoders] Drop Down List Scroll Bar not working in DataGrid

2010-09-08 Thread Alex Harui
You need to set the owner of the dropdown to the skin. On 9/8/10 12:55 PM, Stephen sd_br...@ntlworld.com wrote: Here is my code, every time I click on the drop down list scroll bars it closes rather than scrolls. I've not had any answers to this problem. So if you can figure it out their

[flexcoders] No openItems property on ADG?

2010-09-08 Thread Richard Rodseth
Just when I had it working so nicely on Tree, bound to a presentation model. Is there anything equivalent for an ADG with a hierarchical data provider.

[flexcoders] can flex app send a flag/text back to the wrapper html

2010-09-08 Thread coder3
Hi all, I have a flex app. and of course there is a standard html that launchs this .swf. now what i want is, if the flex app (swf) has an error, it can send a boolean/text/exception back to the html, so that the html can call some javascript to do something. how to do this?? thanks C --

[flexcoders] can flex app send a flag/text back to the wrapper html?

2010-09-08 Thread coder3
Hi all, I have a flex app. and of course there is a standard html that launchs this .swf. now what i want is, if the flex app (swf) has an error, it can send a boolean/text/exception back to the html, so that the html can call some javascript to do something. how to do this?? thanks C --

Re: [flexcoders] can flex app send a flag/text back to the wrapper html

2010-09-08 Thread Karim Beyrouti
Yep - have a look at ExternalInterface: http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/external/ExternalInterface.html On 8 Sep 2010, at 23:09, coder3 wrote: Hi all, I have a flex app. and of course there is a standard html that launchs this .swf. now what i want

[flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-08 Thread enridp
Yes I know, I'm using it with Flash. But AMFPHP doesn't support RTMP, maybe I can use Red5 for it, but I was thinking in working with webOrb and I need RemoteObject for that. Also, RemoteObject is not the only problem, it was just an example. There are a lot of useful things in Flex, but I need a

[flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-08 Thread enridp
I don't know what happened, I have replied two posts last night and they just dissapear :S Anyway, here is again: I know we can use AMFPHP with Flash, I'm using it I also prefer AMFPHP over WebOrb, is faster (even faster than Zend_AMF) and webOrb for PHP is discontinued But AMFPHP does not

[flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-08 Thread enridp
mmm... I was attracted by ColdFusion a few months ago because it was from Adobe and I thought it will work better with Flash, but I think there are many downsides. First, I don't know ColdFusion ^_^ Is not Free And I have a lot of API's for PHP Anyway, I don't think in PHP like a problem,

[flexcoders] How to set fixed length of DateTimeAxis

2010-09-08 Thread robert_dodier
Hi, By default DateTimeAxis determines the length of the axis from the available data, e.g. if the data span 15 hours then the DateTimeAxis is 15 hours long. I'd like to make the axis some fixed length (24 hours, 7 days, or 30 days) whatever the range of the available data may be (which may be

[flexcoders] Runtime Error 1007 on a simple ProgressBar in Flex 4

2010-09-08 Thread PicSnapr
This is such a simple code that compiles correctly, but I'm getting the error below when running it :( TypeError: Error #1007: Instantiation attempted on a non-constructor. at mx.controls::ProgressBar/createChildren()[E:\dev\4.0.0\frameworks\pro

[flexcoders] DataGroup and XML problem

2010-09-08 Thread Xtream96
I have a similiar problem: My XML is: SDLIST chartlist reportnameFACTORY STATUS/reportname reportimagefile:/D:/Work/RapidReport/Images/Charts/Vertical-Linear-Gauges.png/reportimage /chartlist chartlist reportnameFACTORY

[flexcoders] Parsing Flashvars data for Flex charts

2010-09-08 Thread ktt
Hello, I have data being submitted via Flashvars, how to parse it and write to chart XML? I.e. how to generate dynamic chart, when sometimes I will have more columns, sometimes - less. Any hint would be useful. Thank you in advance, Kioshin

[flexcoders] Re: Using modules and remote objects

2010-09-08 Thread Amy
--- In flexcoders@yahoogroups.com, Mike msl...@... wrote: I recently did something like this for Cisco. They needed a way for a sub-Application to invoke a method in another sub-Application, which might not be loaded. The solution was to derive the sub-Applications from a common base

Re: [flexcoders] can flex app send a flag/text back to the wrapper html?

2010-09-08 Thread Robert VanCuren Jr
Look at ExternalInterface On Wed, Sep 8, 2010 at 6:08 PM, coder3 rrhu...@hotmail.com wrote: Hi all, I have a flex app. and of course there is a standard html that launchs this .swf. now what i want is, if the flex app (swf) has an error, it can send a boolean/text/exception back to the

[flexcoders] Mailing list usage?

2010-09-08 Thread Karthik Kailash
Hi all, I recently developed and launched a pretty cool application built using Flex. Is it all right for me to post my application to this mailing list as an example of what can be made with Flex? My hope is that it inspires other people in their work, and gets me some valuable user feedback

Re: [flexcoders] DataGroup and XML problem

2010-09-08 Thread Alex Harui
Try: s:DataGroup x=10 y=42 width=696 height=414 itemRenderer=myComponents.ChartListComp dataProvider={new XMLListCollection(XMLList(getSpeedDialList.lastResult).SDLIST.charlist)} Or s:DataGroup x=10 y=42 width=696 height=414 itemRenderer=myComponents.ChartListComp dataProvider={new

Re: [flexcoders] Runtime Error 1007 on a simple ProgressBar in Flex 4

2010-09-08 Thread Alex Harui
Default styles/skins for ProgressBar are missing. On 9/8/10 12:37 AM, PicSnapr mobile.cl...@gmail.com wrote: This is such a simple code that compiles correctly, but I'm getting the error below when running it :( TypeError: Error #1007: Instantiation attempted on a non-constructor. at