[flexcoders] Re: Delays in posts

2008-11-02 Thread lagos_tout
Ok. So, it appears that searching via the group's web interface is not reliable. When I searched through the emails I'd received from the group, I found all the ones that were missing from the web interface. I'm all good now. Thanks. Any idea why the web interface search doesn't update?

[flexcoders] Re: SWFLoader: access its contents right away

2008-11-02 Thread lagos_tout
Thanks for the example, Tracy. That helped me, too. I was able to move my event listening and dispatching away from the loaded systemManager and onto the loaded application. LT --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Here is a complete example:

Re: [flexcoders] change selected tab using variable containing tab label string?

2008-11-02 Thread Ralf Bokelberg
Maybe you can add name={label} to the children? Ralf. On Sun, Nov 2, 2008 at 11:20 AM, Mic [EMAIL PROTECTED] wrote: myTabBar.selectedIndex = myTabBar.getChildIndex(myTabBar.getChildByName(e.label)); does not work because the child name is not the tab label text. How would I do this? TIA,

[flexcoders] change selected tab using variable containing tab label string?

2008-11-02 Thread Mic
myTabBar.selectedIndex = myTabBar.getChildIndex(myTabBar.getChildByName(e.label)); does not work because the child name is not the tab label text. How would I do this? TIA, Mic.

[flexcoders] Re: Extending Datagrid dynamically

2008-11-02 Thread florian.salihovic
I would think about the datastructure u use... an Array of mixed content is not necessarily the optimum. I for example would create a new datatype. If u need a certain formatted renderer even for complex data: implement an itemrenderer. A simple approach is to implementing a component which

[flexcoders] Wild West Domains .NET Web Services

2008-11-02 Thread James Riffe
Good morning A/all I was wanting to know if anybody has had any experience using the Wildwest domains as a webservice. Any help/Direction or examples will greatly be appreciated. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Chabot Sent: Saturday, November 01,

[flexcoders] Re: Center Checkbox in DG Column

2008-11-02 Thread Amy
--- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: I even changed it to this: selected = ( selected == false ? true: false); This should actually be accounted for by the fact that a CheckBox is a toggle button. When I click on a checkbox then all visible rows in

[flexcoders] AIR HTML component showing BUSY cursor

2008-11-02 Thread hworke
Hello Devs, I an loading URLs in my mx:HTML component and since it takes time to load the URL pages, I want to show the busy cursor. How do I do that? Regards..

[flexcoders] Re: change selected tab using variable containing tab label string?

2008-11-02 Thread Mic
Tried that - I think :-) public function createTabList():void { for each (var node:XML in _paraSightDataset.tab) { var newItem:Object = new Object(); newItem.tabLabel = [EMAIL PROTECTED](); newItem.name = newItem.tabLabel;

RE: [flexcoders] Re: change selected tab using variable containing tab label string?

2008-11-02 Thread Tracy Spratt
That seems like a complicated and difficult way to do it. Why not just loop over tabArray, comparing your value to tabLabel, and when you match, use that loop index to set the selected index. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Re: finding out if a child is in view with the current scroll location of a Canvas

2008-11-02 Thread Aaron Miller
OK, great thanks! I guess I was making it more complicated then it needed to be. Of course, looking at y values would certainly make more sense for vertical scrolling. :( Heh, it's ok. I have to do it in both directions, so either one is relevant. Thanks for the help! ~Aaron On Sat, Nov 1,

[flexcoders] sound.isBuffering true until 100% loaded?

2008-11-02 Thread burttram
Hi, I'm trying to write a little .MP3 player component that displays a buffering state while the file is buffering, then swaps to a different (audio-visual) state when buffering is complete and the sound starts streaming: request = new URLRequest(sound.mp3); loader = new URLLoader(request);

[flexcoders] Dear friend :

2008-11-02 Thread Sajid Hussain
Dear friend :     we are the large wholesaler of the electronics . we mainly sell phones , TVs ,laptops and so on . if you are interested in our products ,please contact us through the email or add us on MSN .we must give you the Satisfying answers . Hope to establish long-time cooperation with

Re: [flexcoders] Re: change selected tab using variable containing tab label string?

2008-11-02 Thread Josh McDonald
Use this: http://flex.joshmcdonald.info/2008/10/selecting-right-value-from-combobox-or.html -Josh On Mon, Nov 3, 2008 at 4:45 AM, Tracy Spratt [EMAIL PROTECTED] wrote: That seems like a complicated and difficult way to do it. Why not just loop over tabArray, comparing your value to

[flexcoders] Re: AdvancedDataGrid: Exclude last row from sorting

2008-11-02 Thread Mark
I'm glad I ran across this post it really helped me with my current project. I am having another problem that I had hoped this would fix but it didn't so I figured this was a good place to ask. My AdvancedDataGrid with a summaryRow will only sort any column once. If I try to sort the same

[flexcoders] Ann: Flex 3D class in SF on Nov after Adobe Conference

2008-11-02 Thread v.cekvenich
Another quick note on live hands on Flex + PaperVision + Collada training in SF after Adobe conference Max on Nov 20th – 1 day, 10 hours – we will try to cover 2 day's worth of materials in 1 day. We will be using the astroredner engine / Flash 10, and we won't be using Flash CS at all, just Flex

RE: [flexcoders] AIR HTML component showing BUSY cursor

2008-11-02 Thread Alex Harui
Try: cursorManager.setBusyCursor() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hworke Sent: Sunday, November 02, 2008 9:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] AIR HTML component showing BUSY cursor Hello Devs, I an loading URLs in my mx:HTML

[flexcoders] Re: change selected tab using variable containing tab label string?

2008-11-02 Thread Mic
Thanks all - since the whole app is pretty much built at runtime from an xml template, and each gui component knows its identity from its encapsulated xml node, I wanted to pick up some efficiency by not having to parse the data providers continually ... but you made me think :-) and I am going

[flexcoders] palin text printing in flex without dialogue box.

2008-11-02 Thread Jackson
Hi All, Is it possible to print plain text in flex or adobe Air application?.And can we print without printer dialogue box?. Thanks in Advance.. Abdul Jaleel C.