Re: [flexcoders] Re: HELP Embedded font looks bold in Flash but crisp in Photoshop

2011-09-30 Thread dorkie dork from dorktown
I found this examplehttp://blog.flexexamples.com/2007/10/24/setting-a-fonts-anti-alias-type-sharpness-thickness-and-grid-fit-type-in-flex/but these styles have no effect on spark label. I think this is what I need.

Re: [flexcoders] creating a twitter feed on flex

2011-09-30 Thread Tandon, Rishi
You ca use the twitter APIs to integrate with the AIR apps: https://dev.twitter.com/docs You have to get to know how authorization work and then later you can fetch the individual feed for each user and display that in flex/ air using the HTTP component.

Re: [flexcoders] Spark DataGrid and DefaultGridHeaderRenderer

2011-09-29 Thread jitendra jain
I have resolved this by extending DefaultGridItemRenderer   Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: jitendra jain jitendra_jain_2...@yahoo.com To: flex group flex flexcoders@yahoogroups.com Sent: Wednesday, 28 September 2011

Re: [flexcoders] Re: exclude certain classes from debugging session

2011-09-29 Thread Wouter Schreuders
ok great tip, I'll try that On 29 September 2011 00:00, Alex Harui aha...@adobe.com wrote: ** Put those classes you don’t want to debug in an RSL, export it for release so it doesn’t have debug info, and use that RSL. The debugger should then skip over the code in those classes. I’ve

Re: [flexcoders] Re: exclude certain classes from debugging session

2011-09-28 Thread Wouter Schreuders
ok well basically say I'm trying to track the flow a certain command is taking, so for instance someone clicks a button in a view class, that dispatches an event to the view's mediator which then dispatches another event to robotlegs which then triggers a navigation event along with some requests

Re: [flexcoders] Re: exclude certain classes from debugging session

2011-09-28 Thread Alex Harui
Put those classes you don’t want to debug in an RSL, export it for release so it doesn’t have debug info, and use that RSL. The debugger should then skip over the code in those classes. I’ve never done it myself, but I know for sure that if classes get loaded in a module that is exported for

RE: [flexcoders] Hiding Flex tree XML CDATA

2011-09-28 Thread Philip Smith
I think I found the answer to this...override DefaultDataDescriptor isBranch. To: flexcoders@yahoogroups.com From: loudj...@hotmail.com Date: Wed, 28 Sep 2011 22:34:57 + Subject: [flexcoders] Hiding Flex tree XML CDATA Is there a way to

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-27 Thread Haykel BEN JEMIA
-- *From:* Haykel BEN JEMIA hayke...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Monday, September 26, 2011 1:40 PM *Subject:* Re: [flexcoders] Restrict access to an API to only allowed applications Thanks Claudiu, I have found a PDF of the presentation

Re: [flexcoders] Reading barcodes

2011-09-27 Thread James Ong
use ready made libraries from Sourceforge and you can get start faster. On Wed, Sep 28, 2011 at 12:37 AM, Richard Rodseth rrods...@gmail.comwrote: ** Can anyone recommend a good strategy for reading barcodes on an AIR 3 mobile app? The as3 port of the zxing library does not appear to

Re: [flexcoders] Reading barcodes

2011-09-27 Thread Richard Rodseth
Yes, I clearly don't want to do this from scratch, hence the question. Any particular library you recommend? Any in AS3? On Tue, Sep 27, 2011 at 9:43 AM, James Ong yanlile...@gmail.com wrote: ** use ready made libraries from Sourceforge and you can get start faster. On Wed, Sep 28, 2011

Re: [flexcoders] Re: exclude certain classes from debugging session

2011-09-27 Thread Wouter Schreuders
yes, I'm familiar with watch expressions but they don't really help me with this project, I'm working on a project with thousands of classes and want to monitor the activity taking place in a couple of the classes while excluding the rest. On 26 September 2011 16:59, valdhor

Re: [flexcoders] Re: Trying to pass a value to the mxml/swf file from java(android).How?

