Re: Compiling AIR app

2021-06-07 Thread Harbs
Yeah. Desktop and Mac. Thanks for the tip about v. 33. That’s likely it... > On Jun 7, 2021, at 2:09 PM, leokan23 wrote: > > Is that for desktop? Are you working on windows or mac (macos has several > issues with certificates, java, etc. which are kinda solved on AIR > 33.1.1.476). > > As fla

Compiling AIR app

2021-06-03 Thread Harbs
true method? Thanks, Harbs

Re: Best flex for an Android application ?

2021-03-02 Thread Harbs
There is at least one Cordova example: examples/royale/CordovaCameraExample I’m pretty sure the examples/royale/Mobile* examples also showcase what could be done. > On Mar 2, 2021, at 12:00 PM, Piotr Zarzycki wrote: > > Hi Julien, > > No one tried yet build Apache Royale app on mobile. If tha

Re: Blurhash Library for AS3

2020-08-31 Thread Harbs
+1! > On Aug 31, 2020, at 3:57 PM, jan.weber wrote: > > Looks really good - you should kinda "promote" this on as3Lang I feel - there > are quite a few topics about AIR mobile apps so I think this will suite > there quite well > > > > -- > Sent from: http://apache-flex-users.246.n4.nabble

Re: From Flex to Flutter

2020-08-13 Thread Harbs
platforms other than web is iOS and Android. Unfortunately none of us has spent any time working on direct-to-native support. I can’t speak for anyone else, but I can tell you that I haven’t because mobile development is not really on my radar right now. Harbs > On Aug 13, 2020, at 4:53 PM, leoka

Re: From Flex to Flutter

2020-08-09 Thread Harbs
We have SVG implementations of the Graphics package. I plan on adding a Canvas implementation as well. > On Aug 9, 2020, at 9:00 PM, Carlos Rovira wrote: > > Hi Harbs, > > I was using Canvas API on the first link (HTMLCanvasElement), so what do > you refer to? > thank

Re: From Flex to Flutter

2020-08-09 Thread Harbs
I’d love to hear your results as well. I’d also love to work on native compiling one day too. In the short term, I have other priorities. One of them is filling in Canvas APIs which I should be working on in the next month or two. > On Aug 9, 2020, at 5:41 PM, Carlos Rovira wrote: > > Hi Leok

Re: From Flex to Flutter

2020-08-09 Thread Harbs
> On Aug 9, 2020, at 1:57 PM, Scott Matheson wrote: > > IMHO royal is a side road that may run out if tar some time in the future, > then your back to start The success of Royale depends on all of us. I personally have a lot invested in it and I’m not abandoning it anytime soon. > After loo

Re: FlexJS

2018-06-05 Thread Harbs
And the mailing lists are listed here: https://royale.apache.org/mailing-lists/ <https://royale.apache.org/mailing-lists/> Thanks, Harbs > On Jun 5, 2018, at 11:36 AM, Piotr Zarzycki wrote: > > Hi Alejandro, > > FlexJS project has change the name to Apache Royale.

Re: [Demo] Font Awesome 5 with Apache Flex

2018-02-16 Thread Gabe Harbs
Yes. Same license: https://fontawesome.com/v4.7.0/license/ <https://fontawesome.com/v4.7.0/license/> > On Feb 16, 2018, at 4:17 PM, Gabe Harbs wrote: > > The free version is MIT (with graphic files CC by 4) which I believe is the > same as FontAwesome 4 was. > >>

Re: [Demo] Font Awesome 5 with Apache Flex

2018-02-16 Thread Gabe Harbs
The free version is MIT (with graphic files CC by 4) which I believe is the same as FontAwesome 4 was. > On Feb 16, 2018, at 1:22 PM, Olaf Krueger wrote: > > Thanks, Carlos. > Kudos should go to akamud, the original author of flatspark who has > introduced FontAwesome within Flex ;-) > >> just

Re: Lazy parsing inf Flex

2018-02-16 Thread Gabe Harbs
That’s really interesting. Currently in Royale, we’re using browser methods to parse XML, so the entire tree is parsed into a DOM tree at once. I wonder if that’s something that we can/should optimize… Harbs > On Feb 15, 2018, at 10:40 PM, Alex Harui wrote: > > It also turns out t

Re: Flex Visual Editor in Moonshine IDE

