[flex_india:29287] Passing File data from web server to flex

2010-03-23 Thread Akshar
My data is in a file in the web server. i want this data in the flex. i dont want any user interaction for this. How can i achieve this ? thanks for help. -- 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:29288] Adding BackGroundImage to RootNode of FLEX Tree Component

2010-03-23 Thread sundar
Hi All, I am working with Flex Tree component, I have a requirement of adding background image for the root nodes. Right now i am using the css property, depthColors: #e2e2e2, #00, #ff, #ff; but it is not enough.Also i tried adding the image as the child using createchildren() m

[flex_india:29289] Adding BackGroundImage to RootNode of FLEX Tree Component

2010-03-23 Thread sundar
Hi All, I am working with Flex Tree component, I have a requirement of adding background image for the root nodes. Right now i am using the css property, depthColors: #e2e2e2, #00, #ff, #ff; but it is not enough.Also i tried adding the image as the child using createchildren() m

[flex_india:29291] Show and Hide Advanced Datatgrid

2010-03-23 Thread adi
HI, I am new to this programming.I need some help with AdvanceDatagrid Hide and Show. In my code I want to give an option to user to minimise and maximise datagrid.What I was doing is ,when mouseover I am setting the width and height of the grid to maximum.On MouseOut I am setting it z width to m

[flex_india:29293] Clear shared object

2010-03-23 Thread baskaran rajendran
Hi Shared Object value is not cleared while i closing the browser.itis continued to nest time. How can i clear shared object while i closing the browser? -- Best Regards Baskaran.R -- You received this message because you are subscribed to the Google Groups "Flex India

Re: [flex_india:29290] Passing File data from web server to flex

2010-03-23 Thread nakul mishra
Hi, Are you taking about making XML-RPC calls in flex? is so then this link might help you http://www.adobe.com/devnet/flex/articles/flex_ui_03.html On Tue, Mar 23, 2010 at 8:03 AM, Akshar wrote: > My data is in a file in the web server. i want this data in the flex. > i dont want any user inte

[flex_india:29292] Need some workaround tips:- Desktop Application related to Window Component

2010-03-23 Thread Mahesh
Issue facing in Desktop Application related to Window Component:- Create custom component which contains Combobox and Datagrid. Application conations two button 1) Same Window and 2) New Window. (Label of two button) When you click on “Same Window” button your custom component should get added d

Re: [flex_india:29294] Passing File data from web server to flex

2010-03-23 Thread li eric
Hi what do you mean "uer interaction"? eric On Tue, Mar 23, 2010 at 3:03 PM, Akshar wrote: > My data is in a file in the web server. i want this data in the flex. > i dont want any user interaction for this. > How can i achieve this ? > thanks for help. > > -- > You received this message because

[flex_india:29295] Re: Custom value in 'Save As Type:' Option

2010-03-23 Thread sunnyJain
Hi, There is no way by which you can modify the "Save As" option in SDK 3.x To modify this option, you need to use SDK 4.0 i.e Flex Gumbo. There is a option provided in Gumbo for this. On Mar 22, 12:23 pm, sunny ladkani wrote: > Hi all, > > Is there a way to customize the ‘Save As Type’ option

Re: [flex_india:29296] Passing File data from web server to flex

2010-03-23 Thread Akshar Kaul
thanks for the response @eric... if i use filereference.download() method then it asks for a save location.. i dont want it @nakul... i want to make a call to the backend whose result will be a file in the backend... i have to show the data in the file i want something similar to fileinpu

[flex_india:29297] Advanced datagrid grouping problem

2010-03-23 Thread Hari Narayanan
dailyActivityLogDetails [0] = DATaskType = "Project Activities" ProjectName = ""Project1" " : String TaskId = 2 : Number TaskName = "Task1" : String TotalEffort = 0 : Number [1] = DATaskType = "Project Activities"

Re: [flex_india:29298] Show and Hide Advanced Datatgrid

2010-03-23 Thread Akshar Kaul
you can provide some buttons for these tasks and call the appropriate method in the click handler of the button. in this case you wont have problem with the mouse out and mouse in Akshar Kaul On Tue, Mar 23, 2010 at 10:09, adi wrote: > HI, > > I am new to this programming.I need some help

Re: [flex_india:29299] Clear shared object

2010-03-23 Thread GAGAN anand
Hi Baskaran, To clear Shared Object, you need to explicitly call clear() method on closing the browser. You can capture the closing from Javascript and then call flex function from JS. Hope this helps. Regards Gagan Deep On 23 March 2010 10:10, baskaran rajendran wrote: > Hi > Share