2011-09-27 Thread Alex Harui
If you produce a Flex/AIR app for Android, it is basically an AIR app and you’d have to launch it and pass it parameters like any other Android app. I’m pretty sure flashvars don’t work on AIR apps in Android. On 9/27/11 6:52 AM, Shunmuga msroh...@yahoo.com wrote: No Saurabh, its not

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread claudiu ursica
You can embed the keys instead of keeping them in plain site.  check this session I think you will find some useful stuff: http://tv.adobe.com/watch/360flex-conference/encrypting-flex-protecting-revenue-by-andrew-westberg/ C From: Haykel BEN JEMIA

Re: [flexcoders] tv.adobe.com hacked??

2011-09-26 Thread claudiu ursica
I do get the same trailer and then the streaming just freezes... Weird.

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Haykel BEN JEMIA
Thanks Claudiu, I have found a PDF of the presentation and on page 4 it says the following about protecting sensitive data through embedding: * Most decompilers don’t look at embedded data. * Given that SWF is an open file format, nothing is really stopping them from doing this in the future. *

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread claudiu ursica
  From: Haykel BEN JEMIA hayke...@gmail.com To: flexcoders@yahoogroups.com Sent: Monday, September 26, 2011 1:40 PM Subject: Re: [flexcoders] Restrict access to an API to only allowed applications   Thanks Claudiu, I have found a PDF of the presentation

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Alex Harui
the connection. Obviously the topic is large enough to tackle in just a couple of lines, hopes this gives you a start ... C From: Haykel BEN JEMIA hayke...@gmail.com To: flexcoders@yahoogroups.com Sent: Monday, September 26, 2011 1:40 PM Subject: Re: [flexcoders] Restrict

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Haykel BEN JEMIA
-- *From:* Haykel BEN JEMIA hayke...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Monday, September 26, 2011 1:40 PM *Subject:* Re: [flexcoders] Restrict access to an API to only allowed applications Thanks Claudiu, I have found a PDF of the presentation and on page 4

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Haykel BEN JEMIA
*Subject:* Re: [flexcoders] Restrict access to an API to only allowed applications Thanks Claudiu, I have found a PDF of the presentation and on page 4 it says the following about protecting sensitive data through embedding: * Most decompilers don’t look at embedded data. * Given that SWF

Re: [flexcoders] Restrict access to an API to only allowed applications

2011-09-26 Thread Johannes Nel
hayke...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Monday, September 26, 2011 1:40 PM *Subject:* Re: [flexcoders] Restrict access to an API to only allowed applications Thanks Claudiu, I have found a PDF of the presentation and on page 4 it says the following about protecting

Re: [flexcoders] tv.adobe.com hacked??

2011-09-26 Thread Shawn Holmes
Adobe's been alerted and are investigating. On Mon, Sep 26, 2011 at 5:31 AM, claudiu ursica the_bran...@yahoo.comwrote: ** I do get the same trailer and then the streaming just freezes... Weird.

Re: [flexcoders] Is it possible to add Flex components to the Stage?

2011-09-23 Thread ganaraj p r
Flex is a complete framework and each and every component follows the rules of the framework. Without the framework running in the background its probably impossible to get a component working unless you do a lot of work to make it work. Perhaps much easier to write a separate AS3 component. On

Re: [flexcoders] Re: Is it possible to add Flex components to the Stage?

2011-09-23 Thread Haykel BEN JEMIA
if for some reason you don't want or can't use Flex, then you try some of the pure AS component libraries: * ASDPC : http://sibirjak.com/osflash/projects/as-dataprovider-controls/ * AsWing : http://www.aswing.org/ and there are more. Haykel Ben Jemia Allmas Web RIA Development

Re: [flexcoders] How to detect change of mobile orientation ? portrain

2011-09-23 Thread Csomák Gábor
on CreationComplete, add addEventListener(StageOrientationEvent.ORIENTATION_CHANGE, orientationChanged); you can debug out the rest On Fri, Sep 23, 2011 at 5:34 AM, j2me_soul j2me_s...@163.com wrote: How to detect change of mobile orientation ? portrain or landscape

RE: [flexcoders] 3D Tree and flex 4.5

