[flex_india:25484] Re: How can i see the labels for slider control

2009-09-24 Thread Gerald Anto Fernando
Hi Subeesh, with your tips, i have done that. i have done the following way . This will be helpful when we pass minimum and maximum value dynamically. public function showLabels(hs:HSlider):void { var min:int = int(hs.minimum); var max:int = int(hs.maximum); var inter:in

[flex_india:25480] Re: How can i see the labels for slider control

2009-09-24 Thread Subeesh Arakkan
You can set it dynamically like this mySlider.labels=[0,100]; Subeesh From: flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] On Behalf Of Gerald Anto Fernando Sent: 25 September 2009 10:07 To: flex_india@googlegroups.com Subject: [flex_india:25476] Re: How can i see the

[flex_india:25483] Re: How to export pie chart as gif image

2009-09-24 Thread Yuvaraj Mohite
Hi Saurabh, As you are using flex you will have to pass that byte array to server side, from where you can save as a gif, in AIR you have direct option of saving to local disk. Currently what you are doing is converting it into a base64 that is string representation, trying using jpeg encoder or pn

[flex_india:25482] Re: Regarding datagrid

2009-09-24 Thread Ranjan
come clear pls. attach your sample files. On Sep 24, 7:25 pm, lavanya wrote: > Hi friends, > i am new to flex. > i am using a datagrdi having some data. > i am filtering that datagrid using three components ie, two combo > boxes and one textinput.. > how can i achieve > is there any solution

[flex_india:25481] Re: change font size to match resolution

2009-09-24 Thread adrianwonder
i did try that, returns an error. On Sep 24, 5:06 pm, kalavati singh wrote: > Hi, >       The width & height parameter in Flex MXML try to give as % rather than > whole integer > > Kalavati > > > > On Thu, Sep 24, 2009 at 11:30 AM, adrianwonder wrote: > > > Hi everyone > > > I am trying to

[flex_india:25479] Shall we pass arguments to addEventListener method

2009-09-24 Thread Gerald Anto
Shall we pass arguments to addEventListener method button2.addEventListener(MouseEvent.CLICK, show); public function show(e:MouseEvent):void{ Aert.show("This is example for addEventListener"); } suppose i want to pass a String argument(named flex) to this method. is it possible? if so pl

[flex_india:25477] [ANN]Mumbai Flex User Group Meet on 3rd Oct @ Xoriant

2009-09-24 Thread Priyank Kapadia
Hi Folks, Yipee!! We are finally meeting again, Flex User Group Meet - Mumbai revives itself. Please register yourself for Mumbai Flex User Group meet @ http://mumbaifug.eventbrite.com Follow us on Twitter @mumbaifug, to get SMS updates subscribe to http://labs.google.co.in/smschannels/subscribe

[flex_india:25476] Re: How can i see the labels for slider control

2009-09-24 Thread Gerald Anto Fernando
I want to display the label in run time.i dont want to declare in tag. Thanks&Regards, Gerald A On Fri, Sep 25, 2009 at 9:33 AM, Sumant wrote: > > Hi, > > add minimum value. I think that will work. > > > regards, > Sumant > > > -- Thanks & Regards, A Gerald --~--~-~--~~--

[flex_india:25475] Re: Regarding datagrid

2009-09-24 Thread Sumant
Hi, Filter the dataprovider array/arraycollection on the basis of combobox and textinput values. then again assign the array/arraycollection as the dataprovider to the datagrid. regards, Sumant On Sep 24, 7:25 pm, lavanya wrote: > Hi friends, > i am new to flex. > i am using a datagrdi havin

[flex_india:25474] Re: How can i see the labels for slider control

2009-09-24 Thread Sumant
Hi, add minimum value. I think that will work. regards, Sumant --~--~-~--~~~---~--~~ 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 unsub

[flex_india:25473] Re: look up table (LUT) with key & value

2009-09-24 Thread rishi narang
use Dictionary Object in AS3 On Thu, Sep 24, 2009 at 6:04 PM, kalavati singh wrote: > Hi, > > As per my current requirement i need to use a look up table (LUT) > that stores its data in a key /value format( similar to the hashmap > /hashtable in Java). Can any body help me out with this imp

[flex_india:25471] Re: Can we Bind a Local XML file to a DataGrid ?

2009-09-24 Thread riaflexible
All : Thanks for evrybody's inputs. I checked the Model approach , It didn't work . Initially it loaded properly , Actually my need was if any changes happens to the xml file , Will it update the DataGrid , I tried it did not happen . Any ways , As of now I am running timer every minute , To u