[flex_india:29300] Adobe Flex 4, Flash Builder, ColdFusion Builder Launch Party

2010-03-23 Thread Saurabh Narula
Hi Everyone, As some of you might know, Flex 4 along with Flash Builder, ColdFusion Builder got released yesterday. On this occasion Bangalore Flex User Group is planning to organize a Launch Party on 17th April, 2010 Saturday at 11 Am IST. We are planning to have Flex and ColdFusion focused sessi

[flex_india:29301] XML Menu bar

2010-03-23 Thread venki @flex
Hi , can any one guide me to align a menu bar in flex which takes the XML values as the Menu attributes. -- 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_in...@googlegroups.com. To unsubscribe fro

[flex_india:29302] Re: Passing File data from web server to flex

2010-03-23 Thread Akshar
It is a xml file. i want the data stored in the file to be shown to the user. i dont want to save it in the client side. we are using cairngorm and blaze ds. We have already established an end to end communication. i was thinking of passing the data as a string but dont know if string will be able

[flex_india:29303] Re: Flex magic

2010-03-23 Thread Gaurav
Thanks Shalu, But I am lookiing something else - Problem Description:- I have a button on application mxml file, on Click even of this button I need to call a method which is written in a different component. On Mar 22, 10:45 pm, shalu popli jain wrote: > refer below example: > > *CustomCompo

Re: [flex_india:29304] Re: Flex magic

2010-03-23 Thread Akshar Kaul
are you using that component in the current file ? if yes then use component id.method name if no then make the function static and use component name . method name Akshar Kaul On Tue, Mar 23, 2010 at 15:42, Gaurav wrote: > Thanks Shalu, > But I am lookiing something else - > > Problem Descrip

Re: [flex_india:29305] Re: Flex magic

2010-03-23 Thread Abhinav Mehta
Hello First import that component, either via actionscript3 code or mxml-code. As soon as you imports that component to the native code-base, all of its attached properties are also available to the implementing class(code), and infact if the given property is of public-visibility, than you can ea

Re: [flex_india:29306] XML Menu bar

2010-03-23 Thread Diogo Sertao
http://livedocs.adobe.com/flex/3/html/help.html?content=menucontrols_6.html 2010/3/23 venki @flex > Hi , can any one guide me to align a menu bar in flex which takes the > XML values as the Menu attributes. > > -- > You received this message because you are subscribed to the Google Groups > "Fle

[flex_india:29307] Re: issue with Number Data type

2010-03-23 Thread Nargis
Nakul, I try with String , but it doesn't work for me. Please check out following http://www.adobe.com/2006/mxml"; layout="vertical"> On Mar 19, 1:40 pm, nakul mishra wrote: > Hi, > Try to use > function toPrecision(precision:uint):Strin

[flex_india:29308] Re: issue with Number Data type

2010-03-23 Thread Nargis
return Number(10-0.1); ; gives the same 10 and not 9.9 . On Mar 19, 9:39 pm, shalu popli jain wrote: > Try below statement: > > * > > return* Number(1000-0.1); > > On Fri, Mar 19, 2010 at 12:20 PM, Nargis wrote: > > Hi, > > > I am getting so

[flex_india:29309] TextBox as Header in the datagrid

2010-03-23 Thread Srividhya
Friends, Can anyone help me with the following problem? I have a data grid . I need to have a TextBox "only" in the "Header Text" ie the header renderer should be a textbox and the column values should be from the dynamic data (PHP). I have populated the column values, and I need to address this

Re: [flex_india:29310] Any Idea on Building this - Datagrid and on top text inputs and comboboxes

2010-03-23 Thread Kiran Kumar Vasireddy
Thanks Akshar and Nithya for your response .You guys are really great Regards Kiran On Tue, Mar 23, 2010 at 12:25 AM, nithya flex wrote: > First option is better, because it will give more control over resizing the > text box and combox than adding it as renderer. > > very easy to do, go ahead.

Re: [flex_india:29311] TextBox as Header in the datagrid

2010-03-23 Thread Akshar Kaul
what is the error ??? Akshar Kaul On Tue, Mar 23, 2010 at 17:11, Srividhya wrote: > Friends, > > Can anyone help me with the following problem? > > I have a data grid . I need to have a TextBox "only" in the "Header > Text" ie the header renderer should be a textbox and the column values > sho

Re: [flex_india:29312] TextBox as Header in the datagrid

2010-03-23 Thread ramesh1703
post your coading On Tue, Mar 23, 2010 at 17:11, Srividhya wrote: > Friends, > > Can anyone help me with the following problem? > > I have a data grid . I need to have a TextBox "only" in the "Header > Text" ie the header renderer should be a textbox and the column values > should be from the dy

