Re: Can't Debug From Flash Builder

2017-08-14 Thread Clint M
Here's what mine says in Firefox. YOUR SYSTEM INFORMATION Your Flash Version 26.0.0.151* (debug version) * Your browser name Firefox (NPAPI) Your Operating System (OS) Macintosh (OSX) On Mon, Aug 14, 2017 at 6:55 AM, Yishay Weiss wrote: > Hi Clint, > > This is what it shows: > > YOUR SYSTEM INF

Re: Can't Debug From Flash Builder

2017-08-14 Thread Clint M
When you go here in Firefox does it say you have the (debug version) ? https://helpx.adobe.com/flash-player.html On Mon, Aug 14, 2017 at 2:58 AM, Yishay Weiss wrote: > Thanks for everyone's replies, unfortunately none of them helped me. The > best > I was able to come up with: > > 1) Start a loc

Re: Can't Debug From Flash Builder

2017-08-14 Thread Clint M
@Olaf it still works… here's how to make Chrome work: https://helpx.adobe.com/flash-player/kb/enable-flash-player-content-debugger-in-google-chrome.html On Mon, Aug 14, 2017 at 12:05 AM, Olaf Krueger wrote: > >I think this has come up on the list previously, so be sure to search the > archives.

Re: Can't Debug From Flash Builder

2017-08-13 Thread Clint M
You might have to reinstall the debug player. https://www.adobe.com/support/flashplayer/debug_downloads.html On Sun, Aug 13, 2017 at 9:39 AM, Yishay Weiss wrote: > After a recent update to windows 10 I'm no longer able to launch a debug > session in firefox (or any other browser for that matter)

Re: FlashSocket error

2017-07-14 Thread Clint M
Sounds like a protocol error. Did you upgrade the websocket server? Also do you see the crossdomain.xml request succeeding? On Fri, Jul 14, 2017 at 8:27 AM, Jairo wrote: > I was using FlashSocket for some time and it was doing well. > Now I can´t connect to my server and I don´t know why. > > T

Re: java.lang.NullPointerException Error in Flash Builder

2017-06-22 Thread Clint M
You probably need to repackage the ane with AIR 25. On Wed, Jun 21, 2017 at 2:28 PM, bilbosax wrote: > So, I have made a little progress on the problem, but am still at an > impass. > The problem lies with the ANE. I created a fresh new mobile project and > copied all of the components, assets,

Re: Changing a Components Visibility

2017-06-21 Thread Clint M
flash player will still render the object with alpha 0… it won't render the object if visible is set to false On Sat, Jun 17, 2017 at 2:02 PM, bilbosax wrote: > I think I found an acceptable solution, but am not sure why it works. > Rather > than setting the alpha property to 0 and then 1, I set

Re: Performance problem with RichText

2017-05-24 Thread Clint M
Would this work? http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c-3c2dbaa612bb06a5ea2-8000.html On Wed, May 24, 2017 at 3:52 PM, Erik J. Thomas wrote: > Hey all: > > We started noticing our mobile Flex app was unresponsive for like 5 or 6 > seconds at launch where the UI was frozen

Re: SOLVED!: Re: Crippling Lag - Windows 10 IE11 - FlashPlayer / IBM ILOG Elixir

