[flex_india:25598] Re: Show pdf in flex

2009-10-02 Thread Sumant
Hi Miguel, See view source (right click and click on View Source) of this link. Its loading lot of pdfs: http://rrao.host.adobe.com/kannan/FlexiFrame/IFrameDemo.html Mainly this type of applications use IFrame of HTML and loads pdf/html pages in that iframe. Regards, sumant On Oct 2, 12:25 

[flex_india:25599] Manual flex compling creating two files as .swf and .swf.cache

2009-10-02 Thread kiran singh
Hi, I have complied my mxml in flex builder and it generates the .swf file in 5251478 bytes size. In Same way , When i complied the same in linux box as instructed below link http://asantoso.wordpress.com/2008/05/18/flex-3-sdk-command-line-development-with-example-on-linux/ I Could able to

[flex_india:25600] disabled selectedItem in mx:DataGrid component when doubleClicked.

2009-10-02 Thread jalopy
Hello, I need to disabled the selected row of mx:DataGrid when it is doubledClicked. Any help? Cheers! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email

[flex_india:25601] Re: Show pdf in flex

2009-10-02 Thread MJ
hey sumant, thanks for sharing..! On Fri, Oct 2, 2009 at 3:01 PM, Sumant suman...@gmail.com wrote: Hi Miguel, See view source (right click and click on View Source) of this link. Its loading lot of pdfs: http://rrao.host.adobe.com/kannan/FlexiFrame/IFrameDemo.html Mainly this type of

[flex_india:25602] Arabic List

2009-10-02 Thread Sarma
Hi to all, I am trying to develop Arabic list control.That means to view the list control as Arabic view model.Please any one help to me. Thanks to all... --~--~-~--~~~---~--~~ You received this

[flex_india:25603] Re: Creating Dynamic components by parsing an XML file.

2009-10-02 Thread prashant waykar
Hi.. This is my Xml file.. ?xml version=1.0 encoding=utf-8 ? - item identifier=0020E0620457060B344F030B0CE6 display=visible - label - ![CDATA[ Multiple Choice - Single Answer ]] /label description / comments / keywords / - metadata file href=metafiles

[flex_india:25604] Re: Youtube and Flex

2009-10-02 Thread Kiran Kumar Vasireddy
Thanks Sumant, If possible can you provide any examples if you have any ? Regards Kiran On Thu, Oct 1, 2009 at 7:52 AM, Sumant suman...@gmail.com wrote: Hi, I think you need to set allowFullScreen property to true in your html file. And do this setting in html-template file other wise on

[flex_india:25605] Re: disabled selectedItem in mx:DataGrid component when doubleClicked.

2009-10-02 Thread xueliang wu
You can override the updateDisplayList() function. Try it . 2009/10/2 jalopy jalopy@gmail.com Hello, I need to disabled the selected row of mx:DataGrid when it is doubledClicked. Any help? Cheers! -- 有你,幸福的开始! --~--~-~--~~~---~--~~ You received

[flex_india:25606] Re: disabled selectedItem in mx:DataGrid component when doubleClicked.

2009-10-02 Thread edwin . vgwhiz
How do you do that? 2009/10/2 xueliang wu xlian...@gmail.com You can override the updateDisplayList() function. Try it . 2009/10/2 jalopy jalopy@gmail.com Hello, I need to disabled the selected row of mx:DataGrid when it is doubledClicked. Any help? Cheers! -- 有你,幸福的开始!

[flex_india:25607] Re: HBox implementation in reverse order

2009-10-02 Thread trubel4life
I have this for each loop var myArray:Array = [one, two, three, four, five]; for each (var item:String in myArray) { Alert.show(This Array is + item);

[flex_india:25608] Re: Youtube and Flex

2009-10-02 Thread Sumant
Hi, http://suumant.blogspot.com/2009/10/youtube-video-and-flex.html you can get source code. regards, Sumant On Oct 2, 6:12 pm, Kiran Kumar Vasireddy kiranv...@gmail.com wrote: Thanks Sumant, If possible can you provide any examples if you have any ? Regards Kiran On Thu, Oct 1,

[flex_india:25609] Re: Small doubts...

2009-10-02 Thread srikanthb
2] difference between array and array collection? ArrayCollection are basically used as Data providers to list based controls ( List, Tree, DataGrid ) as bindable data. If an array collection data gets changed, then the same gets reflected at places where it is used as dataprovider. arvind

[flex_india:25610] Re: Small doubts...

2009-10-02 Thread srikanthb
4] what is meta data? Metadata tags are basically compiler arguments which actually lets the compiler understand how the components are used in Flex application. In one of the questions you have asked what is [Bindable], this is one of the metadata tags in Flex. This metadata tag [Bindable]