[flex_india:26200] Function Execution Time

2009-10-30 Thread kanu kukreja
How can I find/get execution time of particular function data? --~--~-~--~~~---~--~~ 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

[flex_india:26201] Re: Function Execution Time

2009-10-30 Thread GAGAN anand
Hi Kanu Please elaborate your question Regards Gagan Deep 2009/10/30 kanu kukreja kanukukr...@gmail.com How can I find/get execution time of particular function data? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:26213] Re: Capture Flex KeyboardEvent

2009-10-30 Thread Arthur Magno
Wait! I'm making some tests! 2009/10/29 OnlyMe ch.shil...@gmail.com I am trying to capture the F5 and Control+R keyboard events in Flex. This is refreshing the page instead of doing what I need. I understood that the Internet Explorer window event is fired first. This is not letting the

[flex_india:26206] Re: Capture Flex KeyboardEvent

2009-10-30 Thread Arthur Magno
you can't override or workaround, some of browsers (defaults) shortcuts javascript will do the work better for you! or simply, changing the hotkeys... making a help for you software! 2009/10/29 Arthur Magno chucr...@gmail.com Wait! I'm making some tests! 2009/10/29 OnlyMe

[flex_india:26209] Re: Linux error

2009-10-30 Thread Varun Bajaj
eclipse 3.3 and flex 3.0 On Thu, Oct 29, 2009 at 6:38 PM, Tino Dai obe...@gmail.com wrote: On Thu, Oct 29, 2009 at 7:37 AM, Varun Bajaj vb.j...@gmail.com wrote: As i tries to open any mxml file in mxml editor. On Thu, Oct 29, 2009 at 5:04 PM, HISSAM hissam.sher...@gmail.com wrote: when r

[flex_india:26208] XLSX File reader in flex

2009-10-30 Thread Keshaw Kumar
Hi All, Is any way to read and write the XLSX file in flex. Actually the file architecture of the XLSX is totally different than the .xls file. Have any one done with AS3XLS ? Thanks, Keshaw --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:26212] Re: string/textinput validations

2009-10-30 Thread prajnith K
thakq very much.. its working... Prajnith On Thu, Oct 29, 2009 at 11:01 PM, OnlyMe ch.shil...@gmail.com wrote: Hi Prajnith, You can use restrict property for that. Ex: mx:TextInput id=txt restrict=a-zA-z / On Oct 29, 8:58 am, prajnith K prajn...@gmail.com wrote: hi friends ...

[flex_india:26216] binding between two compoents?

2009-10-30 Thread prajnith K
hi friends i'm not able bind between two components... im sending my code please help me... how to approach using metadata or waht? got stuck here * main application* ?xml version=1.0 encoding=utf-8? mx:WindowedApplication

[flex_india:26204] Re: ArrayCollection issue

2009-10-30 Thread surendra chowdary
Hi, Thanks for the reply.. i cleared that by Vishal solution. with Regards, surendra. On Thu, Oct 29, 2009 at 1:57 PM, vishal lad vish...@gmail.com wrote: Instead of assigning the objects to each other you can actually copy the objects using arrColl1 = ObjectUtil.copy(arrColl2) as

[flex_india:26211] skin flex components and screen mockups

2009-10-30 Thread lakshminarayan k
1.how to Translate screen mockups into fully functional applications and how to create skins in flex 2.how write test cases and unit testing is there any separeate toll is there (like ANT)..any example plz assiist . 3.what is meant by data binding 4.how impliment polymorphism concep t in

[flex_india:26202] Re: Building custom components Library

2009-10-30 Thread FlexiSush
Hi, U can place all the reusable components as .swc in some folder and whenever u want that component in any flex project u can add the swc. On Oct 29, 8:37 pm, veeru rahul veeru...@gmail.com wrote: Hi Folks, I have developed few reusable components and I want to create a Library for those

[flex_india:26219] Re: Building custom components Library

