[flex_india:23642] Dynamic Resizing of windows

2009-07-10 Thread kalavati singh
Hi, As per my current requirement i need to create windows dynamic(Dynamic resize of windows).Can anyone suggests any examples docs relted to it.However I have a example http://examples.adobe.com/flex3/componentexplorer/explorer.html .Any thing of this kind please forward the links.

[flex_india:23644] Executing air problem

2009-07-10 Thread moshe
Hi All I created an air application I installed it and when I click on the image in my programs nothing happened Where can I see what was the problem?? moshe I --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex

[flex_india:23645] Re: Dynamic Resizing of windows

2009-07-10 Thread Ganesh r
refer dashboard sample for dynamic grid regards ganesh On 7/10/09, kalavati singh kalavati.si...@gmail.com wrote: Hi, As per my current requirement i need to create windows dynamic(Dynamic resize of windows).Can anyone suggests any examples docs relted to it.However I have a example

[flex_india:23646] Regarding Panel and its child

2009-07-10 Thread pradeep.pa...@gmail.com
Hi, I have an application where there is a panel inside a VDividedBox. The panel is set to 100% width and 60% height. In that panel there is an canvas which is set to a width and height of 800x500. I wanted to know how to get the exact width and height of canvas when ever the panel is resized by

[flex_india:23647] SuperTabNavigator close tabs programatically

2009-07-10 Thread jeroen
Any idea on how close a Tab from another Tab? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to flex_india@googlegroups.com To unsubscribe from this

[flex_india:23649] Re: Regarding Panel and its child

2009-07-10 Thread Ravi
Hello Pradeep, use Alert to get the width and height of canvas after it get resized. Like: Alert.show(+canvas_id.height); Regards Ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To

[flex_india:23652] Save file on Click of Save button in Flex

2009-07-10 Thread vikram
Hi , I have a requirment in which i need to a have a save button,on click of button i should be able to save the content of Advanced datagrid. What i m doing on click of save m invoking a JSP that will read a XML file (From that i m showing content of datagrid) .In JSP i m generatiing a HTML file

[flex_india:23651] need code

2009-07-10 Thread amutha raju
hi frnds, i want source code for rating and review component in flex using Cairngormarchitecture thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send

[flex_india:23648] Component Behaviour

2009-07-10 Thread santosh bussa
Hi friends, Am having a datagrid and it is having double click behavoiur. I dont want to use that behavior... Is there any property for this.. Regards Santosh B --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[flex_india:23650] Re: How to Zoom the Image in particular position

2009-07-10 Thread aaddaz
HI prasad, You can use matrix for this. help url: http://livedocs.adobe.com/flex/3/langref/flash/geom/Matrix.html On Jul 9, 7:15 pm, prasad perj...@gmail.com wrote: Hi Folks,       I am using zoom effect for the image component. My requirement is , I want to zoom in a particular

[flex_india:23653] how to configure tomcat

2009-07-10 Thread Gerald Anto
Hello Friends, I am using Flex Builder 3. I need to get a data from jsp file which is running in tomcat. how can i configure tomcat(which is in c:\) in Flex builder. i need to create a flex project in E:\. When i create a project i mentioned server type is j2ee server and disabled using remote

[flex_india:23657] Re: how to configure tomcat

2009-07-10 Thread santosh bussa
when u installing lcds it gives choice to choose the server tomcat by default with lcds tomcat server is there On 7/10/09, Gerald Anto flex.gerald.a...@gmail.com wrote: Hello Friends, I am using Flex Builder 3. I need to get a data from jsp file which is running in tomcat. how can i

[flex_india:23655] Re: Save file on Click of Save button in Flex

2009-07-10 Thread vikram
Hi , I have done with this problem as .I needed to jsut put a function in that i should give name of URL(JSP) that is creating HTML file .And have used FileReference class to doenlaod generated file . Thanks Vikram On Jul 10, 3:32 pm, vikram virendravikra...@gmail.com wrote: Hi , I have a

[flex_india:23656] Re: Change DataGridColumn position...

2009-07-10 Thread Rodrigo Portillo
U dont start ur script with mx:Script 2009/7/10 cholid ridwan choli...@gmail.com hi all,can anyone know what the problem with this code? thanks cholid mx:Application *** creationComplete=xmlHttpService.send(); mx:HTTPService id=xmlHttpService

[flex_india:23654] How to parse the xml data and loop out all the xml data I want to use?

2009-07-10 Thread LDaneil
hi, all. I stucked by the xml problem, I want to read out the data and use the data to insert to database. now I use the code: Dim formName As String formName = XmlDoc.SelectSingleNode(formTemplate/ formTempName).InnerText I could get the formTemplate Name ‘abc’, but I also want to

[flex_india:23658] Problem with catching events in dynamically loaded modules

2009-07-10 Thread TodLoch
Hi, I have a problem with unloading module, which I loads dynamically. Here is a fragment my code: TitledWindow ...creationComplete=init()/ .. mx:Accordion id=lista_ryzyk /mx:Accordion . mx:Script ... public function init():void {