2018-01-30 Thread Gabe Harbs
Very cool! Harbs > On Jan 17, 2018, at 12:46 PM, piotrz wrote: > > Hi Folks, > > Starting from Moonshine 1.7.0 we have introduced new type of project: Visual > Editor Project. Users can build Flex mockups and export them as Adobe Air > Flex desktop applications. > F

Re: [Royale] Flex to FlexJS migration path

2017-10-03 Thread Harbs
. Thoughts? > On Oct 3, 2017, at 11:22 PM, Harbs wrote: > > GH Pages is likely the way to go. Maybe we could make the comparison an > interactive Royale app… ;-) > >> On Oct 3, 2017, at 11:18 PM, Alex Harui wrote: >> >> OK, maybe wait until royale-docs is

Re: [FlexJS] Guidelines for implementation of layout containers and navigation containers

2017-09-30 Thread Harbs
to just thinly wrapping web APIs without giving thought to abstracting them enough to make the classes applicable to other environments. I hope this clarifies the mindset a bit… Thanks, Harbs > On Sep 28, 2017, at 10:43 PM, Idylog - Nicolas Granon > wrote: > > We are not intere

Re: [FlexJS] Guidelines for implementation of layout containers and navigation containers

2017-09-30 Thread Harbs
eManager was designed to deal with the former. I think the vast majority of uses probably only need the latter. These are all things which need to be considered. Thanks, Harbs > On Sep 28, 2017, at 10:43 PM, Idylog - Nicolas Granon > wrote: > > Validators (and custom validators)

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

2017-09-27 Thread Harbs
I’m not sure what the state of source maps for MXML files is. The last time I paid attention, it was not working. Alex or Josh would have a better idea. FWIW, I got into the habit of doing my debugging in Chrome… Harbs > On Sep 27, 2017, at 12:24 PM, Idylog - Nicolas Granon > wrote: &

Re: [FlexJS] Debugging setup with Flashbuilder and JS output

