[flex_india:32497] How to automate flex application using any open source tools

2011-01-03 Thread Vinith
Hi Folks, I am working as a QA Engineer and presently working on automation using open source tool selenium. As i am working on Flex applications, presently i am finding it difficult to automate flex applications using QTP or Selenium etc...Hence I would like to know how to automate flex applicati

Re: [flex_india:32497] Re: Regarding datagrid border modification

2011-01-03 Thread Varun Bajaj
Hi All I got my answer from following link - http://livedocs.adobe.com/flex/3/html/help.html?content=skinning_5.html. Khushi@ i am really thankful for your help. Thanks, Varun Bajaj On Mon, Jan 3, 2011 at 6:27 PM, khushi wrote: > Hey Varun, > > I think Itemrenderer and Row span would work

[flex_india:32496] Adobe certified exam 3

2011-01-03 Thread kapilan Thangalakshmi
Hi friends, Very good morning to you all In this 2011 strarting,i would like to write Adobe certified Exam Flex3.. (ACE3).I searched in the internet,But i didnt get valuabe informations.. so please inform me friends,to get that valuable certificate..

Re: [flex_india:32495] Need help on Adobe AIR

2011-01-03 Thread Nilesh Walkoli
Yes you are correct Ashok, as per my info you don't need AIR to be installed on Mobile/iPhone. It converts all to platform native application which that platform could understand. On Tue, Jan 4, 2011 at 12:25 AM, ashok kumar wrote: > Sandeep, > > Thanks for the reply. Could you please explain a

Re: [flex_india:32494] Custom Font and label on FormItem doesn't work

2011-01-03 Thread Preetham Hegde
*Thanks Hissam for sharing .* * *Regards, Preetham Hegde On Tue, Jan 4, 2011 at 7:56 AM, HISSAM wrote: > > > Check the CSS labeling and names > http://www.loscavio.com/downloads/blog/flex3_css_list/flex3_css_list.htm > -- > > Hissam, > Flex Developer, > INDIA. > (m) +919860694301 > If I C

Re: [flex_india:32492] Need help on Adobe AIR

2011-01-03 Thread ashok kumar
Sandeep, Thanks for the reply. Could you please explain a bit more. Are you saying we have to install AIR runtime in each OS as well as in Devices? As far as i know we dont need to install AIR runtime in iOS as when we convert AIR application to .ipa file then it becomes native application and it

Re: [flex_india:32492] Call EXE

2011-01-03 Thread saravana kumar
Actually i want to Call external EXE file from Flex 4. The EXE file is in Client side only On 1/3/11, abid reha wrote: > Excitedly what do want please explain more..? > > ih > > On Mon, Jan 3, 2011 at 7:54 PM, saravana kumar > wrote: > >> Is there any possible to call the exe from flex >> >> Bes

Re: [flex_india:32491] Custom Font and label on FormItem doesn't work

2011-01-03 Thread HISSAM
Check the CSS labeling and names http://www.loscavio.com/downloads/blog/flex3_css_list/flex3_css_list.htm -- Hissam, Flex Developer, INDIA. (m) +919860694301 If I CRY angels deserves to DIE. -- You received this message because you are subscribed to the Google Groups "Flex India Community" gro

Re: [flex_india:32490] Need help on Adobe AIR

2011-01-03 Thread HISSAM
When u compile to the native OS app, it internally gives call to the SWF file which run on AIR runtime, So u need the AIR runtime. On 3 January 2011 01:23, AshokFx wrote: > Hi All > > Need some clarification on Adobe AIR. > > We can create an Adobe AIR application with .EXE extension for > Windo

Re: [flex_india:32489] Call EXE

2011-01-03 Thread HISSAM
It is possible!! Thru AIR its easy. Thru Flex u need to call javascript function which will call an activeX object which in return call an exe file. Note: this only works for IE cos other browsers doesn't support ActiveX. On 3 January 2011 22:15, abid reha wrote: > > Excitedly what do want plea

Re: [flex_india:32488] Call EXE

2011-01-03 Thread abid reha
Excitedly what do want please explain more..? ih On Mon, Jan 3, 2011 at 7:54 PM, saravana kumar wrote: > Is there any possible to call the exe from flex > > Best Regards > Saravanakumar.E > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community"

Re: [flex_india:32486] Call EXE

2011-01-03 Thread naveen SR
EXE on the server path or on local file system of client? Please be specific On Mon, Jan 3, 2011 at 7:54 PM, saravana kumar wrote: > Is there any possible to call the exe from flex > > Best Regards > Saravanakumar.E > > -- > You received this message because you are subscribed to the Google Group

Re: [flex_india:32485] Custom Font and label on FormItem doesn't work

