Re: Problem installing SDK

2018-02-06 Thread Martin
I'm having the same problem and I've tried several computers. Windows 10, Flex installer 3.3.0, Flex SDK 4.16.1, AIR 28, Flash player 28. Installation aborted info= flash sdk download failed. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Application in background throttle issues

2016-02-12 Thread Martin Miko
-mavericks-application Martin Miko On Fri, Feb 12, 2016 at 4:43 PM, Fréderic Cox <coxfrede...@gmail.com> wrote: > I have an AIR application (running on Mac OSX) which periodically does > things > like: > > - Checking data and altering it via HTTPService requests > - Chec

Re: Flash SDK download failed

2015-09-21 Thread Rupert Martin
If I have already installed this on another computer, can I simply transfer the contents of the "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.13.0_AIR18" folder from one computer to another, and then manually tell FB where the new SDK is? I don't have the other installation to

RE: Flash SDK download failed

2015-09-21 Thread Rupert Martin
urgently in the future… Rupert. From: Alex Harui [via Apache Flex Users] [mailto:ml-node+s246n1120...@n4.nabble.com] Sent: 21 September 2015 16:54 To: Rupert Martin <rupert.mar...@cognitionict.com> Subject: Re: Flash SDK download failed Thanks for noticing that the checksum c

Re: Flash SDK download failed

2015-09-21 Thread Rupert Martin
Has the checksum changed again? I'm trying to do a fresh install of the SDK and it's failing on this step now! I'm going to try manually preparing the installer using steps posted to a separate blog - search the web for "Mike Dos Zhang Flash SDK failed" and it's top of the list for me. Rupert.

Re: HTTP Basic Authentication for URLRequest

2015-03-29 Thread Chris Martin
it doesn't matter much. I was trying same thing on web application as well. It's same situation there too. When I try to load the URL, a username\password windows pops up in the browser. On Thu, Mar 26, 2015 at 10:59 PM, Chris Martin chrsm...@outlook.com wrote: Oh wow! I did not realize

Re: HTTP Basic Authentication for URLRequest

2015-03-26 Thread Chris Martin
the http headers you want to send, an authorization header in your case. Thanks, Om On Thu, Mar 26, 2015 at 10:04 AM, Chris Martin chrsm...@outlook.com wrote: Yeah, a network packet log would be a huge help. Then you can rule out whether or not the Authorization header is present in your

RE: HTTP Basic Authentication for URLRequest

2015-03-26 Thread Chris Martin
-Authenticate, x-flash-version. Why does header request cannot have 'Authorization' object? So how else can we pass the header request? On Thu, Mar 26, 2015 at 10:04 AM, Chris Martin chrsm...@outlook.com wrote: Yeah, a network packet log would be a huge help. Then you can rule out

RE: HTTP Basic Authentication for URLRequest

2015-03-26 Thread Chris Martin
, an authorization header in your case. Thanks, Om On Thu, Mar 26, 2015 at 10:04 AM, Chris Martin chrsm...@outlook.com wrote: Yeah, a network packet log would be a huge help. Then you can rule out whether or not the Authorization header is present in your request or not. I use

RE: HTTP Basic Authentication for URLRequest

2015-03-26 Thread Chris Martin
{ startRemoteFileDownload(); } ]] /fx:Script s:Button label=hello click=button1_clickHandler(event)/ s:Label id=lb text=Stack trace/ /s:View On Thu, Mar 26, 2015 at 9:42 PM, Chris Martin chrsm...@outlook.com wrote: Looking over your code. I wanna

Re: HTTP Basic Authentication for URLRequest

2015-03-25 Thread Chris Martin
Yeah, a network packet log would be a huge help. Then you can rule out whether or not the Authorization header is present in your request or not. I use fiddler[1] all the time. Also it makes it easy to detect if something else went wrong at the server side like your authentication request

RE: Custom Item renderer to show various icons

2015-03-21 Thread Chris Martin
You can embed your image assets through the Embed metatag [1]. Or you can get a little fancy and use the ResourceManager to manage all of your embedded image assets [2]. Chris [1] http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf60546-7ff2.html [2]

Re: Cancel the subscription

2014-11-27 Thread Chris Martin
Hello, To unsubscribe please send an email to users-unsubscr...@flex.apache.org. The system will automatically remove you. Chris On Sun, Nov 23, 2014 at 1:24 AM, 杨小龙 yan...@szfore.com wrote: Cancel the subscription

