Re: [flexcoders] Flex to HTML5 Conversion tool?

2011-12-02 Thread John Fletcher
There's another key issue - who wants to work with machine converted code? Sounds like a nightmare. John 2011/12/1 Doug McCune d...@dougmccune.com ** Just to throw in my two cents... I would not hold out any hope for any solution that will magically convert your Flex app to a HTML/JS app.

[flexcoders] Git and Flash Builder

2011-12-02 Thread John Fletcher
Anyone here using Git and Flash Builder? John

RE: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-02 Thread Battershall, Jeff
Thanks Alex, It's pretty clear I'm pushing the envelope architecture-wise - I've got a module that opens a popup that opens a window that contains a datagrid. Interestingly though, in my Flex 4.0 version, where I wasn't using a Spark datagrid but instead using my solution using DataGroups

[flexcoders] getting the total of values of an array collection that is updated manually

2011-12-02 Thread ZIONIST
Hi Guys, i would like to get the total price calculated as an array collection for a list is populated plus i would like to update the total when the quantity changes too. Here is the code i have so far, could someone please help me correct it. Main App ?xml version=1.0 encoding=utf-8?

[flexcoders] Re: getting the total of values of an array collection that is updated manually

2011-12-02 Thread ZIONIST
Hey guys! any help with my Predicament?

[flexcoders] Re: Check if a Security Domain is accepted or not (IE for bitmap smoothing)

2011-12-02 Thread dorkie dork from dorktown
To sort of answer my own question I've read that you can check parentAllowsChild and childAllowsParent on the loader of the Image. On Tue, Nov 29, 2011 at 11:33 AM, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: I have an image I am pulling in from Facebook. It is running ok

Re: [flexcoders] RE: AIR/Window/DataGrid Issue

2011-12-02 Thread Alex Harui
Basic implementations should be able to use MXML. For example, you cram a bunch of MXML in a mx:Module and load that in an mx:ModuleLoader and it just works. But it gets trickier when using popups. Usually you have to call PopUpManager from AS anyway and you can choose the moduleFactory to

RE: [flexcoders] Flex to HTML5 Conversion tool?

2011-12-02 Thread Sells, Fred
One of my co-workers has been spending the last ? years on a project that uses his standard xml syntax to define a UI and then plans to generate HTML or Swing, etc from that. It is his intent to define a UI library independent layout tool. I question if it's worth the effort. I like the

Re: [flexcoders] Re: Check if a Security Domain is accepted or not (IE for bitmap smoothing)

2011-12-02 Thread Robert VanCuren Jr
I do not seem to have this problem. Can you post more code so I can get a better look at what you are doing. I use facebook images all the time with out problem. The only time I have had issues with policy files is when the image url is actually a redirect. Flash checks the policy file before

Re: [flexcoders] Accessing functions from an embedded SWF from Flash

2011-12-02 Thread David Pariente
solved, just creating a movieclip with the SWLoader content worked for me. Thanks everyone Al 02/12/2011 5:27, En/na David Pariente ha escrit: Hello, I'm upgrading and existing Flex 3.5 website to Flex4.5, I have a small Flash created SWF file that has functions on it. In Flex i embed it

[flexcoders] Re: getting the total of values of an array collection that is updated manually

2011-12-02 Thread ZIONIST
Any solution for my problem guys? I would be very grateful.