Error #2038: File I/O Error. URL:https://10.11.32.11/cgi-bin/upload.pl

2014-02-04 Thread SAngeri
Hi, I have a flex application(Flex 3.6) doing file upload, which is working perfectly for chrome and IE browsers but for firefox browser the app repeatedly gets #2038 error. I am using linux operting system and apache server. Recently converted http to https (before conversion of https it

Inline IME

2014-02-04 Thread Harbs
I haven't found very much info, but the little I found seems to indicate that inline IME is supposed to be possible. All the tests that I've done have an IME window which draws at the bottom of the screen. Is there a (simple) way to get the IME input to draw inline? Harbs

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

2014-02-04 Thread Tintin
That sounds straightforward, good suggestion I'll have a look at that. Will the skin be notified of a property change after its creation? The default property value in my SliderView_Presenter for the Thumb colour will change as soon as the host web page passes in a parameter. I would like the

Re: Error #2038: File I/O Error. URL:https://10.11.32.11/cgi-bin/upload.pl

2014-02-04 Thread Justin Mclean
Hi, At a guess it might be using a http URL with IP address vs one with actual domain name. Thanks, Justin

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 the

Re: Error #2038: File I/O Error. URL:https://10.11.32.11/cgi-bin/upload.pl

2014-02-04 Thread Tom Chiverton
On 04/02/2014 09:28, SAngeri wrote: do we have a way to surpass this constrain and proceed with our file upload What constraint ? If FireFox wont believe your SSL configuration is correct, I'd look into that first. Tom

RE: Error #2038: File I/O Error. URL:https://10.11.32.11/cgi-bin/upload.pl

2014-02-04 Thread Kessler CTR Mark J
We use IIS / https / client certs here, so we've definitely had our fair share of strange 2038 errors to hunt down with file uploads. Some issues we had are: -403 error when the new connection doesn't send the client cert. -Server cert is invalid or expired (usually more of an issue with

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

2014-02-04 Thread Tintin
...and an HSlider Thumb is a skin within a skin! -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Can-I-Bind-a-SolidColor-Fill-Value-tp4615p4797.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

AW: Error importing flexmojos 6 project into IntelliJ 13

2014-02-04 Thread Christofer Dutz
Ok so I had a look at the Project and it worked fine. I did a Little more testing and leared out my local maven reporitory. When importing your Project then, IntelliJ seems to fail to resolve the Flexmojos plugin (as it's not yet there) and I was shown the message you talked about. You coulg

Re: Error importing flexmojos 6 project into IntelliJ 13

2014-02-04 Thread Gonzalo Chiappara
If I click No, it's not recognized as a maven project. How can I add new dependencies? If I click Yes and then add it clicking the plus button in the maven tab, the message appears again. On Tue, Feb 4, 2014 at 10:29 AM, Christofer Dutz christofer.d...@c-ware.dewrote: Ok so I had a look at

CameraRoll set status bar text to black on iOS 7

2014-02-04 Thread Gabriele Campi [Media Logic]
Hi, I wanna display white text in the status bar of my Flex mobile app on iOS7, but when i call the browseForImage() method of the CameraRoll Class the text turns black. Has anyone else experienced the same issue? Gabriele

Re: CameraRoll set status bar text to black on iOS 7

2014-02-04 Thread Lee Burrows
Not sure if it will work for your scenario, but try adding this to InfoAdditions in the app descriptor file (assuming you dont already have a UIStatusBarStyle set): keyUIStatusBarStyle/key stringUIStatusBarStyleLightContent/string On 04/02/2014 14:36, Gabriele Campi [Media Logic] wrote: Hi,

why are my Worker in Firefox so slow?

2014-02-04 Thread Marcus Fritze
Hi, Ok, I have a main application and a worker. The worker is for very CPU intensive work. But I have a lot of work to do at the same time. So I run multiple worker (actually the same Worker-class) at the same time. In Chrome everything is working fine and the work is done in some seconds.

Re: why are my Worker in Firefox so slow?

2014-02-04 Thread Alex Harui
What does the os tools show for cpu usage? Maybe FF doesn't spread work to more than one or two cores. -Alex On 2/4/14 7:38 AM, Marcus Fritze marcus.fri...@googlemail.com wrote: Hi, Ok, I have a main application and a worker. The worker is for very CPU intensive work. But I have a lot of

Re: why are my Worker in Firefox so slow?

2014-02-04 Thread Marcus Fritze
Thanks for the quick response. Activity Monitor shows mostly 175 - 185 % and sometimes a max of 196 %. But my overall CPU usage is about 22%. Am 04.02.2014 um 16:51 schrieb Alex Harui aha...@adobe.com: What does the os tools show for cpu usage? Maybe FF doesn't spread work to more than one

Re: Inline IME

2014-02-04 Thread Alex Harui
Is this in a Flex app? Or AS-only? Flex components should be set up for in-line. Or at least, near the widget. IIRC, you have to enable the IME and make sure that tabEnabled and maybe tabChildren is set on all parents of the widget. -Alex On 2/4/14 12:47 AM, Harbs harbs.li...@gmail.com

RE: CameraRoll set status bar text to black on iOS 7

2014-02-04 Thread Maurice Amsellem
CameraRoll is an AIR native class. So that's probably an AIR bug , to be submitted to Adobe ? Maurice -Message d'origine- De : Gabriele Campi [Media Logic] [mailto:gabriele.ca...@medialogic.eu] Envoyé : mardi 4 février 2014 15:56 À : users@flex.apache.org Objet : Re: CameraRoll set

Re: CameraRoll set status bar text to black on iOS 7

2014-02-04 Thread Gabriele Campi [Media Logic]
Just submitted Il 04/02/14 17:13, Maurice Amsellem ha scritto: CameraRoll is an AIR native class. So that's probably an AIR bug , to be submitted to Adobe ? Maurice -Message d'origine- De : Gabriele Campi [Media Logic] [mailto:gabriele.ca...@medialogic.eu] Envoyé : mardi 4 février

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

2014-02-04 Thread Evyatar Ben Halevi-Arbib
Maybe in the HSlider skin's updateDisplayList override function you can call a setStyle function on the Thumb component and then in the Thumb skin set the color by calling getStyle using the same style name (also in the skin's updateDisplayList override function)... Evyatar On Tue, Feb 4, 2014

Re: Inline IME

2014-02-04 Thread Harbs
It's Flex. After some basic testing on Mac, here's what it looks like to me: In Firefox and Safari, IME for Spark component appear at the bottom of the screen. In Chrome it's inline. For a custom TLF component, implementing IIMESupport allows bottom-of-the-screen IME in Firefox and Safari,

Re: why are my Worker in Firefox so slow?

2014-02-04 Thread Sean Thayne
Ya, in my tests, it's much better to run 1 or 2 workers max. ~Sean http://www.skyseek.com class *Sean_Thayne* extends Developer { public $skype = sthayne23; public $gTalk = s...@skyseek.com; public $url = www.skyseek.com; } On Tue, Feb 4, 2014 at 10:23 AM, Alex

Re: why are my Worker in Firefox so slow?

2014-02-04 Thread Alex Harui
Are the numbers the same for both FF and Chrome? Chrome may just have better optimization for workers. Chrome may have discovered that sharing between multiple processes is better than multi-threading for Workers. I'm not an expert on Workers and multi-threading, but I always thought that there

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

2014-02-04 Thread Tintin
Thank you for your considered replies. I'm starting to get it now. It looks as if you are creating a custom HSlider with additional properties named 'presenter' and 'thumbInst'. When the creationComplete event is called you pass in the SliderView_Presenter class. When you Set the presenter

RE: why are my Worker in Firefox so slow?

2014-02-04 Thread Maurice Amsellem
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Worker.html Adobe recommends that you do not use more than one or two background workers in a typical scenario. Maybe there is a fundamental reason for that ? Maurice -Message d'origine- De : Sean Thayne

Re: Inline IME

2014-02-04 Thread Alex Harui
Is your test case just a spark TextInput in an app? On 2/4/14 9:20 AM, Harbs harbs.li...@gmail.com wrote: It's Flex. After some basic testing on Mac, here's what it looks like to me: In Firefox and Safari, IME for Spark component appear at the bottom of the screen. In Chrome it's inline. For

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

2014-02-04 Thread Martin Miko
Hi Chris, I guess you almost have it working now! :) As you wrote in your previous message, you need to pass the SliderView_Presenter instance all the way from the place where you created it, to the place where you want to use it (skin). If you pass that instance all the way to the thumb button's

