Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Alex Harui aha...@adobe.com [flexcoders]
@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] CSSStyleDeclaration in AIR app Windows Interesting idea, I'll look into it. I'm using Flex 4.13 currently. From: Alex Harui aha...@adobe.commailto:aha

Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Alex Harui aha...@adobe.com [flexcoders]
I think if each window loads a module, that module gets its own styles. You might need Flex 4.6 or later for that to work. -Alex From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com on behalf of Dave Glasser dglas...@pobox.commailto:dglas...@pobox.com [flexcoders]

Re: [flexcoders] flex calculation problem

2015-04-16 Thread Alex Harui aha...@adobe.com [flexcoders]
It could be that unless both text inputs contain strings that parse into numbers you’ll get funky results like NaN for empty string. From: stinas...@yahoo.commailto:stinas...@yahoo.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To:

Re: [flexcoders] Seeking Flex Contractors

2015-03-03 Thread Alex Harui aha...@adobe.com [flexcoders]
You can try asking on the d...@flex.apache.org or the Apache Flex LinkedIn group. https://www.linkedin.com/grp/home?gid=4296888 From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To:

Re: [flexcoders] Which AIR SDK to use with Flex?

2014-11-08 Thread Alex Harui aha...@adobe.com [flexcoders]
The main issue is, as suggested, that ASC2.0 is not certified to compile MXML, only AS. If it worked in Ant, I’d guess you loaded the Flex SDK’s ant tasks which would run the Flex SDKs compiler. -Alex From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread Alex Harui aha...@adobe.com [flexcoders]
Way more people are probably watching the us...@flex.apache.org list. You might try asking for help there, and if budget permits, offering to pay someone to help you. -Alex From: stinas...@yahoo.commailto:stinas...@yahoo.com [flexcoders]

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-01 Thread Alex Harui aha...@adobe.com [flexcoders]
Try debugging the logic. Basically the principle is to call the same code that would be called by manipulating the UI whenever the data is first ready. From: stinas...@yahoo.commailto:stinas...@yahoo.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To:

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-08-31 Thread Alex Harui aha...@adobe.com [flexcoders]
Try calling filterList and maybe calculateSum in expenseResult. From: stinas...@yahoo.commailto:stinas...@yahoo.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com

Re: [flexcoders] getting the sum of values in list datafield.

2014-08-29 Thread Alex Harui aha...@adobe.com [flexcoders]
The code looks mostly ok. I noticed you commented out the addEventListener calls for COLLECTION_CHANGE. I'll bet it threw an error becuae expenseAr is null until the RemoteObject returns a result. I would move the addEventLIstener call to expenseResult() method when you know expenseAr is

Re: [flexcoders] Re: Future Scope of Flex

2014-08-20 Thread Alex Harui aha...@adobe.com [flexcoders]
://RideshareGPS.comhttp://gpsrideshare.com/ On Tuesday, August 19, 2014 3:40 PM, Alex Harui aha...@adobe.commailto:aha...@adobe.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com wrote: I'm going to ignore your brush fire topic, but I will address two other points: juice under

Re: [flexcoders] Re: Future Scope of Flex

2014-08-19 Thread Alex Harui aha...@adobe.com [flexcoders]
Not sure what you mean by Flash to browser native. I've come across 3 approaches so far: 1. emulate Flash in the browser. Jangaroo and Shumway are examples. Not sure how it is going for them. 2. Emulate the current Flex SDK in JS. One Apache Flex committer is taking this approach.

Re: [flexcoders] Re: Future Scope of Flex

2014-08-19 Thread Alex Harui aha...@adobe.com [flexcoders]
I'm going to ignore your brush fire topic, but I will address two other points: juice under the hood. That is a concern for trying to emulate Flash or the current Flex SDK in JS since that is quite a bit of code. But for FlexJS, if you look at the prototype of the JQuery wrapping, it is a

Re: [flexcoders] Re: Future Scope of Flex

