Re: [flex_india:26747] Calling an Application from AIR

2009-11-18 Thread Nishant Kyal
The new AIR 2 has support for calling native binaries. Check that out. Nishant www.itasveer.com On Thu, Nov 19, 2009 at 12:50 PM, sheetal wrote: > Hi All, > I want to call an application from AIR application.This application is > also an AIR app.This is on demand load,so how do i call that App.

[flex_india:26746] Calling an Application from AIR

2009-11-18 Thread sheetal
Hi All, I want to call an application from AIR application.This application is also an AIR app.This is on demand load,so how do i call that App.I know i cant call an AIR app from other AIR app.But since i am using local assets here i have to make it an AIR App. i think directly integrating the cod

[flex_india:26745] Module - class doubt

2009-11-18 Thread Paritosh Bisi
Hi All, I have a doubt in module. My module has a public method, I want to call this method from one as class which is included in the module. --- TestModule.mxml --- http://www.adobe.com/2006/ mxml"> --- TestClass.as - Is included in t

[flex_india:26744] Re: Need help in chart

2009-11-18 Thread Heman Babu
any suggestions??.. On Wed, Nov 11, 2009 at 4:57 PM, Heman Babu wrote: > Hi, > > I am developing web based flex application, in which i need to plot a > graph like Current VS speed, Voltage Vs Speed, Torque Vs speed in a single > graph.The Current Vs Speed may have ( 1,20 rpm), ( 1.5,30 rpm)

Re: [flex_india:26743] About CapsLock

2009-11-18 Thread Jitendra Jain
you have the range of keycodes (65-90) for caps. When the key code is between this range . Highlight the caps lock. On Mon, Nov 16, 2009 at 7:29 PM, surendra babu wrote: > HI All, > > I am implementing AIR application.So i developed a KeyPad component > that contains all the functionalit

[flex_india:26742] Initial height and width of an AIR Appln

2009-11-18 Thread sheetal
Hi all, If i want to set the initial height and width of the AIR app. irrespective of the screen res.(may be in percent),how to do it? I am setting it as 100% in app.xml but that is not working.Any other idea? please share. -sheetal. -- You received this message because you are subscribed to th

[flex_india:26740] Re: Doubt in Defining the class.

2009-11-18 Thread FlexiSush
Hi, you cannot have more than one public class in a single .as file. Due to this it will not work. On Nov 18, 10:44 am, Gerald Anto wrote: > Hello Friends, > > Actually i need a class that extends a super class. > > Shall i have two classes in a single .as file? if i do like i cant get > a result

[flex_india:26741] Re: Hi All

2009-11-18 Thread sathesh
hi, try this: http://www.adobe.com/2006/mxml"; layout="horizontal" backgroundColor="0xFF">

[flex_india:26739] Re: Binding issue

2009-11-18 Thread sathesh
hi, Eventhough you havent declared the variable testArr as Bindable you still binded your arraycollection to the datagrids line ---> here -> dataProvider="{testArr}" - Using the curly braces ({}) syntax also specifies data binding... so, your data grids are binded to the arraycollection and a

[flex_india:26738] Create a custome component Dynamically?

2009-11-18 Thread ravi kanth
Hi, I have a requirement on Advanced DataGrid. I have one Row with fileds like, check box,radio button, text field, combo box and text input . And i have a ADD Button and Submit button on the same page. when i click on ADD Button, all above fields are dynamically generated on the next row. S

[flex_india:26737] Facebook

2009-11-18 Thread edwin . vgwhiz
Hi All, I'm creating an application for my son's wedding which will have a countdown to days. I also would like to ad a live RSS feed that would update to let everyone know what the bride and groom are doing to prepare for their big day. I also want to connect their respective Facebook photo albums

Re: [flex_india:26736] Re: IFrame Issue

2009-11-18 Thread Kiran Kumar Vasireddy
Some from my office the very first time it showing security error and again refresh is working great. Thanks for testing for me from your end. I noticed another issue with it . If I add Title window to the page by clicking on button and if you drag the titlewindow on to Iframe , Iframe is coveri

Re: [flex_india:26735] About framework in pure as3

2009-11-18 Thread Utkarsh kaushal
This is typical designing issue. Decide the common component and make it part of your core functionality. You can adopt MVC pattern for your core application logic and expose the interfaces thru view layer (so that core logic can remain unchanged). Based on my understanding for your requirement UI

Re: [flex_india:26734] Re: Connection to SQL Server 2005

2009-11-18 Thread raj rampur
thanq u i ll try to implement -- 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. F

[flex_india:26730] how to get diff language support?

2009-11-18 Thread prajnith K
hi every one.. i want display data in turkish in flex .. actually im using en_US as locale if i want to display in turkish what to do? Prajnith -- 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_i

Re: [flex_india:26732] Re: adding two types of array to combobox?

2009-11-18 Thread abhilash M
solved!! thanks -- 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 option

Re: [flex_india:26729] Re: will Flex supports same functionality as form bean mapping to jsp for setting input values

2009-11-18 Thread Kiran Singh
Friends, I need this requirement please respond friends.I need to develop it On Mon, Nov 16, 2009 at 12:23 PM, Kiran Singh wrote: > Hi Div, > > My requirement is nt what u are expecting.Right now we are doing the same > what u have mentioned. > > I mean when i click on save button.The contro

Re: [flex_india:26728] Re: Connection to SQL Server 2005

2009-11-18 Thread Abhinav Mehta
Hi Raj... Sorry for delay, but you can check solutions on- http://flexphi.blogspot.com/2007/09/connecting-flex-to-sql-server.html http://weblogs.asp.net/astopford/articles/105551.aspx -this is good-one. Even though if you stuck somewhere than let me know about that. Regards Abhinav Mehta -

[flex_india:26727] Re: image enable

2009-11-18 Thread amutha
thanks for ur reply.. but i found the solution like that... private function disableImages():void{ //remove the click listener from image myImg.alpha=0.2; myImg.removeEventListener(MouseEvent.CLICK, btnClickHandle); } private function enableImages():void{ //remove the click listener from image m

[flex_india:26724] About framework in pure as3

2009-11-18 Thread li eric
Hi all: I am eric from china, now I am a flash developer in a company just like youtube in china. we are developing a flash video player, we have a lot of projects for video player, and every project is different. I got puzzled. cause our market's problem,our customer want change the function

[flex_india:26726] Re: drag and drop with Vbox

2009-11-18 Thread amit doshi
Make one as file on that extend that component and use that variable with the xmlns space in your flex application and write there dragenabled="true" and where you want to drop write there the code of dragEnter and dragDrop event http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_4.h

[flex_india:26725] Hi All

2009-11-18 Thread niranjan kumar
Hi All, I have Panel, inside a panel I have a Piechart. For the panel i have taken two toggle buttons. When I click one toggle button, It will display the Pie Chart with values. when I click another toggle button. It will display the data in a Datagrid with two columns. R