2017-05-18 Thread Clint M
Thanks so much for reporting the solution. Glad to hear you finally got it solved. On Thu, May 18, 2017 at 6:51 AM, DarrenEvans < darren.ev...@allocatesoftware.com> wrote: > SOLVED! (It's a bug in IE 11, but there is a workaround) > > So for prosperity I thought I'd share where this ended up. > >

Re: Deep Linking with Flex to Mobile Apps

2017-05-18 Thread Clint M
> > break; > > > > On Mon, May 15, 2017 at 10:44 AM, Erik J. Thomas > wrote: > > > >> Ah, no wonder my searching didn't find what I was looking for. Thank you > >> very much, Clint! > >> > >> Erik > >> > >>> On

Re: Deep Linking with Flex to Mobile Apps

2017-05-15 Thread Clint M
deep linking is the wrong term… I think you're looking for url schemes. phone is navigateToURL("tel:+55"); email is navigateToURL("mailto:a...@asdf.com";); On Mon, May 15, 2017 at 8:51 AM, Erik J. Thomas wrote: > Hey all: > > I need to be able to do various deep linking between mobile a

Re: 2032 StreamError from URLRequest on older devices

2017-05-11 Thread Clint M
Add this to your descriptor file to talk to http… On Thu, May 11, 2017 at 11:59 AM, Erik J. Thomas wrote: > Hey all: > > Tried testing my Flex app on iPhone 4S and iPad 2 and URLRequests are > failing on both of them, though they work perfectly on iPhone 5, 6, and > iPad AIR 2. > > The

Re: ANE

2017-04-28 Thread Clint M
if you're on a device… what's the output from adb logcat? On Fri, Apr 28, 2017 at 5:35 AM, Jairo wrote: > I thought that would be a simple question, but I don´t know how to make a > simple ANE for Android work. > I read the tutorials, download samples and nothing goes on. > Even opening a alread

Re: ANE

2017-04-28 Thread Clint M
are you running the samples on an android device? On Fri, Apr 28, 2017 at 5:35 AM, Jairo wrote: > I thought that would be a simple question, but I don´t know how to make a > simple ANE for Android work. > I read the tutorials, download samples and nothing goes on. > Even opening a already done a

Re: Embedding external excel file in flex app

2017-04-20 Thread Clint M
"I wanted to know if there is any way to embed excel file externally, so that ppt team do not have dependency on me to build swf with every excel change." What you mean to ask is can you load the excel file from disk from the swf inside of powerpoint. The answer is yes _but_ the end user of the po

Re: Mobile App Running in Background

2017-04-19 Thread Clint M
this might be useful as well… https://github.com/ncreated/BackgroundTransfer-ANE On Wed, Apr 19, 2017 at 4:38 AM, Jairo wrote: > I develop a mobile App in Flex and this app needs to be listening to socket > data all the time. > What i need is to make something like WhatsApp do: you can close the

Re: Mobile App Running in Background

2017-04-19 Thread Clint M
I would give this a read… http://blogs.adobe.com/airodynamics/2012/05/04/air-ios-background-behavior/ On Wed, Apr 19, 2017 at 4:38 AM, Jairo wrote: > I develop a mobile App in Flex and this app needs to be listening to socket > data all the time. > What i need is to make something like WhatsApp

Re: How to display a unicode char (emoji) in TLF (RichEdit control)

2017-04-17 Thread Clint M
> Thanks again. > > Erik > > > On Apr 17, 2017, at 3:28 PM, Clint M wrote: > > > > maybe this? > > http://stackoverflow.com/questions/37192684/stagetext- > and-emoji-on-android-air-mobile-as3 <http://stackoverflow.com/ > questions/37192684/stagetext-and

Re: How to display a unicode char (emoji) in TLF (RichEdit control)

2017-04-17 Thread Clint M
as the link mentions… this most likely won't work on android (or windows) as they don't have access to the apple emoji font. On Mon, Apr 17, 2017 at 3:28 PM, Clint M wrote: > maybe this? > http://stackoverflow.com/questions/37192684/stagetext- > and-emoji-on-android-air-mobil

Re: How to display a unicode char (emoji) in TLF (RichEdit control)

2017-04-17 Thread Clint M
maybe this? http://stackoverflow.com/questions/37192684/stagetext-and-emoji-on-android-air-mobile-as3 txt2.text = decodeURI(txt1.text); On Mon, Apr 17, 2017 at 3:22 PM, Erik J. Thomas wrote: > Hey all: > > Do you have any idea how I can display this Unicode character U+1F601 >

Re: Speeding up column resize

2017-04-15 Thread Clint M
You could catch the GridEvent.SEPARATOR_MOUSE_DOWN, SEPARATOR_MOUSE_DRAG, and GridEvent.SEPARATOR_MOUSE_UP and then hide and show what you need to. The events are dispatched by the GridColumnHeaderGroup but they're mouse events so they should bubble up to the grid itself. On Sat, Apr 15, 2017 at 1

Re: Crippling Lag - Windows 10 IE11 - FlashPlayer / IBM ILOG Elixir

2017-04-11 Thread Clint M
It might be memory related. How much memory is it using? If it is memory related it might be IE's Enhanced Protection Mode (or lack there of). If this is disabled Flash Player will run as a 32 bit process in IE. I remember a problem where if the memory was greater than 800MB the app would start

Re: Flex Apps on IOS compilation problem

2017-04-10 Thread Clint M
I've encountered similar problems. I traced mine to a 700 line function by slowly removing and re-adding parts of the application. When I simply split the function into to separate 350 line functions I was able to compile. It took me a about a day and half to track it down though.

Re: FLEX MOBILE APP - How to integrate SSO using SAML with Flex Mobile application?

2017-04-05 Thread Clint M
Maybe this? http://blogs.adobe.com/charles/2012/05/oauth-2-0-library-for-actionscript.html On Tue, Apr 4, 2017 at 8:45 PM, Prabhu Moorthy < prabu.moor...@symphonysummit.com> wrote: > Hi, > > How to integrate SSO using SAML2.0 with flex mobile application? > > Is there any Action Script library fo

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

2017-03-29 Thread Clint M
The limit you're probably hitting is a 32 bit memory limit. If you're _actually_ using AIR 25 for captive apps which is 64 bit for windows then I doubt you'll hit any memory limit. Check this page: http://labs.adobe.com/downloads/air.html and look for: Download AIR SDK & Compiler for Win 64 bit o

Re: Slide to Unlock

2017-03-28 Thread Clint M
You could probably skin the HSlider control to do what you want. On Tue, Mar 28, 2017 at 10:22 AM, Jairo wrote: > I need a "Slide to Unlock" control for my App. Does someone have something > like this? > > > > -- > View this message in context: http://apache-flex-users. > 246.n4.nabble.com/S

Re: SWF Debugging in Visual Studio Code

2017-03-19 Thread Clint M
nd": "gulp", "isBuildCommand": true, "isShellCommand": true, "isBackground": true, "args": ["fcsh","watch"], "showOutput": "always" } ] } My dev

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Clint M
No… can't seem to make either work. On Sat, Mar 18, 2017 at 6:53 PM, Josh Tynjala wrote: > Do other features like completion or the hover tooltip work? > > - Josh > > On Sat, Mar 18, 2017 at 5:09 PM, piotrz wrote: > > > In ActionScript it also do not work. I've tried to jump from one > > Action

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Clint M
ulp.watch(['*.mxml', '*.as'], ['fcsh']); } On Sat, Mar 18, 2017 at 10:00 AM, Josh Tynjala wrote: > I'm not sure that it will be possible to run fcsh from a tasks.json file in > VSCode, but I'm not particularly familiar with running it directly from t

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread Clint M
Are watches supposed to work? Just getting a "not available" when I add one. On Fri, Mar 17, 2017 at 4:36 PM, Josh Tynjala 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

