Re: Workers + SharedObject blows up...

2014-01-09 Thread Mark Line
Have you tried giving app privileges to worker, you need to pass "true" in the 2nd parameter of createWorker()? I'm just guessing though On 9 Jan 2014 21:57, "Sean Thayne" wrote: > Hi All, > > My goal is a very simple one. Having a worker do a web service call, then > writes to a SharedObject. >

RE: Disabling stage

2014-01-24 Thread Mark Line
You could set the enabled flag on the Application, this will stop all mouse interactions? Or create a transparent model pop up on screen till are done? -Original Message- From: Scott Matheson [mailto:smathe...@intralinks.com] Sent: 24 January 2014 15:05 To: users@flex.apache.org Subje

RE: Problems installing Apache Flex SDK 4.11.0

2014-01-29 Thread Mark Line
Bit of a long shot but maybe right bring up the properties of the installer with in windows and on the "General" tab right at the bottom there might be a Security section, "This file came from another computer and might be blocked to help protect this computer." If it's there click unblock and se

RE: Flex iOs project compiling in a Mac VM under VirtualBox ?

2014-02-06 Thread Mark Line
Well it isn't something I've ever tried. Can you compile anything via Flash Builder? (you said it works fine but does that include compiling?) Have you tried compiling via the command line? Maybe if you posted the logs? Have you looked at the error view in Flash builder: Window -> Show View ->

Re: Flex iOs project compiling in a Mac VM under VirtualBox ?

