[flex_india:28718] Re: Reporting In Flex

2010-02-22 Thread Akshar
you can create the report as a string in flex and then store that in a file specified by the user on his local machine. On Feb 22, 12:32 pm, kanaily ranjeetkumarkana...@gmail.com wrote: hi all, i want to know how we can generate report in flex without using any third party class or reference

[flex_india:28719] Scroll bar in datagrid

2010-02-22 Thread Akshar
i want to show a scrollbar in a data grid. this scrollbar should come when the contents of any of the columns exceed the space available. also the width of the columns should be such that the contents are fully seen. attached is a sample code:-

[flex_india:28720] Re: Reporting In Flex

2010-02-22 Thread kanaily
thanks akshar but the thing is reports contains more customized live data so storing it into string is valid thing even i want to print it too so if you have some idea like kemelyon plz share with us thanks On Feb 22, 1:05 pm, Akshar akshar.k...@gmail.com wrote: you can create the report as a

Re: [flex_india:28721] parentdocument in popups

2010-02-22 Thread DME Admin
Vaibhav, Can you give me some sample code snippets thanks dme On Thu, Feb 18, 2010 at 11:52 PM, Vaibhav Seth seth.vaibhav...@gmail.comwrote: You can also pass the reference of the objects or view you want to access, at the time of creating the PopUp.. On Thu, Feb 18, 2010 at 9:21 AM, dme

Re: [flex_india:28722] Need Flex Interview Question and how to prepare flex

2010-02-22 Thread Ganesh Suyampirakasam
Go to www.funonflex.com On Mon, Feb 22, 2010 at 9:51 AM, Abdul Nizar abdul...@gmail.com wrote: AM also need interview questions.. :) On 22 February 2010 09:41, krishna shinde krish.shinde2...@gmail.comwrote: Hi vineet, just go through the fallowing link, u will get questions and

[flex_india:28723] Re: Reporting In Flex

2010-02-22 Thread Akshar
you can create a customized string if you have your data in a array collection. Just iterate over it and create a customized string. then you can store it in a file. the user can take a print out of that file if he wants. On Feb 22, 1:23 pm, kanaily ranjeetkumarkana...@gmail.com wrote: thanks

[flex_india:28724] getting tab index of tab navigator

2010-02-22 Thread neethu
I have a tabnavigator with 5 tabs . Reading the data from the database my tab in the navigator and the its contents(ie the text/Input feilds are generated). I'm implementing validations for these text inputs. When i click on a button in the last tab, the tab in which invalid feild are there

Re: [flex_india:28725] getting tab index of tab navigator

2010-02-22 Thread biancardi
use a property of the object selectedIndex example mx:TabNavigator x=0 y=0 width=100% height=100% id=view_form /mx:TabNavigator view_form.selectedIndex to get a selected tab or change it neethu-2 wrote: I have a tabnavigator with 5 tabs . Reading the data from the database my tab

Re: [flex_india:28726] Move Effect duration problem

2010-02-22 Thread Vaibhav Seth
stop the effect, reset the duration, play again. See if this can help. On Mon, Feb 22, 2010 at 1:36 AM, reji rejeeshman...@gmail.com wrote: Hi all, I am facing a problem in move effect duration property setting in dynamicaly...requirment is that i have moving text , want to decrease the

Re: [flex_india:28727] parentdocument in popups

2010-02-22 Thread Vaibhav Seth
var abc:UIComponent = PopUpManager.createPopUp(PopUpComp); abc.parentView = this; where PopUpComp is the custom component used to display as PopUp and parentView is the property inside it of type UIComponent, which is set to the view in which you want to make the change. On Thu, Feb 18, 2010

Re: [flex_india:28728] My Flex applications

2010-02-22 Thread biancardi
don't work sri space hero wrote: http://74.208.99.153/golive/goplay/ chatting videos viewing, images http://74.208.99.153/rummy/game an online Rummy game Guys, these are my flex application Please have a look and send me the response On Tue, Feb 16, 2010 at 5:25 PM, sri space

Re: [flex_india:28729] interview questions aditya birla anyone plZ discuss

2010-02-22 Thread Vaibhav Seth
1) Variable cant be passed directly to itemRenderer, to pass its value it must be passed as a property of the Object, which is passed to the renderer. To access the value in the renderer use data.propertyName in the itemrenderer. On Mon, Feb 22, 2010 at 1:07 AM, lakshminarayan k

[flex_india:28730] Re: Steps to Learn Flex

2010-02-22 Thread Harjot Narula
Raj, Video Training http://www.adobe.com/devnet/flex/videotraining/ We all know that we can not learn a technology unless we use it; This training is one of the best ways to learn flex. This is a video training course which nicely covers both the theoretical as well as hands on aspects of using

[flex_india:28731] Re: Steps to Learn Flex