[flex_india:29313] problem with dataprovider of an itemeditor combobox

2010-03-23 Thread DME Admin
I have two columns in a datagrid namely category and subcategory. Based on the value of category the subcategory has to be fetched. The problem is when inline editing is allowed in the datagrid. Subcategory has to be provided with the respective data based on the category value. Can any one help t

Re: [flex_india:29314] image in datagrid cell

2010-03-23 Thread DME Admin
hi, Thanks krishna, Below i have given the code i have used for item rendering with image in a datagrid column. The code shows a clip image when there is an attachemnt for that record, else an blank image is displayed. I am using Flex SDK 3.5 . The problem is when a record is choosed to edit or a

Re: [flex_india:29315] issue with Number Data type

2010-03-23 Thread Arindam Dhar
Is it mandatory that getMaxValue() has to return a Number ? If not and ur ultimate goal is to populate txtOutput.text u can return a string , private function getMaxValue():String{ return "9.9"; } just a thought. regards, A. On Fri, Mar 19, 201

Re: [flex_india:29316] Any Idea on Building this - Datagrid and on top text inputs and comboboxes

2010-03-23 Thread nithya flex
one more thing, when user swaps column datagrid, then you have to re-arrange the text box and other controls. this is one of the problem when u add relational control to dg this is bit tricky, but as go ahead with coding you can plan for this On Tue, Mar 23, 2010 at 6:36 PM, Kiran Kumar Vasired

[flex_india:29317] please help..(area chart series color)

2010-03-23 Thread pramod ingole
Hi All, i want to apply multiple color to single area series... how to do this...? i am also sending sample image, please check it.. please help... Thanks in advance.. Pramod Ingole. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To

Re: [flex_india:29318] issue with Number Data type

2010-03-23 Thread nakul mishra
Hi Nargis, I wrote a small program that checks how precise the precision method really is. And the results are as follows. conside a scenario num = 2 //please note that if we omit the decimal after the number it will be //treated as integer and in this case the result is ok trace(my

Re: [flex_india:29319] please help..(area chart series color)

2010-03-23 Thread edwin . vgwhiz
See: http://help.adobe.com/ja_JP/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7c69.html On Tue, Mar 23, 2010 at 11:11 AM, pramod ingole wrote: > Hi All, > > i want to apply multiple color to single area series... > how to do this...? > i am also sending sample image, please check it.. >

[flex_india:29320] Flex rendering: performance and escalation problem

2010-03-23 Thread Silva Developer
I'm building an dynamic application that load a different types of forms, this forms are created by user, setting what visual component’s that will be contain. After implemented all common performance best practice techniques, could turn the application more stable, but running tests, rendering a

Re: [flex_india:29321] Clear shared object

2010-03-23 Thread veeru rahul
so.flush(); will do I guess. Jus give a try. Thanks, Veeru On Tue, Mar 23, 2010 at 3:25 PM, GAGAN anand wrote: > Hi Baskaran, > > To clear Shared Object, you need to explicitly call clear() method on > closing the browser. You can capture the closing from Javascript and then > call flex functi

Re: [flex_india:29322] please help..(area chart series color)

2010-03-23 Thread saurabh goel
Hi, You can apply this by 2 ways, 1- there are a property of Area series in which u can define the colors of array. 2- you can apply mulitple colours in rendere based on conditions. Regards saurabh On Tue, Mar 23, 2010 at 8:41 PM, pramod ingole wrote: > Hi All, > > i want to apply multiple col

Re: [flex_india:29323] Clear shared object

2010-03-23 Thread GAGAN anand
flush() method writes the things to shared objects but not remove from the system. On 24 March 2010 00:14, veeru rahul wrote: > so.flush(); will do I guess. > > Jus give a try. > > Thanks, > Veeru > > > On Tue, Mar 23, 2010 at 3:25 PM, GAGAN anand wrote: > >> Hi Baskaran, >> >> To clear Shared O

[flex_india:29324] Regarding - Job

2010-03-23 Thread Venkatesan Ramdoss
Hi All, I am venkatesan.R having 2+years of experience in php and having 6months experience in Adobe Flex and AMFPHP.I am looking for a job in flex development.Please any one help me to find a job. Thanks and Regards, venkat.R -- You received this message because you are subscribed to the Goog

[flex_india:29325] Data is not coming from webservice if we are using WCF in flex...

2010-03-23 Thread dilu
Hi, I am using WCF (Windows communication foundation) as a backend for our application. To access WCF service I am using WebService components in flex. Everything works fine with flex builder and even if I am hosting it on server then everything works fine internally.But application is not working