Re: SWF Debugging in Visual Studio Code

2017-03-17 Thread Clint M
is fcsh on your radar? I just got it to work with java 7 and adding -Djava.util.Arrays.useLegacyMergeSort=true| couldn't get it to work with java 8… getting Error: null on recompile On Fri, Mar 17, 2017 at 10:39 PM, Clint M wrote: > Ha… it works!!! > > I just checked it again… a

Re: SWF Debugging in Visual Studio Code

2017-03-17 Thread Clint M
gt; > The application descriptor file cannot be found. > > http://help.adobe.com/en_US/air/build/WSfffb011ac560372f- > 6fa6d7e0128cca93d31-8000.html#WS5b3ccc516d4fbf351e63e3d118666ade46-7f62 > > Make sure that you point to your AIR assocation descriptor in the > "application&qu

Re: SWF Debugging in Visual Studio Code

2017-03-17 Thread Clint M
following exit codes. For error conditions (code > 1), ADT also prints a diagnostic message to stderr. Exit Code Meaning 0 Successful primary launch [1] 2 Usage error (incorrect arguments) 5 Unknown error 6 Could not write to output directory On Fri, Mar 17, 2017 at 8:25 PM, Clint M wrote: >

Re: SWF Debugging in Visual Studio Code

2017-03-17 Thread Clint M
gs.json looks like: // Place your settings in this file to overwrite default and user settings. { "nextgenas.sdk.framework": "/Users/clint/code/Flex/SDK/flex_sdk_4.15.0_AIR_23", "nextgenas.sdk.editor": "/usr/local/lib/node_modules/flexjs" } On Fri, M

Re: SWF Debugging in Visual Studio Code

2017-03-17 Thread Clint M
trying to get it setup… do I need both the flexjs and flexswf sdks? On Fri, Mar 17, 2017 at 4:36 PM, Josh Tynjala 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 reca

Re: SWF Debugging in Visual Studio Code

2017-03-17 Thread Clint M
dude On Fri, Mar 17, 2017 at 4:36 PM, Josh Tynjala 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 ActionScript and MXML extension for Visual > S

Re: How to set the color of a column chart item?

2017-03-15 Thread Clint M
i think the style you're looking for is stroke On Wed, Mar 15, 2017 at 2:39 PM, OK wrote: > Hi, > I'm trying to set the border color of an item of a column chart [1]. > The fill style works like a charm but the color of the border doesn't. > > Any ideas? > > Thanks, > Olaf > > [1] > colSeries =

Re: Status Bar on Android Devices

