Re: TextInput in a DataGrid

2017-01-31 Thread Josh Tynjala
That sounds like the correct way to do it to me. I'm not sure that itemUpdated() should be required, but I haven't dealt with Flex item renderers in a while, so maybe there some quirk I've forgotten. Ultimately, you want to store any text or other data that is associated with a specific item in

Re: Upgrading web app to Flex 4.15

2017-02-08 Thread Josh Tynjala
I assume that some or all of those SWCs were compiled with an older version of the Flex SDK. That's not necessarily going to break things on its own. However, if the Flex framework was accidentally specified on the library-path instead of the external-library-path, that would cause parts of the

Re: MXML and ActionScript in Visual Studio Code

2017-01-30 Thread Josh Tynjala
The FlexJS compiler does not yet support source maps for MXML (including elements), so breakpoints won't work. - Josh On Mon, Jan 30, 2017 at 1:55 PM, piotrz wrote: > Hi Josh, > > Can I set breakpoint in in mxml ? Cause I'm not able to do > this. > > Piotr > > > >

Re: FlexJS 0.7.0 install issues

2017-02-24 Thread Josh Tynjala
Hi Nalla, The file apache-flex-sdk-installer-3.2.0-bin.exe will install an application that you need to run. It sounds like it is not opening the Apache Flex SDK Installer automatically, but you should be able to find it in your installed applications and run it manually. That's where you'll see

Re: Outdated AIR version in Apache SDK Installer

2017-02-10 Thread Josh Tynjala
The upcoming Apache Flex 4.16 will support the DMG packages in it's install script. - Josh On Fri, Feb 10, 2017 at 9:22 AM, Octavio Molano Anta < octavio.mol...@gmail.com> wrote: > Thank you. So basically copying the latest AIR SDK files into the same > folder as the latest Apache Flex SDK

Re: Intellij and ADL command

2017-01-18 Thread Josh Tynjala
You can use File.applicationDirectory to get the main directory of the application. You should be able to resolve your relative path from there. - Josh On Wed, Jan 18, 2017 at 11:21 AM, Kyle McKnight wrote: > I have a Flex/AIR application using flex 4.15 and AIR 20. > > I'm

Re: air/flash 24 sdk, please update to release NOT beta

2017-01-18 Thread Josh Tynjala
The first stable release of AIR 24 was on December 13. - Josh On Wed, Jan 18, 2017 at 11:04 AM, OmPrakash Muppirala wrote: > I think AIR 24 is still in beta. Thats what the labs page seems to > indicate. > > http://labs.adobe.com/technologies/flashruntimes/flashplayer/ >

Re: air/flash 24 sdk, please update to release NOT beta

2017-01-18 Thread Josh Tynjala
Adobe sometimes releases extra betas with more bug fixes after the first stable release of a new version of AIR. - Josh On Wed, Jan 18, 2017 at 11:21 AM, OmPrakash Muppirala wrote: > On Wed, Jan 18, 2017 at 11:07 AM, Clint M wrote: > > > released on

Re: Intellij and ADL command

2017-01-18 Thread Josh Tynjala
art the > batch rather than using any of the IDEs built-in build methods > > > Kyle McKnight > Senior UI Engineer - Accesso > 602.515.1444 (M) > > On Wed, Jan 18, 2017 at 5:24 PM, Josh Tynjala <joshtynj...@gmail.com> > wrote: > > > You can use File.applicationD

Re: MXML and ActionScript in Visual Studio Code