2017-09-26 Thread Harbs
If it’s any indication, Josh’s extension currently has a download count of 9,304 in the VS Code marketplace. > On Sep 27, 2017, at 12:07 AM, Idylog - Nicolas Granon > wrote: > > (for my information : do we have any idea of the adoption rate of VSCode > among Flex/AS3 developers ?)

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Harbs
No idea. I have not looked into RemoteObject at all. Someone more familiar with it will have to comment. Harbs > On Sep 20, 2017, at 12:11 PM, Piotr Zarzycki > wrote: > > Harbs, Alex, > > Is it possible that there is some messed up cause of this inject_html in > RemoteOb

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Harbs
Whoops. The method is called getResponseHeader() Try: this.xhr.getResponseHeader("Content-type”) Harbs > On Sep 20, 2017, at 11:49 AM, doug777 wrote: > > Guess I should have typed this but still weird result > > this.xhr.getResponseType("Content-type") &

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Harbs
-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en <https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=en> Harbs > On Sep 20, 2017, at 11:10 AM, doug777 wrote: > > Can't find any way to do this in Firefox, though I did fi

Re: FlexJS Customer feedback

2017-09-20 Thread Harbs
ird of the time max. Right now, I’m struggling with weirdness on tablets. Getting text input events is particularly hard…[1] We should have a publicly accessible link in a few weeks. Thanks, Harbs [1]https://bugs.chromium.org/p/chromium/issues/detail?id=118639 <https://bugs.chromium.org/p

FlexJS Customer feedback

2017-09-20 Thread Harbs
ork. Harbs

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Harbs
In the console while you are paused where you show, run this: xhr.getResponseType("Content-type”) Harbs > On Sep 20, 2017, at 8:36 AM, doug777 wrote: > > I can't find xhr.getResponseType - any clue as to where it will be shown? > > > > -- > Sent from: h

Re: [FLEXJS][Marketing] why should a web dev choose FlexJS?

2017-09-19 Thread Harbs
migrating applications from Flash. I would like to see us strengthen our selling points for other devs as well. My $0.02, Harbs > On Sep 19, 2017, at 10:59 AM, Carlos Rovira > wrote: > > Hi Berty, > > I think all points are ok but the second (security) don't know how much &

Re: FlexJS RemoteObject with ColdFusion

2017-09-18 Thread Harbs
If you are using the nightly build, you need to use nextgenas.sdk.editor. Here are my user settings: { "nextgenas.sdk.searchPaths": ["/FlexSDK"], "nextgenas.sdk.editor": "/FlexSDK/FlexJSNightly" } HTH, Harbs > On Sep 18, 2017, at 6:10 AM, d

Re: FlexJS RemoteObject with ColdFusion

2017-09-17 Thread Harbs
FWIW, I find the setup in VS Code incredibly easy: https://nextgenactionscript.com/#install-extension <https://nextgenactionscript.com/#install-extension> Harbs > On Sep 17, 2017, at 12:14 PM, doug777 wrote: > > I already checked the system path variables, but none of the path

Re: FlexJS RemoteObject with ColdFusion

2017-09-16 Thread Harbs
I was thinking about this, and I’m wondering how well minified typed classes will actually survive. Even if symbols are exported, the internal names are very often minified. Has anyone tested that minified classes are actually serialized correctly? Harbs > On Sep 15, 2017, at 6:32 PM, A

Re: FlexJS RemoteObject with ColdFusion

2017-09-15 Thread Harbs
Yes. All references to the outer script properties must be by using bracket notation unless we have externs for that. Harbs > On Sep 15, 2017, at 5:52 PM, Piotr Zarzycki wrote: > > Hi Harbs, > > I just did quick look into RemoteObject class and I see that there is JS > li

Re: FlexJS RemoteObject with ColdFusion

2017-09-15 Thread Harbs
need to quote the object keys: var myObj = { “name”:”Foo”, “age”:5 } rather than: var myObj = { name:”Foo”, age:5 } HTH, Harbs > On Sep 15, 2017, at 11:28 AM, doug777 wrote: > > In the Firefox web console I see this : > > destination fault handle

Re: [FLEXJS][Marketing] why should a web dev choose FlexJS?

2017-09-14 Thread Harbs
Thanks for the the response. This is good stuff! We could use all the help we can to get this right! :-) Harbs > On Sep 14, 2017, at 7:12 PM, Berty Tonta (Leadstalk) > wrote: > > I like this question. We must get this right, guys. > > As a marketing guy, turned develop

Re: Remote object for Flex JS

2017-08-21 Thread Harbs
I think rewriting it in ActionScript makes sense. > On Aug 21, 2017, at 10:26 PM, piotrz wrote: > > Alex, > > I was thinking about using those JS library wrap up it same as we did with > MDL. SWF part write on our own, but I have no idea how hard it can be. > > Thanks, > Piotr > > > > -

Re: Remote object for Flex JS

2017-08-21 Thread Harbs
There’s probably an advantage to converting it to FlexJS. You could probably leverage BinaryData for some of the functionality. You can also create typedefs if you want. > On Aug 21, 2017, at 8:53 PM, PKumar wrote: > > Alex, > > As per my analysis & testing, AMFJS supports following features

Re: Using "borrowed" HTML in FlexJS

2017-08-11 Thread Harbs
It looks like the only error was that I used js:InnerHTML instead of js:TextNode. I’ve fixed the document and it seems to work well. (I’m still modifying the CSS for my needs, but it does exactly what it should.) > On Aug 11, 2017, at 3:19 PM, Harbs wrote: > > There are some erro

Re: Using "borrowed" HTML in FlexJS

2017-08-11 Thread Harbs
Yes. We’re trying to get together some “good” documentation. I hope to add this. Thanks, Harbs > On Aug 11, 2017, at 3:18 PM, Angelo Lazzari wrote: > > That s a great document!!! Is there any chance to put it in the wiki? > Thank you! > > El vie., 11 de agosto de 2017 13:5

Re: Using "borrowed" HTML in FlexJS

2017-08-11 Thread Harbs
There are some errors in the markup. I’ll fix that early next week. > On Aug 11, 2017, at 2:57 PM, Harbs wrote: > > I just wrote up a tutorial on how to grab some random HTML, CSS and JS from > somewhere on the web and use it in a FlexJS project. I hope it’s helpful. :-

Using "borrowed" HTML in FlexJS

2017-08-11 Thread Harbs
t/d/1pW599xo-Icys-xXEeNi6tbTcH-iMepbTR6WcviLy7i8/edit?usp=sharing> Harbs

Re: Various questions about FlexJS

2017-08-10 Thread Harbs
If your goal is faster compile times, you can break your app into libraries and compile swcs for each part. The code from the swcs does not need to be recompiled and it’s not even recopied unless you clean first. Most of my apps use at least one custom swc besides the SDW ones. > On Aug 10, 201

Re: Various questions about FlexJS

2017-08-10 Thread Harbs
FWIW, I’ve found that debug release compilation times using FlexJS is significantly faster than Flex app compilation. > On Aug 10, 2017, at 6:53 PM, After24 wrote: > > Hi Alex, > > Our biggest application is composed of 20 modules and 8 runtime shared > librairies. > Aside from a clear separat

Re: Ctrl+Z with caps lock on not working in Chrome

2017-08-10 Thread Harbs
Sure. But when you press the key z with capslock and command/control, the charCode is for the little z rather than the big one. (Or at least it is in all browsers other than Chrome.) Clearer? > On Aug 10, 2017, at 7:25 PM, Felipe Melo wrote: > > I'm sorry, I think my last message was still co

Re: Ctrl+Z with caps lock on not working in Chrome

2017-08-10 Thread Harbs
/jira/browse/FLEX Thanks, Harbs > On Aug 10, 2017, at 5:54 PM, Harbs wrote: > > The charCodes are not the same. > > I just tested in Firefox and it’s 122 with caps lock on. > > The Chrome Flash plugin is different and it’s probably dispatching different > events. > >

Re: Ctrl+Z with caps lock on not working in Chrome

2017-08-10 Thread Harbs
The charCodes are not the same. I just tested in Firefox and it’s 122 with caps lock on. The Chrome Flash plugin is different and it’s probably dispatching different events. > On Aug 10, 2017, at 5:35 PM, Felipe Melo wrote: > > Hi, > > I have not tested the EditManager approach, but dispatch

Re: Various questions about FlexJS

2017-08-10 Thread Harbs
AIR ? I don’t have metrics on that, but FlexJS has a strong focus on performance. Having dual output including AIR is definitely possible, but there are still some visual differences between the platforms. We have more work to do in that area. > - Our applications use TLF heavily (drop/down

Re: Ctrl+Z with caps lock on not working in Chrome

2017-08-09 Thread Harbs
Even simpler. > On Aug 10, 2017, at 1:00 AM, Alex Harui wrote: > > Or just dispatch the desired keyboard event when you see the undesired one. > > HTH, > -Alex > > On 8/9/17, 2:47 PM, "Harbs" <mailto:harbs.li...@gmail.com>> wrote: > >

Re: Ctrl+Z with caps lock on not working in Chrome

2017-08-09 Thread Harbs
NextTextEvent = true; redo(); event.preventDefault(); break; > On Aug 10, 2017, at 12:45 AM, Harbs wrote: > > And I assu

Re: Ctrl+Z with caps lock on not working in Chrome

2017-08-09 Thread Harbs
And I assume that in other browsers it’s always 121 and 122. Right? > On Aug 10, 2017, at 12:20 AM, Felipe Melo wrote: > > Thanks for your reply. I did what you suggested but everything seems fine: > > caps lock on: Y=89, Z=90 > caps lock off: y=121, z=122 > > I have already confirmed that is

Re: Ctrl+Z with caps lock on not working in Chrome

2017-08-09 Thread Harbs
Here’s what you can do to help diagnose the problem: Set a keyDown event handler on the input and examine the event.charCode. Does it change if caps lock is on or off? (It should be 122 for z and 121 for y.) Thanks, Harbs > On Aug 9, 2017, at 10:51 PM, Felipe Melo wrote: > > Hi,

Re: excluding item in layout

2017-08-09 Thread Harbs
. HTH, Harbs > On Aug 9, 2017, at 8:37 PM, scott matheson wrote: > > Hi > I have a data driven dynamic layout out, in this small example, when i show > the page i could have 1 to 6 BrorderContainer, how can i exclude items form > the layout and have the dynamically

Re: scoping out FlexJS to replace Flex

2017-08-07 Thread Harbs
topic which is more advanced than it should be). That’s to prevent magnification problems. HTH, Harbs > On Aug 8, 2017, at 12:41 AM, gkk gb wrote: > > It was this post > > > http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Mixing-Basic-and-MDL-td59300.html

Re: scoping out FlexJS to replace Flex

2017-08-07 Thread Harbs
youtube.com/playlist?list=PL4EsaSA9xpnnraJX7NzpX6eh_P95RO8Pj> > On Aug 7, 2017, at 6:05 PM, gkk gb wrote: > > Thanks for the detailed answers Harbs. > > > Regarding the 'classic Flex chart components' comment, are you hinting that > ActionScript's LogAxis ca

Re: scoping out FlexJS to replace Flex

2017-08-07 Thread Harbs
what to expect in terms of maintenance; will it > be a matter of filing a JIRA bug for example?. We try very hard to abstract away browser inconsistencies. I think it’s pretty good, although there are probably some edge cases. This is a problem inherent in JS development, but FlexJS is likely better than most. Harbs

Re: [FlexJS][MDL] Bind data via bead or classic braces?

2017-07-27 Thread Harbs
We have found that MDL components need to be nested inside elements. > On Jul 27, 2017, at 1:19 PM, Olaf Krueger wrote: > > Just tried it, still no success. > The only reason why I've chosen the mdl:Grid as root element was that it > seems to me that e.g. js:view does not work together with mdl

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-07-27 Thread Harbs
+1! > On Jul 27, 2017, at 1:07 PM, Angelo Lazzari wrote: > > ok, i got the link, i will look into it to understand if we can create some > UI POC. > > thank you very much > Angelo > > > El jue., 27 jul. 2017 a las 12:02, piotrz () > escribió: > >> I'm not sure what do you mean by "graphics o

Re: Flash & The Future of Interactive Content

2017-07-25 Thread Harbs
EOLing Flash is the only sensible thing to do. Harbs > On Jul 26, 2017, at 4:45 AM, Vincent Sotto wrote: > > adobe should just donate fp to apache, we have many apps at my company > still using flex web > > On Wed, Jul 26, 2017 at 5:31 AM, Harbs wrote: > >> Interesti

Re: Flash & The Future of Interactive Content

2017-07-25 Thread Harbs
ations are probably of interest as well. https://www.youtube.com/playlist?list=PL4EsaSA9xpnnraJX7NzpX6eh_P95RO8Pj <https://www.youtube.com/playlist?list=PL4EsaSA9xpnnraJX7NzpX6eh_P95RO8Pj> > On Jul 26, 2017, at 8:32 AM, Paul Hastings wrote: > > On 7/26/2017 4:28 AM, Harbs wrote: &g

Re: Flash & The Future of Interactive Content

2017-07-25 Thread Harbs
Interesting question. I’d guess that does not use the FP at all, but uses the AIR runtime. If that’s true, it’ll probably still work. > On Jul 26, 2017, at 12:19 AM, Gary Yang wrote: > > What would happen without FP when loading swf files in: > > http://help.adobe.com/en_US/FlashPlatform/refer

Re: Flash & The Future of Interactive Content

2017-07-25 Thread Harbs
discover bugs in the process and your UI will probably get a modernization. So it’s not all bad. ;-) Harbs > On Jul 25, 2017, at 11:04 PM, Scott Matheson wrote: > > Not sure I understand your comment about flash player inside Air HTML > > I read this as the end of FP so the only

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