2011-09-23 Thread Philip Smith
And is there a way to workaround this error? To: flexcoders@yahoogroups.com From: loudj...@hotmail.com Date: Fri, 23 Sep 2011 18:41:18 + Subject: [flexcoders] 3D Tree and flex 4.5 I'm getting this error when I click on an item from the 3D

Re: [flexcoders] e4x help

2011-09-22 Thread Haykel BEN JEMIA
working for me. here is the code I used for testing: package { import flash.display.Sprite; public class Test extends Sprite { private var xmlRoot:XML = REGISTRY REGISTRY_DECLARATION/ REGISTRY_ENTRIES Attribute

RE: [flexcoders] e4x help

2011-09-22 Thread michael_regert
, immediately contact the sender by reply e-mail and destroy all copies of the original message. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan Meutzner Sent: Thursday, September 22, 2011 10:20 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] e4x

Re: [flexcoders] e4x help

2011-09-22 Thread Haykel BEN JEMIA
by reply e-mail and destroy all copies of the original message. ** ** ** ** *From:* flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] *On Behalf Of *Brendan Meutzner *Sent:* Thursday, September 22, 2011 10:20 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders

RE: [flexcoders] e4x help

2011-09-22 Thread michael_regert
Of Haykel BEN JEMIA Sent: Thursday, September 22, 2011 10:48 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] e4x help because the elements are then defined in the namespace http://schemas.dell.com/wbem/biosattributeregistry/1;. To access them through e4x you have to create a corresponding

Re: [flexcoders] Trying to pass a value to the mxml/swf file from java(android).How?