2017-03-14 Thread Clint M
https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html On Tue, Mar 14, 2017 at 1:42 PM, bilbosax wrote: > I'm going to give this a shot. Unfortunately, when I try to use the Flex > Installer to install Flex 4.16.0 and AIR 25 Beta, the installer crashes > every time, giving

Re: Outdated AIR version in Apache SDK Installer

2017-03-09 Thread Clint M
This happens to me if I use the mac finder to copy the air sdk in to the flex sdk. It works if I use the command line utility cp. On Wed, Mar 8, 2017 at 7:45 PM, LesGWoolsey wrote: > I followed the instructions indicated and copied the files for air beta 25 > with compiler over another seek. Wh

Re: Socket implementation

2017-02-14 Thread Clint M
Looks like it's a known issue with a workaround proposed. https://github.com/simb/FlashSocket.IO/issues/21 On Tue, Feb 14, 2017 at 11:52 AM, Jairo França wrote: > Thanks Clint. > > I´m listening for the events.. The connection event fires but the > disconnect event don´t. > > If I turn off my wi

Re: Socket implementation

2017-02-14 Thread Clint M
make sure you're listening for and handling all the FlashSocketEvent events… (e.g. DISCONNECT) package com.pnwrain.flashsocket.events { import flash.events.Event; public class FlashSocketEvent extends Event { public static const CLOSE:String = "clo

Re: Flex 3 datagrid sorting

2017-02-13 Thread Clint M
ot using my > custom function. After clicking on a header of another column and clicking > the first column's header again will start using the custom sort function > of the first column. > > Thanks > > On Mon, Feb 13, 2017 at 4:07 PM Clint M wrote: > > >

Re: flex datagrid column header click

2017-02-13 Thread Clint M
header.dispatchEvent(new MouseEvent(MouseEvent.CLICK)); On Mon, Feb 13, 2017 at 2:04 PM, mark goldin wrote: > Is there a way of doing it programmatically? When grid comes up I want to > simulate a mouse click on a column that is not a first column. > > Thanks >

Re: Flex 3 datagrid sorting

2017-02-13 Thread Clint M
ick on the first one, everything is working. > > On Mon, Feb 13, 2017 at 3:33 PM mark goldin wrote: > > > No, each column has its own sort function. > > > > On Mon, Feb 13, 2017 at 3:22 PM Clint M wrote: > > > > Maybe this example might help? > > >

Re: Flex 3 datagrid sorting

2017-02-13 Thread Clint M
Maybe this example might help? http://www.jeffryhouser.com/index.cfm/2015/5/1/Why-wont-my-AdvancedDataGrid-sort-correctly Are you placing your sortCompare func on the columns on the whole grid? On Mon, Feb 13, 2017 at 12:52 PM, mark goldin wrote: > I have a strange problem with sorting in my da

Re: Outdated AIR version in Apache SDK Installer

2017-02-09 Thread Clint M
I think there was a change on the Adobe side in the way that they package the sdk now that's not compatible with the current version of the installer (dmg vs archive). As a workaround you can copy any AIR SDK over top of any Apache Flex SDK and it'll work. Here's a tutorial: https://helpx.adobe.c

Re: Upgrading web app to Flex 4.15

2017-02-08 Thread Clint M
this part might take some time… -compiler.keep-generated-actionscript=true On Wed, Feb 8, 2017 at 10:29 AM, olegkon wrote: > Clint, > > Here is an exerpt of the last few lines of ant -d: > >[mxmlc] FlexTask.execute: -compiler.keep-generated-actionscript=true > -compiler.incremental=true "+f

Re: Accepting Payment on Mobile

2017-02-08 Thread Clint M
Actionscript api https://github.com/Khaledgarbaya/AS3-PayPal-API Air native extension https://airnativeextensions.com/extension/com.distriqt.PayPalSDK On Tue, Feb 7, 2017 at 9:03 PM, bilbosax wrote: > I have been looking into Stripe and Paypal to accept subscription payments > to > use my app

Re: Upgrading web app to Flex 4.15

2017-02-07 Thread Clint M
Are you able to post the output of the following? ant [yourBuildTarget] -d On Tue, Feb 7, 2017 at 11:23 AM, olegkon wrote: > 1) Actually it still did not compile, failed after almost 2 hours with: > C:\web\cre\ui\flex\main\com\opera\mobiuss\cre\common\components\ > OptgroupDropDownList\Optgroup

Re: Upgrading web app to Flex 4.15

