[flexcoders] Re: Memory leaks in a asyncronic operation

2009-05-08 Thread Rob Kunkle
I'm running into a similar problem, but I don't think the issue is the async jpeg encoding. I think the problem is generally with flash player. I'm working on a flash application that gets large (~15mb) jpeg images from the users file system, the resizes them and recompresses them using the

[flexcoders] Slide show

2009-05-08 Thread Shabir Gilkar
Hi Friends! I need a Flash Banner for a News portal in which a slide show of different ads can be shown. On every show there will be new ad and that ad will be linked to different sites corresponding to that ad. On every show there will be different text which will be having different animation

[flexcoders] navigateToURL to new TAB rather than new WINDOW

2009-05-08 Thread itdanny2002
I use navigateToURL(new URLRequest(URL),_blank) to open a new window How can I open in in a new tab instead ? I try to hold CTRL and then click. it works in other web page but not flash.

[flexcoders] [ANN] Flexmojos 3.2 Released

2009-05-08 Thread Marvin Froeder
Hi people, I released last night the latest version of flexmojos, version 3.2.0. Release notes: https://issues.sonatype.org/browse/FLEXMOJOS/fixforversion/10296 This release was mainly focused on improving the unit test support. The greatest new is for Linux headless machines (CI servers).

[flexcoders] TabNavigator SEO in Flex

2009-05-08 Thread Shabith
Hi, I'm new to flex and new to this forum as well. I have a tab navigator. When i click on the certain tab my Web address is change to something like c:/demoapp/demoapp.html#app=66885286-selectedIndex=0 what does this app means? Can I disable this in tab navigator? or else can I change this

[flexcoders] Communication between SWF and HTML Window - CloseEvent

2009-05-08 Thread olearix
Hi, For one of my flex project, I have to communicate with an HTML Window popup. To open it, it's not a problem, but specificaly I have to add a listener to catch event when this Window close. I saw that you can communicate with your own HTML page by integrating some JavaScript

[flexcoders] Re: Help me

2009-05-08 Thread vaddi sujith reddy
--- In flexcoders@yahoogroups.com, flexdeveloper flexdevelo...@... wrote: Hi this is sri from hyderabad Iam new to flex, i want to choose Flex career, where should i start and how can i get assistance let me know what softwares should i know sri Hi, Does any body know good institute

RE: [flexcoders] TabNavigator SEO in Flex

2009-05-08 Thread Gregor Kiddie
It's the history management functions... You can turn this off in your application tag. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our

[flexcoders] Re: Remove Popup from ItemRenderer

2009-05-08 Thread valdhor
The way I would do it is to put the click handler code that opens the popup in the same component as the datagrid instead of in the item renderer itself. When you get a click event, open the new popup and dispatch an event that the parent (titlewindow) catches that closes itself. --- In

[flexcoders] Re: Need to save Employee Form data in a database

2009-05-08 Thread valdhor
It depends on what you are using as your back end server (PHP, .NET, Java etc) and whether you want to use Remote Objects, XML, JSON etc. How much have you learned so far? Have you been through the getting started material? Have you completed the Learn Flex in a Week video training course? All

[flexcoders] Trying Gumbo

2009-05-08 Thread markgoldin_2000
I am trying to compile my project using Flex 4 SDK. I am getting the following error: 1046: Type was not found or was not a compile-time constant: AdvancedDataGrid. What am I missing? Also I have a share library project. When I try to compile it with Flex 4 I get many errors about Matrix3D and

[flexcoders] Re: navigateToURL to new TAB rather than new WINDOW

2009-05-08 Thread valdhor
Unfortunately, that is a user preference for the browser. There is no way, AFAIK, that a developer can control this. In my case, with Firefox 3.0.10, I have turned on the preference to open new pages in a tab (Tools-Options-Tabs) so my navigateToURL opens in a new tab. --- In

[flexcoders] Re: Sending textinput id

2009-05-08 Thread valdhor
If you use the change event of the text input then the id is at event.target.id Steve --- In flexcoders@yahoogroups.com, Gustavo xy...@... wrote: Hi, I have a form and I would like to add the textinput id to an array so I know which fields were edited, I trigger the change event on each

[flexcoders] Which Class should I extend???