2009-10-30 Thread rishi narang
i think creating a flex library project can be a good idea On Fri, Oct 30, 2009 at 1:16 PM, FlexiSush sushant...@gmail.com wrote: Hi, U can place all the reusable components as .swc in some folder and whenever u want that component in any flex project u can add the swc. On Oct 29, 8:37

[flex_india:26223] Re: binding between two compoents?

2009-10-30 Thread Ravi Mishra
This is because you are assigning value to the string in Canvas in creationComplete event and in panel you are just creating and instance of Canvas component. It will not trigger the creationComplete event of Canvas component. To achieve this, you have to add your canvas component inside the

[flex_india:26225] Re: binding between two compoents?

2009-10-30 Thread prajnith K
yeah thanks for u reply i know that procedure u did... in ur approach u included a canvas.. in the panel window... i dnt want like that.. i need like this... var callcanvas:mycanvas = new mycanvas; Prajnith On Fri, Oct 30, 2009 at 1:51 PM, jakir qureshi asraf.ja...@gmail.comwrote: your

[flex_india:26226] Maximum font size ?

2009-10-30 Thread initpixel
Hi all Isn't it possible the textarea component to have font size greater than 127 ? any clue ? in my design, i need to have textareas with bigger font sizes... please help me thanks in advance Ghosh --~--~-~--~~~---~--~~ You received this message because

[flex_india:26228] can we pass a string/text field form one component to another.

2009-10-30 Thread prajnith K
hi friends can we pass a string or text value form one component to another..? if can u tell me how? Prajnith --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send

[flex_india:26230] Flex Opening with Chennai CMM Level Company

2009-10-30 Thread SOMA CONSULTANCY
Hi, Candidates with strong Flex Exp between 4 to 9 years can send their updated profiles immediately Regards Hanumantha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this

[flex_india:26227] Re: Create object from string of class name problem

2009-10-30 Thread FlexiSush
Hi, try the below code to create object based on class name. public var cls:Class = getDefinitionByName(MyClass) as Class; In this example MyClas is the name of the class. Hope this helps u. On Oct 30, 12:35 am, Brolesi, Fogliarini brol...@gmail.com wrote: Hi people. I'm trying to create an

[flex_india:26231] titleicon position change

2009-10-30 Thread itonflex team
Hi friends ! Can u help me how to change the titleicon of a titlewindow from left to right and close button from right to left. Please help me regarding this ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[flex_india:26224] Re: binding between two compoents?

2009-10-30 Thread prajnith K
is it difficult to do with out adding a canvas window in the panel window Prajnith On Fri, Oct 30, 2009 at 2:32 PM, Ravi Mishra ravi.achi...@gmail.com wrote: This is because you are assigning value to the string in Canvas in creationComplete event and in panel you are just creating and

[flex_india:26229] Re: binding between two compoents?

2009-10-30 Thread FlexiSush
Hi, hope the below solution works for u. **main.mxml* ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute xmlns:ns1=* ns1:component x=100 y=100 /ns1:component /mx:Application *component1.mxml ?xml

[flex_india:26232] flex builder is very slow

2009-10-30 Thread rohit
Today,Suddenly my flex builder performance going down down and down. Its takes lot of time to build workspace and compile. prior it was fine for me.I did not change any sys configuration and software installations in between I have been apply all the solutions but problem is stil same. Can

[flex_india:26233] Re: Maximum font size ?

2009-10-30 Thread prasad
HI, The flex components like Text, TextArea, Label will support font size upto 150pt. If your requirement is to display bigger fonts (like 160pts or greater) , Want to use flash components as SWC in flex . Create Text component in flash using dynamictext and convert to flex SWC. Use the SWC in

[flex_india:26235] Re: flex builder is very slow

2009-10-30 Thread Kiran Singh
you havent mention the mxml changes in ur project from earlier . Because we are facing the same problem.as the mxml increased our systems and flex builders are getting crash.We have professional version flex builder. I am also facing the same problem because of the flex builder. Eariler we used