2010-02-22 Thread Harjot Narula
Hi Raj, Video Training This (http://www.adobe.com/devnet/flex/videotraining/) is the best way to learn flex. We all know that we can not learn a technology unless we use it; This training is one of the best ways to learn flex. This is a video training course which nicely covers both the

Re: [flex_india:28732] Re: Steps to Learn Flex

2010-02-22 Thread Ajay Rungta
Hi Raj, Adding to Component Explorer by Harjot, have a look at Style Explorer as well http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html# If you would like to read a book, go for this one (e-snips) O'Reilly Learning Flex 3 - Alaric Cole - 2008 And yes, livedocs

[flex_india:28733] Online Training/Help Requested

2010-02-22 Thread Ars
Hello, Is there any online training available for Flex? I am new to Flex. Please reply with your contact detail, if you are interested in giving training. Thanks Arshad -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:28734] Remove vertical line in the datagrid header

2010-02-22 Thread pradeepflex
Hello All, I need to remove the vertical header line in the datagrid,I tried for the vertivalGridLines=false. But that is working for remove the lines in the grid. How can i remove that header line in the grid Thanks for any valuable information Regards, Pradeep -- You received this message

[flex_india:28735] Flex Context menu with Icon

2010-02-22 Thread prasad
Hi, Is any possible to show the icons in the context menu. For example, The context menu list like Open, Save, Exit and I need to show the appropriate icons on left side of the context menu list. Thanks -- You received this message because you are subscribed to the Google Groups Flex

[flex_india:28736] Regarding Httpservice and Database.

2010-02-22 Thread Venkatesan Ramdoss
hi, In Flex I place datagrid in my page and add checkbox in datagrid row as a Itemrenderer. Now i need to delete those rows which are checked in grid and gets deleted on click of the DELETE button. But i am not able to get deleted in grid as well as in the database. Please provide me

[flex_india:28737] Re: Remove vertical line in the datagrid header

2010-02-22 Thread Hari Narayanan
Use an empty image as headerSeparatorSkin (ie.; headerSeparatorSkin={AssetLib.spacer}) -Hari On Feb 23, 9:42 am, pradeepflex pradeepflex.gr...@gmail.com wrote: Hello All, I need to remove the vertical header line in the datagrid,I tried for the vertivalGridLines=false. But that is working

[flex_india:28738] int to ByteArray

2010-02-22 Thread yogesh patel
Hi , how to convert int and uint to ByteArray? -- Thanks Regards, Yogesh Patel -- 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 from this group,

Re: [flex_india:28740] interview questions aditya birla anyone plZ discuss

2010-02-22 Thread raghavendra gunda
Component Lifecycle All Flex components have three phases in their life cycle : – The initialisation phase, The update phase and The destruction phase . On 2/22/10, Vaibhav Seth seth.vaibhav...@gmail.com wrote: 1) Variable cant be passed directly to itemRenderer, to pass its value it must

[flex_india:28739] Security Error accessing url

2010-02-22 Thread Shankar Ganesh.AP PitchaiMuthu
Hi Guys, I am doing Flex webservices application,while calling websevices in flex i am getting error[security error accessing url,Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://ipaddress:portnumber/WebServiceProject/CalculatorPort?wsdl)']

[flex_india:28741] Re: SQL on Flex

2010-02-22 Thread FLEX INDIA
Hello, could you give me your personal mail to send you my project in order you can see the complete code? On 17 feb, 05:55, FLEX INDIA danluev...@gmail.com wrote: Hello, I'm working with the integredSQLonFlexbut I have a little issue: I try to work with 2 differents tables with the same

[flex_india:28742] Re: Steps to Learn Flex

2010-02-22 Thread Ars
Hi Ajay and Harjot, Thanks you so much for your reply and suggestions. I have been using few of these documentation/blogs/video training etc suggested by you guys and I have book marked others. So far I have created few screens, connected to database, populated datagrid, parsed XMLlist, calling

[flex_india:28743] combobox gets blank once value is selected

2010-02-22 Thread Ars
Hello Experts, I have following piece of code from main mxml and below that I have component code for Combobox. Please let me know what is wrong in my code. It wipe the value once I select values from combo box. I am using label function to decode values as Yes/No when populating Data Grid from

Re: [flex_india:28745] Online Training/Help Requested

2010-02-22 Thread kosal bhati
yes .i m instrested... -- 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 from this group, send email to flex_india+unsubscr...@googlegroups.com. For more

Re: [flex_india:28744] Online Training/Help Requested

2010-02-22 Thread raghavendra gunda
yes availabe On 2/22/10, Ars mdar...@gmail.com wrote: Hello, Is there any online training available for Flex? I am new to Flex. Please reply with your contact detail, if you are interested in giving training. Thanks Arshad -- You received this message because you are subscribed to

Re: [flex_india:28746] combobox gets blank once value is selected

2010-02-22 Thread pradeep gorijavolu
please see and use combox.selectedIndex= -1 this will be useful for u Regards, Pradeep On Tue, Feb 23, 2010 at 2:44 AM, Ars mdar...@gmail.com wrote: Hello Experts, I have following piece of code from main mxml and below that I have component code for Combobox. Please let me know what is

Re: [flex_india:28747] Re: Remove vertical line in the datagrid header

2010-02-22 Thread pradeep gorijavolu
Thanks for the information what is AssetLib.spacer instead of that i use ProgramaticSkin it works But can i put for particular column in the datagrid? Regards, Pradeep On Tue, Feb 23, 2010 at 10:57 AM, Hari Narayanan kphari.naraya...@gmail.com wrote: Use an empty image as