ios Provisioning Profile

2016-08-02 Thread Lane Friesen
Apple recently changed their policy. It is now possible for a non-developer to run a program from XCode on an actual iOS device. Is it possible to do the same from a Flex mobile program on IntelliJ? JetBrain instructions at the following address seem to indicate that the answer is No. You need

Re: Loading FlexJS example

2015-05-09 Thread Lane Friesen
] https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fl ash+Builder On 5/8/15, 6:09 PM, Lane Friesen lanefrie...@hotmail.com wrote: I have successfully added the FlexJS sdk to Flashbuilder. How does one load the ChartExample in the FlexJS examples folder into Flashbuilder 4.7

Loading FlexJS example

2015-05-08 Thread Lane Friesen
I have successfully added the FlexJS sdk to Flashbuilder. How does one load the ChartExample in the FlexJS examples folder into Flashbuilder 4.7 so that it runs? One way that does not work. It does not work to import it as a Flash project. Does one start a new mobile project and add the

Re: AW: Possible FlexJS Port

2015-05-07 Thread Lane Friesen
few weeks :-) Chris Von: Lane Friesen lanefrie...@hotmail.com Gesendet: Donnerstag, 7. Mai 2015 02:14 An: users@flex.apache.org Betreff: Re: Possible FlexJS Port Hi Om, That is truly amazing that a site with this kind of intricacy could actually

Download of 0.0.2 (with Jburg)

2015-05-07 Thread Lane Friesen
or the 0.0.2 (with Jburg) option. If it stops prematurely, post the log. -Alex On 5/7/15, 3:52 PM, Lane Friesen lanefrie...@hotmail.com wrote: Hi Chris, As per Om's suggestion, I downloaded FlexJS using the SDK Installer. It stops after four boxes. It did that twice. Is that the full download? (I do

Download of FlexJS; installing on Flashbuilder and IntelliJ

2015-05-07 Thread Lane Friesen
the installer, right-click, choose “Show Dev Builds”. Also choose “Verbose Logging” and post the log if it fails. -Alex On 5/7/15, 4:45 PM, Lane Friesen lanefrie...@hotmail.com wrote: Hi Alex, I tried the 0.0.2 (with Jburg) option. Same result - it stopped after four boxes. The log is as follows

Possible FlexJS Port

2015-05-06 Thread Lane Friesen
Hi Om, I watched your video with interest. Is it possible to translate the code found at http://cognitivestyles.com into javascript using FlexJS? This is an ancient and poorly organized Flash-based website that badly needs updating into the current edited version of the material (which has

Re: Possible FlexJS Port

2015-05-06 Thread Lane Friesen
Hi Om, That is truly amazing that a site with this kind of intricacy could actually be ported into something that would run on an iPAD Safari browser, bypassing the Apple AppStore. I'm quite comfortable with pulling in screens one by one and adjusting things until they run - that's my

Access mp3 files in iOS

2015-04-01 Thread Lane Friesen
In Android, a file myFile in directory myDirec on device storage is accessed (read-only) by xmlLoader.load(new URLRequest(file://mnt/sdcard/myDirec/myFile)); The files have been placed onto the device by the user previously, usually through a USB connection. What is the best practice method

Scaling an app

2015-02-15 Thread Lane Friesen
Some thoughts, I do all scaling manually. First, I write all (non-animated) programming for 600 pixel width and 1024 pixel height, hard-coded. Then I define a variable screenRatio: if(mx.core.FlexGlobals.topLevelApplication.aspectRatio == portrait) { screenRatio = (this.width)/600; } else

Re: TLF tables examples

2015-02-13 Thread Lane Friesen
Thanks Piotr. I gather from your example that the following html code cannot be inserted into text. table style=width:100% tr tdJill/td tdSmith/td td50/td /tr tr tdEve/td tdJackson/td td94/td /tr /table That is, html markup has not been expanded to handle tables. Tables

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
for you, which browser did you use? If not IE, can you try it with IE? I think you were having an issue with this url: https://github.com/swfobject/swfobject/archive/2.2.zip Thanks, -Alex On 2/4/15, 12:58 AM, Lane Friesen lanefrie...@hotmail.com wrote: It appears this error is computer-dependent

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
Hi Alex, Same error once again. Here's the log: - Version 3.1.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 16.0 Flash Player version 16.0 Creating Apache Flex home Creating temporary directory Downloading Apache Flex SDK from:

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
the spark.skins.android4.StageTextAreaSkin which has been newly added. Thanks, Om On Sat, Nov 29, 2014 at 12:20 PM, Lane Friesen lanefrie...@hotmail.com wrote: I'm using a TextArea with the following parameters: s:TextArea id=questArea textAlign=left editable=false selectable=false x=20 y=295

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
I'm using a TextArea with the following parameters: s:TextArea id=questArea textAlign=left editable=false selectable=false x=20 y=295 paddingTop=15 paddingLeft=25 verticalScrollPolicy=on paddingRight=25 height=200 width=550 fontSize=25 fontWeight=bold