Re: [flexcoders] CSSStyleDeclaration in AIR app Windows

2015-07-29 Thread Alex Harui aha...@adobe.com [flexcoders]
Yeah, there should be per-module styles in all Apache Flex versions. BTW, you’ll get more timely assistance by asking on the us...@flex.apache.org mailing list. -Alex From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com on behalf of Dave Glasser dglas...@pobox.commailto:dglas

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] 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:

[flexcoders] Firefox not including browser cookies when using NetConnection

2014-12-21 Thread Alex Ditu ditu.alexan...@gmail.com [flexcoders]
Hello, I have searched on google this problem for some time and haven't found a solution. I use NetConnection to connect to red5, and in the browser I have 3 cookies for that domain. The cookies are sent with IE and Chrome (after disableing httpOnly flag) but Firefox doesen't send those cookies

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 flexcoders

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] flexcoders@yahoogroups.commailto: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]
is valid. -Alex From: stinas...@yahoo.commailto:stinas...@yahoo.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Friday, August 29, 2014

Re: [flexcoders] Re: Future Scope of Flex

2014-08-20 Thread Alex Harui aha...@adobe.com [flexcoders]
Are you saying you've tried to port this to JS and it did not run as well? I'll try to remember this site as we work on FlexJS. Thanks, -Alex From: Dan Pride danielpr...@yahoo.commailto:danielpr...@yahoo.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply

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]
for FlexJS, although it would probably make some things easier or faster. Already, we've seen significant convergence towards standards in the main browsers (IE, FF, Chrome, Android, IOS). Compare what we have today vs back in IE6 or even IE8. -Alex From: danielpr...@yahoo.commailto:danielpr

Re: [flexcoders] Re: Future Scope of Flex

2014-08-17 Thread Alex Harui aha...@adobe.com [flexcoders]
...@flex.apache.org. -Alex From: danielpr...@yahoo.commailto:danielpr...@yahoo.com [flexcoders] flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Saturday, August 16

RE: [flexcoders] Original application files lost

2014-02-19 Thread Alex Harui
called generated in the output folder. Comparing that to what the decompiler found for those same files might help you figure out what modifications need to go into whatever versions of the source you currently have. HTH, -Alex From: flexcoders

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
the decompiler saw in the final version. The differences should show you what you need to modify in the older versions to bring them up to current. HTH, -Alex From: Tom McNeer tmcn...@gmail.commailto:tmcn...@gmail.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders

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

2014-02-18 Thread Alex Harui
​I'm not even sure there is a JIRA issue. I think this is only the second or third time it has come up on a forum/mailing list. -Alex From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com on behalf of Chris Velevitch chris.velevi...@gmail.com Sent

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

2014-02-17 Thread Alex Harui
​They should all virtualize, but it takes a bit of effort to make a virtual TileLayout and we don't hear enough requests for it to get around to doing it. -Alex From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com on behalf of Chris Velevitch

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
and load that SWF and run it. 3) If the function doesn't require much information from the rest of the app, you could write the string to JS and call eval on it via ExternalInterface -Alex On 11/6/13 2:02 PM, A. P. Damien apdam...@ca.rr.com wrote: On 11/6/2013 9:16 AM, Keith Reinfeld wrote

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
: https://cwiki.apache.org/confluence/display/FLEX/FlexJS -Alex From: [ p e r c e p t i c o n ] percepti...@gmail.commailto:percepti...@gmail.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Tuesday, November

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
flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Thursday, October 24, 2013 7:44 AM To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Subject: Re: [flexcoders] Nested TabNabvigator/Repeater error Alex, Thanks

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-10-23 Thread Alex Harui
I'm not sure what you mean by the framework. AFAIK, the framework doesn't have any code that automatically switches ViewStack views based on mouse activity. But you could put a breakpoint on the ViewStack code and see why it is changing. -Alex From: Tom McNeer tmcn...@gmail.commailto:tmcn

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-10-22 Thread Alex Harui
-construction of this problem in a new Flex project so less of your other code can be run accidentally. The TabBar children should just be Tabs that dispatch events. The logic that responds to the change event should be the main concern. -Alex From: Tom McNeer tmcn...@gmail.commailto:tmcn

Re: [flexcoders] Automation and Application Domains