2017-07-13 Thread Harbs
+100! This guy makes my development life better every day. :-) Harbs > On Jul 13, 2017, at 11:55 PM, Josh Tynjala wrote: > > If you like these sorts of projects, please join my Patreon campaign > to lend a hand! https://www.patreon.com/josht <https://www.patreon.com/josht>

Re: Can I control the parameter order in an HTTPService Post?

2017-07-12 Thread Harbs
I gave up on HTTPService long ago. It’s nice how simple it is to use, but it’s sooo limiting. I use URLLoader for just about everything. I wrapped it in my own classes that do everything I need including tracking status, parsing responses and error responses, progress, dispatching custom events

Re: Problems with TLF Tables

2017-03-15 Thread Harbs
There’s lots of incomplete features with tables. I wish I could say that I could fix them, but there’s no way I have the time in the near future. It’s probably time to get your hands dirty and commit some fixes… ;-) Harbs > On Mar 15, 2017, at 6:06 PM, goratz wrote: > > Hi all

Re: Financial Features in AIR

2017-01-08 Thread Harbs
could not use credit cards without creating PayPal accounts. This seems to be country-specific. On Jan 8, 2017, at 5:48 PM, Jeffry Houser wrote: > > On 1/8/2017 5:08 AM, Harbs wrote: >> I would recommend using Stripe rather than PayPal. >> >> PayPal arbitrarily rej

