[flex_india:27458] Example for ActionScript object sent from flex mxml file to java servlet where it is read as HashMap

2009-12-23 Thread Kameshwaran.Anandan
I am in need of an example in which an ActionScript object is sent from flex mxml file to (java)server side(using RemoteObject) where it is read as HashMap. And also the vice versa. In the server side I am getting the ActionScript Object as ASObject(flex.messaging.io.amf.ASObject) but I am

[flex_india:27459] Re: Accessing itemRenderers

2009-12-23 Thread sheetal
I tried using this method.But though the dataProvider is changed,the checkBox is not getting selected runtime. i am checking it by debugging,there it shows selected but on view it is not showing checked.How can i do that. On Dec 23, 10:46 am, sheetal sheetalnilw...@gmail.com wrote: Thanks

Re: [flex_india:27460] Re: Accessing itemRenderers

2009-12-23 Thread vishal lad
Actually you will have to refresh your dataprovider. On Wed, Dec 23, 2009 at 3:26 PM, sheetal sheetalnilw...@gmail.com wrote: I tried using this method.But though the dataProvider is changed,the checkBox is not getting selected runtime. i am checking it by debugging,there it shows selected

[flex_india:27461] Re: Accessing itemRenderers

2009-12-23 Thread sheetal
i know, i tried that.But i am nt getting the exactly event where i shud refresh it. i will explain wat is happening. on TextInput change i am checking and setting the value of data.check. Now,when this value become true,i.e the checkbox is selected, shud refresh.But if u see this in mxml and i

[flex_india:27462] Re: Accessing itemRenderers

2009-12-23 Thread sheetal
hey Vishal,just got that.Thanks again. On Dec 23, 3:04 pm, sheetal sheetalnilw...@gmail.com wrote: i know, i tried that.But i am nt getting the exactly event where i shud refresh it. i will explain wat is happening. on TextInput change i am checking and setting the value of data.check.

Re: [flex_india:27463] Re: Accessing itemRenderers

2009-12-23 Thread vishal lad
If you use get and set method in your itemrender component will also be able to solve your problem. On Wed, Dec 23, 2009 at 3:44 PM, sheetal sheetalnilw...@gmail.com wrote: hey Vishal,just got that.Thanks again. On Dec 23, 3:04 pm, sheetal sheetalnilw...@gmail.com wrote: i know, i tried

Re: [flex_india:27464] how to achieve multi level subnavigation

2009-12-23 Thread veeru rahul
Flow in the sense? Thanks, Veeru On Mon, Dec 21, 2009 at 11:23 AM, sravan kumar yasalasra...@gmail.comwrote: hi friends, can any one tell me how to achieve multi level subnavigation in flex. e.g: it means if i am moving from first flow to second and to the the third flow and when i

[flex_india:27465] Status bar is not hiding in Flex application in popup window

2009-12-23 Thread sachin Dev
Hi All, I want to open a Flex application in a popup window and i am using window.open(Flexpopup.htm,,'status=no...'). But, I am not able to hide status bar and address bar. although same code working with normal html popup but not working with Flex application. Is their any specific reason?

[flex_india:27466] How to access javascript variable or function from PDF file in flex?

2009-12-23 Thread dilu
Hi, I am having a PDF file which is embedded in HTML page.In the PDF file I have inserted javascript for counting total number of pages in PDF or current page. But problem with me is that I am not able to call javascript function or variable which is inside in PDF files. I tried to use

[flex_india:27467] image save in local folder (flex client side)

2009-12-23 Thread kalai selvi
Hi all. i want to save image without using fileRef.save(img.data, image.jpg); when i click on save automattically save to to local specified folder. please let me know. -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

Re: [flex_india:27468] How to access javascript variable or function from PDF file in flex?

2009-12-23 Thread edwin . vgwhiz
I don't believe its possible. Anyone know how its done or if this is possible? On Wed, Dec 23, 2009 at 8:16 AM, dilu discover.dile...@gmail.com wrote: Hi, I am having a PDF file which is embedded in HTML page.In the PDF file I have inserted javascript for counting total number of pages in

Re: [flex_india:27469] How to access javascript variable or function from PDF file in flex?

2009-12-23 Thread dileep singh
I have inserted the jvascript in PDF files and able to access it for page navigation but not for counting number of pages. On Wed, Dec 23, 2009 at 8:02 AM, edwin.vgw...@gmail.com wrote: I don't believe its possible. Anyone know how its done or if this is possible? On Wed, Dec 23, 2009 at

[flex_india:27470] New Adobe Flex Forum

2009-12-23 Thread ravi kanth
Hi All, I have created new Adobe Flex Forum. Please click the below link and register it and post your questions, doubts and suggestions. http://n3.nabble.com/Adobe-Flex-f98573.html Regards, Ravi -- You received this message because you are subscribed to the Google Groups Flex India

[flex_india:27471] Air - HTML component - track net requests.

2009-12-23 Thread Umesh
Is there any way to track net requests from mx.HTML component. Actually i want to block a specific URL request if the page is loaded in AIR application HTML component. Thanks ~Umesh -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post

Re: [flex_india:27472] How to access javascript variable or function from PDF file in flex?

2009-12-23 Thread priya gupta
Use FABridge . Its ajax based framework and easy to use .. It let flex and html communicate .. I have used it .. Thanks, Priya On Wed, Dec 23, 2009 at 6:46 PM, dilu discover.dile...@gmail.com wrote: Hi, I am having a PDF file which is embedded in HTML page.In the PDF file I have inserted