[flex_india:34630] Detecting the removable storage devices and storing data into it using flex 3

2011-10-16 Thread elan pras
Hi All, I am working on Flex 3 App, I have a requirement where I need to download files from a server and store it directly into a Pendrive, first I need to detect the number of pendrives connected upon selection to download data into the pendrive directly I tried I was able to do this using flex

Re: [flex_india:34513] how to add scrub bar into spark video player component?

2011-09-09 Thread elan pras
Hi, Check this link out it will solve your issue... http://blog.flexexamples.com/2010/06/17/styling-the-scrub-bar-data-tip-on-a-spark-videoplayer-control-in-flex-4/ regards elanpras On Thu, Sep 8, 2011 at 5:51 PM, bharathi dasan wrote: > Hi all > > please help me to resolve this problem. > >

[flex_india:34384] READ the data from a CreditCardSwipe Machine into a FLEX UI

2011-08-11 Thread elan pras
Hi, I am Using Flex 3.6 SDK, I have a requirement in which I need to READ the data from a CARD Swipe Machine, that is once the user Swipes his card on a Credit Card Swiper I need to get the data from that Swiper into a FLEX UI and display it, I am new to this Topic, So if anyone has done/worked o

Re: [flex_india:33654] fresher

2011-05-04 Thread elan pras
hi, you can go through this link which is really useful for freshers http://tv.adobe.com/show/flex-in-a-week/ It is an online video tutorial for FLEX 4. regards Prasanth On Wed, May 4, 2011 at 1:00 PM, abirami cv wrote: > Hi all, > > I am an intern in a reputed organisation.I have been ass

[flex_india:33055] Reg: Integrating Flex Mobile Application With Sales Force CRM using OAuth

2011-02-23 Thread elan pras
Hi I am Integrating Flex Mobile Application with a Sales Force CRM , using OAuth, and this is my code But when I run the Code I get the following Error : Error #2044: Unhandled error:. text=Load error. is the full error Can someone help me on this private var _key:Your API KEY; 02private

Re: [flex_india:33033] Need help please

2011-02-22 Thread elan pras
Hi You can even go through the following links http://www.adobe.com/devnet/flex/videotraining.html which I think will be really useful regards elanpras On Tue, Feb 22, 2011 at 9:47 PM, Preetham Hegde wrote: > *I personally feel livedocs from adobe is the best tutorial* > * > *Regards, >

[flex_india:32882] Show Current Location

2011-02-07 Thread elan pras
This is my FlexMobileApplication code: The requirement is on click of a button it should display the Current Location in a Android Device http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" title="Home">

[flex_india:32876] How to find the current Location in a FlexMobileApplication using a Android Emulator

2011-02-07 Thread elan pras
Hi In the Android Emulator I have a Gmap application installed which was created using Flex it has two text boxes now in ehich we enter the Lat and Long and on click of the search button it will show the corresponding Location to Lat & Long, this works perfectly fine but how to show the users curr

[flex_india:32843] "The Application "app-name" has stopped unexpectedly-Force Stop"

2011-02-03 Thread elan pras
Hi I tried a simple Flex Mobile Application using Flex 4 Burrito + AIR 2.5 + Android Emulator. Code is really simple just a hello World Application which displays HelloWorld in a Label, once I run this file in my bin-debug I get the swf and descriptor.xml file relavent file for my application.

Re: [flex_india:32821] assign value to input when initializing and creating popupwindow

2011-02-02 Thread elan pras
For Restricting your textInput which is inside a popUp-Title Window, Why do you want to restrict it from outside the PopUp you can do the validation part inside the Title window itself right? On Wed, Feb 2, 2011 at 9:32 AM, Pavan B wrote: > Hi, > How to assign a value to a variable in a titl

Re: [flex_india:32528] How to capture system information in flex?

2011-01-06 Thread elan pras
Hi Naveen You can use the flash.system.capabilities class like System.capabilities.version System.capabilities.hasAudio regards Prasanth On Thu, Jan 6, 2011 at 12:56 PM, Navin wrote: > Hi, > > Can anybody tell me how to capture system information in flex? If > possible provide me with some

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}, {