Re: Financial Features in AIR

2017-01-08 Thread Harbs
I would recommend using Stripe rather than PayPal. PayPal arbitrarily rejects credit cards for no apparent reason. On Jan 8, 2017, at 4:03 AM, bilbosax wrote: > A little discouraging info coming out of this search for licensing. > Sharify.it still has a website up, but I don't think that they

Re: MXML and ActionScript in Visual Studio Code

2016-12-04 Thread Harbs
Josh, I just noticed that toggling XML comments no longer work with your latest update. Harbs On Dec 1, 2016, at 12:10 AM, Josh Tynjala wrote: > Hello, Flex community! > > A couple of months ago, I introduced a new extension for the Visual Studio > Code text editor that a

Re: MXML and ActionScript in Visual Studio Code

2016-12-01 Thread Harbs
something that’s do-able in VS Code? Harbs On Dec 1, 2016, at 5:38 PM, Josh Tynjala wrote: > Yeah, the "code actions" are pretty cool as a way to provide automated > fixes for errors and warnings. I hope to find more places to add those. As > for imports, the newest language s

Re: MXML and ActionScript in Visual Studio Code

2016-12-01 Thread Harbs
I tried to comment on your Patreon post, but Patreon is not letting me login in for some reason. It looks really 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 wrote: > Hello, F