Re: Apache flex 4.12.1 and 4.13 problem with spark textInput used with displayAsPassword

2014-08-22 Thread Chris Martin
Hey just wanted to check back in on this one again. Any updates? Thanks, Chris On Mon, Jul 28, 2014 at 9:34 AM, Chris Martin windo...@gmail.com wrote: Thanks for the code snip! In your original email you said that there was an error being thrown when using a spark textinput

Re: How do I to access data from objects created with addElement ?

2014-08-04 Thread Chris Martin
Just to spit ball an idea. Maybe build up an Array/Vector with the refs to the items you built out? If you want to reference them by name directly than maybe build out an object with properties that match the generated ids. Example of array with items that you built var arrItems:Array = []; var

Re: Error message importing a flex project

2014-08-04 Thread Chris Martin
I think you'll need to install IIS Express. http://www.iis.net/learn/extensions/introduction-to-iis-express/iis-express-overview Checkout the project properties to see if you are using ASP.NET Development Server or IIS. It's in the Flex Server section. Chris On Mon, Aug 4, 2014 at 1:49 PM,

Re: Apache flex 4.12.1 and 4.13 problem with spark textInput used with displayAsPassword

2014-07-28 Thread Chris Martin
Thanks for the code snip! In your original email you said that there was an error being thrown when using a spark textinput with displayAsPassword set to true. This error happens in either Flex 4.12.1 or 4.13. In your second email you said that the checkbox manages the displayAsPassword

Re: Cropping in flex

2014-07-23 Thread Chris Martin
You could probably use mouse click events to render a custom selector component on top of the image. The selector component would probably be just a simple rectangle grouped with four tiny rectangles one in each corner. Then use drag events on each of the tiny rectangles to perform the resizing

Re: Anyone migrated/ing from FlashBuilder to IntelliJ IDEA?

2014-07-15 Thread Chris Martin
to debug flex application in IntelliJ on Linux (Ubuntu)? Would be extremely helpful On 15 July 2014 23:39, Chris Martin windo...@gmail.com wrote: Wow, thanks for that. I may be looking to make the same jump in the not-so-distant future :) On Tue, Jul 15, 2014 at 5:26 AM, Mihai

Re: Viewing output of Ant build in FireFox

2014-07-07 Thread Martin Miko
officially supported version runs in Google Chrome, so AFAIK, if you want a newer FP you need to use that one. Regards, Martin On Mon, Jul 7, 2014 at 6:27 AM, Justin Ransom Dallas justindal...@gmail.com wrote: 11.8.0 is a later build than 11,2,202,378. So while you have flash installed, you don't

Re: Drag DataGrid row with GridItemRenderer - problem

2014-05-28 Thread Chris Martin
Thanks for getting that in :) https://issues.apache.org/jira/browse/FLEX-34335 On Mon, May 26, 2014 at 9:41 PM, Alex Harui aha...@adobe.com wrote: Please file a bug with the sources for a simple test case. On 5/26/14 12:22 AM, gpi grzegorz.pietrus...@inosa.no wrote: I found the graphical

Re: Chart performance problem with 4.12.1

2014-05-22 Thread Chris Martin
Adobe Scout is free from Adobe's Creative Cloud :) On Thu, May 22, 2014 at 8:28 AM, João Fernandes joaopedromartinsfernan...@gmail.com wrote: try to track it down with Adobe Scout. You'll be able to see where the bottleneck is. On 22 May 2014 10:12, ethan

