RE: [flexcoders] The supplied DisplayObject must be a child of the caller

2009-09-09 Thread Alex Harui
Maybe publish a full test case in 20 lines or so. What is this.numChildren? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jmfillman Sent: Tuesday,

[flexcoders] google earth in a flex app [1 Attachment]

2009-09-09 Thread Darrin Kay
I have Google Earth working as a flex app, but was wondering if anyone has added to a existing app? So in just on section / page you would see Google Earth, and then in the others you would not Thanks, Darrin

Re: [flexcoders] google earth in a flex app

2009-09-09 Thread Pedro Sena
Hi Darrin,. Did you use IFrame ? I tried to integrate GE in my flex app w/o luck, except using IFrame. Would appreciate more info. Thanks in advance, Pedro Sena On Wed, Sep 9, 2009 at 7:13 AM, Darrin Kay dar...@stop-ing.com wrote: [Attachment(s) #1239e4ccc410b0ce_TopText from Darrin

Re: [flexcoders] Re: DateFormatter and dynamic resource management errror

2009-09-09 Thread Andriy Panas
Hi Ben, I was just wondering, do you really need to recompile SWC file 'framework_rb.swc' in order for updated values in *.properties files (e.g SharedResources.properties, controls.properties, etc) to become available in the localized Flex application? From my experience - I've edited

Re: [flexcoders] google earth in a flex app

2009-09-09 Thread Darrin Kay
I included the source code in my original email On Wed, Sep 9, 2009 at 11:21 AM, Pedro Sena sena.pe...@gmail.com wrote: Hi Darrin,. Did you use IFrame ? I tried to integrate GE in my flex app w/o luck, except using IFrame. Would appreciate more info. Thanks in advance, Pedro Sena

Re: [flexcoders] google earth in a flex app

2009-09-09 Thread Pedro Sena
Nothing happens when I try to download it. I'll make a try from yahoo mail. Regards On Wed, Sep 9, 2009 at 8:20 AM, Darrin Kay dar...@stop-ing.com wrote: I included the source code in my original email On Wed, Sep 9, 2009 at 11:21 AM, Pedro Sena sena.pe...@gmail.com wrote: Hi

Re: [flexcoders] google earth in a flex app

2009-09-09 Thread Darrin Kay
its just a zip file On Wed, Sep 9, 2009 at 12:31 PM, Pedro Sena sena.pe...@gmail.com wrote: Nothing happens when I try to download it. I'll make a try from yahoo mail. Regards On Wed, Sep 9, 2009 at 8:20 AM, Darrin Kay dar...@stop-ing.com wrote: I included the source code in my

[flexcoders] Making one datagrid dependent upon selecteditem of another datagrid in Flex/CF

2009-09-09 Thread spuy...@ymail.com
I am using Flex 3 with ColdFusion 8. I need to make one DataGrid be dependent upon the SelectedItem of another DataGrid. I have two DataGrid that use the included CFARTGALLERY datasource in ColdFusion. The first DataGrid lists the ARTISTS while the second DataGrid lists the ART. I need the

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread guy.tomer
Not sure what you mean by standalone player. to the best of my knowledge flash uses the http connection of the browser so cookies behave the same as in the browser. HOWEVER, if you are trying to add headers manually to the outgoing SOAP requests - that's problematic, from our experience using

[flexcoders] Tilelist button

2009-09-09 Thread karlmccracken
I created a horizontal tilelist that displays several images that are loaded dynamically. I need to be able to programmatically delete images from the tilelist. Ideally, I'd like to have a button (red x) appear over an image in the tilelist when the mouse rolls over the individual cell. Then,

[flexcoders] AutoTestFlash

2009-09-09 Thread Venkata Ramana Edagottu
Hi list, Could you please give me the path to download AutoTestFlash that can be used to record and play UI Tests for Flash applications. The links are not working on the below page. http://osflash.org/autotestflash Thanks Regards, Ram

[flexcoders] printing off the Adobe Flex References?

2009-09-09 Thread Nick Middleweek
I've got these PDF's... http://www.adobe.com/support/documentation/en/flex/ But is there a good way to print off the language reference? Thanks, Nick

Re: [flexcoders] FlexBuilder Shortcuts

2009-09-09 Thread Tom Chiverton
On Tuesday 08 Sep 2009, Satish Chowdary wrote: Anybody having FlexBuilder Shortcuts http://bit.ly/56ONs -- Helping to enthusiastically iterate experiences as part of the IT team of the year, '09 and '08 This email is sent for and on

[flexcoders] Re: XML Parsing Questions

2009-09-09 Thread stldvd
I just noticed I used a TextArea instead of RTE. So one other issue: why does the text appear in a TextArea but if I change it to RTE it doesn't? Anyone? --- In flexcoders@yahoogroups.com, stldvd stl...@... wrote: Hi all, I'm working with httpservice and a rich text area. I pull in the xml

[flexcoders] BlazeDS use secure channel when loaded over https.

2009-09-09 Thread Wesley Acheson
Hi all, We are nearing the end of a development cycle. One thing that I just noticed is that my application is talking over http instead of https when the application is loaded from a https domain. In live we will not have any http element of the domain active, only https. However locally there

Re: [flexcoders] FlexBuilder Shortcuts

2009-09-09 Thread John McCormack
It'll never work. John Tom Chiverton wrote: On Tuesday 08 Sep 2009, Satish Chowdary wrote: Anybody having FlexBuilder Shortcuts http://bit.ly/56ONs -- Helping to enthusiastically iterate experiences as part of the IT team of the year, '09 and '08

[flexcoders] Coldfusion inside Flex

2009-09-09 Thread Jake Churchill
Here's a cool video from adobe on using ColdFusion functionality in flex without actually writing any ColdFusion services: http://tv.adobe.com/watch/tech-talk-with-ryan-stewart/sneak-peek-of-proxy-ta gs-in-coldfusion-9/ Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154

[flexcoders] unload module from within module

2009-09-09 Thread xyrer
Hi, I'm loading a swf inside a moduleloader, but searching across all the internet, I haven't seen any way to unload the module from within, like having a close button inside to unload itself. I have tried with this.removeChild(this) and it doesn't work, tried parent.removeChild(this) and it

[flexcoders] Re: Tilelist button

2009-09-09 Thread turbo_vb
This sample http://timothyhoff.com/blog/index.php/2009/06/03/googlemate/ could give you some ideas. -TH --- In flexcoders@yahoogroups.com, karlmccracken karlmccrac...@... wrote: I created a horizontal tilelist that displays several images that are loaded dynamically. I need to be able to

[flexcoders] Re: The supplied DisplayObject must be a child of the caller

2009-09-09 Thread jmfillman
this.numChildren returns 7 Will work on a sample app to demonstrate. --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Maybe publish a full test case in 20 lines or so. What is this.numChildren? Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

[flexcoders] Re: The supplied DisplayObject must be a child of the caller

2009-09-09 Thread jmfillman
Even though this.numChildren returns 7, this.removeChildAt(5) removes the correct child. It works, but I'm a bit confused. --- In flexcoders@yahoogroups.com, jmfillman jmfill...@... wrote: this.numChildren returns 7 Will work on a sample app to demonstrate. --- In

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread stephen_anson
--- In flexcoders@yahoogroups.com, guy.tomer guy.to...@... wrote: Not sure what you mean by standalone player. to the best of my knowledge flash uses the http connection of the browser so cookies behave the same as in the browser. HOWEVER, if you are trying to add headers manually to the

[flexcoders] PyAMF 0.5 released

2009-09-09 Thread Thijs Triemstra | Collab
The PyAMF team is proud to announce the release of 0.5! PyAMF [1] is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. This is a major release [2], see the What's new in PyAMF document [3] for the complete list of

RE: [flexcoders] unload module from within module

2009-09-09 Thread Alex Harui
Depends on how you set up the code. Show us what your code looks like. The moduleLoader should be a parent of the module. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: The supplied DisplayObject must be a child of the caller

2009-09-09 Thread Alex Harui
It depends on what the MXML looks like and whether you've added any other children dynamically. See if you can get that test case to show the problem. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

[flexcoders] Double click on Datagrid cell

2009-09-09 Thread ferrari.hunk
Hi, I'm developing an application where I'm using a datagrid that shows some information from an xml. Every cell in the grid is of the form itemRenderer compoment Vbox HBox Text/ //some text goes within this block Text/ //some text goes within this block Text/ //some text goes within this block

[flexcoders] Vertical TabBar Control

2009-09-09 Thread flex_coder
Does anyone know of a Vertical TabBar control for Flex. I am using Flex 3 and I cant seem to find a Vertical Tabbar. Any help is much appreciated.

[flexcoders] Re: Vertical TabBar Control

2009-09-09 Thread turbo_vb
--- In flexcoders@yahoogroups.com, flex_coder flex_co...@... wrote: Does anyone know of a Vertical TabBar control for Flex. I am using Flex 3 and I cant seem to find a Vertical Tabbar. Any help is much appreciated.

[flexcoders] Re: Vertical TabBar Control

2009-09-09 Thread turbo_vb
--- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote: --- In flexcoders@yahoogroups.com, flex_coder flex_coder@ wrote: Does anyone know of a Vertical TabBar control for Flex. I am using Flex 3 and I cant seem to find a Vertical Tabbar. Any help is much appreciated.

[flexcoders] Re: Vertical TabBar Control

2009-09-09 Thread turbo_vb
mx:TabBar direction=vertical/ -TH --- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote: --- In flexcoders@yahoogroups.com, turbo_vb TimHoff@ wrote: --- In flexcoders@yahoogroups.com, flex_coder flex_coder@ wrote: Does anyone know of a Vertical TabBar control for Flex. I

[flexcoders] Clarification in including libraries

2009-09-09 Thread shameer.forflex
Hi All, I want to make a flex application testable using QTP. I am using the same code for production and testing. In the project properties-Flex Build Path-Library Path, the auto libs such as automation.swc, automation_agent.swc etc are added(merged into code), the moment I create the

[flexcoders] Searching a DataGrid...

2009-09-09 Thread Laurence MacNeill
Hi, I have a DataGrid that contains a long (sometimes VERY long) list of names -- anywhere from a couple hundred to over 5,000. I need to be able to allow the user to search this list by typing a name (or part of a name) into a TextInput and clicking a button. Implementing the TextInput and

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread valdhor
You are better off using a piece of middleware like PHP. That is how I do it. --- In flexcoders@yahoogroups.com, stephen_anson s...@... wrote: --- In flexcoders@yahoogroups.com, guy.tomer guy.tomer@ wrote: Not sure what you mean by standalone player. to the best of my knowledge flash

[flexcoders] Re: printing off the Adobe Flex References?

2009-09-09 Thread valdhor
Not that I've found. Although, it's a moving target (3.0 - 3.4 so far) so it's probably better left as HTML. --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: I've got these PDF's... http://www.adobe.com/support/documentation/en/flex/ But is there a good way to print off

[flexcoders] Re: Searching a DataGrid...

2009-09-09 Thread turbo_vb
Hi Larry, Usually this type of thing is done with a filterFunction on the dataProvider; which would eliminate items that don't match the criteria and place the first match at the top of the DataGrid. But, if you want to have the other items remain, you'll have to loop through the dataProvider

Re: [flexcoders] Re: Searching a DataGrid...

2009-09-09 Thread Paul Kukiel
This example may help get you started: http://tutorial7.flexcf.com/ Paul http://blog.kukiel.net On Wed, Sep 9, 2009 at 4:39 PM, turbo_vb timh...@aol.com wrote: Hi Larry, Usually this type of thing is done with a filterFunction on the dataProvider; which would eliminate items that don't

[flexcoders] Printing images using PrintDataGrid

2009-09-09 Thread langdonjared
I am trying to print many images from my app. I am taking snapshots of objects on the app, putting them into an ArrayCollection, and displaying them in a DataGrid. So far so good. When I assign the same ArrayCollection to a PrintDataGrid, weirdness ensues. Not only do the images not appear

[flexcoders] Re: File Upload with FireFox on SunRay Fails-we need this to work

2009-09-09 Thread adebonis
Does anyone deploy to SunRay virtual clients? We have a customer who has a ton of them around the world and need to run our Flex based application but File Upload does not work at all... so anyone with any information/ideas on a fix or work around this issue, we would love to hear from you.

[flexcoders] Re: File Upload with FireFox on SunRay Fails-we need this to work

2009-09-09 Thread shameer.forflex
Please clarify which flash player version are you using? File Upload has some issue with Flash player9 and Firefox. Thanks, Shameer --- In flexcoders@yahoogroups.com, adebonis anth...@... wrote: Hope someone out there an help us with this issue. We can't get File upload to work with a

[flexcoders] Re: The supplied DisplayObject must be a child of the caller

2009-09-09 Thread shameer.forflex
If your application has a VBox and Vbox has a child Button, to delete that button, it SHOULDN'T BE this.removeChild(buttonId); Instead it should be vboxId.removeChild(buttonId); This can be the reason for that error in your case. Also, as Alex told, try to see the numChildren and also see

[flexcoders] Re: Using more than one Render Provider

2009-09-09 Thread fumeng5
Hi, Sorry to cycle this post thru again but I was hoping someone might have an idea as to whether this was possible. I have an AdvancedDataGrid with two rows. I want the render provider to show pie charts in the first row with comboboxes underneath and line charts in the second row with labels

[flexcoders] Trace File

2009-09-09 Thread xelf...@rocketmail.com
I have an ActionScript project and I edited the mm.cfg file to enable trace output and specified the file name and path. When I run the project, nothing writes, although I do get a trace in the console. Any ideas?

[flexcoders] packing/unpacking binary data using as3

2009-09-09 Thread ivo
Hello listers, Any ideas on how to unpack binary data in AS3? I am porting a python app that makes use of these functions http://docs.python.org/library/struct.html to read a 32-bit little endian value like this: value = struct.unpack(L, filehandle.read(4))[0] what would be the AS3

[flexcoders] Re: soap and cookies with webservice

2009-09-09 Thread guy.tomer
In a standard browser flash application in a web page, if the server sets a cookie on any http requests, the cookie will be sent back just fine. However you're talking about a desktop app which you probably mean an AIR application so I am not sure, although I guess it should work. The test