2014-08-17 Thread Alex Harui aha...@adobe.com [flexcoders]
Well, I don't know if Flash will return to being the solution for UI design. With all of the various mobile browsers, I don't know if Flash will be able to run in all of them. But Flex, on the other hand, could. That's what I'm trying to make happen with FlexJS. FlexJS won't control every

RE: [flexcoders] Original application files lost

2014-02-19 Thread Alex Harui
I assume this was a Flex app with MXML files? BTW, I don't think the de-compilers will resurrect local variable names. I would suggest starting from both ends and working towards the middle. If you use the -keep-generated-actionscript option in the MXMLC compiler, it should create a folder

Re: [flexcoders] Original application files lost

2014-02-19 Thread Alex Harui
@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Wednesday, February 19, 2014 11:55 AM To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] Original application files lost On 2/19/2014 10:59 AM, Alex Harui wrote: I would

Re: [flexcoders] Original application files lost

2014-02-19 Thread Alex Harui
, a better working decompiler is my only hope short of rebuilding things from docs and observation. On Wed, Feb 19, 2014 at 1:59 PM, Alex Harui aha...@adobe.commailto:aha...@adobe.com wrote: I assume this was a Flex app with MXML files? BTW, I don't think the de-compilers will resurrect local

RE: [flexcoders] Whay are too many itemrenderers being created?

2014-02-18 Thread Alex Harui
: Tuesday, February 18, 2014 3:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Whay are too many itemrenderers being created? What is the Issue number so I can vote for it? On Tue, Feb 18, 2014 at 6:39 PM, Alex Harui aha...@adobe.commailto:aha...@adobe.com wrote: They should all

RE: [flexcoders] Whay are too many itemrenderers being created?

2014-02-17 Thread Alex Harui
to only create enough itemRenderers for the visible area? On Sat, Feb 15, 2014 at 9:30 AM, Alex Harui aha...@adobe.commailto:aha...@adobe.com wrote: Yep, didn't notice you are using TileLayout. I'm pretty sure it doesn't virtualize From: Chris Velevitch chris.velevi

Re: [flexcoders] Whay are too many itemrenderers being created?

2014-02-14 Thread Alex Harui
/ always virtualises regardless of whether useVirtualLayout is true or false. It looks like TileLayout/ never virtualises, so I suspect it's a bug, but I haven't had a chance to look into how layouts work to confirm this. On Fri, Feb 14, 2014 at 5:37 PM, Alex Harui aha...@adobe.commailto:aha

Re: [flexcoders] Whay are too many itemrenderers being created?

2014-02-13 Thread Alex Harui
useVirtualLayout property? From: Chris Velevitch chris.velevi...@gmail.commailto:chris.velevi...@gmail.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Thursday, February 13, 2014 7:34 PM To:

Re: [flexcoders] Function from string?

2013-11-06 Thread Alex Harui
Both Array and Object support [] property access. Regarding converting a String to a Function: AS is compiled, not interpreted, so only strings that have been compiled into functions can be run. You can fill an object or array full of functions and choose one at runtime, but that is not the

Re: [flexcoders] Retrieve current item on a DataGroup

2013-11-06 Thread Alex Harui
If you need selection, why not use List? From: Jairo França ja...@tgi.inf.brmailto:ja...@tgi.inf.br Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Tuesday, November 5, 2013 9:27 AM To:

Re: [flexcoders] Thanks Alex!