Re: why are my Worker in Firefox so slow?

2014-02-04 Thread Marcus Fritze
Thanks for all your responses. Am 04.02.2014 um 18:38 schrieb Maurice Amsellem maurice.amsel...@systar.com: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Worker.html Adobe recommends that you do not use more than one or two background workers in a typical

Display font issue

2014-02-04 Thread Scott Matheson
Hi We have a purchased font embedded in our app. FSAlbert The font combination fl And fi Have an issue the top of the f touches the top of the l With the fi the cross of the f touches the top of the i We do not see this effect with the printed version of the font, is there any

Re: Inline IME

2014-02-04 Thread Harbs
Yup. This web page is a perfectly good example: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/TextInput.html On Feb 4, 2014, at 7:53 PM, Alex Harui wrote: Is your test case just a spark TextInput in an app? On 2/4/14 9:20 AM, Harbs harbs.li...@gmail.com

Re: Display font issue

2014-02-04 Thread OmPrakash Muppirala
Looks like the font has ligatures. Assuming you are using a spark based text control, try setting the property ligatureLevel to none or minimum. Some simple code example might be of help. Thanks, Om On Tue, Feb 4, 2014 at 12:21 PM, Scott Matheson smathe...@intralinks.comwrote: Hi We

Re: Build your apps for IOS7

2014-02-04 Thread RightAsInTrue
I used the FLEX updater and got the beta, but it forces me to also get the beta Flash Player Beta 13 which isn't desirable. Either way it did upload and is now in the apple staff hands pending their review. I was having troubles running the app on my test devices at first. It may have just been a

RE: Display font issue

2014-02-04 Thread Scott Matheson
thanks, it was the ligatureLevel (new one for me), changing the setting to ligatureLevel=minimum sorted the issue out From: omup...@gmail.com [omup...@gmail.com] on behalf of OmPrakash Muppirala [bigosma...@gmail.com] Sent: Tuesday, February 04,

Re: Inline IME

2014-02-04 Thread Alex Harui
Just tried it myself. I sure thought it worked better than this. I might be remembering Windows or Air on Mac. I'm not sure if there's a solution. I did see some mention that Google fixed something on their end. HTH, -Alex On 2/4/14 12:35 PM, Harbs harbs.li...@gmail.com wrote: Yup. This web

RE:Display font issue

2014-02-04 Thread Maurice Amsellem
Cool. Thanks om De : Scott Matheson [smathe...@intralinks.com] Envoyé : mardi 4 février 2014 22:36 À : users@flex.apache.org Objet : RE: Display font issue thanks, it was the ligatureLevel (new one for me), changing the setting to ligatureLevel=minimum

Samsung Windows

2014-02-04 Thread Angelo Lazzari
HI everybody, i know it's a mayor issue to touch...but, i need to stay tuned about it... I read Samsung is presenting their first Windows Phone Huron so, if another big actor of the tech theatre, moves in that direction, i think we need to think about it. So, do we have any news about dev Win