Re: Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-15 Thread Harbs
Yes. There’s a ColorUtil class. On Nov 15, 2016, at 12:14 PM, Rui Cruz wrote: > Ok, I'll create a new branch and check where I can find some ColorUtils > (Doesn't the FlexSDK already haves one?). > > > Thank you > > > > 2016-11-14 17:03 GMT+00:00 Alex Harui [via Apache Flex Users] < > ml-no

Re: FlexJS: ByteArray Implementation

2016-10-30 Thread Harbs
”. Harbs On Oct 30, 2016, at 4:08 PM, Alex Harui wrote: > > > On 10/29/16, 11:55 PM, "PKumar" wrote: > >> i was exploring byteArray for AMF serialization/deserialization. So I >> will >> have to depend on java script library only. > > In theory, a

Re: FlexJS: ByteArray Implementation

2016-10-30 Thread Harbs
There’s BinaryData which implements most of ByteArray, but not all. (pretty much readObject and writeObject is all that’s missing) On Oct 29, 2016, at 12:13 PM, PKumar wrote: > Hi, > > is ByteArray available in FlexJS as compare to Flash ByteArray? > > > > - > Regards, > Prashant > --

Re: How Flex font fallback is working?

2016-10-21 Thread Harbs
font which contains the correct glyphs for all used languages. 2. Change the CSS (i.e fontFamily) on the fly to set the font for the correct language. Thanks, Harbs On Oct 20, 2016, at 7:12 PM, GhaziTriki wrote: > Hello, > > I have been trying to embed fonts to my Flex applica

Re: My Services Don't Work On Mobile

2016-10-18 Thread Harbs
Good info, but the wrong answer was marked as correct on the forum. I just fixed that… ;-) On Oct 18, 2016, at 9:52 AM, OmPrakash Muppirala wrote: > You are welcome! I got hit by this recently, hence it is fresh in my > mind. Glad it all worked out for you :-) > > Thanks, > Om > > On Mon, O

Re: Flex ASCII

2016-08-15 Thread Harbs
Only if Arial (or whatever the default font is) doesn’t have it either… (Flash does automatic glyph replacement.) On Aug 15, 2016, at 9:23 PM, Alex Harui wrote: > IIRC, you can get a box if the font doesn't have that character in it. > > On 8/15/16, 11:09 AM, "Matthew Weir" wrote: > >> Any i

Re: FlexJS: Circular Dependency

2016-08-15 Thread Harbs
Add this argument: -remove-circulars On Aug 15, 2016, at 1:59 PM, PKumar wrote: > Hi, > > I am trying to cross compile FlexJS example "TodoListSampleApp" but getting > the circular dependency error. Please check the attached screen shot. How > can i remove this error? > >

Re: Workers and Speed