2013-11-05 Thread Alex Harui
Thanks, but it's not so hard since I'm paid to do it. It would help for you all to switch to Apache Flex and ask your questions over there. The main Apache Flex website is: http://flex.apache.org/ You can subscribe to the mailing lists or a forum version by following instructions here:

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-11-05 Thread Alex Harui
(); tn.addChild(ddg); } tn.invalidateDisplayList(); vb.addChild(tn); docTabs.addChild(vb); } setFirstTab(e); } On Thu, Oct 24, 2013 at 12:32 PM, Alex Harui aha...@adobe.commailto:aha

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-10-24 Thread Alex Harui
this may be a silly question, but can you tell me why Flash Builder (4.6) might be acting this way? On Wed, Oct 23, 2013 at 2:40 AM, Alex Harui aha...@adobe.commailto:aha...@adobe.com wrote: I'm not sure what you mean by the framework. AFAIK, the framework doesn't have any code

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-10-23 Thread Alex Harui
@yahoogroups.com Subject: Re: [flexcoders] Nested TabNabvigator/Repeater error Hi Alex, Thanks very much for the reply. On Tue, Oct 22, 2013 at 12:56 PM, Alex Harui aha...@adobe.commailto:aha...@adobe.com wrote: In the AS version, I would guess there are relatively few ways to switch to a different

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-10-22 Thread Alex Harui
Probably best to not use repeater. In the AS version, I would guess there are relatively few ways to switch to a different screen. If you put a breakpoint on code that does that, does it get hit and will the stack info show you how it got there? You might want to build out a simpler

Re: [flexcoders] Automation and Application Domains

2013-10-03 Thread Alex Harui
runtime, or something I could find a workaround for. On Wed, Oct 2, 2013 at 6:58 PM, Alex Harui aha...@adobe.commailto:aha...@adobe.com wrote: Even generating shim classes would result in conflicts if you have more than one definition of a class you are trying to shim into the main

Re: [flexcoders] Automation and Application Domains

2013-10-02 Thread Alex Harui
- hence me starting to dig to see if I might be able to overcome the restriction - perhaps by generating shim classes or delegates.. On Fri, Sep 27, 2013 at 7:25 PM, Alex Harui aha...@adobe.commailto:aha...@adobe.com wrote: Did you actually try it and found that it fails? I would think

Re: [flexcoders] Automation and Application Domains

2013-09-27 Thread Alex Harui
Did you actually try it and found that it fails? I would think it should be able to introspect child appdomains. From: Nigel Magnay nigel.mag...@gmail.commailto:nigel.mag...@gmail.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com

Re: [flexcoders] Re: data service not executing any ideas please

2013-06-26 Thread Alex Harui
getall works fine, but when I try a create and pass a custom object it never makes the call. I have no idea where to be looking. Rob --- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com, Alex Harui aharui@... wrote: I think you can turn on logging and see more details of what

Re: [flexcoders] data service not executing any ideas please

2013-06-25 Thread Alex Harui
I think you can turn on logging and see more details of what is going on in the client. From: rob.love1977 rob.love1...@yahoo.commailto:rob.love1...@yahoo.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date:

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-14 Thread Alex Harui
@yahoogroups.com Subject: Re: [flexcoders] UIFTETextField - randomly disappearing lines Dude, you're amazing. That worked like a charm. I owe you one. From: Alex Harui aha...@adobe.commailto:aha...@adobe.com To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Alex Harui
What version of Flex SDK? This sounds like an old bug. From: Dave Glasser dglas...@pobox.commailto:dglas...@pobox.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Thursday, June 13, 2013 8:57 AM To:

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Alex Harui
. One of the last Adobe releases. From: Alex Harui aha...@adobe.commailto:aha...@adobe.com To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Sent: Thursday, June 13, 2013 12:08 PM Subject: Re

Re: [flexcoders] UIFTETextField - randomly disappearing lines

2013-06-13 Thread Alex Harui
@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] UIFTETextField - randomly disappearing lines Dude, you're amazing. That worked like a charm. I owe you one. From: Alex Harui aha...@adobe.commailto:aha...@adobe.com To: flexcoders

Re: [flexcoders] ErrorString and borderColor of controls not in sink

2013-05-31 Thread Alex Harui
Setting errorString only calls invalidateProperties. Not sure why. Did you try calling invalidateDisplayList as well? From: ilikeflex ilikef...@yahoo.commailto:ilikef...@yahoo.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com

Re: [flexcoders] Unlike VBox, Spark Group Container shows child components even height=0

2013-05-16 Thread Alex Harui
With Spark, you have to use a Scroller, or add custom code to set a scrollRect. But if you are using height=0 to hide something, you might be better off using visible and includeInLayout. From: ilikeflex ilikef...@yahoo.commailto:ilikef...@yahoo.com Reply-To:

Re: [flexcoders] Flash Builder project to HTML5

2013-05-14 Thread Alex Harui
-- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Flex alternatives

2013-05-10 Thread Alex Harui
new views on where Flash is heading? John On 20/12/2012 05:50, Alex Harui wrote: Re: [flexcoders] Re: Flex alternatives Well, there are several pieces. ActionScript is a language. It is really only the dozen classes or so in the “top-level” in the ASDoc. String, int, RegEx, Array

Re: [flexcoders] Need Help

2013-05-07 Thread Alex Harui
solution. --- Best Regard: Muhammad Usman Ashraf. Sr.Software Engineer Cell# +92-312-7070895 Skype : m.usmanashraf pk.linkedin.com/in/usmanashrafpk http://pk.linkedin.com/in/usmanashrafpk -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com

Re: [flexcoders] Re: UIComponent in frame 2 of swf?

2013-03-30 Thread Alex Harui
doesn't play nice with RSL's? It looks like it's merging all the framework classes into the swf (in frame 2) when I use frame 3, instead of treating them as RSL's. I'm using Flex 4.6. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aharui@... wrote: In a Flex

Re: [flexcoders] UIComponent in frame 2 of swf?

2013-03-29 Thread Alex Harui
classes go away. 1. Anyone have an idea why this is happening? I'm stumped. I tried using -externs to remove UIComponent from the swf but it had no effect. 2. If I abandon the frame 3 approach and use an assets module instead, will I run into a similar problem? Thanks -- Alex Harui Flex

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-11 Thread Alex Harui
Use the debugger to examine the source of the collections. The source is the unfiltered data. That might help shed light on where the data is and isn’t. On 3/11/13 4:36 AM, ZIONIST stinas...@yahoo.com wrote: any ideas? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-10 Thread Alex Harui
(new RegExp(titleSearch.text, 'i')) item[subjectText].match(new RegExp(subjectSearch.text, 'i'))); } On 3/10/13 5:45 AM, ZIONIST stinas...@yahoo.com wrote: am not sure i follow... care to shed more light? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-09 Thread Alex Harui
={filteredAr} itemRenderer=renderers.archiveRenders itemsChangeEffect={dtle0}/ /mx:Application -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-08 Thread Alex Harui
(event)/ /mx:VBox mx:VBox horizontalAlign=center mx:Label text=Search By Subject:/ mx:TextInput id=subjectSearch change=subjectChangeHandler(event)/ /mx:VBox /mx:HBox mx:TileList width=800 height=100% dataProvider={archiveAr} itemRenderer=renderers.archiveRenders/ /mx:Application -- Alex

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-07 Thread Alex Harui
=100% dataProvider={archiveAr} itemRenderer=renderers.archiveRenders/ /mx:Application -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-07 Thread Alex Harui
Give us an example of what is in the text fields and what is in the item and which ones should and shouldn’t get filtered out. On 3/7/13 9:56 AM, ZIONIST stinas...@yahoo.com wrote: tried that and it doesn't work -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-06 Thread Alex Harui
parameters too. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] what is different between mx and spark component in flex (flex 3.0 or 4.0) ?

2013-03-06 Thread Alex Harui
...@yahoo.com wrote: I read many article but i am still confused. could any one tell me what is the difference between MX and spark?. if you try to explain with example that will be good for me. thanks -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Flex 4.6 - Problem loading Flex SWF inside Flex App

2013-03-06 Thread Alex Harui
, and the results were basically the same, except the infinite recursion occurred. Does anyone have a clue what might be going on here? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread Alex Harui
Post the code that filters with one TextInput and maybe folks will help you adjust it for more than one. On 3/5/13 6:32 AM, ZIONIST stinas...@yahoo.com wrote: i would like to use the textinputs to filter the array collection using different parameters. -- Alex Harui Flex SDK Team

Re: [flexcoders] Re: filtering an array collection using 2 or 3 textinputs