2017-01-18 Thread Josh Tynjala
For some reason, the compiler can't see your getClassFromAlias() method. If getClassFromAlias() is in a package, double-check that you imported it in the file where you're using it. You should also double-check that it (or the SWC it's compiled into) is included in the source-path, library-path,

Re: Error handshaking for timestamp during AIR packaging

2016-10-05 Thread Josh Tynjala
Adobe's "ADT code signing options" page explains it: http://help.adobe.com/en_US/air/build/WS5b3ccc516d4fbf351e63e3d118666ade46-7f72.html "When the signature of an AIR application is time-stamped, the application can still be installed after the signing certificate expires, because the timestamp

Re: Can't get selectionAnchorPosition to work

2016-10-04 Thread Josh Tynjala
It should be different before your hit backspace, but after, no characters will be selected, so they'll be equal. - Josh On Oct 4, 2016 12:02 PM, "kamcknig" wrote: > Maybe I'm misunderstanding what it's supposed to do, but if i select a > block > of text with the mouse with

Re: Drag and drop on Mac OS Sierra

2016-09-30 Thread Josh Tynjala
I had the same issue in one of my AIR apps, but it was fixed when I upgraded my app to AIR 23. I think this affects AIR's NativeDragManager specifically. Flex obviously can't use that in Flash Player, but in an AIR app, the Flex DragManager will delegate to the NativeDragManager. - Josh On Thu,

Re: OpenSSL & Flex

2016-11-08 Thread Josh Tynjala
AIR 20 is not the latest version, and it may contain an older version of OpenSSL that has a vulnerability. - Josh On Tue, Nov 8, 2016 at 8:11 AM, Jerry Hamby wrote: > > I have just received the notice that an app I attempted to upload to > Google Play has the OpenSSL

Re: Release Build Performance on Mobile

2016-10-19 Thread Josh Tynjala
Instead of passing in all columns and changing visibility, you could probably switch between different smaller arrays of columns when you change pages. - Josh On Oct 19, 2016 7:53 PM, "bilbosax" wrote: > I don't think that I am going to be able to use MobileGrid :( I

Re: Mobile Width and Height

2016-10-17 Thread Josh Tynjala
You should try listening for Event.RESIZE on the stage to see if it resizes again after the application is complete. It is common for the Flash stage to resize multiple times on startup. - Josh On Oct 17, 2016 10:18 AM, "bilbosax" wrote: > When the application is

Re: [FlexJS] Camera/Microphone access and Streaming with new FlexJS

2016-10-19 Thread Josh Tynjala
Add it as an external library with the following compiler argument: --external-library-path+=amf.js.swc - Josh On Wed, Oct 19, 2016 at 8:21 AM, PKumar wrote: > I have compiled the amfJS as flexjs-typedef and generated a swc file. I am > not aware , how to use it? Please

Re: Event Fired When A Transition is Complete?

2016-11-23 Thread Josh Tynjala
I think the effectEnd event is supposed to be exactly that type of event, but the actual rendering to screen is separate from the transition. The transition has finished setting the x/y properties or whatever it is doing, but the Flash runtime is in charge of rendering. Using callLater() tells the

Re: Do any other AIR/AS3 mailing lists still exist?

2016-11-22 Thread Josh Tynjala
For AIR and ActionScript news, FlashDaily.net is probably your best source. They're not always "daily" anymore, but they're still active. For discussion, forum.starling-framework.org and the Stage 3D group on Facebook both remain active. While they both tend to skew toward specific topics

Re: [flexjs] Help setting up flexjs project

2016-11-27 Thread Josh Tynjala
One thing worth mentioning is that MXML files will not produce source maps yet. Not even blocks yet. Only pure ActionScript classes for now. - Josh On Nov 26, 2016 1:57 PM, "chrismatheson" wrote: > Some updates in case anyone else is interested in my progress > > I seems to

Re: Scout - What does this mean?

2016-11-17 Thread Josh Tynjala
This binding is more complex than the others because it passes a value to a formatter method, so it seems to me that it's more likely to throw an error. text="{moneyFormatter.format(data.price)}" - Josh On Wed, Nov 16, 2016 at 11:19 PM, bilbosax wrote: > I can tell

Re: Question Regarding Transition Performance

2016-11-14 Thread Josh Tynjala
As long as your SDK supports the -advanced-telemetry=true compiler option, you should be able to use Scout, regardless of which IDE you are using. In the past, I've successfully used Renaun Erickson's SWF Scout Enabler when compiling with legacy SDKs that don't support -advanced-telemetry=true:

Re: Trouble Packaging Mobile App using ADT

2016-11-03 Thread Josh Tynjala
You need to add the icon files as arguments when you call adt. - Josh On Wed, Nov 2, 2016 at 10:35 PM, bilbosax wrote: > I am using Flash Builder 4.5, so if I want to package a project using an > ANE, > I have to use ADT. I have never used it before and have run into

Re: ADL on Mac error: Cannot run program ../bin/adl error=86, Bad CPU type in executable

2016-10-12 Thread Josh Tynjala
According to the Adobe AIR system requirements, you need a 64-bit system to use the AIR SDK now: http://www.adobe.com/products/air/tech-specs.html I don't recall exactly when this requirement was added, but if you're still on a 32-bit system, I guess you'll need to use an older version of the

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread Josh Tynjala
If you get a compiler error, please include the text of the error. I can't help you if I don't know what the error is. :) - Josh On Thu, Dec 15, 2016 at 8:53 AM, PKumar wrote: > I am using following asconfig.json, but it is not working. getting compile > error > > { >

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread Josh Tynjala
However, I can point out one thing that I can see is incorrect: true and false should not be inside quotes. You have "value": "true" and it should be "value": true - Josh On Thu, Dec 15, 2016 at 11:41 AM, Josh Tynjala <joshtynj...@gmail.com> wrote: > If y

Re: MXML and ActionScript in Visual Studio Code

2016-12-13 Thread Josh Tynjala
What is the console output from the compiler? - Josh On Dec 12, 2016 7:55 PM, "PKumar" wrote: > I followed the instruction on below link > https://github.com/BowlerHatLLC/vscode-nextgenas/ > wiki/Create-tasks.json-to-compile-an-ActionScript-project > >

Re: MXML and ActionScript in Visual Studio Code

2016-12-12 Thread Josh Tynjala
Hi Prashant, Did you follow these instructions to build the project with tasks.json? https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Create-tasks.json-to-compile-an-ActionScript-project What does the compiler print to the console? What does your asconfig.json file contain? If it built

Re: MXML and ActionScript in Visual Studio Code

2016-12-13 Thread Josh Tynjala
You should see something in VSCode's Output view when you build with Ctrl+Shift+B (or Cmd+Shift+B on macOS). Maybe not an error, but the compiler output will never be completely empty. Switching to mxmlc would require values in "args". It doesn't know anything about the asconfig.json file. That's

[FlexJS] Getting started code example snippets!

2016-12-14 Thread Josh Tynjala
rather than later! Josh Tynjala

Re: [FlexJS] Getting started code example snippets!

2016-12-15 Thread Josh Tynjala
S. - Josh On Dec 15, 2016 12:21 AM, "Evyatar Ben Halevi-Arbib" <evyata...@gmail.com> wrote: > Hey, > > Looking good, but I think these wiki pages must include a working example, > as it currently all seems only theoretical. > Good luck! > > Regards, > Evyatar

Re: AIR build error 105

2016-12-12 Thread Josh Tynjala
> they contain invalid value null What is "they" exactly? All of the separate elements? Only some of them? Something else entirely? If you get an error message, no need to beat around the bush and give a summary of what it says. Sharing the exact text of the error message often

Re: FlexJS - How to use MDL?

2017-01-13 Thread Josh Tynjala
You can also simply open the web browser's built in debugging tools if your IDE doesn't support debugging. Browsers like Chrome and Firefox understand source maps too, so you'll see the original ActionScript. I wrote a couple of tutorials:

Re: MXML and ActionScript in Visual Studio Code

2016-12-01 Thread Josh Tynjala
ly good! Big improvement! > > The help tip to add imports is really helpful as well! > > Thanks for your great work! > > Harbs > > On Dec 1, 2016, at 12:10 AM, Josh Tynjala <joshtynj...@gmail.com> wrote: > > > Hello, Flex community! > > > > A couple

MXML and ActionScript in Visual Studio Code

2016-11-30 Thread Josh Tynjala
genas/wiki With the community's help, I can continue working on useful developer tools for ActionScript and MXML. Please join my Patreon campaign to lend a hand! https://www.patreon.com/josht Thank you, and happy coding! Josh Tynjala NextGen ActionScript Note: I am an Apache Flex committer and PMC member, but t

Re: MXML and ActionScript in Visual Studio Code

2016-12-01 Thread Josh Tynjala
e into all that, I have a short question you hopefully can > answer: > > You focus on VS Code as IDE. I'm used to IntelliJ IDEA, and prefer using > that. > > I know you're an IntelliJ user also and iIrc you even plan a video about > that topic. > > So what is your recommend

Re: MXML and ActionScript in Visual Studio Code

2016-12-04 Thread Josh Tynjala
Yeah, I have it fixed on Github. It'll work in the next update. - Josh On Dec 4, 2016 1:31 AM, "Harbs" <harbs.li...@gmail.com> wrote: > Josh, > > I just noticed that toggling XML comments no longer work with your latest > update. > > Harbs > > On Dec 1, 2

Re: MXML and ActionScript in Visual Studio Code

2016-12-29 Thread Josh Tynjala
Hi Phrashant, Does that error happen after you've been using VSCode for a while, or is it right away when you first open VSCode? - Josh On Thu, Dec 29, 2016 at 9:34 AM, PKumar wrote: > Josh, > > somtimes i am getting the attached exception. could you please suggest on >

Re: MXML and ActionScript in Visual Studio Code

2016-12-29 Thread Josh Tynjala
If you're using a recent nightly build of FlexJS, can you try changing the nextgenas.flexjssdk setting to point at FlexJS 0.7.0 instead? You can still compile your project with the FlexJS nightly build in your tasks.json, so you can continue using the latest components and things. If you change

Re: Chrome's latest on Flash

2016-12-19 Thread Josh Tynjala
Google has not announced that they will completely remove Flash Player from Chrome. They have a roadmap (https://www.chromium.org/flash-roadmap), and this is what it says: We will continue to ship Flash Player with Chrome, and if a site truly > requires Flash, a prompt will appear at the top of

Re: More Issues With TextInput on Flex 4.16 AIR 25

2017-03-29 Thread Josh Tynjala
It's been my experience that flash.text.StageText has multiple issues with AIR 25.0.0.134. I believe that the Flex TextInput uses StageText on mobile, so you may be running into these bugs. It looks like there's a new AIR 25 beta on Adobe Labs today, so I think they're planning to release an

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Josh Tynjala
That's a debugger feature, right? No, I've not implemented that yet. - Josh On Sat, Mar 18, 2017 at 5:41 PM, Clint M <cmod...@gmail.com> wrote: > Are watches supposed to work? Just getting a "not available" when I add > one. > > On Fri, Mar 17, 2017 at 4:3

SWF Debugging in Visual Studio Code

2017-03-17 Thread Josh Tynjala
: https://github.com/BowlerHatLLC/vscode-nextgenas/wiki With the community's help, I can continue working on useful developer tools for ActionScript and MXML. Please join my Patreon campaign to lend a hand! https://www.patreon.com/josht Thank you, and happy coding! Josh Tynjala NextGen ActionScript

Re: SWF Debugging in Visual Studio Code

2017-03-17 Thread Josh Tynjala
On Fri, Mar 17, 2017 at 4:36 PM, Josh Tynjala <joshtynj...@gmail.com> wrote: > Hello, Flex community! > > I hope you don't mind if I take a moment to plug one of my projects that I > think many Flex developers here will find useful. > > As you may recall, I created an Ac

Re: SWF Debugging in Visual Studio Code

2017-03-17 Thread Josh Tynjala
/ > flex_sdk_4.15.0_AIR_23", > "nextgenas.sdk.editor": "/usr/local/lib/node_modules/flexjs" > } > > > On Fri, Mar 17, 2017 at 8:03 PM, Clint M <cmod...@gmail.com> wrote: > >> trying to get it setup… do I need both the flexjs and flexswf sdk

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Josh Tynjala
You don't need to do anything to enable that! The original source file path of each class is saved when a SWC is created. If the source file path contains "frameworks/projects", the extension will modify the original path to point to a local path on your computer inside your framework SDK. - Josh

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Josh Tynjala
ot;, > > "name": "Launch SWF", > > "program": "bin/GreenMaps-app.xml", > > "type": "swf", > > "request": "launch", > > "name": "Launch

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Josh Tynjala
used then VCode gives preference to flex_home. Ideally it should > compile the application with user defined ask not global one. Please > suggest. > > On 18-Mar-2017 10:39 PM, "Josh Tynjala [via Apache Flex Users]" < > ml-node+s246n1486...@n4.nabble.com> wrote: &

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Josh Tynjala
issues: Not getting intelligence for tag Compile time issues are misleading Can not use FlexJS nightly build Please suggest. On 18-Mar-2017 5:32 AM, "Josh Tynjala [via Apache Flex Users]" < ml-node+s246n14853...@n4.nabble.com> wrote: > Hello, Flex community! > > I hope

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Josh Tynjala
Strange. Can you try to see if it works in an ActionScript file? Also, try Ctrl+click instead of F12. I wouldn't expect that to make a difference, but I never tried it with the F12 keyboard shortcut, so who knows! - Josh On Sat, Mar 18, 2017 at 2:15 PM, piotrz wrote:

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread Josh Tynjala
I bet I know what it is. asconfigc 0.4.0 requires Node 6.0 or newer. You probably have an older version of Node installed. - Josh On Mon, Mar 20, 2017 at 9:01 AM, OK <p...@olafkrueger.net> wrote: > Josh Tynjala wrote > > npm install -g asconfigc@0.4.0 > > Strange, this r

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread Josh Tynjala
I found your issue, Olaf! You should import flash.text.TextField rather than flash.display.TextField. - Josh On Mon, Mar 20, 2017 at 4:01 AM, OK wrote: > Hi Josh, > thanks for working on this > > I've followed your instructions but get some "Type was not found..." [1]

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread Josh Tynjala
Version 0.3.0 of asconfigc was still perfectly capable of compiling an application. That version just doesn't have some of the new features in 0.4.0, like copying asset files to your output folder or populating an AIR application descriptor's content field. I should also point out that the fact

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread Josh Tynjala
Hi Olaf, Can you share your asconfig.json too? - Josh On Mar 20, 2017 4:09 AM, "OK" wrote: Hi Josh, thanks for working on this I've followed your instructions but get some "Type was not found..." [1] errors using Flex 4.16.0. Do I miss something [2][3]? Thanks!

Re: SWF Debugging in Visual Studio Code

2017-03-20 Thread Josh Tynjala
You should definitely see 0.4.0 when you run asconfigc -v. Make sure to use the -g flag when you uninstall before you try to reinstall. npm uninstall -g asconfigc npm install -g asconfigc - Josh On Mon, Mar 20, 2017 at 7:59 AM, OK wrote: > Here it is [1]. > > BTW: >

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-16 Thread Josh Tynjala
On a related note, the AIR SDK with the ASC 2.0 compiler is nearly twice as big unzipped in version 25 than it was in 24. 928 MB versus 589 MB. Since people are getting these out of memory errors, I suspect that the version without the compiler that we use with the Flex SDK is probably

Re: Re: SWF Debugging in Visual Studio Code

2017-04-06 Thread Josh Tynjala
Thank you. > Approx. how soon can we expect the plugin update with this feature > included? > > Silvije > > Originalna poruka > Šalje: Josh Tynjala > Poslano: srijeda, 5. travnja 2017. 21:47 > Prima: users@flex.apache.org > Odgovor za: users@flex.apache.org > Predmet: R

Re: Odgovor: SWF Debugging in Visual Studio Code

2017-04-05 Thread Josh Tynjala
The VSCode extension does not currently support the -extdir option when running AIR apps in ADL. There is a feature request to add support for ANEs in a future version: https://github.com/BowlerHatLLC/vscode-nextgenas/issues/60 - Josh On Wed, Apr 5, 2017 at 12:39 PM, Silvije Mudri

Re: Screen DPI ANE?

2017-03-05 Thread Josh Tynjala
The only time I've seen Capabilities.screenDPI report an unexpected value was because the mobile device manufacturer actually chose the incorrect value on purpose. It was a tablet and they wanted to scale apps to phone resolution, for some reason. Once I knew that, the unexpected behavior I was

Re: out-of-memory error with AIR: are ther hard memory limits?

2017-03-31 Thread Josh Tynjala
a helpful link at hand on how to use adt would be great ;-) > Thanks again > Hans > > > Am 30.03.2017 um 14:58 schrieb Josh Tynjala: > >> Currently, Windows 64-bit support isn't available in the AIR SDK without a >> compiler. That doesn't mean you can't use it, though. Y

Re: Scaffold new Apache FlexJS applications with Yeoman and generator-flexjs

2017-07-29 Thread Josh Tynjala
Make sure that you have an asconfig.json file at the root of your project. That's required! - Josh On Jul 29, 2017 7:37 AM, "PKumar" wrote: > Hi Josh, > > I can not see the default action script task under VCODE, I am referring > below URL: > >

Re: Scaffold new Apache FlexJS applications with Yeoman and generator-flexjs

2017-07-29 Thread Josh Tynjala
any yo command to generate asconfig.json file? On 29-Jul-2017 8:32 PM, "Josh Tynjala [via Apache Flex Users]" < ml+s246n15571...@n4.nabble.com> wrote: > Make sure that you have an asconfig.json file at the root of your project. > That's required! > > - Josh > &g

Re: Can't Debug From Flash Builder

2017-08-15 Thread Josh Tynjala
I checked with Chris Campbell from Adobe, and he told me that if you install a custom version of PPAPI Flash Player, Chrome will use it automatically instead of its embedded version. This is a recent change to Chrome in the last six months or so. There is also a new chrome://flash URL that you

Re: Can't Debug From Flash Builder

2017-08-14 Thread Josh Tynjala
This may or may not be related to your issue, but I figured I'd mention it. Since Flash Player 23, local-with-file-system permissions have been restricted. These file system permissions used to be applied when you use the -use-network=false compiler option. Now, you're required to use

Scaffold new Apache FlexJS applications with Yeoman and generator-flexjs

2017-07-13 Thread Josh Tynjala
XML components, along with new ActionScript classes and interfaces in your existing project too. Check the readme file for details: https://www.npmjs.com/package/generator-flexjs I hope you'll take a moment to give it a try! Thank you, and happy coding! Josh Tynjala NextGen ActionScript Note: I am an

Re: Visibility Issue with PopUp Component

2017-07-07 Thread Josh Tynjala
Hey Mike, Visit the page about the Apache Flex mailing lists to find the email address you can contact to automatically unsubscribe you from future messages. http://flex.apache.org/community-mailinglists.html - Josh On Fri, Jul 7, 2017 at 12:14 PM, Michael Gaston wrote:

Re: Visibility Issue with PopUp Component

2017-07-07 Thread Josh Tynjala
I recently noticed that StageText appeared slightly to the right of where it should in AIR 26. If I remember correctly, it was working better in AIR 25. - Josh On Thu, Jul 6, 2017 at 8:04 PM, bilbosax wrote: > Erik, I appreciate your in depth explanation, and I think

Re: FlexJS: Getting Uncaught type error

2017-04-26 Thread Josh Tynjala
This looks suspiciously like a situation that I ran into a while back. In Flash Builder, try deleting your project's output directory and build (cleaning the project should take care of that). That should clear up the error. When you switch between different versions of FlexJS, you can get errors

Re: Flashbuilder Could Not Find A Connected Device

2017-08-04 Thread Josh Tynjala
"AIR SDK Development Supports Microsoft® Windows 7 and above, 64-bit only" Source: http://www.adobe.com/products/air/tech-specs.html AIR apps will run on 32-bit Windows, but it looks like you need to use a 64-bit version for development. - Josh On Aug 4, 2017 6:29 PM, "bilbosax"

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
Okay, now we're getting somewhere! It looks like you may need to double check that you're launching the correct HTML file. - Josh On Tue, Aug 8, 2017 at 2:49 PM, After24 wrote: > Josh, > > I remove all references to /frameworks/ in the global library except >

Re: Opensource Flashplayer Petition

2017-08-02 Thread Josh Tynjala
I made a quick pull request to improve some of the descriptions (and it was merged). I'm sure things could be refined a little more, but I made it clear that FlexJS is an Apache project and that NextGenAS is a separate website. - Josh On Wed, Aug 2, 2017 at 3:20 AM, piotrz

Re: Publish IOs App

2017-08-02 Thread Josh Tynjala
You need to add the correct launch image for iPhone 5 to enable the widescreen resolution. I believe it should be named either default-5...@2x.png or Default-568h@2x~iphone.png. More about iOS launch images and AIR:

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
Inside the Flex SDK Installer, right click and choose Show Dev Builds. That will make the nightly build appear in the list. - Josh On Aug 8, 2017 3:22 AM, "After24" wrote: > Hello Olaf, hello Piotrz, > > Thank you. > > I would prefer to use Intellij which is a fantastic

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
I just went through the instructions from here again: https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+IntelliJ+IDEA It looks like this part is wrong: 1- Click on New Global Library, select \frameworks > and then remove the frameworks\libs\player. > I think there are actually

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
You accidentally set -js-output-type=JSFlex instead of -targets=JSFlex. Also, I assume that even though your SDK path says flexjs.0.8.0, it's actually the 0.9.0 nightly build? - Josh On Tue, Aug 8, 2017 at 10:17 AM, After24 wrote: > yes, I think > >

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
maps fix released too. We could cherry pick some other fixes too, if anyone has some that they think are important. - Josh On Aug 8, 2017 6:04 AM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: > Inside the Flex SDK Installer, right click and choose Show Dev Builds. > That

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
I noticed the following compiler option in your build: -js-output-type=FLEXJS_DUAL It probably shouldn't be used at all with FlexJS 0.8.0 or newer. Either -targets=JSFlex or -targets=JSFlex,SWF should be used instead. - Josh On Tue, Aug 8, 2017 at 9:45 AM, After24 wrote:

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
Are you getting the exact same errors? - Josh On Tue, Aug 8, 2017 at 10:05 AM, After24 wrote: > Josh, > > I set the -targets to JSFlex without success. > > > > > > -- > View this message in context: http://apache-flex-users. >

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
How many directories in /frameworks are stil; included after you remove those two? As I mentioned, there should only be one now: frameworks/libs. If there are any more than that, then you still have things misconfigured. - Josh On Tue, Aug 8, 2017 at 12:05 PM, After24

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
IDE-compatible setups. > > @Vincent, please post the latest output so we can see that > -allow-subclass-overrides was set and if some other error resulted. > > Thanks, > -Alex > > On 8/8/17, 12:18 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: > > >H

Re: FlexJS IDE integration

2017-08-08 Thread Josh Tynjala
Thanks, Piotr! For now, I updated the instructions with the changes that worked for me. Hopefully, you can verify that it's the best way to do things. - Josh On Tue, Aug 8, 2017 at 12:12 PM, piotrz wrote: > I'm using intellij for FlexJS SDK development. I will look

Re: Scaffold new Apache FlexJS applications with Yeoman and generator-flexjs

2017-08-07 Thread Josh Tynjala
I don't see anything out of the ordinary there! Make sure you aren't accidentally using an old version of FlexJS, like 0.7. - Josh On Sat, Aug 5, 2017 at 1:49 AM, PKumar wrote: > Josh, > > I am facing one strange issue. I am not getting the library contents in my >

Re: FlexJS : Issue

2017-05-03 Thread Josh Tynjala
It sounds like asconfigc may have been defaulting to your FLEX_HOME environment variable when compiling the project. If you're not careful, the value that you set for FLEX_HOME isn't necessarily the same as the value that you set for the nextgenas.sdk.editor setting in VSCode. There are two good

Re: FlexJS : Issue

2017-05-03 Thread Josh Tynjala
If FLEX_HOME is not set, these tools will also check the PATH environment variable for any directories that contain FlexJS executables, and they will try to find the root SDK folder from there. This behavior is documented for both tools: In the installation instructions for the NextGenAS VSCode

Re: Flex installer: Problem installing AIR SDK

2017-05-15 Thread Josh Tynjala
I'm not sure why you're getting timeouts from Adobe's website. However, I just wanted to point out that you don't want the AIRSDK_Compiler.zip file. That's the AIR SDK with the ASC 2.0 compiler. If you try to merge that with a Flex SDK, you'll get a weird mix of two different compilers, and that

Re: Flex comunication with Amazon S3 and Smart TV project

2017-06-12 Thread Josh Tynjala
The website has instructions to unsubscribe: http://flex.apache.org/community-mailinglists.html It looks like you send an email to users-unsubscr...@flex.apache.org to tell the software to remove you. - Josh On Jun 12, 2017 6:03 PM, "Michael Gaston" wrote: Hello, I wish

Re: Error in taking screenshot from ppt

2017-06-20 Thread Josh Tynjala
Starting with Flash Player 23, local-with-filesystem is disabled by default, even if you choose use-network=false. The release notes has details and possible workarounds: https://helpx.adobe.com/flash-player/release-note/fp_23_air_23_release_notes.html - Josh On Tue, Jun 20, 2017 at 1:22 AM,

Re: Still problems using the installer

2017-06-02 Thread Josh Tynjala
I don't know exactly what is planned for the Flex SDK Installer. However, for the Feathers SDK Manager, I'm waiting on Adobe to release a stable build of AIR that supports 64-bit Windows captive runtime. They had a beta on Adobe Labs, but I'm not sure when they plan to release a stable version.

Re: unable to transcode font

2017-06-18 Thread Josh Tynjala
The font encoding features come from files that are downloaded from Adobe. I don't think anything changed on their end. Maybe something went wrong with the download. I'd try reinstalling 4.16 to see if you still have the problem with a fresh copy. - Josh On Jun 17, 2017 12:06 PM, "Kyle McKnight"

Re: FlexJS : Issue

2017-05-01 Thread Josh Tynjala
Make sure that you're building with the same SDK that VSCode is using for code hinting. It's possible to accidentally use different SDKs! - Josh On Apr 29, 2017 11:47 AM, "PKumar" wrote: > Yesterday only I downloaded the nightly build. I am getting the Table tag > under

Re: Having Trouble Using SCOUT on Mobile

2017-09-06 Thread Josh Tynjala
I seem to recall that I once had trouble getting Scout to work on a particular computer. This was years ago, but I think that turning off the firewall temporarily did the trick. It's probably possible to add an exception instead. - Josh On Wed, Sep 6, 2017 at 10:28 AM, bilbosax

Re: RE: [FlexJS] Compiler outputs (nearly) empty map file

2017-09-28 Thread Josh Tynjala
is quite simple and I tried to stick to your > demo at FlexCon. > > Should I sent the output file to the mailing list or to another address ? > (no problem for me for sending public. It's only a basic test !!) > > Thanks again, > > Nicolas Granon > > > >

Re: [FlexJS] Compiler outputs (nearly) empty map file

2017-09-28 Thread Josh Tynjala
why this is happening. - Josh On 2017-09-28 14:06, "Josh Tynjala"<joshtynj...@apache.org> wrote: > Hi Nicolas, > > I just gave it a try on my machine with FlexJS 0.8, and source map file > contained the correct information for the functions in the tag > w

Re: [FlexJS] Compiler outputs (nearly) empty map file

2017-09-28 Thread Josh Tynjala
Hi Nicolas, I just gave it a try on my machine with FlexJS 0.8, and source map file contained the correct information for the functions in the tag when I set the source-map option to true and provided a custom output path. I tried both absolute and relative output paths, and the contents of

Re: Flex SDK Installation Problem

2017-08-23 Thread Josh Tynjala
You can also manually merge a newer version of the AIR SDK over an existing Flex SDK. https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html - Josh On Wed, Aug 23, 2017 at 9:21 AM, Alex Harui wrote: > Hi Philip, > > It isn't the extra "/". It is

Re: Accessing app bundle_id or package_id at runtime

2017-08-28 Thread Josh Tynjala
I'm pretty sure that NativeApplication.nativeApplication.applicationDescriptor is accessible on mobile too. - Josh On Mon, Aug 28, 2017 at 12:07 PM, OmPrakash Muppirala wrote: > Never mind, that is for desktop apps, not mobile apps. I'm guessing > manually parsing those

Re: Accessing app bundle_id or package_id at runtime

2017-08-28 Thread Josh Tynjala
Could your branding process be improved to also modify the -app.xml file that's inside the IPA? Then you could use the suggested approach. - Josh On Aug 28, 2017 3:46 PM, "Erik J. Thomas" wrote: Hey OmPrakash: Thanks for responding, this approach won't work. This is static,

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-01 Thread Josh Tynjala
I would recommend upgrading to at least Node 6, since that's the latest LTS release. Additionally, you may need to use sudo when installing packages globally with npm. - Josh On Sep 1, 2017 6:52 AM, "Peter Spierenburg" wrote:

Running Adobe Flex 2 on OpenFL and JS

2021-09-10 Thread Josh Tynjala
enfl-flex3/ Github repo: https://github.com/joshtynjala/openfl-adobe-flex-poc More details on my blog: https://joshblog.net/2021/adobe-flex-2-running-on-openfl-in-javascript-instead-of-swf/ Happy Friday! -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev>

[ANNOUNCE] Apache Flex BlazeDS 4.8.0 Released!

2023-04-17 Thread Josh Tynjala
The Apache Flex community is pleased to announce the release of Apache Flex Blaze DS 4.8.0 Apache Flex BlazeDS is the server-based Java remoting and web messaging technology that enables developers to easily connect to back-end distributed data and push data in real-time to Apache Flex, Apache

  1   2   >