2016-08-03 Thread Harbs
BTW: In terms of code styling, if you reverse all your tests, your if statements would not creep off the screen and it becomes much more legible: for (var i:int = 0; i < length; i++) { /* Loop Through Each of the Records*/

Re: Workers and Speed

2016-08-02 Thread Harbs
I thought that script timeouts only happen in the browser. I’m assuming this is not a browser Flash app, but an AIR one. Harbs On Aug 2, 2016, at 9:58 PM, bilbosax wrote: > To be honest with you, I have no idea why a script timeout isn't happening. > Until this week I had never h

Re: Embedded fonts still shown in iOS app, but disappeared in Android app

2016-07-26 Thread Harbs
That makes it very hard to debug. Is it possible to disable that for debugging? On Jul 26, 2016, at 4:23 PM, Alexander Farber wrote: > Hello - > > On Tue, Jul 26, 2016 at 3:16 PM, Harbs wrote: > >> I think the first step is to confirm that it’s a Flex problem and not

Re: Embedded fonts still shown in iOS app, but disappeared in Android app

2016-07-26 Thread Harbs
I think the first step is to confirm that it’s a Flex problem and not an AIR problem. What happens if you compile the app using an older version of the Framework? Can you reproduce the problem using the emulator, or does this only happen on physical devices? Harbs On Jul 26, 2016, at 3:47 PM

Re: FlexJS question - ByteArray vs. BinaryData

2016-07-18 Thread Harbs
and push them to your fork. 4. The go to Github and create a new pull request.[2] HTH, Harbs [1]https://help.github.com/articles/fork-a-repo/ [2]https://help.github.com/articles/creating-a-pull-request/ On Jul 18, 2016, at 8:03 AM, Greg Dove wrote: > Harbs, > > FYI I have made progress

Re: FlexJS question - ByteArray vs. BinaryData

2016-07-14 Thread Harbs
/prototype On Jul 14, 2016, at 5:32 PM, Alex Harui wrote: > > > On 7/14/16, 2:38 AM, "Harbs" wrote: > >> FYI, I just added an “array” getter which returns the underlying array of >> bytes. The exact type is different on the different platforms. >> >&

Re: FlexJS question - ByteArray vs. BinaryData

2016-07-14 Thread Harbs
might be? Harbs On Jul 14, 2016, at 9:33 AM, Greg Dove wrote: > Harbs and Alex, thanks for your explanations. > > I guess 'drop-in' replacement is quite unrealistic. But I think if could be > closer to the IDataInput/IDataOutput, and given that ByteArray is a common &

Re: FlexJS question - ByteArray vs. BinaryData

2016-07-14 Thread Harbs
Builder on the above page and this as well: https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder 3) I have a shell script to set all my environment variables in each shell like this: #!/bin/sh export FALCON_HOME=/Users/harbs/Documents/ApacheFlex/flex-falcon

Re: FlexJS question - ByteArray vs. BinaryData

2016-07-12 Thread Harbs
, and the current implementation works as a drop-in replacement in almost all cases. Which methods do you need that’s missing? Harbs On Jul 13, 2016, at 1:57 AM, Greg Dove wrote: > I have dipped my toes into FlexJS for the first time. I am evaluating > FlexJS for a migration away from

Re: xamarin captive runtime or real native

2016-06-22 Thread Harbs
My understanding (which could be wrong) is that it’s somewhere in the middle. AIUI, it basically has a cross-platform .NET framework. .NET applications require .NET framework dlls even on Windows, but it’s essentially native code that interacts with it. On Jun 22, 2016, at 2:21 PM, agm65 wrot

Re: Flex contracts from home ?

2016-06-21 Thread Harbs
I think FlexJS is a very good option going forward. In fact I’m betting pretty heavily on that. I’m starting full time development (two developers) of a large-scale FlexJS app starting next week. Harbs On Jun 21, 2016, at 10:46 AM, Scott Matheson wrote: > Hi > I still have my own fl

Re: Typography in Labels

2016-06-06 Thread Harbs
As long as you are not constantly re-rendering the TLF text, it’s fine for mobile. On Jun 5, 2016, at 6:20 PM, leokan23 wrote: > Hi Alex, > > sorry, i forgot to specify that i work 100% on mobile. From what i > understand, TFL is not to be used in mobile due to performance. > > > > -- > Vie

Re: [FlexJS] How to create a with a shadow style

2016-05-13 Thread Harbs
. Once you have a reference to the DOM element, it can be manipulated like any DOM element in JS. You can create the DOM objects directly if you want as well. Does this help? Harbs On May 13, 2016, at 3:53 PM, OK wrote: > Harbs wrote >> Take a look at the example projects. The FlexJS S

Re: [FlexJS] How to create a with a shadow style

2016-05-13 Thread Harbs
issue I’ve found so far with jQuery is that you need to use the jQuery object rather than the “$” object due to a bug in the type definitions. HTH, Harbs On May 13, 2016, at 3:11 PM, OK wrote: > More general the question is if and when how we can access/manipulate the DOM > using

Re: [FlexJS] Using CreateJS with FlexJS

2016-04-27 Thread Harbs
How common is it to have an application which is only a Canvas? Would a more realistic demo be to have an application where CreateJS is one piece of it? On Apr 27, 2016, at 11:57 PM, Alex Harui wrote: > > > On 4/27/16, 12:50 PM, "Peter Ent" wrote: > >> I'm working on that - in order to crea