[flex_india:25472] Dragging multiple Cavases in a HBox

2009-09-24 Thread riaflexible
Hi : I have a HBOX , Which will have n number of canvas boxes . I select which ever canvas box i wish . Now the need is , How to Drag the Selected Items . I googled a lot , But mostly i found List & DataGrid . That will not suit my needs . Please suggest some ideas. Thanks, Satish --~--~

[flex_india:25468] Regarding datagrid

2009-09-24 Thread lavanya
Hi friends, i am new to flex. i am using a datagrdi having some data. i am filtering that datagrid using three components ie, two combo boxes and one textinput.. how can i achieve is there any solution? please help me. Thanks in advance lavanya --~--~-~--~~~---~--

[flex_india:25470] Re: Can we Bind a Local XML file to a DataGrid ?

2009-09-24 Thread Nicholas
HTTPService will work, but you can also use the Model class ... On Sep 23, 11:28 pm, Vivek Jain wrote: > var httpService:HTTPService = new HTTPService(); > >                 httpService.url="data/xmlfile.xml"; >                 httpService.resultFormat = "e4x"; >                 httpService.

[flex_india:25469] Database Interaction with Flex

2009-09-24 Thread friendramya2003
Hi All, Hope you are all doing good. I have the following doubt in flex: Im getting the data from database using httpservice and shows it on flex objects. Once the database diconnected, the user should receive information says as "Database got disconnected, plz dont proceed". How do we do in f

[flex_india:/] How to Download Flex data to PDF

2009-09-24 Thread Malavika
Hi All, I have a requirement where i do need to provide an option for users to download datagrid data to a PDF file. I checked on the our Flex India community and some other communities too, did could not find the way of doing. Can any one suggest me the way to do. Thanks, Malavika. --~--~

[flex_india:25466] look up table (LUT) with key & value

2009-09-24 Thread kalavati singh
Hi, As per my current requirement i need to use a look up table (LUT) that stores its data in a key /value format( similar to the hashmap /hashtable in Java). Can any body help me out with this implementation.Any docs/examples please send it to me Regards Kalavati Singh --~--~-

[flex_india:25465] How can i resize a dragged image into a canvas? Need rotation also

2009-09-24 Thread Harikrishnan R
Here's my code.. Am dragging image from the horizontal list to text/canvas.. http://www.adobe.com/2006/mxml"; layout="absolute" width="1064" height="596" horizontalAlign="center" verticalAlign="middle" fontFamily="Arial">

[flex_india:/] How can we display an image on top of a menu?

2009-09-24 Thread zxcvb
Thank you for your kind help, Arindam. Unfortunately, I don't have a design of the proposed change (it was made verbally), but here's a very detailed explanation. I hope this will be clear: Currently, when the users right-click on an AdvancedDataGrid, I'm displaying a context-menu with items. Nor

[flex_india:25463] Re: Flex Exception Log

2009-09-24 Thread shashank kulkarni
Hi, We can Use logging API available in Flex, Basically Flex includes several different logging and error reporting mechanisms that we can use to track down failures which are as follows: Client-side logging and debugging==> With the debugger version of Flash Player Compiler logging ==> When co

[flex_india:25462] How can i see the labels for slider control

2009-09-24 Thread Gerald Anto
for the above tag labels are displayed in the component itself but the following tag how can i achieve that --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group,

[flex_india:25458] How to achieve Tilt effect in Flex

2009-09-24 Thread Renu
Hi Everyone, Does anyone have any idea, how to create a tilt effect on any UI Component. Looking forward for your reply. Thanks, Renu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To

[flex_india:25461] AIR BLAZEDS not working...

2009-09-24 Thread prajnith K
hi friends how to integrate AIR and blazeds... as per my knowledge have to create a new AMF channel. thanks in advance Prajnith --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post

[flex_india:25460] How to export pie chart as gif image

2009-09-24 Thread saurabh jain
I am stuck with this issue .. I have a pie chart .now on button click i need to export it as a gif image.. heard of using GIFencoder..can anyone throw light on this issue.. my code is as follows : http://www.adobe.com/2006/mxml"; layout="vertical" xmlns:components="components

[flex_india:25457] Re: change font size to match resolution

2009-09-24 Thread kalavati singh
Hi, The width & height parameter in Flex MXML try to give as % rather than whole integer Kalavati On Thu, Sep 24, 2009 at 11:30 AM, adrianwonder wrote: > > Hi everyone > > I am trying to avoid additional scroll bars appearing in my text area > when the monitor resolution changes. One sol