2013-03-05 Thread Alex Harui
')); } private function keywordChangeHandler(event:Event):void { if (generalSearch.text != '') { filterGrid(); } else { filterReset() } } -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] application.enabled = false when application is communicating with server

2013-02-25 Thread Alex Harui
with the fault string. Is there an attribute to set or maybe a simple override? Thanks -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Equivalent of editorUsesEnterKey in spark

2013-02-14 Thread Alex Harui
function in DataGrid. It seems like this behaviour is burnt in and can't easily be reversed... ? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Help needed regarding image vectorization in flex reference in details

2013-02-10 Thread Alex Harui
on the add Image there an selecting Yes i want to Vectorise to see what i am talking about ... Any help would be really appreciated as uptill now i have wasted a lot of time Googling out this but of no luck Thanks in advance and best Regards Anas -- Alex Harui Flex SDK Team Adobe Systems, Inc. http

Re: [flexcoders] Re: Code not lining up - brackets

2013-02-07 Thread Alex Harui
=false; } } } model.applicationStatus = null; break; } default: } } -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Frustrations with the profiler - analyzing memory usage.

2013-02-06 Thread Alex Harui
eventually. Why didn't the 'invoke GC' parts actually cause it to be collected.. t On Tue, Feb 5, 2013 at 7:32 PM, Alex Harui aha...@adobe.com wrote: The true test of a leak is whether your OS’s process manager says that memory consumption keeps going up. Before we had a profiler, we would add

Re: [flexcoders] Frustrations with the profiler - analyzing memory usage.

2013-02-05 Thread Alex Harui
run with 'watch live memory data', they are there. Part of this feels like chasing shadows - are these real leaks, or just things the collector will eventually get round to? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Binding using as3

2013-01-31 Thread Alex Harui
-1e62079f6847 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: SWFloader base path

2013-01-26 Thread Alex Harui
of the parent swf (default behavior of flash), allowing me to write the source as source=nested.swf. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui wrote: {code} {code} On 1/25/13 3:59 PM, max.sammie wrote: I am using SWFLoader to nest an swf

Re: [flexcoders] SWFloader base path

2013-01-25 Thread Alex Harui
assistance is greatly appreciated. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] New Spark DG vs. MX ADG

2013-01-17 Thread Alex Harui
AdvancedDataGrid, and why is there not an equivalent Spark AdvancedDataGrid component? When should I use one vs the other? Thanks for your time on this! Michael -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] How to call page down function in Flex DataGrid

2013-01-07 Thread Alex Harui
action, just like you click the scroll bar every 3 seconds. What is the easiest way? Thanks. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Flex alternatives

2012-12-23 Thread Alex Harui
my delayed posts but I have been teaching three days a week and busy winding up the apprentices assessments for the end of term. It's a great thing that Adobe have continued to keep you involved with the project. John On 21/12/2012 21:43, Alex Harui wrote: Re: [flexcoders] Re: Flex

Re: [flexcoders] Re: Flex alternatives

2012-12-21 Thread Alex Harui
pleased that existing SWF's will run in an embedded VM in the new player. Do you think the next-generation of ActionScript will be similar enough to make migration easy? and Is FlashBuilder likely to be the IDE that creates code for the new VM? John On 20/12/2012 05:50, Alex Harui wrote

Re: [flexcoders] Re: Flex alternatives

2012-12-21 Thread Alex Harui
...@easypeasy.co.uk wrote: On 21/12/2012 18:52, Alex Harui wrote: Re: [flexcoders] Re: Flex alternatives To not allow existing SWFs to play where they currently play would “break the web” and Adobe has no interest in doing that. The next generation of AS is supposed to be easy to migrate

Re: [flexcoders] Re: Flex alternatives

2012-12-19 Thread Alex Harui
it is doing similar work? John On 18/12/2012 05:38, Alex Harui wrote: Re: [flexcoders] Re: Flex alternatives Things get lost in translation, but one goal of the parallel frameworks is to not leverage things that get lost in translation. Otherwise, since JS and AS are ECMA-based