2014-02-06 Thread Mark Line
sult. Is It normal ? > Do you think I can try to run longer time ? > > Thanks ! > > > Le 2014-02-06 15:26, Mark Line a écrit : > > Well it isn't something I've ever tried. >> >> Can you compile anything via Flash Builder? (you said it works fine >>

RE: new Mac machine, running Flex application sticks at 57%

2014-02-12 Thread Mark Line
I'm not sure if you need this on OSX but could you tried making sure you have localhost set up on in your hosts file correctly I'm assuming it’s the same as most *nix in /etc/hosts Add the following line: 127.0.0.1 localhost -Original Message- From: modjkl...@comcast.net [mailto:m

RE: new Mac machine, running Flex application sticks at 57%

2014-02-12 Thread Mark Line
k, I've seen this posted on Google but never knew how to set it. Could you give a little more detail? Is this a setting in Flash Builder? Or is it a Mac OSX System Preferences setting? ----- Original Message - From: "Mark Line" To: users@flex.apache.org Sent: Wednesday, Febru

RE: Missing "WindowedApplication"

2014-02-18 Thread Mark Line
Flash develop if free, there is a free version of FDT (eclipse plug in). Personally I use Flash builder but I was lucky enough to get work to pay for the licenses, although I keep meaning to try IntelliJ as I've been using Android studio which is built on it and I really like it -Original Mes

RE: Missing "WindowedApplication"

2014-02-18 Thread Mark Line
e Isn't Flash Develop for AS only projects, not MXML ? Maurice -Message d'origine- De : Mark Line [mailto:markl...@gmail.com] Envoyé : mardi 18 février 2014 10:08 À : users@flex.apache.org Objet : RE: Missing "WindowedApplication" Flash develop if free, there is a fre

RE: DateTimeFormatter milliseconds not working?

2014-02-20 Thread Mark Line
I get the same problem on Windows 8, Apache flex 4.11 & Flex 4.6. Chrome(pepper),FF(adobe),IE(adobe) :-( -Original Message- From: Marcus Fritze [mailto:marcus.fri...@googlemail.com] Sent: 20 February 2014 14:48 To: users@flex.apache.org Subject: Re: DateTimeFormatter milliseconds not wor

Re: Slow view stake on Microsoft but not Mac or Chrombook

2014-02-25 Thread Mark Line
If you have Flash builder installed you can easily check via the profiler. Change between viewstacks and try to force garbage collection within the profiler. Even doing this once will show if the previous view has been cleared up. (You might not see the memory drop straight away as the way the GC

Re: Skinnable custom component

2014-02-25 Thread Mark Line
Hi Barry, I think you might be trying to run before you can walk here in the Flex world. Although kudus for trying to create an abstract class in actionscript. I'm slightly worried about your HBarButton class as you appear to be extending the Sprite class. I wouldn't recommend this unless you are

RE: code metrics

2014-02-28 Thread Mark Line
I am also having problems getting it to run. I'm getting the same error as well: !ENTRY org.eclipse.ui 4 4 2014-02-25 13:20:47.707 !MESSAGE Unable to create menu item "com.adobe.ac.pmd.eclipse.toolbar.runCommand", command "com.adobe.ac.pmd.eclipse.flexpmd.runCommand.category" not defined My setti

Re: code metrics

2014-02-28 Thread Mark Line
The links to the version are dead on that page, however after some digging I found them here: http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/com/adobe/ac/flex-pmd/1.2/ For me I still have the same issue, as in the tool runs correctly (with correct results created in th

Re: Android tablet performance recommendations

2014-03-05 Thread Mark Line
I have tested a flex app that is quite busy and works nice on both Nexus 7 (old and new) and a tesco hudl. Although they are both 7". I've also tested on a nexus 10 and it worked well as well. I think nexus 10 are around £250 as a new might be coming out soon. Its got really hight res though: 1920

RE: Android tablet performance recommendations

2014-03-05 Thread Mark Line
p://forums.adobe.com/message/5078056> about the Nexus 10 having issues with Adobe Air but good to hear that you've had some success with a Nexus. Sounds like the problems were overcome in Air 3.6. Hopefully it gives an indication that Adobe may tackle the problem with Intel processors

RE: Squiggly or spelling lib/tools

2014-03-19 Thread Mark Line
I ended up using https://github.com/gskinner/SPL in the project I was working on. It's really nicely structured and easy to extend. I added a TextFlow plugin to work with what I needed and I used a worker to parse a zipped hunspell dictionary and some classes to create rules etc. That said I

RE: Coding a better flex mobile app

2014-04-02 Thread Mark Line
Not sure how it was coded, but on http://flex.apache.org/community-showcase.html CityU Mobile runs really really nice on my nexus 5 (I know it’s a higher end), you should check it out -Original Message- From: After24 [mailto:vinc...@after24.net] Sent: 02 April 2014 11:13 To: users@flex.

Flex unit 4.2.0

2014-04-22 Thread Mark Line
Hi everyone, Not sure if anyone on here will have the answers for not. I wanted to have a look at the apache release of Flex unit (4.2.0). Weirdly blogs.apache.org/flex wont currently resolved for me. Does anyone know if this build of Flex unit is like the first build of Apache Flex (EG its

RE: Flex unit 4.2.0

2014-04-23 Thread Mark Line
Thanks for the quick reply. Oh yes it appears I'm blind. If anyone else wants to see the release notes: http://mirror.ox.ac.uk/sites/rsync.apache.org/flex/flexunit/4.2.0/RELEASE_NO TES It quite clear on the flex website, not quite sure how I missed it. I'll switch over from the Flash builders in

RE: FlexUnit 4.2 UIImpersonator

2014-04-30 Thread Mark Line
I've not done any testing for a mobile project but can confirm its working correctly with spark components. Do you have a whole class we can have a look at? (PS you can't use attachments here) Here is a basic example: public class MyTest { private var _myForm:MyForm;

Re: hasOwnProperty with namespace

2014-06-24 Thread Mark Line
This might help: http://jacksondunstan.com/articles/2609 On 24 Jun 2014 18:08, "Mihai Chira" wrote: > It does do it, but I was hoping I could achieve it with > hasOwnProperty() because it's in a memory and speed-sensitive area of > the application. > > On 24 June 2014 17:06, Subscriptions wrote:

Re: Anyone is using MSBuild

2014-12-18 Thread Mark Line
I have it working by setting up a new c++ project within the master build sln. With in that project I set a prebuild event that calls ant that does all the flex building. Seems to work quite nicely however it does mean you need ant installed on your build server as well On 18 December 2014 at 17:

Event order processing

2015-03-04 Thread Mark Line
Hi, I was wondering if someone could confirm something for me about event processing. I know if you two events are dispatched one after another, the second event will be dispatched only after all handlers of the first event are executed and the dispatchEvent method is returned. However does anyon

Re: Event order processing

2015-03-04 Thread Mark Line
bley > > > On Mar 4, 2015, at 11:30 PM, Mark Line wrote: > > > > Hi, > > > > I was wondering if someone could confirm something for me about event > > processing. I know if you two events are dispatched one after another, > the > > second event will be

Squiggly or spelling lib/tools

2013-02-12 Thread Mark Line
Hi everyone, I don't suppose anyone knows if "squiggly" ( http://labs.adobe.com/technologies/squiggly/ ) was randomly donated to Apache as well as the Flex SDK? Bit wishful thinking I know. It hasn't been updated for a while an

RE: Squiggly or spelling lib/tools

2013-02-12 Thread Mark Line
t: 12 February 2013 16:10 To: users@flex.apache.org Subject: Re: Squiggly or spelling lib/tools Hi, Not yet but but from what Alex said, they could think about donate it, no more on that at the moment from what I know. -Fred -Message d'origine----- From: Mark Line Sent: Tuesday, February 12,

RE: Squiggly or spelling lib/tools

2013-02-12 Thread Mark Line
Squiggly or spelling lib/tools Why can't you use Squiggly as it is right now? On 2/12/13 9:49 AM, "Mark Line" wrote: > Thanks for the quick response, well fingers crossed they decide to > donate > :-) > > perhaps I'll create my own implementation quickly/crud

RE: Squiggly or spelling lib/tools

2013-02-12 Thread Mark Line
ifications, so it is a reasonable bet that work you do will be applicable to the donated version later. On 2/12/13 10:08 AM, "Mark Line" wrote: > It's not for a personal project it's for work. I need to support more > languages then it currently does. > > Initial

RE: Portable Execution

2013-02-18 Thread Mark Line
If you know the target machine will already have adobe air installed you could manually create an installer, using something like Wix. That way you could get away without need admin permissions. I *think* adobe air needs admin rights as its installed for all users -Original Message- Fro

RE: Future of Flex technology - Answers

2013-03-01 Thread Mark Line
Out of curiosity the Flex test suites ever get run against Pepper Flash player? Do they find any differences? -Original Message- From: Tom Chiverton [mailto:t...@extravision.com] Sent: 01 March 2013 10:57 To: users@flex.apache.org Subject: Re: Future of Flex technology - Answers Isn't t

RE: Flex Vs Andriod

2013-03-06 Thread Mark Line
I would try to avoid anything that uses the [Bindable] metadata mobile project because of the performance overhead -Original Message- From: Steve Lawdis [mailto:slaw...@anaheim.net] Sent: 06 March 2013 15:25 To: 'users@flex.apache.org' Subject: RE: Flex Vs Andriod My favorite has been Ho

RE: IDE for Flex Dev

2013-03-06 Thread Mark Line
My dev environment is simple Flash builder 4.7 pro (And Flash builder 4.6 in case I ever want to use the design view) and Adobe scout. I use firefox as my debug browser of choice, as I use chrome for normal browsing as it doesn't pick up the debug flash player (uses pepper flash). In firefox I cha

RE: Flex Cards Components Tutorial or example

2013-03-08 Thread Mark Line
Have a look at: http://www.rubenswieringa.com/blog/flex-book-component-beta If you need it to work on mobile you may want to google flip book starling, I think I saw some examples which source code and they will probably perform a lot better. As for the card object? I'm not sure what you mean. Un

Wokers in library projects

2013-03-15 Thread Mark Line
Bit of a random question but I thought someone on here may know if it's possible. Has anyone managed to use AS3 workers with in a library project? Currently I embed the worker with into the project (the default way Flash builder tries to get add a worker). I can't however use the "embedde

Re: Install Update for Air Apps

2013-03-28 Thread Mark Line
Do by apps do you mean mobile apps? or desktop apps? Either way that isn't anything to do with the Flex sdk? Are you having problems with an android phone/device with an old version of air or Flash installed. If it came shipped/preinstalled you can't remove it as its marked as a system app in and

Re: Install Update for Air Apps

2013-03-28 Thread Mark Line
t;Export Release Build" To Update a pre-installed > App > > > On 03/28/2013 10:18 AM, Mark Line wrote: > >> Do by apps do you mean mobile apps? or desktop apps? >> >> Either way that isn't anything to do with the Flex sdk? >> >> Are you having

Papervision3D replacment

2013-04-12 Thread Mark Line
Can anyone on here suggest a good replacement for papervision3D. I want to look at replacing some papervision3D content that is currently loaded to display a 3D model. It's a very large existing project so I can't easily really cut a hole in the app to allow to see the display object at positio

RE: Papervision3D replacment

2013-04-12 Thread Mark Line
: my blog may help: http://flexmonkey.blogspot.co.uk/search/label/Stage3D Simon _ +44 (0) 7973 669691 sglad...@gmail.com http://flexmonkey.blogspot.com/ On 12 Apr 2013, at 15:09, "Mark Line" wrote: > Can anyone on here suggest a good replacement for papervision3

RE: Papervision3D replacment

2013-04-12 Thread Mark Line
pril 2013 15:57 To: users@flex.apache.org Subject: Re: Papervision3D replacment Hi Mark, You should try http://away3d.com/ as it supports Stage3D -Fred -Message d'origine- From: Mark Line Sent: Friday, April 12, 2013 4:09 PM To: users@flex.apache.org Subject: Papervision3D replac

RE: help needed videogames & multimedia resources

2013-04-19 Thread Mark Line
This website is updated most days with some great Flash/Flex/AS3 cool stuff: http://www.scoop.it/t/flash the starling/game tutorials on here: http://www.hsharma.com/tutorials/ are really well done! Worth taking a look. The full source to the final game is available too -Original Message

Re: Flex Mobile Project Updates

2013-05-08 Thread Mark Line
Adobe aren't updating Flex anymore. Just Apache/open source community Flex apps required adobe air to run on mobile (android and iOS). The current version of air (3.7) requires android 2.3 and above. I think you can target older air versions to lower the minimal version of android. If you just w

RE: Flex Mobile Project Updates

2013-05-08 Thread Mark Line
abbit hole with native code. Will Apache be making an effort to update/add/create "native extensions" for IOS and Android? Or do I have this all wrong? If there's a resource I should read, please point me in the right direction. Thanks Again, Joe -----Original Message-

RE: Can Air files or .apk files be de-crypted?

2013-05-14 Thread Mark Line
Unzip a apk file and your find a swf within. Same goes for .air Cheers Mark -Original Message- From: uclast...@gmail.com [mailto:uclast...@gmail.com] On Behalf Of Steve McLaughlin Sent: 14 May 2013 18:41 To: users@flex.apache.org Subject: Can Air files or .apk files be de-crypted? How s

RE: future of flash (yes, that old chestnut again)

2013-05-14 Thread Mark Line
I wonder if adobe made an agreement to Microsoft to at least provide security updates for flash player for so long as it's shipped with windows 8? Ie6 made flash look even better! Bring it back... On 14 May 2013 19:59, "Timothy Jones" wrote: > Flash Player will be around at least as long as IE6

RE: Automatically resize a container when adding a component

2013-06-04 Thread Mark Line
You are explicitly setting its width and height in mxml. It will never change size Hope that helps Mark -Original Message- From: Cristina Constantinescu [mailto:cristina.constantine...@crispico.com] Sent: 04 June 2013 11:38 To: users@flex.apache.org Subject: Automatically resize a conta

RE: With ref to- Creation of mobile/tablet apps in Flex projects

2013-06-05 Thread Mark Line
FeathersUI has a lot of features missing compared to Flex although for basic things its fine. A while ago I rewrote an app from Flex to feathers to see what performance gains I could get: https://play.google.com/store/apps/details?id=air.com.indecentmonkey.eggtime rair It took me almost twice as

RE: Image properties problem when view is not a firstView in Flex

2013-07-09 Thread Mark Line
Hi Philip, Just a heads up all images/attachments are removed so we won't be able to read them. I think the problem you are seeing here is that the "myImage1" hasn't loaded its image yet. You might be better off loading the image manually and listening to an event or I think the spark

RE: Image properties problem when view is not a firstView in Flex

2013-07-09 Thread Mark Line
Hi Philip, I've cc the users as it may help someone else. To fix your problem it's pretty simple. I've just added an event listener on the complete event which the spark Image control has. The event is dispatched once the Image control has loaded its source. The full class is below:

RE: Flex AIR SQLite response

2013-07-15 Thread Mark Line
I think the best approach would be to modify the sql query to get the results you want. EG: SELECT * FROM products ORDER BY dateTimeStamp DESC -Original Message- From: Deepak MS [mailto:megharajdee...@gmail.com] Sent: 15 July 2013 14:21 To: users@flex.apache.org Subject: Flex AIR SQL

RE: Radiate people, radiate...

2013-07-25 Thread Mark Line
I just checked this out, I really like it. A few times when I'm looking at other peoples classes/views I've missed the design view. Really like how the groups work -Original Message- From: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Sent: 25 July 2013 07:28 To: users@flex.apache.o

RE: non-blocking preloading animation?

2013-07-27 Thread Mark Line
I found adobe scout really useful to find performance issues, pretty easy to see where the frame time is going over. You could try and put sections of code into workers? -Original Message- From: yariv.gi...@gmail.com [mailto:yariv.gi...@gmail.com] On Behalf Of Ajar Sent: 27 July 2013 05:

Re: non-blocking preloading animation?

2013-07-29 Thread Mark Line
custom >components ? >- manage interactivity and navigating the app. >- caching? > > are any off those a good candidate for workers? > > would love to get your feedback > cheers > Ajar > > > > On Sat, Jul 27, 2013 at 10:26 AM, Mark Line wrote: >

RE: Flex Mobile Toggle Switch

2013-08-07 Thread Mark Line
All attachments get stripped out on this user group. Can you copy and paste the error? From: Angelo Lazzari [mailto:lazzari.ang...@gmail.com] Sent: 07 August 2013 13:06 To: users@flex.apache.org Subject: Re: Flex Mobile Toggle Switch Hi, i tried to force it but i don't have the tupe d

RE: Multiple ActionScript Workers Problem

2013-08-12 Thread Mark Line
By multithreading I assume you mean the AS3 workers? The main thread is the application just use: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/des ktop/NativeApplication.html#exit%28%29 -Original Message- From: moushuai00 [mailto:moushua...@hotmail.com] Sent:

RE: cross domain issue with AS3 worker

2013-08-14 Thread Mark Line
When you are creating the worker are you passing true as the 2nd parameter to give the app permissions? WorkerDomain.current.createWorker(Workers.name, true); -Original Message- From: Carl Kelvin [mailto:carl_b...@yahoo.com] Sent: 14 August 2013 06:40 To: users@flex.apache.org Subject:

RE: Pb with special characters and accents

2013-08-29 Thread Mark Line
If you don't mind the overhead you can use the escape and unescape functions (build into flash player, so they are (or at least seem) to be performant) -Original Message- From: manitas manitas [mailto:manitas0...@gmail.com] Sent: 29 August 2013 11:38 To: users Subject: Re: Pb with special

RE: Pb with special characters and accents

2013-08-29 Thread Mark Line
r support. 2013/8/29 Mark Line > If you don't mind the overhead you can use the escape and unescape > functions (build into flash player, so they are (or at least seem) to > be performant) > > -Original Message- > From: manitas manitas [mailto:manitas0...@gmail.co

RE: Pb with special characters and accents

2013-08-29 Thread Mark Line
use AIR 3.8 is broken), so I can't test with 4.10 atm. - Original Message - From: "Mark Line" To: Sent: Thursday, August 29, 2013 3:19 PM Subject: RE: Pb with special characters and accents I think é is turning into é because trace() only outputs in UTF-8 while the i

RE: JSON to XML

2013-09-02 Thread Mark Line
Could you not use the json support added to fp 11 and then use describeType() on the returned object? PS I haven't tried this -Original Message- From: Scott Matheson [mailto:smathe...@intralinks.com] Sent: 02 September 2013 12:15 To: users@flex.apache.org Subject: JSON to XML Hi We

RE: Improve spark List performance

2013-09-04 Thread Mark Line
The flex compiler compiles everything to AS3 before compiling it to bytecode. You can add an extra compiler option to mxml "-keep-generated-actionscript" to see what it is doing. Pure AS3 may be faster as you may not need all the code that the conversation from mxml to as3 generates. Or you might

Re: Building workers with Ant

2013-09-10 Thread Mark Line
I'm doing by setting a depends on the target: On 11 September 2013 02:41, Frédéric THOMAS wrote: > I didn't try yet but I will have in a bit, because the I'm using workers > and > others to make the Apache Flex Installer faster, I would

RE: Usage of Adobe Scout

2013-10-02 Thread Mark Line
Have you drilled down fully to see the last item which is taking up the high percentage? Perhaps telemetry isn't working correctly? I use the python script as well. Here is a screen shot of what I expect you should see: https://dl.dropboxusercontent.com/u/977/scoutexample.png PS adobe scout

RE: Apache Flex sdk 4.10 installation aborted

2013-10-02 Thread Mark Line
It's probably not running as administrator and C:\Program Files will need admin rights. Just install it some where else first and I bet it will work -Original Message- From: Miguel Ferreira [mailto:miguel.cd.ferre...@hotmail.com] Sent: 02 October 2013 13:48 To: users@flex.apache.org Subje

RE: Windows 8.1 and Flash Player debug content

2013-10-18 Thread Mark Line
Does it the windows 8 one not work? I upgraded to 8.1 last night on both my pc's at home but didn't debug/code anything last night -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: 18 October 2013 10:50 To: users Subject: Windows 8.1 and Flash Player debug conten

RE: sqlite, wits end

2013-10-31 Thread Mark Line
I think the your database will be stored under protected storage on android. So you will need to root your device to read the file. It's probably /data/app/com.yoursqliteapp/ You should be able to get the path through the debugger through, look at the SQLConnection object in the debugger (assumin

RE: Binding to Grid's selectedItem

2013-10-31 Thread Mark Line
I'm not sure if I understand the question? Are you using the metadata tag Bindable? If so it will always be a binded so to speak. Is it not working? -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: 31 October 2013 15:58 To: users Subject: Binding to Grid's selec

Re: Tour De Flex & Launchpad

2013-10-31 Thread Mark Line
I've been waiting for that to be donated for ages. I'd really like to update/add to it once it's done as it would be a great way to play with the new components... On 31 Oct 2013 20:36, "Alex Harui" wrote: > Don't know about Launchpad, but I'm trying to find time to get Tour de > Flex donated. >

RE: No Autocompletion in flashbuilder

2013-11-04 Thread Mark Line
I lost all auto completion once before, for the life of me I couldn't figure out what was wrong. I removed "C:\Users\ACCOUNTNAME\Adobe Flash Builder 4.7\cascaded" And everything seemed OK. That was on FB 4.6 and on windows 7 though. Before you remove the cascaded folder though be warned you wil

RE: Flex 4.11 VideoDisplay plays sound only.

2013-11-12 Thread Mark Line
Its far more likely to be an issue with AIR then Flex, had you tried compiling with Flex 4.11 and your previous version of AIR? I know that won't fix your issue but least it will point to something -Original Message- From: wdnone [mailto:wdn...@hotmail.com] Sent: 12 November 2013 10:25 T

RE: [OT] 360|Flex 2014

2013-11-15 Thread Mark Line
Personally I'd like to see stuff based around large enterprise development or mobile (as I think Flex is a great for both) Performance testing/improvement Testing Flex Unit etc Perhaps some news about falcon? That said I'm just happy its back :-) -Original Message- From: Justin Mclean [

Re: Combo box and binding

2013-11-18 Thread Mark Line
I think you need the Bindable meta tag on the set function of the getter and setter. i'm not in front of flash builder to test though... On 18 November 2013 16:57, mark goldin wrote: > BindingUtils.bindProperty(combobox, "comboValue", model, "field", true); > > Here is my relative combobox code

RE: Mobile Label Font Family / Font Weight

2013-11-21 Thread Mark Line
Hi, It sounds like you haven't embedded your font into your application. Its working on your desktop as you have the font installed. You will need to embed the font(s) and weighting you need to make sure they are available on every device/computer This page is a good place to start: http://help.

RE: RemoteObject question

2013-11-21 Thread Mark Line
Yes that is correct. Like a normal Flex event, you just set up listeners functions. The app won't just stop executing while waiting for the resultEvent or faultEvent. It's up to you to manage the flow and control though -Original Message- From: Mark Fuqua [mailto:m...@availdata.com] Se

RE: Tree using flex mobile

2013-11-22 Thread Mark Line
You will need to add the MX.swc to the library path of the project. Although the perform will probably not be great... You will find mx in something like this: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.11.0_AIR3_9\frameworks\projects\mx -Original Message- From: raghav

Re: Chrome for debugging

2015-04-05 Thread Mark Line
Don't think you can turn it off in chrome. In Firefox you can turn the time out off. I tend to use FF for dev (debug player) and keep chrome with the pepper player for normal use On 5 Apr 2015 11:46 am, "mark goldin" wrote: > Exactly what I did. Everything is working fine except when I am in > d

Re: Flash Builder not showing desktop Application

2015-04-14 Thread Mark Line
Have you attached something? Attachments are stripped off the emails on here. Maybe post the project on github? Dropbox, drive etc? On 14 Apr 2015 9:36 pm, "pctechtv" wrote: > I can see the code in the post. That is the only code I have. I am only > trying to follow along with instruction, not re

Intellij memory profiler

2015-10-08 Thread Mark Line
Hi, Has anyone managed to get the following plugin to work: https://plugins.jetbrains.com/plugin/5351?pr or does anyone know of a good alternative to the FB profiler. I was looking for something more like the tools in FB (so not adobe scout, which is useful although not for finding memory leaks)