Re: Replacing Apostrophe (')

2014-05-21 Thread Chris Martin
Sounds like you really need to properly encode the entire string so all special characters get encoded so it doesn't break the xml structure. Something like this would work. node defaultTitle=ttes't title/node var encodedNode:String = node defaultTitle= + new XMLNode(XMLNodeType.TEXT,ttes't

Re: Replacing Apostrophe (')

2014-05-21 Thread Chris Martin
umm, meant to take our your example. Just checkout the encodedNode variable :) Ignore the xml above :) On Wed, May 21, 2014 at 8:51 AM, Chris Martin windo...@gmail.com wrote: Sounds like you really need to properly encode the entire string so all special characters get encoded so it doesn't

Re: Global Variables

2014-03-28 Thread Martin Miko
Or make the Globals a singleton(ish) class, for ref. see [1]. All approaches are valid and depend on what you want to build and how maintainable it should be. [1] http://www.swinburne.edu.au/design/tutorials/P-flash/T-How-to-build-a-Singleton-in-Actionscript-3/ID-143/ Martin On Fri, Mar 28

Re: Can I Bind a SolidColor Fill Value?

2014-02-07 Thread Martin Miko
super.partAdded() all this magic behind the scenes is not done and the slider is not clickable or movable. Hope it'll work now, if you have any other question, feel free to ask. BR, Martin On Fri, Feb 7, 2014 at 10:20 AM, Tintin 1955.mille.mig...@googlemail.comwrote: Hello Martin I'm inching

Re: Can I Bind a SolidColor Fill Value?

2014-02-06 Thread Martin Miko
it. BR, Martin Miko On Thu, Feb 6, 2014 at 10:28 AM, Tintin 1955.mille.mig...@googlemail.comwrote: Hi Martin Would you please explain one last point which I can't quite see. You use the following code in the custom HSlider: // injecting the presenter public function set presenter

Re: RE:Can I Bind a SolidColor Fill Value?

2014-02-04 Thread Martin Miko
Hi Chris, first of all, I see what you are trying to do, but obviously I failed to explain it clearly. There are 2 important things you need to realize: First, declaring a variable in mxml like: fx:Declarations presenters:SliderView_Presenter id=presenter / /fx:Declarations is

Re: RE:Can I Bind a SolidColor Fill Value?

2014-02-04 Thread Martin Miko
@Evyatar: would be doable, as easy as this, as long as it wasn't a skin inside a skin... this makes it a bit tricky. Martin Miko On Mon, Feb 3, 2014 at 9:48 PM, Evyatar Ben Halevi-Arbib evyata...@gmail.com wrote: You can extend HSlider, add a selectionColor property to it, define

Re: RE:Can I Bind a SolidColor Fill Value?

2014-02-04 Thread Martin Miko
skin, then you can use the data binding exactly in the way you wanted. BR, Martin Miko On Tue, Feb 4, 2014 at 5:49 PM, Tintin 1955.mille.mig...@googlemail.comwrote: Thank you for your considered replies. I'm starting to get it now. It looks as if you are creating a custom HSlider

Re: RE:Can I Bind a SolidColor Fill Value?

2014-02-02 Thread Martin Miko
You're welcome, feel free to ask what's not clear and I'll try to explain it. BR, Martin On Sat, Feb 1, 2014 at 7:22 PM, Tintin 1955.mille.mig...@googlemail.comwrote: Thanks for your interesting reply. I'll get back to you shortly to follow this up. Hectic in the studio currently but I

Re: RE:Can I Bind a SolidColor Fill Value?

2014-01-27 Thread Martin Miko
to the HSlider/Thumb component, because that might explain why it doesn't work. If something's unclear, just ask and I'll try to explain it more. Br, Martin On Mon, Jan 27, 2014 at 7:38 PM, Maurice Amsellem maurice.amsel...@systar.com wrote: Do you have a compiler warning such as Cannot bind

Re: RE:Can I Bind a SolidColor Fill Value?

2014-01-26 Thread Martin Miko
be found here: class Foo [1] Simple App view with rectangle [2]. Hope it helps. [1] http://pastebin.com/Ghqtg5NF [2] http://pastebin.com/nCf8DJ6v Martin Miko On Sun, Jan 26, 2014 at 1:25 PM, Tintin 1955.mille.mig...@googlemail.comwrote: Can you see the code now? -- View this message

SonarQube Flex plugin 2.0 released

2014-01-23 Thread Linda Martin
Hi Flex community, For your information, we just released a new version of the SonarQube Flex plugin. You can download it at http://docs.codehaus.org/display/SONAR/Flex+Plugin and check the quality of your Flex code right away. It's open source and free. For the ones who still don't have a

Re: SonarQube Flex plugin 2.0 released

2014-01-23 Thread Linda Martin
Hi Christofer, I have a good news for you: multi-language project analysis will be available in SonarQube 4.2 :). Linda. On 23 January 2014 11:47, Christofer Dutz christofer.d...@c-ware.de wrote: Hi Martin, great to hear that ... will give it a spin as soon as possible. Do you know

Re: Frustration with FB 4.7