Re: [flexcoders] Re: Flex alternatives

2012-12-17 Thread Alex Harui
involved with the Apache Flex project. On 12/17/12 2:16 AM, John McCormack j...@easypeasy.co.uk wrote: On 17/12/2012 05:12, Alex Harui wrote: Re: [flexcoders] Re: Flex alternatives Adobe has spent the year donating the Flex SDK and Falcon compilers to the Apache Software Foundation

Re: [flexcoders] Re: Flex alternatives

2012-12-17 Thread Alex Harui
it's the wrong way to go - it's after all up to Adobe to choose where to invest their product development. It's in a sense good to know that Adobe has ceded all hope of competing with Google or Microsoft for HTML5 application building - that makes the choices a bit easier. -- Alex Harui Flex

Re: [flexcoders] Re: Flex alternatives

2012-12-17 Thread Alex Harui
for the next three to five years? John On 17/12/2012 16:31, Alex Harui wrote: Re: [flexcoders] Re: Flex alternatives Adobe has no plans that I know of to get ActionScript to work with HTML5 in the same way that Google is proposing Dart as an alternative to JavaScript. The Apache Flex

Re: [flexcoders] Re: Flex alternatives

2012-12-16 Thread Alex Harui
developing. So now, after this year of reflections and testing new products, what is the real alternative to flex? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Checkbox in grid

2012-12-07 Thread Alex Harui
a “change” event to the renderer. Since I could change the value of the field I don’t see why I couldn’t change the value of the checkbox field. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Friday, December 07, 2012 1:29 AM To: flexcoders

Re: [flexcoders] Checkbox in grid

2012-12-06 Thread Alex Harui
the right stuff. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Inserting Flex Container to TLF?

2012-12-04 Thread Alex Harui
--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aharui@... wrote: UIComponents must be parented by other UIComponents. Now there is a call that sets a virtual parent that you might be able to use to jump over all of the TLF parents to rewire the container

Re: [flexcoders] implement stage3d while maintaining fp 10.1 support

2012-11-30 Thread Alex Harui
on stage), with Flex 4.1A SDK to compile the AS3 project? Thanks, Gabor -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Inserting Flex Container to TLF?

2012-11-30 Thread Alex Harui
am using: - Flex 3.6 - TLF 3.0 Could anyone please point me into the right direction on how to solve this issue? Thank you, Handi -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: profiling flex applications

2012-11-20 Thread Alex Harui
-- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] flash.system::Worker could not be found

2012-11-20 Thread Alex Harui
Yes On 11/20/12 4:45 AM, Csomák Gábor csom...@gmail.com wrote: its in air. can I use swf version for air also? On Tue, Nov 20, 2012 at 12:10 AM, Alex Harui aha...@adobe.com wrote: Make sure the swf-version is set correctly. On 11/19/12 12:21 PM, Csomák Gábor csom...@gmail.com

Re: [flexcoders] flash.system::Worker could not be found

2012-11-19 Thread Alex Harui
. at line: var worker:Worker = WorkerDomain.current.createWorker(Workers.TUtils_DataToXMLToFileWorker); anybody got idea why it is? thanks! -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] sharing RSL (loaded by module) between sibling modules

2012-11-18 Thread Alex Harui
See the modules presentation on my blog. If you want to share classes, the RSL must be loaded into a shared ApplicationDomain. -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui On 11/18/12 7:43 AM, venkateswarlu naidu contactve...@yahoo.co.in wrote: Forgot

Re: [flexcoders] Profiling flex applications

2012-11-14 Thread Alex Harui
. Regards Nitin Gopi -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] mx component restrict question

2012-11-14 Thread Alex Harui
if I did this mx:TextInput id=textInput restrict=-0-9 widthInChars=20 maxChars=20 / I also can type ,.etc How to do that if I only allow negative sign and number for mx component. Thanks Mark -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] updateDisplayList() called before commitProperties()