2013-10-03 Thread Alex Harui
that, and maybe because it would fail for non-Flex SWFs. HTH, -Alex From: Nigel Magnay nigel.mag...@gmail.commailto:nigel.mag...@gmail.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com Date: Thursday, October 3, 2013 2:16 AM

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
that means more testing, slightly different glyph positions, and different performance and memory utilization. -Alex From: Dave Glasser dglas...@pobox.commailto:dglas...@pobox.com Reply-To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com flexcoders@yahoogroups.commailto:flexcoders

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
on any new awesome features from Flash itself. Apache Flex is looking at publishing Flex apps for HTML5. One approach is described here: https://cwiki.apache.org/confluence/display/FLEX/Alex%27s+FlexJS+Prototype Now, IMO, Flex apps are quite different from other Flash swfs, especially those

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
Yeah, it is possible that the –frame option doesn’t work with RSLs. I’m not sure how much testing the –frame option got. On 3/30/13 7:34 AM, glasheen56 glash...@hotmail.com wrote: Thanks for replying Alex! When I don't use frame 3, the size report says there's no UIComponent

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
I guess I don’t understand what problem you are having. Your use of generalSearch.text looks right to me. What happens when you try to add another TextInput? What does your code look like and what goes wrong? On 3/6/13 12:02 AM, ZIONIST stinas...@yahoo.com wrote: Hi Alex, i apply

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
wrote: Alex, i have an arraycollection (archiveAr) which i would like to filter based on the following multiple parameters; Keywords, title and subject. i would like to use 3 textinputs to do this. one for keywords, another for title and the last one for subject. Now i can only use one

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
for the default SDK in your version of Flash Builder should be the one to use when profiling. Newer and older versions may report memory slightly differently and fool the profiler. HTH, -Alex On 2/5/13 5:57 AM, Nigel Magnay nigel.mag...@gmail.com wrote: We have an application that is leaking memory

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
I’m not sure I understood that. SWFLoader overrides default Flash behavior and makes all of your relative paths relative to the SWF using that SWFLoader. On 1/25/13 11:22 PM, max.sammie max.sam...@yahoo.com wrote: Thanks for the response Alex. I see the you created a base variable

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
content on desktop/laptops for a long time. -Alex On 12/23/12 10:43 AM, John McCormack j...@easypeasy.co.uk wrote: That is a very interesting diagram showing a way forward for Flex users. I have only used ActionScript Projects, rather than Flex, and have mainly been concerned not to lose

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
in ActionScript and spit out JavaScript and allow you to use a Flex-like workflow to create RIAs that run without Flash. My thoughts on that topic and prototype is written up here: https://cwiki.apache.org/confluence/display/FLEX/Alex%27s+FlexJS+Prototype On 12/21/12 12:50 PM, John McCormack j

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
is currently: http://incubator.apache.org/flex/ but will change if/when we become an official Apache top-level project. This document describes one approach to Flex without Flash. There are other approaches being investigated at this time. -Alex On 12/15/12 1:59 AM, Sal sal.ce...@yahoo.com wrote

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
to work with. Also, you can insert a dummy bitmap in the TextFlow and float a Flex container over that area. On 12/4/12 9:10 AM, handitan handi@gmail.com wrote: Hi Alex! Thanks for the reply! Hmmm...I guess that's the only way to do it, huh? Any other suggestion? Again thank you! Handi

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
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, Wouter Schreuders wschreud...@gmail.com wrote: Hi Alex Yep, focus definitely does go to the sprite and the stage's focus is set. I also outputted all

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

2012-09-19 Thread Alex Harui
, Wouter Schreuders wschreud...@gmail.com wrote: Hi Alex I'm using Flex SDK 4.5A (problem also occurs on 4.6) The flash player is version 11.3.372.94 on windows 8 64 bit and as far as I know IE have gone the same route as flash and rolled their own version of the flash player inside

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
I would break it down to an AS-only test where you set focus to a Sprite and see if you get the keyboard. Which version of player are you using? Is metro officially supported? On 9/18/12 1:11 PM, Wouter Schreuders wschreud...@gmail.com wrote: Hi Alex The problem occurs with the 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

  1   2   3   4   5   6   7   8   9   10   >