Re: [FlexJS] Using CreateJS with FlexJS

2016-04-27 Thread Harbs
I will probably make a post about this on Facebook in the beginning of next week. (Unless someone else gets to it first.) I posted yesterday about Node.js support, and that post already has almost double the reach of any previous post (and counting).[1] It will be interesting to see how popular

Re: How to properly create a deep copy of XMLList

2016-04-22 Thread Harbs
var _copyXML:XML = orginalXML.copy(); http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XML.html#copy%28%29 The same for XMLList: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XMLList.html#copy%28%29 On Apr 22, 2016, at 6:11 PM, mark goldin wrote: > I am u

Re: Thanks to the Team

2016-04-21 Thread Harbs
https://www.facebook.com/ApacheFlexSDK Harbs On Apr 22, 2016, at 7:00 AM, Lou wrote: > Yes. I've been pondering community outreach strategies myself. IMO the > showcase gallery is already very impressive (provided it hasn't accumulated > broken links). So I've been

Re: XML filtering

2016-04-21 Thread Harbs
ing original XML. What I want is reduce it on a > filter but preserve all the nested structure. > > On Thu, Apr 21, 2016 at 2:17 PM Harbs wrote: > >> You are not losing the hierarchy. XMLList is simply a list of the XML >> elements (kind of like an array). The original

Re: XML filtering

2016-04-21 Thread Harbs
You are not losing the hierarchy. XMLList is simply a list of the XML elements (kind of like an array). The original XML is not altered. You can walk the elements and find their parents and children. If you need new XML with only certain elements, you need to construct it (or destruct it) yours

Re: Flex JS

2016-04-21 Thread Harbs
Take a look at this: https://github.com/matrix3d/spriteflexjs On Apr 21, 2016, at 6:48 PM, Bruce wrote: > I see now that the project was sadly absorbed and cannibalized > by Away3D Foundation. > > > > -- > View this message in context: > http:/

Re: FlexJS, JQuery and FDT

2016-04-21 Thread Harbs
7;m completely stuck with the JS externs no longer generating :-( > > Chris > > ____ > Von: Harbs > Gesendet: Donnerstag, 21. April 2016 12:40 > An: users@flex.apache.org > Betreff: Re: FlexJS, JQuery and FDT > > OK. Would it be

Re: FlexJS, JQuery and FDT

2016-04-21 Thread Harbs
'll replicate the changes. > I just replicated the nodejs changes ... was quite an effort, but now I'm > back on track ... at least with that one ... > > Chris > > ____ > Von: Harbs > Gesendet: Donnerstag, 21. April 2016 11:48 >

Re: FlexJS, JQuery and FDT

2016-04-21 Thread Harbs
o these kinds of changes with Ant replace and replaceregex in the > build.xml. See the top-level build.xml and the externc.js.swc target. > > -Alex > > On 4/21/16, 12:04 AM, "Harbs" wrote: > >> Bah. .gitignore has this entry: externs/jquery/externs >> &

Re: FlexJS, JQuery and FDT

2016-04-21 Thread Harbs
Bah. .gitignore has this entry: externs/jquery/externs Is there any way to make this change and have it “stick” in the repo? On Apr 21, 2016, at 10:00 AM, Harbs wrote: > OK. I’ll make that change. I don’t have time to test today, so I’ll see what > happens in the next nightly… > &g

Re: FlexJS, JQuery and FDT

2016-04-21 Thread Harbs
FWIW, I just tried this, and the swc was not as well defined. Not sure why… On Apr 21, 2016, at 2:46 AM, OmPrakash Muppirala wrote: > or are you using the > dts2as tool to create one from a definitely typed definition file

Re: FlexJS, JQuery and FDT

2016-04-21 Thread Harbs
ern files for similar usage. > > > -Alex > > > > On 4/20/16, 11:36 PM, "Harbs" wrote: > >> Yes. I was looking in asjs instead of falcon… >> >> I’ve never done typdefs before. Does this look right? >> >> /** >> * @const >&

Re: FlexJS, JQuery and FDT

2016-04-20 Thread Harbs
are looking for? > : flex-falcon\externs\jquery\externs\jquery-1.9.js > > Thanks, > Om > > On Wed, Apr 20, 2016 at 11:21 PM, Harbs wrote: > >> I’m looking for where the jQuery definitions are and I can’t seem to find >> it. >> >> On Apr 21, 2016, a

  1   2   >