2017-02-07 Thread Clint M
fcsh is in the sdk $FLEX_HOME/lib/fcsh.jar and $FLEX_HOME/bin/fcsh(.bat on win) <--wrapper script for the jar On Tue, Feb 7, 2017 at 8:21 AM, olegkon wrote: > 4) when running Ant with FCSH second time getting issue: > Files: 448 Time: 413ms > Total time: 12344ms > Peak memory usage: 271 MB (Heap

Re: Upgrading web app to Flex 4.15

2017-02-07 Thread Clint M
Inline below On Tue, Feb 7, 2017 at 7:49 AM, olegkon wrote: > Clint, > > 1) I tried what you suggested: > override public function setSelectedIndex(value:int, > dispatchChangeEvent:Boolean = false, > changeCaret:Boolean=true):void { ... } > When I try to save it, getting compilation error:

Re: Updating a Program

2017-02-06 Thread Clint M
SqlLite db's will be intact. On Mon, Feb 6, 2017 at 12:34 AM, bilbosax wrote: > Do you know if updating an app per Clintm's suggestion will leave SQLite > databases intact, or will they get wiped out in the update? > > > > -- > View this message in context: http://apache-flex-users. > 246.n4

Re: Updating a Program

2017-02-05 Thread Clint M
As long as the app id's are the same it will update the application in place. If I remember right… if you change the certificate you'll have to either a) change the app id or ask users to uninstall the current app first because the install will fail. On Sat, Feb 4, 2017 at 7:36 PM, bilbosax wrot

Re: failed to run installer 3.2 on my Mac OS Sierra

2017-02-04 Thread Clint M
Maybe try to repair disk permissions and try again. Also this, "you can't save「Apache Flex SDK Installer」,volume「4B486363-B090-4F61-8041-A0C076FE485A」is readonly。" might suggest that it might be a file mode problem or that the volume is locked. On Fri, Feb 3, 2017 at 10:04 PM, Davidfeng wrot

Re: Upgrading web app to Flex 4.15

2017-02-03 Thread Clint M
override mx_internal function setSelectedIndex should be; override public function setSelectedIndex //it's public now ant build could be your java heap XMX… what's it set at? paste the command you're using to run mxmlc run ant with -d (e.g ant build -d) what's your java -version say? I'm runni

Re: Paid AS3/Flex dev support

2017-02-02 Thread Clint M
Hi… wanted to follow up… I'm coming off of both my contracts and looking for work. Available to start anytime. On Wed, Dec 14, 2016 at 1:26 AM, Krüger, Olaf wrote: > Hi there, > our third baby was just born so I was and will be very inactive for a > while here on the list. > > Today I've a reque

Re: Catch Errors

2017-01-20 Thread Clint M
I think you want event.error. Also… if you compile with verbose-stacktraces=true and use the event.error.getStackTrace() to get the call stack. verbose-stacktraces will give you the stack trace even if you compile with debug=false On Fri, Jan 20, 2017 at 4:10 AM, Jairo wrote: > In my Apps I ca

Re: ViewNavigatorApplication // Surface // titleIcon

2017-01-19 Thread Clint M
Do you mean application icons? http://help.adobe.com/en_US/air/build/WS2d929364fa0b81374fa5df4f129dca62884-8000.html#WS2d929364fa0b81374fa5df4f129dca62884-7ff9 On Mon, Jan 2, 2017 at 1:14 PM, chris_d_k wrote: > I have a projct with a ViewNavigatorApplication which is using the mobile > theme an

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

2017-01-18 Thread Clint M
For a 24.x release maybe? 24.0.0 was released on the 10th Here's the air-sdk-description.xml from the downloaded dmg AIR 24.0.0 24.0.0 180 On Wed, Jan 18, 2017 at 11:21 AM, OmPrakash Muppirala wrote: > > But they refreshed their beta today. Note the date in the release notes: > http://fpd

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

2017-01-18 Thread Clint M
>> merging manually the sdk has some issue in osx with an indeterminate result. You can merge using the command line on osx… just do: cp where source_dir is the path to the air 24 sdk and dest_dir is the path to the flex sdk On Wed, Jan 18, 2017 at 2:28 AM, jaco wrote: > hi, > > just need to

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

2017-01-18 Thread Clint M
released on the 10th… https://helpx.adobe.com/flash-player/release-note/fp_24_air_24_release_notes.html available here… http://www.adobe.com/devnet/air/air-sdk-download.html 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

Re: Apache Flex SDK Installer and Air 24.0

2017-01-17 Thread Clint M
Seems like the answer is yes some one from the Apache Flex team just needs to update an xml file on a server. As a workaround you can download the Adobe AIR 24 SDK and unzip it then copy it over top of any existing Flex SDK to update it to AIR 24. Just make sure you're using a windows sdk on w

