[flex_india:31491] Flex tree drag and drop

2010-09-21 Thread shaun thomas
Hai, I have a flex application with 2 tree. I should allow the drag and drop from left tree to right tree based on the local name of XML. While working on this I encountered peculiar kind of problems. - when dragged and dropped to right tree from left tree, the dragged item in lefttree is appeari

[flex_india:31491] Draw Label in Curve Shape.

2010-09-21 Thread manu
can we draw label in half curve shape in top. any body have formula to calculate x,y coordinates of curve shape. for example adobe clock but need to draw both side of top . if any body have pls help me. Thanks in advance Manoj Chaurasiya -- You received this message because you are subscribed

[flex_india:31491] DataGrid

2010-09-21 Thread Jeyaraman
Hi Gurus, I am doing project in Flex, and i m new to flex. i want to add the datas in datagrid..i have done with tat how do add itbut i cant do for another level.. For example if i give a value in input textbox like jai and chennai of columns of datagrid that should show as already u have a

[flex_india:31490] Re: full screen AIR application

2010-09-21 Thread Anoop PK
Hi Cholid, In the *-app.xml file in your AIR project you can set the below properties to set the width and height of the application. There by making it fullscreen. You can get the screen resolution by using the following propert

[flex_india:31489] publisher and logo when install adobe

2010-09-21 Thread cholid ridwan
1.how to add logo and publisher identification when we install AIR application? i just found my name application, and not for the icon and publisher 2.how to make badge? thanks cholid_ridwan -- You received this message because you are subscribed to the Google Groups "Flex India Community" group

[flex_india:31488] full screen AIR application

2010-09-21 Thread cholid ridwan
1.how to make our AIR application is full screen without can interupt with any keys in keyboard? 2.how AIR read the resolution in monitor? thanks cholid_ridwan -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send e

[flex_india:31487] AIR call any application in computer

2010-09-21 Thread cholid ridwan
how to make AIR call application like ms office ? thanks cholid_ridwan -- 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_

[flex_india:0] Flex & HTML5

2010-09-21 Thread kanu kukreja
There are ways of getting output from flex in jpg, png and swf format. Is there's any way of getting output in HTML5? Thanks Kanu Kukreja -- 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...@g

[flex_india:31485] environment variables using AIR

2010-09-21 Thread kapil kaushik
Hi All, I am trying to run a "native process" using an AIR application. However, to work properly the native process requires certain "system" environment variables to be set. I tried searching a lot on net, but couldn't find any info on this. Any help/suggestions from you guys would be highly app

Re: [flex_india:31484] Display Labels using Arrays

2010-09-21 Thread nithya flex
it also depends on how you want display those controls, like Vertical or Horizontal or Row*Column. how you are planing to display those lables. On Tue, Sep 21, 2010 at 3:38 PM, Hidayath wrote: > Hi Athi, > > you can try it like this > >private function createLabels():void > { >

Re: [flex_india:31481] Re: How to add dynamic properties to java object?

2010-09-21 Thread Fausto Vaz
Hi Kamal, like you said there's no way to do that due to the nature of the java language. 2010/9/21 kamal > The Java programming language is statically-typed, which means that > all variables must first be declared before they can be used. This > involves stating the variable's type and name, a

Re: [flex_india:31481] Air for android application

2010-09-21 Thread Mohamed Faisal
Thanks lot bhai, u r genious On Tue, Sep 21, 2010 at 3:48 PM, Prajeesh M P wrote: > Hi Nasurudeen , > > Thanks a lot Bhaya! . You saved my lot of time . Thanks again. If > you have any more information regarding air- android devlopement like > Sample applications and pdf please share th

Re: [flex_india:31481] Air for android application

2010-09-21 Thread Fausto Vaz
Hy Guys, in case you haven't seen this app yet, i share with you this amazing app. It's build on Android plataform using Flex technologies. http://coenraets.org/VideoMap/VideoMap.html?room=3xbe1 http://coenraets.org/blog/category/livecycle-collaboration-service 2010/9/21 Prajeesh M P > Hi Na

[flex_india:31480] Re: How to add dynamic properties to java object?

2010-09-21 Thread kamal
The Java programming language is statically-typed, which means that all variables must first be declared before they can be used. This involves stating the variable's type and name, as you've already seen: int gear = 1; -- You received this message because you are subscribed to the Google Grou

Re: [flex_india:31478] Air for android application

2010-09-21 Thread Prajeesh M P
Hi Nasurudeen , Thanks a lot Bhaya! . You saved my lot of time . Thanks again. If you have any more information regarding air- android devlopement like Sample applications and pdf please share those also . Especially how to use Android api in air application development. Regards Prajee

Re: [flex_india:31478] Display Labels using Arrays

2010-09-21 Thread Hidayath
Hi Athi, you can try it like this private function createLabels():void { var con:Vbox= new Vbox(); //*con *is a Vbox container to hold the dynamic labels //*len *is the numeric input value provided in the input text box. for(var i= 1;i wrote: > hi > > i am

[flex_india:31475] Display Labels using Arrays

2010-09-21 Thread athi
hi i am working in flash builder 4. I give input (for example 10) in text box .When i click the button at the time it produces 10 Labels. how i do it Give me some suggestion regards athi -- You received this message because you are subscribed to the Google Groups "Flex India Community" group.

RE: [flex_india:31475] Re: Move next cuepoint in Video Display in flex 4

2010-09-21 Thread Natwar Garg
You can try/use seekToNextNavCuePoint and seekToPrevNavCuePoint methods of FLVPlayback class to jump forward and backward navigation cue point. Regards, Natwar Garg -Original Message- From: flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] On Behalf Of ManInAction Sent: Tu

[flex_india:31474] How to add dynamic properties to java object?

2010-09-21 Thread kamal
Hi All, How to add dynamic properties to java object? -- 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..