Creating Slider in FlexJS

2017-01-05 Thread Lane
I'm working with Flashbuilder 4.7 and FlexJS 0.7.0 on Windows 10. The following code generates a slider on the Run command. However, it does not generate a slider when I do a release build. Is there something very obvious that I am missing? Thanks so much, Lane. --- This email has been

Re: Compiler directive

2016-12-05 Thread Lane
That is exactly what I am looking for. Thanks so much, Lane. -Original Message- From: OmPrakash Muppirala Sent: Tuesday, December 6, 2016 1:30 AM To: users@flex.apache.org Subject: Re: Compiler directive I think this is what you are looking for https://cwiki.apache.org/confluence

Compiler directive

2016-12-04 Thread Lane
look. I think I used a compiler directive before to suppress this, but can't find a record now of what I did. I'd be grateful if you could help remind me of what is necessary to move back to the old look. Thanks, Lane. --- This email has been checked for viruses by Avast antivirus software

Re: Slider and circular dependency

2016-10-28 Thread Lane
Thanks Alex. Lane. -Original Message- From: Alex Harui Sent: Friday, October 28, 2016 9:22 AM To: users@flex.apache.org Subject: Re: Slider and circular dependency On 10/27/16, 5:13 PM, "Lane" <lanefrie...@hotmail.com> wrote: >Hi Alex, > >Thanks.

Re: Slider and circular dependency

2016-10-27 Thread Lane
= 0; return(myBA.readObject()); } ByteArray appears to be related to Flash and doesn't compile. What substitute would one use in FlexJS? Thanks again, Lane. -Original Message- From: Alex Harui Sent: Thursday, October 27, 2016 5:33 PM To: users@flex.apache.org Subject: Re: Slider

Slider and circular dependency

2016-10-27 Thread Lane
his the best way to handle this particular circular dependency, and if so, what precise expression does one place in the compiler as an option so that it will be accepted? Thanks, Lane. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Tabbing in FlexJS Freezes

2016-10-24 Thread Lane
] Thanks, Lane. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: Load External File

2016-09-30 Thread Lane
Works like a charm. Thanks. Lane. -Original Message- From: Alex Harui Sent: Thursday, September 29, 2016 6:39 PM To: users@flex.apache.org Subject: Re: Load External File For FlexJS, HTTPService has a send() method. You would set the url property before calling send(). HTH

Load External File

2016-09-29 Thread Lane
on FlexJS. Is there a way to do this, other than using URLLoader and then load? Thanks, Lane. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: FlexJS tying into HTML

2016-09-27 Thread Lane
in essence is not only Web but also Mobile (because it runs in the browser of mobile devices). The html property in the Text Area has all the functionality that I require. This is going to be a lot of fun. Lane. --- This email has been checked for viruses by Avast antivirus software. https

FlexJS tying into HTML

2016-09-27 Thread Lane
. Lane. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

FlexJS setup

2016-08-26 Thread Lane
-Dflexlib="%FLEX_HOME%\frameworks" -jar "%FALCON_HOME%\js\lib\mxmlc.jar" -js-output-type=FLEXJS -sdk-js-lib="%FLEX_HOME%\frameworks\js\FlexJS\src" %* Thanks, Lane. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

ios Provisioning Profile

2016-08-02 Thread Lane Friesen
, Lane.

Re: Loading FlexJS example

2015-05-09 Thread Lane Friesen
elsewhere. You are very patient. Lane. -- From: Alex Harui aha...@adobe.com Sent: Saturday, May 09, 2015 2:28 PM To: users@flex.apache.org Subject: Re: Loading FlexJS example Have you read [1]? The key pieces are: 1) Create a new Flex web project

Loading FlexJS example

2015-05-08 Thread Lane Friesen
the files? What theme does one use, in that case? The mobile theme? In that case, what about handling re-orientation events? What precisely is necessary in order to get this example to compile successfully and place something into a browser? Thanks in advance, Lane.

Re: AW: Possible FlexJS Port

2015-05-07 Thread Lane Friesen
it installed, then I'd like to do it. If things remain complicated after installation and into programming, then I'll wait for you to push things down. Best regards, Lane. -- From: Christofer Dutz christofer.d...@c-ware.de Sent: Thursday, May 07, 2015 5

Download of 0.0.2 (with Jburg)