2011-09-22 Thread ganaraj p r
In order to pass values to a swf you have a concept called as flashVars. If you come from a java / C background you would know that your main entry point in there is the main() function. This main function can be called without any arguments or with arguments..( if you are familiar with argc and

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread Alex Harui
I don’t know why passing in echoEvent wouldn’t work. What error did you get? Another options are to pass in a third parameter as the object for use in call or apply. You can theoretically do this as well in the constructor of the class: Public function MyClassConstructor() { var

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread grimmwerks
Not getting an error, just getting ignored and the function is never called. var scope:Object = this; private var echoOrderCacheEvent:Function = function(jstr:String):void{ Alert.show(this); trace(scope);

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread Alex Harui
IMHO anonymous functions are way more trouble than they are worth. If I had the time, I would eliminate them from all framework code. Looks from the stacktrace that someone is using apply() to change the this pointer. On 9/22/11 10:46 AM, grimmwerks gr...@grimmwerks.com wrote: Not

Re: [flexcoders] help with anonymous functions...

2011-09-22 Thread grimmwerks
Thanks -- yeah it seems like the something's happening on the stomp / callback before it's getting to me. Have another quickie about itemrenderers and factory properties, but going to ask on another thread. On Sep 22, 2011, at 2:11 PM, Alex Harui wrote: IMHO anonymous functions are way

Re: [flexcoders] Is it possible to add Flex components to the Stage?

2011-09-22 Thread grimmwerks
Try stage.addElement rather than addChild? On Sep 22, 2011, at 2:30 PM, Hogs Haven wrote: From everything I've read, Flex components can only be added to Flex Components (ie: VBox to Application, VGroup to Panel, etc) I'm working in an AS3 view library (no Flex, just Sprites) where I

Re: [flexcoders] Re: Is it possible to add Flex components to the Stage?

2011-09-22 Thread Alex Harui
Flex components cannot be added to the Stage. You can add them to SystemManager and get pretty much the same effect. On 9/22/11 11:56 AM, Hogs Haven e_ba...@yahoo.com wrote: Thanks, but flash.display.Stage is not a Flex component; therefore it only has addChild(). addElement() is part

Re: [flexcoders] ClassFactory, properties, itemrenderers and changing prop dynamically

2011-09-22 Thread Alex Harui
Because renderers get recycled, it is not recommended to access a renderer instance and change properties on it. There is a indexToItemRenderer() method, but I wouldn’t use it for this. The recommended practice is an “associated list”, essentially a weak-reference dictionary or object map

Re: [flexcoders] Re: ClassFactory, properties, itemrenderers and changing prop dynamically

2011-09-22 Thread grimmwerks
I hear you - but the thing is these are more CHOICES that one can make - like a menu of items. If one can only get a hamburger it's not the only hamburger the store has... On Sep 22, 2011, at 3:08 PM, valdhor wrote: I don't know about others here but IMHO a better user experience would be

Re: [flexcoders] ClassFactory, properties, itemrenderers and changing prop dynamically

2011-09-22 Thread grimmwerks
I see your point -- I'm already doing an object / hashmap of items; what would be the best way of having the itemrenderer's check said list though? I'm actually working with PureMVC and all code is in the mediator, everything in the view - ie list and of course itemrenderers... so it's not

Re: [flexcoders] ClassFactory, properties, itemrenderers and changing prop dynamically

2011-09-22 Thread Alex Harui
If it were me, I would subclass the List and add an “associatedList” property that references this map. The logic for setting itemEnabled in the renderer is hopefully in an override of commitProperties. I would override the data setter to call invalidateProperties. Then in commitProperties,

Re: [flexcoders] Is it possible to add Flex components to the Stage?

2011-09-22 Thread Jeffry Houser
addElement is only defined in spark components; that will just throw a compile time error. I'm not sure why you want to add a Flex Component directly to the stage. I suppose in theory you could; but that would bypass all the Flex Framework code to position and size the component. You'd,

Re: [flexcoders] Flex 3 - showing HTML content

2011-09-21 Thread Tandon, Rishi
The only current way is to use an iFrame, or if you only need some html tags you could use the Text Layout Framework.   Here this is the iFrame approach: http://code.google.com/p/flex-iframe/ If the swc do not work in Flex4 just use its ource code which works...   ...it is basically based on

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread Alex Harui
Engineer 91-9979960798 From: jitendra jain jitendra_jain_2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tue, 20 September, 2011 10:54:06 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues Yes that is happening but i want the below

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues [1 Attachment]

2011-09-20 Thread jitendra jain
/s:Scroller /s:WindowedApplication Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tue, 20 September, 2011 12:19:23 PM Subject: Re: [flexcoders

Re: [flexcoders] Mifration from flex 3 to flex 4.5

2011-09-20 Thread Douglas Knudsen
which appears to be a correct error to me. See the docs here http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/resources/ResourceBundle.html Maybe you have more code not shared or some such. Certainly, you can't use a ResourceBundle reference that is not initialized.

Re: [flexcoders] How to obtain mobile number by flex

2011-09-20 Thread James Ong
Again, not possible except android, you will have to use Native Extension in AIR 3.0 to access Android API. On Tue, Sep 20, 2011 at 3:25 PM, j2me_soul j2me_s...@163.com wrote: ** How to obtain mobile number by flex sdk on Android OS ?

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread Alex Harui
, Jitendra Jain Software Engineer 91-9979960798 From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Tue, 20 September, 2011 12:19:23 PM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues I don’t

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-20 Thread jitendra jain
Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues If I understand correctly, you have to set mouseEnabledWhereTransparent=false on both the container Group and the ScrollerSkin. On 9/20/11 3:53 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote: [Attachment(s

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-19 Thread jitendra jain
Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Mon, 19 September, 2011 10:32:54 AM Subject: Re: [flexcoders] Scroller

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-19 Thread Alex Harui
-9979960798 From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Mon, 19 September, 2011 10:32:54 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues You will probably get better answers if you can

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-19 Thread jitendra jain
@yahoogroups.com Sent: Tue, 20 September, 2011 1:40:07 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues I added a click handler to the container group, and height=”90%” to the scroller. I can click in the TextAreas and space between and it shows the Alert

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-19 Thread jitendra jain
In short, Alert should not be displayed. Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: jitendra jain jitendra_jain_2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Tue, 20 September, 2011 10:54:06 AM Subject: Re: [flexcoders

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-18 Thread Alex Harui
for the scoller.. How can I overcome with this problem? Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: jitendra jain jitendra_jain_2...@yahoo.com To: flexcoders@yahoogroups.com Sent: Sat, 17 September, 2011 11:52:05 AM Subject: Re: [flexcoders

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-17 Thread jitendra jain
:25 PM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues If mouseEnabledWhereTransparent=true, you can’t click on things below On 9/16/11 6:17 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote: Hi Group, Can anyone throw light on this.. Any clues

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-17 Thread jitendra jain
September, 2011 11:52:05 AM Subject: Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues Alex thanks a lot.. But even it is not working. I made mouseEnabledWhereTransparent=false, it is not working.. The below components are clickable only when i remove the absolute height from

Re: [flexcoders] how common is Flex and Rails together?

2011-09-17 Thread James Ong
What are you trying to develop? On Sun, Sep 18, 2011 at 3:43 AM, Chris Downey cdow...@gmail.com wrote: ** Hi, I'm just wondering if there is anybody who is actively working on a project or knows of projects where Flex and Rails are used together. Looking online, I see a burst of blogs

Re: [flexcoders] Can AIR get mobile number ?

2011-09-17 Thread James Ong
Are you talking about mobile app? Only android can access contact list but it may work for AIR 3.0 that access Android API. On Sun, Sep 18, 2011 at 8:46 AM, j2me_soul j2me_s...@163.com wrote: ** Can AIR get mobile number ?

Re: [flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-16 Thread Alex Harui
I’m pretty sure this is a bug and has been reported. I don’t recall the workaround. -Alex On 9/15/11 10:53 PM, grimmwerks gr...@grimmwerks.com wrote: Stranger still the mx checkbox works fine, spark checkbox no go. Going to see if I can create a custom skin and try again. On Sep 16,

Re: [flexcoders] Scroller and mouseEnabledWhereTransparent Issues

2011-09-16 Thread Alex Harui
If mouseEnabledWhereTransparent=true, you can’t click on things below On 9/16/11 6:17 AM, jitendra jain jitendra_jain_2...@yahoo.com wrote: Hi Group, Can anyone throw light on this.. Any clues? Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 - Forwarded Message

Re: [flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-15 Thread grimmwerks
Strange - just tested and got the same problem - like a checkbox in an itemRenderer can't be dragged?! What the... On Sep 16, 2011, at 1:43 AM, grimmwerks wrote: Hey all - can't see why but I'm getting an error when I'm trying to drag a simple item / itemrenderer in a spark list -

Re: [flexcoders] dragging itemrenderer with checkbox -- error?

2011-09-15 Thread grimmwerks
Stranger still the mx checkbox works fine, spark checkbox no go. Going to see if I can create a custom skin and try again. On Sep 16, 2011, at 1:51 AM, grimmwerks wrote: Strange - just tested and got the same problem - like a checkbox in an itemRenderer can't be dragged?! What the...

Re: [flexcoders] Flex line chart

2011-09-13 Thread John Fletcher
Generally you have to reconstruct the data into an appropriate format for a Flex chart, you can do that server-side or client-side before giving it to the chart. John 2011/9/13 Brendan Meutzner bmeutz...@gmail.com ** I've re-read your post 3 times, and still can't make sense of how your

RE: [flexcoders] Flex line chart

2011-09-13 Thread Bill Brutzman
Wesley What. no middle-ware? How is Flex connecting to MySQL. ColdFusion, PhP, Java? --Bill From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of chinwesley Sent: Monday, September 12, 2011 10:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] AIR Packaging for different handheld devices

2011-09-13 Thread Douglas Knudsen
Check this link http://www.adobe.com/products/flash-builder/faq.html No to #2, only the PlayBook so far. Douglas Knudsen http://www.cubicleman.com this is my signature, like it? On Tue, Sep 13, 2011 at 1:54 AM, mulchand12345 mulchand12...@yahoo.inwrote: ** Hi All, I have following

RE: [flexcoders] navigateToUrl( ) - can I determine when completed?

2011-09-13 Thread Merrill, Jason
If yo can capture when the HTML page is done doing it's thing with Javascript, the Javascript could call a method in the Flash file to trigger an event there. Jason Merrill Instructional Technology Architect II Bank of America Global Learning ___ From:

Re: [flexcoders] passing parameters to coldfusion

2011-09-13 Thread Brendan Meutzner
You need to look at using a RemoteObject, HTTPService, or WebService component in Flex. There are plenty examples of using CF with Flex... here's a tutorial to get started: http://www.adobe.com/devnet/flex/articles/fcf_getting_started_coldfusion_flex.html On Tue, Sep 13, 2011 at 8:12 AM,

Re: [flexcoders] Flex line chart

2011-09-12 Thread Brendan Meutzner
I've re-read your post 3 times, and still can't make sense of how your data is structured. Is there any way you can post an example of the structure? There's always a way to massage the data to fit into the charting... Brendan On Mon, Sep 12, 2011 at 7:06 AM, chinwesley wesleyc...@hotmail.com

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-11 Thread Douglas Knudsen
you can catch a bit of what virtualization is here http://adobe.ly/pVpLWQ its been a part of Flex since wow, 1.5 days if I can recall back that far. Douglas Knudsen http://www.cubicleman.com this is my signature, like it? On Thu, Sep 8, 2011 at 4:43 AM, Nick Middleweek

Re: [flexcoders] air android app on flex amazon app store

2011-09-10 Thread Ryan Stewart
My hunch is that when you packaged up your AIR application in Flash Builder, you just used the defaults and pointed them to the Google Marketplace. When you go to export a release build in Flash Builder, click the Deployment tab and you can select between the Google Marketplace and the Amazon App

Re: [flexcoders] air android app on flex amazon app store

2011-09-10 Thread Csomák Gábor
awesome, thanks! On Sat, Sep 10, 2011 at 5:34 PM, Ryan Stewart r...@ryanstewart.net wrote: My hunch is that when you packaged up your AIR application in Flash Builder, you just used the defaults and pointed them to the Google Marketplace. When you go to export a release build in Flash

Re: [flexcoders] Image Flickering

2011-09-08 Thread jitendra jain
Guys.. I haven't heard anything from any of you on this topic... Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: jitendra jain jitendra_jain_2...@yahoo.com To: flex group flex flexcoders@yahoogroups.com Sent: Tue, 30 August, 2011

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-08 Thread Nick Middleweek
Alex, Not sure if I've overlooked something but how can the blue focus rectangle help? Cheers, Nick On 8 September 2011 03:11, Alex Harui aha...@adobe.com wrote: ** I think I’d just hack it in. You can probably hang it off of the DG when not used and grab it from there when needed.

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-08 Thread Nick Middleweek
Doug, what's that? On 7 September 2011 20:48, Douglas Knudsen douglasknud...@gmail.com wrote: ** also keep in mind virtualization use in Lists. Just one more cog in The Wheel That Depends Douglas Knudsen http://www.cubicleman.com this is my signature, like it? On Wed, Sep 7, 2011

RE: [flexcoders] Regarding a Flex Book

2011-09-08 Thread Bill Brutzman
I like best. Learning Flex 4 by Alaric Cole Elijah Robison, O'Reilly. The pages are in color. --Bill From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Adarsh Sent: Wednesday, September 07, 2011 8:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Regarding a book

2011-09-08 Thread Adarsh Kumar
Thank u sir...its really sufficient to me.. God bless u. On Thu, Sep 8, 2011 at 8:20 AM, Rishi Tandon rishitandon...@yahoo.comwrote: ** Go through the video tutorial first and then live documentIon by adobe is the complete and best learning material. Also install tour de flex for quick

Re: [flexcoders] Animating an arrow into a target

2011-09-08 Thread Mark Embrey
check out http://flex4fun.com/2010/11/30/flex4-navigation-menu-using-state-and-timerfor an idea On Sep 7, 2011 4:21 PM, valdhor valdhorli...@embarqmail.com wrote: I have a project where I need to show the progress of a, well, project. The project has seven specific stages that it must pass

Re: [flexcoders] Automatically flip through 3 charts

2011-09-07 Thread Srinivas Sandur Madhu Murthy
Rishi did you understand what Wesley's question was? Anyways, I guess wesley wants the view stack to show those charts one after the other every 5 seconds automatically! if this is correct then Wesley, you could change the viewstack's selectedIndex every 5 seconds once to other one. Below is a

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-07 Thread Nick Middleweek
Douglas, Thanks... So as a rule of thumb, add all children that I know I need up front and show/ hide them using visibility in e.g. onMouseOver/ Out. Or set a dirty flag and then invalidateDisplayList(), then from within updateDisplayList(), check the dirty flags and addChild( x ) in there...

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-07 Thread Nick Middleweek
Alex, Just checking/ thinking... But if I go down the visibility route and addChild( x ) up front in createChildren() would I be consuming more initial memory than if I addChild( x ) as and when I needed it? In my case, I have 15 columns, using the same renderer and 40 rows so that's 600 extra

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-07 Thread ganaraj p r
With toggling the visibility property you are creating 1 Button per Item Renderer. When you are creating an object each time a user's mouse is over it, and then deleting it when its out, you are creating 'n' number of objects and deleting them , the new objects need to be garbage collected. The

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-07 Thread Alex Harui
Yes, it is a set of trade-offs. Deferring until you know you need it is best for memory and startup time, but you have to pay for the adding later. You can cache the button so you don’t always create a new one. You can even share a button between all renderers if you want. On 9/7/11 5:42

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-07 Thread Nick Middleweek
Alex, That's a good idea... What's your thoughts on approach to implement a shared Button? Would you create it at the parent view level and inject into the IR's using some kind of IFactory or perhaps attach it to the data property? Cheers, Nick On 7 September 2011 17:27, Alex Harui

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-07 Thread Douglas Knudsen
also keep in mind virtualization use in Lists. Just one more cog in The Wheel That Depends Douglas Knudsen http://www.cubicleman.com this is my signature, like it? On Wed, Sep 7, 2011 at 3:21 PM, Nick Middleweek n...@middleweek.co.ukwrote: ** Alex, That's a good idea... What's your

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-07 Thread Alex Harui
I think I’d just hack it in. You can probably hang it off of the DG when not used and grab it from there when needed. The parent of the blue focus rectangle is shared among all Flex components in an app. On 9/7/11 12:21 PM, Nick Middleweek n...@middleweek.co.uk wrote: Alex, That's a

Re: [flexcoders] flex time-out Issue...????

2011-09-07 Thread Rishi Tandon
http://www.flashdevelop.org/community/viewtopic.php?f=9t=2881 Sent from my iPhone On Sep 7, 2011, at 9:06 AM, Varun varun8...@gmail.com wrote: Hi, I actually want to increase the flex timeout from 15sec to max 60sec. I have tried the following ways. 1)By adding -default-script-timelimit

Re: [flexcoders] Regarding a book

2011-09-07 Thread Rishi Tandon
Go through the video tutorial first and then live documentIon by adobe is the complete and best learning material. Also install tour de flex for quick demos. Sent from my iPhone On Sep 7, 2011, at 5:59 PM, Adarsh adarsh...@gmail.com wrote: Hi all i am very new to flex please suggest me which

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-06 Thread Jeffry Houser
I hav used commitProperties() in the past. Although some people will use commitProperties to call createChildren() if new children are needed to be created. However, I'd be cautious about creating children based on the update_complete event. It seems like an unnecessary way to force yet

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-06 Thread Haykel BEN JEMIA
Hi Nick, if you use Spark components and the child components you want to add are fixed and known, e.g. a 'close' button that should be visible on mouse-over, then I would use skin states and manage visibility of the components in the skin. Haykel Ben Jemia Allmas Web RIA Development

Re: [flexcoders] Re: Flex 4: MouseOver not firing on a UIComponent Item Renderer

2011-09-06 Thread Alex Harui
Something has to draw onto every pixel, otherwise the mouse hit passes through to underneath. You can set the alpha to 0 and it will still work. You can also set background=true and pick a backgroundColor on the TextField and not have to draw the fill. On 9/6/11 2:18 AM, Nick Middleweek

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-06 Thread Nick Middleweek
Hi Jeff, The component I'm working on is an Item Renderer for an Advanced Data Grid. I'm currently creating the button on onMouseOver() and then removing the button on onMouseOut(). commitProperties() doesn't come into play unless I guess, I set a flag on a setter and then call

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-06 Thread Nick Middleweek
Thanks for this... So I'm extending UIComponent, does this mean I'm doing it the MX way? Cheers... On 6 September 2011 14:38, Haykel BEN JEMIA hayke...@gmail.com wrote: ** Hi Nick, if you use Spark components and the child components you want to add are fixed and known, e.g. a 'close'

Re: [flexcoders] Re: Flex 4: MouseOver not firing on a UIComponent Item Renderer

2011-09-06 Thread Nick Middleweek
brilliant, this worked: this.graphics.beginFill(0xFF, 0); // zero = alpha off. Thanks! On 6 September 2011 15:54, Alex Harui aha...@adobe.com wrote: ** Something has to draw onto every pixel, otherwise the mouse hit passes through to underneath. You can set the alpha to 0 and

Re: [flexcoders] Re: Flex 4: MouseOver not firing on a UIComponent Item Renderer

2011-09-06 Thread Nick Middleweek
Thanks for the tip... If I bumped up to GroupBase, does that mean I can use Spark skinning as well or is this not related? On 6 September 2011 16:31, turbo_vb timh...@aol.com wrote: ** You might try bumping up from UIComponent to GroupBase and set mouseEnabledWhereTransparent = true;

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-06 Thread Haykel BEN JEMIA
Yes. To take advantage of the spark architecture you have to extend SkinnableComponent (or one of the other SkinnableXXX classes, depending on your needs). Example: Creating a skinnable Spark component http://help.adobe.com/en_US/flex/using/WS460ee381960520ad-2811830c121e9107ecb-7feb.html Haykel

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-06 Thread Alex Harui
States are still available in the MX way. You can also hide and show instead of add and remove. Known children should be created in createChildren or in states. But otherwise, you have to create them when you know you need them. The List components create them in updateDisplayList since

Re: [flexcoders] What is the a correct lifecycle phase to add new child components?

2011-09-06 Thread Douglas Knudsen
ze MX way, yes. So, um, I suggest you look at the visible property. Adding the child once in createChildren() then managing the visible property sounds better in the long run. If you really must add/remove the button, I'd say use updateDisplayList(), a good place for adding/removing dynamic

Re: [flexcoders] Automatically flip through 3 charts

2011-09-06 Thread Rishi Tandon
Use a timer and set the rotation angle in some global variable. Whenever user clicks on the viewstack, use apply the hlabal variable to the corresponding chart. Sent from my iPhone On Sep 6, 2011, at 7:42 PM, chinwesley wesleyc...@hotmail.com wrote: Hi everyone, I am using Flex 4.5. I

Re: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread Chris Velevitch
I've tried both approaches without much luck. On Thu, Sep 1, 2011 at 10:00, Chris Velevitch chris.velevi...@gmail.com wrote: 2011/8/31 yang chen chenya...@hotmail.com In the command result handler, dispatch the event which will trigger the next command in the chain. Are you talking Parsley

RE: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread yang chen
you can get single command triggering and handling to work, chaining multiple commands shouldn't be a problem. Regards,Yang To: flexcoders@yahoogroups.com From: chris.velevi...@gmail.com Date: Mon, 5 Sep 2011 21:30:43 +1000 Subject: Re: [flexcoders] Looking for examples of command chaining

Re: [flexcoders] Which is fast use left righ or width height

2011-09-05 Thread claudiu ursica
If you have value which are constant for with and height use width and height, it will avoid remeasuring. C From: j2me_soul j2me_s...@163.com To: flexcoders flexcoders@yahoogroups.com Sent: Monday, September 5, 2011 2:20 PM Subject: [flexcoders] Which is fast

<    5   6   7   8   9   10   11   12   13   14   >