[flexcoders] Re: How to use StageWebView component load pdf file in Android tablet?

2012-01-31 Thread markflex2007
This doesn't work for me.any other solutions?Thanks Mark --- In flexcoders@yahoogroups.com, "markflex2007" wrote: > > Hi, > > someone post a solutions on > :http://stackoverflow.com/questions/6184927/how-open-pdf-in-air-for-android-black-berry > > but I am not sure which seeting in descriptio

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Dan M
Thank you, Rishi! That helps a lot. And I was able to import that fxp file and compile with no problems. It looks like I can continue to push ahead with development and maybe learn a little more about the proper use of Flash Builder in the process. On 01/31/2012 12:43 AM, Tandon, Rishi wrote:

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Dan M
Thanks, Srinivas. It's true, I came to Flash Builder in a bit of a hurry and didn't take the time to read as much of the documentation as I should have. I had indeed not understood the FB mechanisms properly. With your explanation I understand a bit better what I need to do. Thanks again! On

[flexcoders] FT Permanent Flex position @ Dell, Inc.

2012-01-31 Thread michael_regert
If you know of anyone looking for a full-time, permanent Flex 4 development position in the Austin, Texas area, please email me an updated and complete resume. Right now, I'm being told by HR this is for US residents only (meaning, Dell cannot do international relocation at this time, sorry).

[flexcoders] Re: How to use StageWebView component load pdf file in Android tablet?

2012-01-31 Thread markflex2007
Hi, someone post a solutions on :http://stackoverflow.com/questions/6184927/how-open-pdf-in-air-for-android-black-berry but I am not sure which seeting in description file for "hardware acceleration"? Please help. Thanks Mark The following message is copied from http://stackoverflow.com/ques

[flexcoders] Re: How to use StageWebView component load pdf file in Android tablet?

2012-01-31 Thread markflex2007
It works with simulator but do not work on real device. why? Do you have a solusion for this? Thanks Mark

[flexcoders] How to use StageWebView component load pdf file in Android tablet?

2012-01-31 Thread markflex2007
Hi, I did the test to load pdf file in Andriod tablet, but I can not show the pdf inside the application. private var webView:StageWebView; webView = new StageWebView(); webView.stage = this.stage; webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, st

[flexcoders] Re: Need help dynamically modifying text displayed based on DB return

2012-01-31 Thread valdhor
Firstly, the way you are setting your public variables won't work. The {} syntax only works inside an MXML statement. You would need to change [Bindable] public var imageTitle:String = "{win.title}"; to [Bindable] public var imageTitle:String = win.title; Secondly, you may like to look into us

[flexcoders] Re: How to create a line after each line in a TextArea

2012-01-31 Thread valdhor
Add a row of dash's or underscore's? --- In flexcoders@yahoogroups.com, dorkie dork from dorktown wrote: > > I'm trying to show a horizontal line under each row of text sort of like > legal paper. I'm not sure what to do to accomplish this. >

Re: [flexcoders] Moving my command-line development to FlashBuilder4.6 - confused.

2012-01-31 Thread Tandon, Rishi
Never mind Srinivas, the flex development should go on and I always wish more UI developer join the force. :) From: Srinivas Sandur Madhu Murthy To: flexcoders@yahoogroups.com Sent: Tuesday, January 31, 2012 12:47 PM Subject: Re: [flexcoders] Moving my command