2009-05-08 Thread sailorsea21
Hey everyone, what class should I extend to manipulate the label inside my ColumnSeries ??? I would like to force the labels in my ColumnSeries to always display vertically and if there isn't enough room inside the column to automatically display outside the column... Thanks guys! -David

[flexcoders] Launch Failed

2009-05-08 Thread markgoldin_2000
I am trying a simlpe Flex 4 application found in the Web: ?xml version=1.0 encoding=utf-8? fx:Application xmlns=http://ns.adobe.com/mxml/2009; xmlns:fx=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/halo mx:VBox fx:Button label=Gumbo Button/

Re: [flexcoders] Launch Failed

2009-05-08 Thread Harish Sivaramakrishnan
are you on Flex Builder 3 using Spark components? On Fri, May 8, 2009 at 7:04 AM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: I am trying a simlpe Flex 4 application found in the Web: ?xml version=1.0 encoding=utf-8? fx:Application xmlns=http://ns.adobe.com/mxml/2009;

[flexcoders] Re: Launch Failed

2009-05-08 Thread markgoldin_2000
I am using Flex 3 Builder. I am trying to see what is going to be involved to move to Flex 4 when it's out. So far, I see it's going to be tough. Unless, it's simply buggy at this point. --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan hsivaramakrish...@... wrote: are you on Flex

Re: [flexcoders] Re: Tracking a sprite's position

2009-05-08 Thread Aaron Hardy
Tim, I would need to test it out, but off the top of my head I don't think binding would do the job. Let's say Sprite A was scaled up. Even though Sprite C's coordinates in relation to UIComponent B have changed, its actual coordinates in relation to Sprite B (its parent) have not changed,

Re: [flexcoders] Re: Launch Failed

2009-05-08 Thread Charles Parcell
You have the Flex 4 compiler? Not that I am complaining about hearing things about Flex 4 but isn't that NOT a public beta yet? Shouldn't this question be for the beta list and not a public forum? Charles P. On Fri, May 8, 2009 at 10:28 AM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: I

[flexcoders] Re: Launch Failed

2009-05-08 Thread markgoldin_2000
I am simply trying Flex 4 SDK: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4 --- In flexcoders@yahoogroups.com, Charles Parcell pokemonkil...@... wrote: You have the Flex 4 compiler? Not that I am complaining about hearing things about Flex 4 but isn't that NOT a public beta

[flexcoders] Source could not be found.... when I CTRL-CLICK on a chart Class???

2009-05-08 Thread sailorsea21
Does anyone know why I get the following error when I CTRL-CLICK on a chart Class??? Source could not be found for mx.charts.series.ColumnSeries in C:\ProgramFiles\Adobe\Flex Builder 3\sdks\3.2.0\frameworks\libs\datavisualization.swc. I'm using Adobe Flex Builder 3.0 (build 3.0.2.214193) ???

[flexcoders] Re: Trying Gumbo

2009-05-08 Thread markgoldin_2000
After I copied the whole fbpro from my 3.3 to 4.0 I am not getting the message about AdvancedDataGrid, but I am still getting: import mx.collections.HierarchicalData; 1172: Definition mx.collections:HierarchicalData could not be found --- In flexcoders@yahoogroups.com, markgoldin_2000

RE: [flexcoders] Source could not be found.... when I CTRL-CLICK on a chart Class???

2009-05-08 Thread Gregor Kiddie
You need to link the source files that are unlocked by having FB Pro Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web site at

Re: [flexcoders] Re: Launch Failed

2009-05-08 Thread Charles Parcell
Well shoot! I missed this somehow. Are you using the nightly builds? Try updating to a newer. Charles P. On Fri, May 8, 2009 at 10:38 AM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: I am simply trying Flex 4 SDK: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4 ---

Re: [flexcoders] Re: Launch Failed

2009-05-08 Thread Tom Chiverton
On Friday 08 May 2009, Charles Parcell wrote: You have the Flex 4 compiler? Not that I am complaining about hearing things about Flex 4 but isn't that NOT a public beta yet? Shouldn't this question be for the beta list and not a public forum? You can get it from SVN and/or the nightly builds

[flexcoders] Re: Launch Failed

2009-05-08 Thread markgoldin_2000
A just tried to copy of a wrapper from another project. That worked. Still dont know why it stopped creating a wrapper. --- In flexcoders@yahoogroups.com, Charles Parcell pokemonkil...@... wrote: Well shoot! I missed this somehow. Are you using the nightly builds? Try updating to a newer.