2013-12-04 Thread Martin Miko
/java/javase/tech/vmoptions-jsp-140102.html [3] http://mikecann.co.uk/programming/improve-flash-builder-performance-and-compile-times-by-30/ Martin On Wed, Dec 4, 2013 at 7:05 AM, piotr.zarzycki piotrzarzyck...@gmail.comwrote: Mark I have switched to Intellij idea three years ago. - Like Gary

Re: Frustration with FB 4.7

2013-12-03 Thread Martin Miko
/message/5015573 Martin Miko On Tue, Dec 3, 2013 at 9:10 PM, mark goldin markzolo...@gmail.com wrote: I found it. Here is one entry: !ENTRY org.eclipse.ui 4 0 2013-12-03 10:47:28.469 !MESSAGE Unhandled event loop exception !STACK 0 com.google.common.collect.ComputationException

Re: Upgrading to SDK 4.10 and FB 4.7

2013-10-09 Thread Martin Miko
Hello, as far as I have tested transition from SDK 4.6 to 4.10, it works ok, but the FB 4.7 really has an issue with the -advanced-telemetry flag. In the team I work with, we have observed similar behavior. i.e. no ASDoc, open call hierarchy not working, etc. for both Flex framework and our own

Re: Interface question

2013-10-09 Thread Martin Miko
. And consider that you'd have to call this function anyway, if you want to add the functionality that foo() provides into the overriden function. Even without making it required public API, enforced by an interface. Martin On Wed, Oct 9, 2013 at 7:53 PM, mark goldin markzolo...@gmail.com wrote: In my

Re: Building Spark DataGrid dynamically

2013-07-25 Thread Martin Miko
. -- Martin Miko

Re: ToggleButton and state images

2013-07-25 Thread Martin Miko
goldin markzolo...@gmail.com wrote: How can I provide different images for ToggleButton's states without modifying its skin (if possible)? Thanks -- Martin Miko

Re: ToggleButton and state images

2013-07-25 Thread Martin Miko
Edit to the example: it should be the otherway around, correct notation is: icon.styleName=your_desired_icon sorry for the confusion On Thu, Jul 25, 2013 at 5:06 PM, Martin Miko marrtinm...@gmail.com wrote: If I recall it correctly use the icon style [1] in mxml it should be something

Re: ToggleButton and state images

2013-07-25 Thread Martin Miko
25, 2013 at 10:08 AM, Martin Miko marrtinm...@gmail.com wrote: Edit to the example: it should be the otherway around, correct notation is: icon.styleName=your_desired_icon sorry for the confusion On Thu, Jul 25, 2013 at 5:06 PM, Martin Miko marrtinm...@gmail.com wrote

Re: ToggleButton and state images

2013-07-25 Thread Martin Miko
/FlashPlatform/reference/actionscript/3/spark/components/supportClasses/ToggleButtonBase.html#SkinStateSummary On Thu, Jul 25, 2013 at 5:19 PM, Martin Miko marrtinm...@gmail.com wrote: In this case you have the states predefined in the component and I would use down and up states. On Thu, Jul 25, 2013

Re: Apache Flex 4.10.0 release candidate 3

2013-07-24 Thread Martin Miko
the select language dropdown in the installer.bydefault its showing the deutsch as selected language. What OS and language/locale are you running it on? Thanks, Justin -- Martin Miko

Re: Captive Runtime Export Debug?

2013-07-24 Thread Martin Miko
approaches with try-catch conditions. May it be the Error throwing causing a fail? How can I trace errors in my export bundle. Best, Jan -- Martin Miko

Re: newbie question on using column itemRenderer in AdvancedDataGrid

2013-06-07 Thread Martin Miko
; } ]] /fx:Script /mx:AdvancedDataGridItemRenderer -- Martin Miko

Re: newbie question on using column itemRenderer in AdvancedDataGrid

2013-06-07 Thread Martin Miko
and they are reused when you scroll. 3) When you have a custom renderer, and you want to make it editable, you will have to put some effort and sometimes even creativity into it. :) On Fri, Jun 7, 2013 at 5:51 PM, modjkl...@comcast.net wrote: Hi Martin, The links look great, thanks

Re: Flex Beginner-- Unable to display web page within 2 StageWebViews on single screen app

2013-05-19 Thread Martin Miko
program—both the web views simply show up as white blank areas. I am not sure what I am doing wrong here? I am using Flash Builder 4.6/4.7 Premium on Windows 8 (x64). Any help would be appreciated. Yours sincerely, Arvind. -- Martin Miko