Re: [flexcoders] Flex 2 B3 :: Adding child nodes to XMLListCollection node

2006-06-01 Thread Rishikesh Shetty
I have only been able to add nodes directly under, but not one level down as I would like.Maybe this will help.http://www.mail-archive.com/flexcoders@yahoogroups.com/msg28094.html -rishi -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] [BETA3] How to use insert method of IViewCursor. (E4X format)

2006-05-19 Thread Rishikesh Shetty
On 5/19/06, Bryan Choi [EMAIL PROTECTED] wrote: myCursor.insert( new XML ( capital label='ME' value='Augusta'/ ) ); I tried also above, but I cann't see that is well. If you were meaning to add ME/Augusta to US State Capitals. The following code-snippet should work. var foo:XMLList

Re: [flexcoders] Regarding validations

2006-05-16 Thread Rishikesh Shetty
When we are using built in validation , if validation fails i want tochange the color of the text , can any one help in this regard This is assuming that validator2.source is a TextInput. var resultEvent:ValidationResultEvent = validator2.validate(); if (resultEvent.type !=

Re: [flexcoders] Flex Apps and Google/Search Engines

2006-05-16 Thread Rishikesh Shetty
Does anyone have any information or links about how successful Google and other search engine bots are at crawling Flex Apps? Some of the possibilities for creating online shopping experiences are fantastic, but it has occurred to me that this area of search engine ranking may stumble

Re: [flexcoders] Capture a DisplayObject or UIComponent as a jpg? flex2b3

2006-05-16 Thread Rishikesh Shetty
On 5/16/06, rigidcode [EMAIL PROTECTED] wrote: Can I (programmatically) get a jpg or bitmap of a DisplayObject or aUIComponent as it looks in the browser?Like as a bitmap or jpg orsomething.See flash.display.BitmapData.draw (). Should work on VideoDisplay, but havent tried it.-rishi --

Re: [flexcoders] Action Script Help

2006-05-10 Thread Rishikesh Shetty
TextField is located in flash.text package.import flash.text.TextFieldShould fix your problem.-rishi On 5/10/06, JB [EMAIL PROTECTED] wrote: Hi,I have a question if I have do understand more about compiling actionscript. I have a very simple example, just prints Hello World to the screen. Is

Re: [flexcoders] gathering ActionScript object references

2005-12-14 Thread Rishikesh Shetty
To add to what Martin said, __resolve doesnt work in as3, The Proxy class in a replacement for __resolve.http://livedocs.macromedia.com/labs/1/flex/langref/flash/util/Proxy.html -rishi -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search