2012-09-26 Thread Alex Harui
::UIComponent/callLaterDispatcher() I'm using Flex 4.6. Is this proper behavior? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-21 Thread Alex Harui
'; textInputEH.accessibilityProperties = accessProps; removeEventListener(Event.ADDED, addedHandler); } On 20 September 2012 23:26, Alex Harui aha...@adobe.com wrote: I was more interested if you could get the Sprite to display the keyboard by adding accessibility properties to it. On 9/20/12 2:45 AM

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-20 Thread Alex Harui
click On 19 September 2012 19:44, Alex Harui aha...@adobe.com wrote: stage.focus -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-19 Thread Alex Harui
{ var textInput:Sprite = new Sprite(); textInput.x = 100; textInput.y = 100; var g:Graphics = textInput.graphics; g.beginFill(0xff9900, 1); g.drawRect(0,0,200,80); g.endFill(); addChild(textInput); } } } On 19 September 2012 07:59, Alex Harui aha...@adobe.com wrote: I would break it down

Re: [flexcoders] urgent Help needed regarding loading time please

2012-09-19 Thread Alex Harui
there as it is... Please I have to deliver a build by this Friday evening so I request that please figure me out what am I doing wrong and where should be corrected ? i also Googled the error but the solutions aren't matching for my specific problems Thanks alot in advance. -- Alex Harui Flex

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-18 Thread Alex Harui
-- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] windows 8 store app onscreen keyboard invoking

2012-09-18 Thread Alex Harui
invokes the keyboard perfectly everytime. I've also extended the RichEditableText class and overwritten some of the methods that are dependant on the displayAsPassword flag to see if that makes any difference but no luck. On 18 September 2012 21:50, Alex Harui aha...@adobe.com wrote: Spark

Re: [flexcoders] need some printing advice

2012-09-11 Thread Alex Harui
as if there is an invisible footer on the container or datagrid that force a blank page? It’s almost as if there is something in the MXML that is forcing a blank 2nd page From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Friday, September 07, 2012 11:43

Re: [flexcoders] need some printing advice

2012-09-07 Thread Alex Harui
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, September 06, 2012 11:50 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] need some printing advice What result do you get? No second page or second page is same as first

Re: [flexcoders] need some printing advice

2012-09-06 Thread Alex Harui
headerText=Start dataField=starttime width=80 textAlign=right/ … -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] How To Run An Application With 2 Flex Versions?

2012-08-31 Thread Alex Harui
developed in Flex 3 that we would like to reuse in an application that is using Flex 4. Is it possible to incorporate the two together? If so, please shed some insight. Thanks, nhi -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Need Help - Loader changes the pixel value after loading as bitmap

2012-08-28 Thread Alex Harui
=loadBtn_ClickHandler() nb! sp;x=5 y=5 height=20/ mx:UIComponent id=container_ID x=5 y=30 width=1366 height=768/ /s:WindowedApplication Regards, Rajkumar S -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] RE: Flash Builder Problem

2012-08-22 Thread Alex Harui
of this EC may have additional important disclosures and disclaimers, which you should read. This message is subject to terms available at the following link: http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you consent to the foregoing. -- Alex Harui Flex SDK Team Adobe

Re: [flexcoders] Re: Tree Custom ItemRenderer - I need help

2012-08-16 Thread Alex Harui
%40yahoogroups.com , Alex Harui aharui@... wrote: Post your code. On 8/15/12 7:10 AM, libbychantel libbychantel@... wrote: Flex 3.x I have been trying to construct a Tree Custom ItemRenderer that has basically 2 lines on the terminal branches. the first line should show the file icon

Re: [flexcoders] Re: Tree Custom ItemRenderer - I need help

2012-08-16 Thread Alex Harui
with their icons? --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aharui@... wrote: Looks like you want a 15 pixel gap (you are adding 15 in updateDisplayList) but that is not accounted for in the measure() method. On 8/15/12 4:18 PM, libbychantel libbychantel

Re: [flexcoders] Tree Custom ItemRenderer - I need help

2012-08-15 Thread Alex Harui
, Libby -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

  1   2   3   4   5   6   7   8   9   10   >