Re: AIR app problem on Google Play

2017-01-17 Thread Clint M
I think you need at least AIR 21. http://forum.starling-framework.org/topic/open-ssl-version-in-air On Tue, Jan 17, 2017 at 4:23 AM, Jairo wrote: > I´m trying to publish my app on Google Play but got the error above. > > "OpenSSL > The vulnerabilities were addressed in OpenSSL 1.02f/1.01r. To co

Re: log air crashes on android

2017-01-16 Thread Clint M
You can use: adb logcat https://developer.android.com/studio/command-line/logcat.html On Fri, Jan 13, 2017 at 10:13 PM, Frank Dahmen wrote: > Hi, > is there a way to log kind of a "crash-report" (stack trace) in air mobile > on android when running in live/release mode (not connected via usb etc

Re: SDK Installer certificate problem

2017-01-12 Thread Clint M
You might also want to uninstall an older version of the Apache Flex SDK installer. (If it's already installed.) On Thu, Jan 12, 2017 at 2:05 AM, Joseph Balderson wrote: > When I run the 4.15 installer (apache-flex-sdk-installer-3.2.0-bin.exe), > I get a > message which says > > "Sorry, an error

Re: Chinese characters in PDF

2017-01-11 Thread Clint M
up with something that > works. > > On Wed, Jan 11, 2017 at 11:35 AM Clint M wrote: > > > Wouldn't you need unicode to display Chinese characters? > > > > In the link I sent there are other links that talk specifically about > > Chinese characters at (

Re: Chinese characters in PDF

2017-01-11 Thread Clint M
they are talking about UnicodePDF() and isUnicode. Noe > is available for new PDF(). > > On Mon, Jan 9, 2017 at 11:09 AM Clint M wrote: > > > maybe this? > > http://stackoverflow.com/questions/17528896/alivepdf-unicode-character > > > > On Mon, Jan 9, 2017 at 8:53 AM

Re: Chinese characters in PDF

2017-01-09 Thread Clint M
maybe this? http://stackoverflow.com/questions/17528896/alivepdf-unicode-character On Mon, Jan 9, 2017 at 8:53 AM, mark goldin wrote: > I have got to fix a project that use AlivePDF to export some data into a > PDF file. Works fine with English data but shows ??? for Chinese > characters. Can so

Re: RPC on AS3 project

2017-01-03 Thread Clint M
Hmh… didn't know this was possible… what is the resulting size of the swf? (i.e. how much of the Flex framework did it suck in?) Should dump and post the link report with the compiler option -link-report=linkReport.xml Maybe just post the flex related stuff if you don't want us to see your class

Re: AIR build error 105

2016-12-12 Thread Clint M
Quotes seem weird… try without maybe: assets/icon16x16.png assets/icon32x32.png assets/icon48x48.png assets/icon128x128.png On Mon, Dec 12, 2016 at 10:34 AM, Trevor Holman wrote: > Trying to do a simple build and my icons seem to be causing an issue. It > is telling me they c

Re: Getting the exact screen density on AIR mobile

2016-12-08 Thread Clint M
Here's one for Android. Shouldn't be too difficult to adapt for iOS and/or Desktop. https://github.com/SamYStudiO/flair-physical-density-ane On Thu, Dec 8, 2016 at 2:05 AM, After24 wrote: > Hello, > > I'm working on a project for which I need to get the exact screen density > of > the device b

Re: Trouble shooting Resources

2016-11-30 Thread Clint M
what get's assigned On Wed, Nov 30, 2016 at 9:36 AM, mark goldin wrote: > Yes, it does. > > On Wed, Nov 30, 2016 at 10:33 AM Clint M wrote: > > > Does any text get assigned to the label property? > > > > On Tue, Nov 29, 2016 at 1:10 PM, mark goldin

Re: Trouble shooting Resources

2016-11-30 Thread Clint M
Does any text get assigned to the label property? On Tue, Nov 29, 2016 at 1:10 PM, mark goldin wrote: > I am using the following code to have a text for a label: > label="{resourceManager.getString('module_Alarms','CaseLibraryLabel')}" > > At the top of my mxml file I have this: > > [ResourceBu

Re: Prevent an item to be highlighted in TileList

2016-11-19 Thread Clint M
or this http://www.m2websites.com/disable-list-item-highlighting-in-flex-3/ On Sat, Nov 19, 2016 at 12:35 PM, Clint M wrote: > maybe this https://forums.adobe.com/thread/26219 > > [image: Gregory Lafrance] > <https://forums.adobe.com/people/Greg%20Lafrance> > *Corr

Re: Prevent an item to be highlighted in TileList

2016-11-19 Thread Clint M
maybe this https://forums.adobe.com/thread/26219 [image: Gregory Lafrance] *Correct Answer*by Gregory Lafrance on Jan 12, 2009 9:50 AM MXML AS dg.setStyle("selectionColor", dg.getStyle("backgro

Re: Scout - What does this mean?

2016-11-18 Thread Clint M
If you can create a small app to reproduce the problem I'm sure someone here could spot the problem. On Fri, Nov 18, 2016 at 11:59 AM, bilbosax wrote: > I believe that everything was off by a factor of 2. What would be awesome > is > if regardless of screen resolution or DPI, I could always assu

Re: Scout - What does this mean?

2016-11-15 Thread Clint M
Inline below On Tue, Nov 15, 2016 at 12:43 PM, bilbosax wrote: > The big question is do Exceptions take up time? > Yes. > > I am finally able to get some good data into Scout to profile my mobile > application, and I am quite confused. The compiler finds no errors, > debugging throws no erro

Re: Less athen in MXML

2016-11-04 Thread Clint M
< On Fri, Nov 4, 2016 at 9:08 AM, scott matheson wrote: > hi >How to do write Less than in MXML i have a head black, to near the > weekend almost beer time :) > > > >

Re: Download Flash Builder 4.7 trial

2016-11-03 Thread Clint M
6 at 1:10 PM Clint M wrote: > > > Uninstall it first… should let you download it again. > > > > On Thu, Nov 3, 2016 at 9:59 AM, mark goldin > wrote: > > > > > I am trying to download it but because I have it installed Creative > Cloud > > >

Re: Download Flash Builder 4.7 trial

2016-11-03 Thread Clint M
Uninstall it first… should let you download it again. On Thu, Nov 3, 2016 at 9:59 AM, mark goldin wrote: > I am trying to download it but because I have it installed Creative Cloud > is not allowing me to download it again. > > Any idea? > > Thanks >

Re: Padding above a text in Mobile Air App

2016-11-03 Thread Clint M
There are a lot of factors (more so on mobile devices because of dpi) that could affect the positioning of the label. If you can post a small example demonstrating the bug... that would help. On Thu, Nov 3, 2016 at 9:22 AM, chris_d_k wrote: > Sorry... I don't get what you want to say... > > The

Re: Padding above a text in Mobile Air App

2016-11-03 Thread Clint M
It is most likely this: "The font size of text (not the text itself) is scaled to match the resolution." http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c682e5a9412cf5976c17-8000.html On Thu, Nov 3, 2016 at 7:55 AM, chris_d_k wrote: > I have the case that a label has on one device a

Re: Is AIR 24 Flex SDK available yet? need to test show stopper from Adobe

2016-11-02 Thread Clint M
Technically… there is no such thing as a AIR 24 Flex SDK. You can unzip/overlay the air 24 sdk into/onto any existing apache flex sdk to update the air sdk to 24. Here's some instructions... https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html On Wed, Nov 2, 2016 at 9:20

Re: Help to steer me (please) on a Flash Pro 6 to Flex SDK compiler path

2016-11-01 Thread Clint M
On Tue, Nov 1, 2016 at 3:44 PM, wrote: > Thank you @cmodien. > > Everything is class-based, starting from the document class of Main. > > Not one line of code in the App's timeline; > though there is some code within the swc-based UI components, > which *do* come from a .fla file. > > > > > The m

Re: Help to steer me (please) on a Flash Pro 6 to Flex SDK compiler path

2016-11-01 Thread Clint M
Is/are the root app/s timeline based or does it have a root document class? (movieclip or sprite based) The mxmlc / compc compilers can only compile .as files not fla files. If there's a document class you'll be set. You can just point mxmlc at the document class + src + lib folders and it'll com

Re: Application starts but then shows black screen

2016-11-01 Thread Clint M
Index < imagesToLoad.length) > { > PreloadImages(); > } > } > So, if a specific system cannot load images I am going to have a lot of > alerts because I am loading about 30 files. > What would you suggest? And why it mostly works? Definitely none of > computers runnin