2011-01-03 Thread naveen SR
I think you got the property wrong ... Please try following code: mx|FormItem{ labelStyleName: formItemLabel; } This works for me. Cheers, Naveen On Mon, Jan 3, 2011 at 8:16 PM, Jim_Nastiq wrote: > Hi there, > > I'm trying to have custom font on a label of a formitem but can't make >

[flex_india:32483] Custom Font and label on FormItem doesn't work

2011-01-03 Thread Jim_Nastiq
Hi there, I'm trying to have custom font on a label of a formitem but can't make it work . here is my css : @font-face{ src: url("/fonts/ChalkboardBold.ttf"); fontFamily: "myFont"; fontWeight: bold; } mx|FormItem{ label-style-name: formItemLabel; } .formItemLabe

[flex_india:32483] Call EXE

2011-01-03 Thread saravana kumar
Is there any possible to call the exe from flex Best Regards Saravanakumar.E -- 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

Re: [flex_india:32482] Problem with the Datagrid.

2011-01-03 Thread vikram singh
OK thats gr8 u did it .. On Fri, Dec 31, 2010 at 12:52 PM, phani pvr wrote: > Hi Vikram Singh, > > Ya I have given like that only. But here i forgot to give it. > Anyways problem is resolved . > Thanks alot for all replies. > Problem is because of Flex 3.2 (In this it is not coming). I changed t

[flex_india:32481] Re: Regarding datagrid border modification

2011-01-03 Thread khushi
Hey Varun, I think Itemrenderer and Row span would work... Apply required border style along with contents in Item renderer.. Thanks! On Jan 3, 3:23 pm, Varun Bajaj wrote: > Dear Experts > > Greeting for the day, wish you a very happy new year. In my project i need > to customize datagrid's out

[flex_india:32479] Datagrid inside a datagrid

2011-01-03 Thread madhu babu
HI All, wish you a very happy new year. In my project I need to customize data grid inside a data grid with checkboxes ..if the parent checkbox checks all the childs' need to be checked Could you please provide any solution or reference in this regard will be a great help. Thanks A. Madhu B

Re: [flex_india:32479] GetItemIndex in Arraycollection

2011-01-03 Thread elan pras
Hi Saravanan, You can try this one. [*Bindable*] *private* *var* sampleArrayCollection:ArrayCollection = *new*ArrayCollection ([{empId:1001,empName:*"John"*,empAge:25},{empId:1002,empName:*"Kim"* ,empAge:35}, {empId:1003,empName:*"Guru"*,empAge:42},{empId:1004,empName:*"Shiv"* ,empAge:19}, {

[flex_india:32478] Help regarding TextField condenseWhite and whitespace preservation

2011-01-03 Thread Flexian_me
Hello Folks, I am facing an issue with TextField component. I am setting condenseWhite = true and using htmlText property to set the text into an xml. Now problem is that using condenseWhite = true is triming the text and thus whitespace before the text is being removed . I need to preserve the whi

[flex_india:32476] Regarding datagrid border modification

2011-01-03 Thread Varun Bajaj
Dear Experts Greeting for the day, wish you a very happy new year. In my project i need to customize datagrid's outer border as per the image attached. any solution or reference in this regard will be a great help. -- Thanks and regards, Varun Bajaj -- You received this message because you ar

Re: [flex_india:32476] Re: GetItemIndex in Arraycollection

2011-01-03 Thread saravana kumar
Sorry Santosh its also returning -1. On Mon, Jan 3, 2011 at 2:38 PM, Santosh wrote: > Hi, > for getting itemindex u need to have the same format in > arraycollection > > [Bindable] > private var arrCB:ArrayCollection = new ArrayCollection(new > Array({label:'Test'},{label:'sample'})); > var tem

Re: [flex_india:32474] Need help on Adobe AIR

2011-01-03 Thread sandeep gupta
yes, updated AIR Must be installed in the respective systems. API Will automatically convert. On Mon, Jan 3, 2011 at 1:23 AM, AshokFx wrote: > Hi All > > Need some clarification on Adobe AIR. > > We can create an Adobe AIR application with .EXE extension for > Windows, .DMG for Mac,.RPM or .DEB

[flex_india:32474] Tabbar in Flex4

2011-01-03 Thread kishore flex
Hi Friends, I have a small requirement that, i have a tabbar, with close button. Now my requirement is if i have number of tabs, it's just giving the scrol bar, what i need id, i need to move them, using buttons , if i click on the right side button, the tabs should move to right and viceversa, in

[flex_india:32473] Re: GetItemIndex in Arraycollection

2011-01-03 Thread Santosh
Hi, for getting itemindex u need to have the same format in arraycollection [Bindable] private var arrCB:ArrayCollection = new ArrayCollection(new Array({label:'Test'},{label:'sample'})); var tempObj:object=new object(); tempObj.label='Test'; arrCB.getItemIndex(tempObj) will now return the item i