2015-05-07 Thread Lane Friesen
minutes to make sure nothing else was going to happen. Best regards, Lane. -- From: Alex Harui aha...@adobe.com Sent: Friday, May 08, 2015 8:02 AM To: users@flex.apache.org Subject: Re: AW: Possible FlexJS Port Lane, please try the nightly build

Download of FlexJS; installing on Flashbuilder and IntelliJ

2015-05-07 Thread Lane Friesen
) final transition. Then we'll see what this new beast can do. Lane. -- From: Alex Harui aha...@adobe.com Sent: Friday, May 08, 2015 9:32 AM To: users@flex.apache.org Subject: Re: Download of 0.0.2 (with Jburg) Try the nightly build. Start

Possible FlexJS Port

2015-05-06 Thread Lane Friesen
file of the current app, which is highly tested, popular with students and close to final release, so that you can see exactly what would be involved in an actual port. Best regards, Lane.

Re: Possible FlexJS Port

2015-05-06 Thread Lane Friesen
on a system such as (hopefully) IntelliJ, then I'm off and running. Is there something like the Apache Flex SDK Installer that can download a FlexJS sdk, in the same way that one downloads Flex 4.14.1? Thanks in advance, Lane. -- From: OmPrakash

Access mp3 files in iOS

2015-04-01 Thread Lane Friesen
storage as opposed to reliance on the Internet. Specifically, what is the best location to place the files? What is the optimal way to load the files initially? What is the best way for Flex to access the files? Thanks in advance, Lane.

Scaling an app

2015-02-15 Thread Lane Friesen
identical apk file) from 480 X 300 all the way up to 2560 X 1600. It's just as fast with scaling as it would be if there were no scaling (since any sections that require animations remain unscaled; TextArea segments remain unscaled and thus continue to scroll smoothly and easily). Lane

Re: TLF tables examples

2015-02-13 Thread Lane Friesen
can be used only if coded specifically as in the example at http://pastebin.com/dytnv32a. Tables work only with RichEditableText and not with TextArea or anything else. Thanks, Lane. -- From: piotrz piotrzarzyck...@gmail.com Sent: Friday, February

TLF tables examples

2015-02-13 Thread Lane Friesen
Can someone point me to actual coded working examples of the use of tables in TLF in 4.14.0. Is there documentation? Lane.

Re: Downloading SDK Problem Solved

2015-02-04 Thread Lane Friesen
on the newer machine. Perceptive on your part, Lane. -- From: Alex Harui aha...@adobe.com Sent: Thursday, February 05, 2015 12:05 AM To: users@flex.apache.org Subject: Re: Downloading SDK Problem Solved Hi Lane, Glad to know you found a way

Re: Downloading SDK

2015-02-02 Thread Lane Friesen
suggest going that route. I would then bypass the SDK Installer from now on. Thanks, Lane. -- From: Alex Harui aha...@adobe.com Sent: Monday, February 02, 2015 3:11 PM To: Lane Friesen friese...@hotmail.com; users@flex.apache.org Subject: Re

Re: Downloading SDK

2015-02-01 Thread Lane Friesen
errorID=2032] --- Thanks, Lane. -- From: Alex Harui aha...@adobe.com Sent: Monday, February 02, 2015 12:38 AM To: users@flex.apache.org; Lise Friesen friese...@hotmail.com Subject: Re: Downloading SDK Please post the log. Sent via

Re: Downloading SDK

2015-02-01 Thread Lane Friesen
Tried deleting contents of folder, retaining only a named empty folder which is chosen then as the SDK destination, and loading only required items and not the optional items. Same error again. Lane. -- From: Mukesh Sharma 3 msha...@sapient.com

Re: Korean text not displayed on Samsung Galaxy Tab Pro

2014-12-01 Thread Lane Friesen
when they had solved most of the problems? I can only imagine that the decision was imposed by a dumb CEO afraid of profits in the short term. Does anyone know the inside story behind the decision? Lane. -- From: OmPrakash Muppirala bigosma

bouncing messages

2014-11-30 Thread Lane Friesen
Hi, Thanks for the note on the bouncing messages. It sometimes happens in Korea, though usually not with hotmail. Best regards, Lane.

Korean text not displayed on Samsung Galaxy Tab Pro

2014-11-28 Thread Lane Friesen
or on devices such as the Samsung Galaxy Nexus. I noticed others having the same problem: https://bugbase.adobe.com/index.cfm?event=bugid=3785166 Is there a workaround? Lane.