Re: Application starts but then shows black screen

2016-11-01 Thread Clint M
(imageArrayIndex < imagesToLoad.length) > { > PreloadImages(); > } > } > So, if a specific system cannot load images I am going to have a lot of > alerts because I am loading about 30 files. > What would you suggest? And why it mostly works? Definitely none of > computers r

Re: Application starts but then shows black screen

2016-11-01 Thread Clint M
Some ideas: - compile the app with -verbose-stacktraces=true - get them to install the debug player… it'll show a dialog when an error occurs - or you could trap the uncaughtErrorEvent and display a message ( http://stackoverflow.com/a/6597046/3384609) Sometimes a null pointer in flex's validatio

Re: Do ItemRenderer's get reused across different components?

2016-10-26 Thread Clint M
was able to reproduce... pretty gnarly... assigning a new XMLList with the same content multiple times yields different tilelayout arrangements. On Wed, Oct 26, 2016 at 4:33 AM, kamcknig wrote: > Test project attached. If you just click each of the buttons multiple > times, > as in "set 1" two o

Re: Adobe flex ios application ipa too large when deployed

2016-10-26 Thread Clint M
>> 106Mb which is refused by Apple for publication I'm not sure that's correct. http://stackoverflow.com/questions/4753100/max-size-of-an-ios-application > > -- > View this message in context: http://apache-flex-users. > 246.n4.nabble.com/Adobe-flex-ios-application-ipa-too- > large-when-depl

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread Clint M
Inline below On Mon, Oct 24, 2016 at 11:53 AM, Kyle McKnight wrote: > Hey everyone! > > I have a List that has enough items that one must scroll down to see them > all. > > When clicking an item, it updates the data for that ItemRenderer with a > quantity value. > How are you doing that. > >