[flex_india:26236] Re: flex builder is very slow

2009-10-30 Thread HISSAM
search if any code block has empty switch case Usually flex builder crashes while compiling empty switch case. Hope u get rid of this immediately 2009/10/30 Kiran Singh nkiransi...@gmail.com you havent mention the mxml changes in ur project from earlier . Because we are facing the same

[flex_india:26237] Re: can we pass a string/text field form one component to another.

2009-10-30 Thread Vaibhav Seth
Use DataEvent On Fri, Oct 30, 2009 at 7:42 AM, prajnith K prajn...@gmail.com wrote: hi friends can we pass a string or text value form one component to another..? if can u tell me how? Prajnith -- Thanks, Vaibhav Seth. --~--~-~--~~~---~--~~ You

[flex_india:26240] Re: Tool tips position on an image with multiple pics

2009-10-30 Thread edwin . vgwhiz
That's what I thought. But there has to be an easier way. Anyone else have an idea. Let's Go Flex_India Thanks On Fri, Oct 30, 2009 at 12:28 PM, Sampath sampat...@gmail.com wrote: I assume there is only one image with multiple objects in it. To achieve this probably u might have to place a

[flex_india:26248] Re: Tool tips position on an image with multiple pics

2009-10-30 Thread Subeesh Arakkan
Try ImageMap control from Flexlib From: flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] On Behalf Of Sampath Sent: 30 October 2009 21:59 To: flex_india@googlegroups.com Subject: [flex_india:26239] Re: Tool tips position on an image with multiple pics I assume there is only

[flex_india:26251] Re: Tool tips position on an image with multiple pics

2009-10-30 Thread edwin . vgwhiz
How does that function? Do you have sample code of what I'm trying to achieve??? On Fri, Oct 30, 2009 at 12:30 PM, Subeesh Arakkan subees...@gmail.comwrote: Try ImageMap control from Flexlib *From:* flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] *On Behalf Of *Sampath

[flex_india:26252] Re: Hi Everyone, Am new to Flex

2009-10-30 Thread edwin . vgwhiz
Take a course with Adobe. On Fri, Oct 30, 2009 at 2:07 PM, Ravi rkcy...@gmail.com wrote: Hi Everyone, I was very new to flex. Am very interest to learn Flex and Action script. So can any one of you pls suggest me, from where i need to start flex and Action script. I have installed Flex

[flex_india:26253] Re: titleicon position change

2009-10-30 Thread Sandeep P P
Hi, Try this Sandeep PSL On Fri, Oct 30, 2009 at 5:48 PM, itonflex team itonflext...@gmail.comwrote: Hi friends ! Can u help me how to change the titleicon of a titlewindow from left to right and close button from right to left. Please help me regarding this !

[flex_india:26254] Re: flex builder is very slow

2009-10-30 Thread Kiran Singh
Can you explain it clearly why flex builder crashes if we use switch statements. On Fri, Oct 30, 2009 at 8:56 PM, HISSAM hissam.sher...@gmail.com wrote: search if any code block has empty switch case Usually flex builder crashes while compiling empty switch case. Hope u get rid of this

[flex_india:26255] filter elements from row?

2009-10-30 Thread prince
Hi, I have an ArrayCollecton.It will contain one field name is Address. Address contains these values: Address(came from database) Hyd,Chennai,Mumbai,Delhirow1 bangolore,vizag-row1 Here my doubt is I want to filer Hyd,Chennai from row1.How to achieve this? i

[flex_india:26256] Can we dynamically create menu bar.

2009-10-30 Thread Gerald Anto
Can we dynamically create menu bar. actually my requirment is, i have 3 buttons admin user client i need separete menuitems in menu bar for ex if i enter admin MenuItemA,menuItemB,menuItemC(with sub menu) are only available if i click user MenuItemA,menuItemB(with sub menu) are only