Re: [flexcoders] Re: Launch Failed

2009-05-08 Thread Charles Parcell
Yeah, key is that it is not on Labs but in Open Source. I was checking the Labs site. :( Charles P. On Fri, May 8, 2009 at 10:51 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Friday 08 May 2009, Charles Parcell wrote: You have the Flex 4 compiler? Not that I am complaining

Re: [flexcoders] Source could not be found.... when I CTRL-CLICK on a chart Class???

2009-05-08 Thread - -
Hi Gregor, I do have FB Pro... This feature used to work but is no longer available... ??? I had done an update a couple of weeks ago... could that have changed something ??? Thanks. -David From: Gregor Kiddie gkid...@inpses.co.uk To:

[flexcoders] Help with error

2009-05-08 Thread markgoldin_2000
What would this mean: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.utils::URLUtil$/getProtocol()[E:\dev\trunk\frameworks\projects\rpc\src\mx\utils\URLUtil.as:239] at

Re: [flexcoders] Help with error

2009-05-08 Thread Tom Chiverton
On Friday 08 May 2009, markgoldin_2000 wrote: TypeError: Error #1009: Cannot access a property or method of a null object reference. D:\projects\sfcs\UFDPortal\src\IFrame.as:353 I mean, I'm just *guessing* ya know, but might something be null around line 353 of your IFrame class ? --

[flexcoders] cover file to ByteArray in Air.

2009-05-08 Thread markflex2007
Hi, I try to use File class,FileStream and ByteArray Class to convert a text file( test.txt) to ByteArray. I also need covert the ByteArray back to text file. Please give a idea how to do this.Thanks Mark

[flexcoders] Re: Help with error

2009-05-08 Thread markgoldin_2000
This is unbelievable! I am playing with Gumbo. I was compiling many times, but I was getting this error. But now, after I checked my Iframe class (did not do anything just opened.). It ran fine. Well, as long as it works... --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@...

[flexcoders] custom title for panel

2009-05-08 Thread Greg Morphis
I'm trying to write a custom title for a Panel and I thought something like this would work but nothing's showing. There's no errors but no title either. I'm using Flex 3, what am I missing? Thanks! I've pasted the code here so it'll look a little nicer: http://rafb.net/p/8bs3Ln82.html

[flexcoders] BUMP - Dynamic datasource in ColdFusion via LCDS ES

2009-05-08 Thread Brendan Meutzner
I'm really hoping that somebody out there has come across this issue before... I can't imagine I'm the first :-) The solution I'm looking for isn't just isolated to ColdFusion. Somebody out there must have figured out what's required to dynamically determine which database their LCDS tier

[flexcoders] Does ADG work with Gumbo?

2009-05-08 Thread markgoldin_2000
That's the error I am getitng: TypeError: Error #1007: Instantiation attempted on a non-constructor. at mx.controls::AdvancedDataGridBaseEx/getSeparator()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:4149] at

Re: [flexcoders] TabNavigator SEO in Flex

2009-05-08 Thread Shabith Ishan
thanks GK. On Fri, May 8, 2009 at 6:07 PM, Gregor Kiddie gkid...@inpses.co.uk wrote: It’s the history management functions… You can turn this off in your application tag. Gk. *Gregor Kiddie* Senior Developer *INPS* Tel: 01382 564343 Registered address: The Bread

[flexcoders] Anyone using Flex with LCDS ColdFusion

2009-05-08 Thread Brendan Meutzner
Hi All, I've already got another post up with a conundrum I'm facing with LCDS and ColdFusion, but it's not the first question I've posted over the last year which has gone unanswered. So... my second question is... Is anyone out there using this particular setup? I never see any posts relating

[flexcoders] Re: link examples to sell Flex apps to small business clients

2009-05-08 Thread Anthony DeBonis
For sending out emails with links and file download buttons I use www.kineticast.com - Flex based app that is perfect for this + it give the tracking to see who you sent the email to and if they pressed/followed the link or download button.

[flexcoders] Re: custom title for panel

2009-05-08 Thread Tim Hoff
Hi Greg, You need to use setActualSize for firstWord and secondWord. Or, just set their width and height explicitly. -TH --- In flexcoders@yahoogroups.com, Greg Morphis gmorp...@... wrote: I'm trying to write a custom title for a Panel and I thought something like this would work but

Re: [flexcoders] Re: custom title for panel

2009-05-08 Thread Greg Morphis
Thanks Tim, worked beautifully! On Fri, May 8, 2009 at 12:03 PM, Tim Hoff timh...@aol.com wrote: Hi Greg, You need to use setActualSize for firstWord and secondWord.  Or, just set their width and height explicitly. -TH --- In flexcoders@yahoogroups.com, Greg Morphis gmorp...@... wrote:

[flexcoders] Re: Sending textinput id

2009-05-08 Thread Tim Hoff
Hi Gustavo, I'm not sure of your implementation, but many times it's easier to persist a working copy of the data in a value object (VO). Each property in the object, that is editable in the form, is bound to it's associated control. When a control changes, update the associated property in

[flexcoders] Add items to an array list as a child

2009-05-08 Thread timgerr
Hello all, I have a question for you all. I was wondering how I can add a child to an object within a arraycollection. Here is what I mean: var myCollection:ArrayCollection = new ArrayCollection([{first: 'Matt', last: 'Matthews'}, {first: 'Tom', last: 'Jones'}]); var obj:Object = new

[flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread timgerr
I want to add items to an arraycollection as a child --- In flexcoders@yahoogroups.com, timgerr tgallag...@... wrote: Hello all, I have a question for you all. I was wondering how I can add a child to an object within a arraycollection. Here is what I mean: var

[flexcoders] How to create ByteArray object from FileStream object?

2009-05-08 Thread markflex2007
I already have a FileStream object,how to create a ByteArray object from it.Thanks Please give me a idea for this. Mark

[flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread Tim Hoff
Have you tried myCollection.addItemAt(obj,0);? -TH --- In flexcoders@yahoogroups.com, timgerr tgallag...@... wrote: I want to add items to an arraycollection as a child --- In flexcoders@yahoogroups.com, timgerr tgallagher@ wrote: Hello all, I have a question for you all. I was

[flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread timgerr
I want to add it as a child to the first item in the arraycollection (myCollection[0]). Can this be done??? Thanks, timgerr --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Have you tried myCollection.addItemAt(obj,0);? -TH --- In flexcoders@yahoogroups.com, timgerr

Re: [flexcoders] Does ADG work with Gumbo?

2009-05-08 Thread Charles Parcell
Could it be a professional license thing. Not sure why that would be the case for an unreleased SDK, but... Charles P. On Fri, May 8, 2009 at 12:05 PM, markgoldin_2000 markgoldin_2...@yahoo.comwrote: That's the error I am getitng: TypeError: Error #1007: Instantiation attempted on a

[flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread Tim Hoff
Ah, ok. The first item in the arrayCollection is an Object. So, you would have to do something like this: var myCollection:ArrayCollection = new ArrayCollection([{first: 'Matt', last:'Matthews'}, {first: 'Tom', last: 'Jones'}]); var obj:Object = new Object(); obj.first = 'lisa'; obj.last =

[flexcoders] Re: Does ADG work with Gumbo?

2009-05-08 Thread markgoldin_2000
But I do have Flex 3 Professional. --- In flexcoders@yahoogroups.com, Charles Parcell pokemonkil...@... wrote: Could it be a professional license thing. Not sure why that would be the case for an unreleased SDK, but... Charles P. On Fri, May 8, 2009 at 12:05 PM, markgoldin_2000

[flexcoders] Re: Validating items in DataGrids

2009-05-08 Thread Ravi Suda
John, I am working on a similar requirement. I want to show the mandatory fields in datagrid as a validation error(red border). Could you provide your custom item renderer that you created. Thanks in Advance Ravi --- In flexcoders@yahoogroups.com, j_lentzz jele...@... wrote: True.

Re: [flexcoders] Anyone using Flex with LCDS ColdFusion

2009-05-08 Thread Charles Parcell
I am going to go ahead and out myself. What is LCDS? Could you explain what this configuration is? Charles P. On Fri, May 8, 2009 at 12:11 PM, Brendan Meutzner bmeutz...@gmail.comwrote: Hi All, I've already got another post up with a conundrum I'm facing with LCDS and ColdFusion, but

[flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread timgerr
Thanks for the response, I have a question about arraycollection and trees. If I do this: var myCollection:ArrayCollection = new ArrayCollection([{first: 'Matt', last:'Matthews'}, {first: 'Tom', last: 'Jones'}]); var obj:Object = new Object(); obj.first = 'lisa'; obj.last = 'griffen';

Re: [flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread Charles Parcell
Going out on a limb here but try changing the one line of code that injects an child object to... Object(myCollection[0]).children= obj; Charles P. On Fri, May 8, 2009 at 3:04 PM, timgerr tgallag...@danati.com wrote: Thanks for the response, I have a question about arraycollection and

[flexcoders] ASP.NET .ashx handler - POST variables not working

2009-05-08 Thread Matthew A. Wilson
I created a web handler (.ashx) in ASP.NET and it takes 4 post variables, all strings. When I manually type in the URL with the variables (name=thisemail=thatcomments=this) it works fine, but when I try to POST those variables in an HTTPRequest in Flex, my web handler can't see the variables.

RE: [flexcoders] Re: Help with error

2009-05-08 Thread Jonathon Stierman
I used to run into strange issues like this all the time - after I started using the Disable Cache feature Web Developer add-on to Firefox, I've never run into it again. Errors don't just go away - something has to change to fix them. ;) Preventing caching at least ensures that you're getting

[flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread Tim Hoff
Honestly, if you're looking to create a hierarchical structure, for use in a tree control, you would be better searved using XML. The way you are setting up your ArrayCollection, you would have to add additional collections as children of your items. This is much easier, and works better with

Re: [flexcoders] ASP.NET .ashx handler - POST variables not working

2009-05-08 Thread Charles Parcell
Well, if you are POSTing from Flex and your ASP.NET is looking at the query string it will of course not find it. GET puts content in the query string. Either change how Flex is sending the data (change it to GET) or change how your ASP is looking for the data (look at the POST data). I am not

[flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread timgerr
That did it, now how do you get the text to change color in your code here in the Groups??? thanks, timgerr --- In flexcoders@yahoogroups.com, Charles Parcell pokemonkil...@... wrote: Going out on a limb here but try changing the one line of code that injects an child object to...

[flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread Tim Hoff
When I say XML, I mean XMLListCollection. -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Honestly, if you're looking to create a hierarchical structure, for use in a tree control, you would be better searved using XML. The way you are setting up your ArrayCollection,

[flexcoders] Re: ASP.NET .ashx handler - POST variables not working

2009-05-08 Thread valdhor
I don't use .NET but just looking at your code I think you are using the wrong API calls. I would assume the context.Request.QueryString would be getting the variables from the actual query string in the URL - the part after the ?. Usually, POST variables are populated elsewhere. For example,

Re: [flexcoders] Re: Add items to an array list as a child

2009-05-08 Thread Charles Parcell
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailspostId=62productId=2 or http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=cellrenderer_072_37.html and a nice little bonus feature if you like...

[flexcoders] Re: Does ADG work with Gumbo?

2009-05-08 Thread markgoldin_2000
I did not compile it outside of FB. But I have set it up in a way it compiles with no errors. That includes pointing a project to FP 10. --- In flexcoders@yahoogroups.com, Charles Parcell pokemonkil...@... wrote: Have you tried trying to compile outside of Flex Builder? Just to check and see.

[flexcoders] where does AdvancedDataGridColumn.id come from?

2009-05-08 Thread Pan Troglodytes
This puzzles me a bit. There is no such property as id on AdvancedDataGridColumn or its ancestors. So why doesn't the compiler barf and give you an unknown property at compile time (it does at runtime)? Is this some kind of kludge in FB such that it always allows an element called id to be

Re: [flexcoders] cover file to ByteArray in Air.

2009-05-08 Thread Charles Parcell
Wouldn't writeUTF() work? or you can do myByteArray.toString() Charles P. On Fri, May 8, 2009 at 11:41 AM, markflex2007 markflex2...@yahoo.comwrote: Hi, I try to use File class,FileStream and ByteArray Class to convert a text file( test.txt) to ByteArray. I also need covert the

Re: [flexcoders] where does AdvancedDataGridColumn.id come from?

2009-05-08 Thread Charles Parcell
I believe there is an 'id' for every element you add via MXML. http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_10.html See the second example on this page. Charles P. On Fri, May 8, 2009 at 4:01 PM, Pan Troglodytes chimpathe...@gmail.comwrote: This puzzles me a bit.

Re: [flexcoders] scrollbar inside 100% sized background image in container?

2009-05-08 Thread Charles Parcell
This is dumb, I know, but put your Canvas (with the scrollbars) inside another Canvas and apply the background to the parent Canvas so that it never has to deal with scrollbar scaling. And set the child Canvas background to transparent. Charles P. On Thu, May 7, 2009 at 4:54 PM, gwangdesign

Re: [flexcoders] where does AdvancedDataGridColumn.id come from?

2009-05-08 Thread Pan Troglodytes
Well, there is an there isn't. UIComponent actually defines a property of called id. AdvancedDataGridColumn isn't a UIComponent, its a descendant of CSSStyleDeclaration, which does not define id, nor does its ancestors. So I guess I really knew the answer before I asked it in that it's a bit of

RE: [flexcoders] Re: Sending textinput id

2009-05-08 Thread Tracy Spratt
And if you do need to just send changed items, put a, isModified property on the VO and set it when the data is updated.. I pass all edits through a single function, and since I usually use xml, I can set a datamodified=true attribute on any changed node. When I send the data to the

RE: [flexcoders] Communication between SWF and HTML Window - CloseEvent

2009-05-08 Thread Tracy Spratt
Use ExternalInterface to call javascript code in the html wrapper that actually opens the new window, don't use navigateToURL(). This is basically the same as what you are doing, but using the existing html wrapper window to launch the new window. Tracy Spratt, Lariat Services,

[flexcoders] Form layout question

2009-05-08 Thread markgoldin_2000
Can fields in a form be alligned like this: A ___ BB ___ CCC___ D ___ or like this: A___ BB___ CCC

[flexcoders] Form layout question

2009-05-08 Thread markgoldin_2000
Can fields in a form be alligned like this: A ___ BB ___ CCC ___ D___ or like this: A ___

[flexcoders] Form layout question

2009-05-08 Thread markgoldin_2000
Somehow labels in my form are all left aligned, while according to this: Aligning and spacing Form container children All Form container labels are right-aligned, and all children are left-aligned in the container. You cannot override this alignment it should be right-aligned.

[flexcoders] Re: Tracking a sprite's position

2009-05-08 Thread Tim Hoff
Cool Aaron. Tricky stuff indeed. This really reminds me of a iFrame. -TH --- In flexcoders@yahoogroups.com, Aaron Hardy aaronius...@... wrote: Tim, I would need to test it out, but off the top of my head I don't think binding would do the job. Let's say Sprite A was scaled up. Even though

[flexcoders] dynamic labels with public variable

2009-05-08 Thread Jason B
I'm trying to set a set of labels but its based on public variable whichmeal. Is there a special way to use these labels dynamically? try{ this[public_{whichmeal}_item1_label] = item1_label.text;

RE: [flexcoders] dynamic labels with public variable

2009-05-08 Thread Tracy Spratt
{Braces} are not legal in Actionscript except to create a new Object, or in literal XML. You probably want something like: this[public_ + whichmeal + _item1_label] Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com

[flexcoders] Setting currentState from a function located a child mxml file

2009-05-08 Thread rdell123
Is it possible to set the currentState from a function located in a child mxml file when the States are in the parent file? INVOICES.MXML --- mx:Script ![CDATA[ private function drillDown(event:ListEvent):void { if (currentState != invoiceDetailsInfoPanel) { currentState

[flexcoders] Collaborative project: realtime ActionScript WMA converter

2009-05-08 Thread tottenkamen
Hi everyone. I'm working on an application that reads MP3 streams and it would be even better if it could read in WMA streams (or Real for that matter), decode them, and play them back to the user. My initial thoughts are that this is not impossible. It SHOULD be a matter of loading the WMA in

[flexcoders] change color text when doing toggle The button

2009-05-08 Thread ade_huh
hello there. do u know how to change color text when doing 'toggle function'(it is similar 'selected function') The button? thank before

Re: [flexcoders] Setting currentState from a function located a child mxml file

2009-05-08 Thread Charles Parcell
Application.application.currentState = 'invoiceDetailsInfoPanel'; or parentDocument.currentState = 'invoiceDetailsInfoPanel'; Either of these work for you? Charles P. On Fri, May 8, 2009 at 4:05 PM, rdell123 rdell...@yahoo.com wrote: Is it possible to set the currentState from a function