Re: Can't get custom component to size down properly

2016-10-18 Thread Clint M
Does this work for you? http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%"> On Tue, Oct 18, 2016 at 12:31 PM, kamcknig wrote: > I think it has something to do with the fact that I'm setting the >

Re: disableAutoUpdate

2016-10-18 Thread Clint M
sort is done and I can enable it? > > On Tue, Oct 18, 2016 at 10:42 AM Clint M wrote: > > > ya... with enableAutoUpdate() > > > > On Tue, Oct 18, 2016 at 8:36 AM, mark goldin > > wrote: > > > > > when I sort on some columns I > > > do

Re: disableAutoUpdate

2016-10-18 Thread Clint M
ya... with enableAutoUpdate() On Tue, Oct 18, 2016 at 8:36 AM, mark goldin wrote: > when I sort on some columns I > do ArrayCollection(gird.dataProvider).disableAutoUpdate();. Should I at > some point enable it back? > > Thanks >

Re: copylocale replacement

2016-10-10 Thread Clint M
still the same in $FLEX_HOME/bin/copylocale On Mon, Oct 10, 2016 at 7:58 AM, Philip Keiter wrote: > Hello, > > In the Adobe Flex SDK, to create a locale's "framework resources", we used > the copylocale utility included with the SDK. What is the correct > equivalent for adding framework resource

Re: Error handshaking for timestamp during AIR packaging

2016-10-05 Thread Clint M
gt; > On Wed, Oct 5, 2016 at 11:42 AM, Clint M [via Apache Flex Users] < > ml-node+s246n13746...@n4.nabble.com> wrote: > > > Click the Customize Launch button in the export release dialog. > > > > You can click Add Parameter there to add the tsa param there. &g

Re: Error handshaking for timestamp during AIR packaging

2016-10-05 Thread Clint M
Builder interface. Is there any setting I might > be able to modify in Flash Builder UI to accomplish the same thing for > specifying a different timestamp URI? > > On Wed, Oct 5, 2016 at 11:14 AM, Clint M [via Apache Flex Users] < > ml-node+s246n13744...@n4.nabble.com> wr

Re: Error handshaking for timestamp during AIR packaging

2016-10-05 Thread Clint M
Are you running Charles (or some other web proxy) with ssl proxying enabled that subs it's ssl cert for a valid one? As a workaround you can specify -tsa none as a compiler arg. http://help.adobe.com/en_US/air/build/WS5b3ccc516d4fbf351e63e3d118666ade46-7f72.html On Wed, Oct 5, 2016 at 10:57 AM,

Re: Get mouse coordinates on high speed

2016-10-05 Thread Clint M
I think the simple answer to what you're asking is no. Try posting the code you're using to draw the curve though. Someone might spot something to help speed it up. On Wed, Oct 5, 2016 at 9:57 AM, Maxim Solodovnik wrote: > Hello, > > Recently I got request to capture hand drawing from pen devi

Re: SDK Installer not running

2016-10-05 Thread Clint M
I can produce that error if I uninstall Adobe AIR. (i.e. if Adobe AIR is not installed) Maybe try uninstalling Adobe AIR via the command line: AdobeAIRInstaller.exe -uninstall You should see output like: C:\Users\clint\Downloads>Uninstalling Adobe AIR (all versions) done Then try reinstalling A

  1   2   >