Re: Remoting and Railo

2013-12-04 Thread Tom Chiverton
It should Just Work; assuming all you need to do is invoke a method on a CFC and get some data back and forth ? Tom On 04/12/2013 14:16, Mark Fuqua wrote: I am currently running several flex apps (desktop and mobile) which make extensive use of RemoteObjects. I am wondering if anyone on list

Re: HOW TO install apache flex on Fedora19

2013-12-04 Thread Tom Chiverton
On 04/12/2013 16:20, Ludovic Bertin wrote: Hi there, I'm of the ones who have chose difficulty : fedora. How can I install apache flex in that linux distrib ? I am working on improving the experience for Linux users, but the basic idea is to make sure you have Adobe AIR itself installed, then

Re: Remoting and Railo

2013-12-04 Thread Tom Chiverton
: I am guessing the destination will have to change? Or does it stay "ColdFusion"? http://www.mySite.com/flex2gateway/"; source="MySite.components.NextActions" showBusyCursor="true">

Re: Remoting and Railo

2013-12-04 Thread Tom Chiverton
On 04/12/2013 16:59, Mark Fuqua wrote: additional VPS with Railo and see if it "just works", which would be extraordinarily pleasant. You can spin up an Amazon VM for free for of course :-) I found the process fairly painless, as long as you are used to the Linux console. Someone has probably m

Re: Flex at Scotch on the Rocks next year

2013-12-05 Thread Tom Chiverton
On 15/11/2013 14:23, Tom Chiverton wrote: I notice that next years Scotch on the Rocks (Scotland, EU :-) ) has it's call for speakers open. I know a few Flex users were there last year. Has anyone submitted a Flex talk idea yet ? Is anyone other than me here going to be attending ? Looks

Re: HOW TO install apache flex on Fedora19

2013-12-05 Thread Tom Chiverton
On 05/12/13 17:25, Ludovic Bertin wrote: but next step failed : - I've downloaded the installer that is a .deb file ==> I used alien to convert it to rpm but running rpm -i gives me back the hand immediatly and nothing happens... I'm on Fedora 19 64bit (gloups) Ahh, a miss-step ? The installer

Re: HOW TO install apache flex on Fedora19

2013-12-09 Thread Tom Chiverton
On Thu, Dec 5, 2013 at 9:47 PM, Tom Chiverton wrote: On 05/12/13 17:25, Ludovic Bertin wrote: but next step failed : - I've downloaded the installer that is a .deb file ==> I used alien to convert it to rpm but running rpm -i gives me back the hand immediatly and nothing happens...

Re: AW: Running unit tests with flashplayer under wine

2014-01-06 Thread Tom Chiverton
On 06/01/2014 15:44, wim.deblauwe wrote: Seems very logical, but it does not seem to work. I have put the link in place, but I get the exact same error message. This shows the link: I would expect the FlashPlayerTrust file for the WINE'd FlashPlayer to be in something like ~/.wine/drive-c/Docum

Re: AW: Running unit tests with flashplayer under wine

2014-01-06 Thread Tom Chiverton
On 06/01/2014 16:16, wim.deblauwe wrote: I tried this but it does not work either: And what's in the file ? Tom

Re: AW: Running unit tests with flashplayer under wine

2014-01-06 Thread Tom Chiverton
On 06/01/2014 16:37, wim.deblauwe wrote: That seems to be correct: Won't it need a Windows style path to where ever WINE thinks the files are ? Have a poke around with winefile and then add a path like : z:\home\wdb\flex\client domain\target\tests classes Watch the direction of the slashes and

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Tom Chiverton
Awesome ! Now to get FireFox's plugin-wrapper to do the same thing :-) Tom On 07/01/2014 08:23, wim.deblauwe wrote: Good news guys! Got it working like this:

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Tom Chiverton
Wow, complicated. Are you trying to work around the fact your Jenkins machine is headless ? Or something else ? Basically, why is VNC here at all ? Tom On 07/01/2014 09:23, wim.deblauwe wrote: I am not totally in the clear yet. I don't have it working through jenkins yet. * I have installed

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Tom Chiverton
On 07/01/2014 09:41, wim.deblauwe wrote: [DEBUG] [SYSERR]: Segmentation fault (core dumped) Well, that's the problem then :-) Can you view the same display at the same time and see what is happening ? When you say it runs OK, is that as the exact same user, same environment settings etc ? T

Re: AW: Running unit tests with flashplayer under wine

2014-01-07 Thread Tom Chiverton
Probably... try logging in directly as the Jenkins user (you may have to give it a shell in /etc/password and set it's password) ? I take it Jenkins runs as a service account, with no display, normally ? This sounds like a problem other Jenkins users may already have solved at this point, rath

Re: AW: Flex monkey

2014-01-21 Thread Tom Chiverton
Does someone want to try Flex Monkey with Apache Flex and see what breaks then ? Tom On 21/01/2014 14:26, Christofer Dutz wrote: Just had to have a look but the automation libs are still there, so I guess the Automation should still be possible. As this Topic came up several times in the last

Re: Skinning an HSlider Thumb

2014-01-21 Thread Tom Chiverton
Maybe you could post a small set of example files. Tom On 20/01/2014 16:47, Tintin wrote: I am trying to develop a custom thumb button for a spark HSlider. I have created a new SparkSkin for my HSlider and within that defined a new skin for the HSliderSkin and assigned it. I simply want a larg

Re: Apache Flex Book Topic Wish List

2014-01-23 Thread Tom Chiverton
On 23/01/2014 16:53, modjkl...@comcast.net wrote: 1. Favorite IDE=FlashBuilder Which is dead :-) Tom

Re: Apache Flex and AIR for mobile app?

2014-01-27 Thread Tom Chiverton
Suitably open ended response :-) Yes, Flex and AIR still work for this; most of Adobe's docs from their Flex-on-mobile days still work very well, for instance setting up developer certificates on iPhones etc. You will need access to a Mac to deploy to the iTunes store (if you are going to di

Re: trouble with Worker

2014-01-28 Thread Tom Chiverton
On 28/01/2014 13:42, Marcus Fritze wrote: from file:///Users/marcus/Documents/workspace/myproject/bin/index.swf?version=1.0.0 You shouldn't use file:// URLs - or you will have to set up player trust files, and of course you wont be expecting your users to do that, so it's not a good test any

Re: trouble with Worker

2014-01-28 Thread Tom Chiverton
On 28/01/2014 14:06, Marcus Fritze wrote: How do you debug with FB when accessing the file through a web server? Set the launch URL to be 'http://whatever/bar.html' and it should just work. Tom

Re: Problems installing Apache Flex SDK 4.11.0

2014-01-28 Thread Tom Chiverton
On 28/01/2014 16:25, Pedro Serralha wrote: The file downloaded is apache-flex-sdk-installer-2.7.0-bin.exe When I execute it, it doesn't give any error message nor display anything just appears the Windows window asking if the program was installed correctly... Try disabling your antivirus. Tom

Re: Problems installing Apache Flex SDK 4.11.0

2014-01-29 Thread Tom Chiverton
On 29/01/2014 08:53, Pedro Serralha wrote: Don't know if this means something, but is strange to say the least. So, yeah, it looks like Windows is getting in the way of the installer. I don't suppose either of those two options are much help ? Tom

Re: install nightly freezed

2014-01-30 Thread Tom Chiverton
On 30/01/2014 14:49, Federico De Maddalena wrote: I'm trying to install flex 4.12.0 nightly but the installer freezes every time on "uncompressing: path...\AdoberAIRSDK.zip". the zip file seems to be broken. Any solution? It might be a corrupt file on the mirror, can you try opening the file by

Re: solidColor Exclusions

2014-01-30 Thread Tom Chiverton
On 30/01/2014 16:26, Miguel Ferreira wrote: I don't know the reason that locally i don't have this error but in the server side i have... The difference is in the compiler to the server i use maven... Assuming the server or web browser isn't caching it, can you take the Maven output .swf and op

Re: Flex JSON and getters

2014-02-03 Thread Tom Chiverton
On 03/02/2014 14:43, Maurice Amsellem wrote: Does someone know why JSON's stringify also processes read-only properties (that is, getter without setter) ? It's a public property. Just happens not to be changeable ? Tom

Re: Flex JSON and getters

2014-02-03 Thread Tom Chiverton
y prop, something like public function get surface():Number { return width*height; } -----Message d'origine- De : Tom Chiverton [mailto:t...@extravision.com] Envoyé : lundi 3 février 2014 15:08 À : users@flex.apache.org Objet : Re: Flex JSON and getters On 03/02/2014 14:43, Maurice Ams

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 08:17, SAngeri wrote: In the browser URL i am seeing certificate error That's probably upsetting the Player. Do you know why the SSL config is wrong ? I've used https://www.ssllabs.com/ssltest/analyze.html in the past. Tom

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: Samsung & Windows

2014-02-05 Thread Tom Chiverton
On 05/02/2014 15:26, Jeffry Houser wrote: Vote for AIR support on Windows Phone 8 here: https://bugbase.adobe.com/index.cfm?event=selectBug&CFGRIDKEY=3648920 As I understand things, and why both AIR and Flash on Linux were killed off, Adobe does not want to invest resource in maintaining versio

Re: Samsung & Windows

2014-02-05 Thread Tom Chiverton
On 05/02/2014 15:47, Angelo Lazzari wrote: Tom, is there an official and best way to do it? I think that a single-man I would have thought a company who wanted to bring Flash/AIR to a new platform would apply through the Open Screen Project ( http://en.wikipedia.org/wiki/Adobe_Flash#Open_Screen

Re: upgraded Mac OSX to Mavericks and application won't run

2014-02-10 Thread Tom Chiverton
On 10/02/2014 07:45, modjkl...@comcast.net wrote: event.fault.faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2, text="Error #2032: Stream Error. URL:https://www.companyname.com:443/myapp/login";] . At a guess, your web server isn't accepting requests

Re: [POLL] Retire Apache Flex Installer for Linux

2014-02-11 Thread Tom Chiverton
On 11/02/2014 01:38, Mathieu St-Gelais wrote: So I'd say yes to this proposition. If there are ant scripts, that's great. I would only add that the documentation on how to use those scripts should be easily reachable/available from the Flex SDK Installer Web page, so That's certainly an area I'll

Re: AIR Desktop ap with Flex 4.6 + Spark components

2014-02-12 Thread Tom Chiverton
On 12/02/2014 14:02, Nando Vieira wrote: Any tip? Am I missing some flag or library that be loaded? Remove all the non default options you are using to amxmlc until it works. Tom

Re: AIR Desktop ap with Flex 4.6 + Spark components

2014-02-12 Thread Tom Chiverton
have any other suggestion? At this point, I'm considering exporting the whole thing through the Flash IDE (which sucks and is s slow). :/ -- Nando Vieira http://nandovieira.com On 12 de fevereiro de 2014 at 12:16:04, Tom Chiverton (t...@extravision.com) wrote: On 12/02/2014 14:02, Nando

Re: Migrate from Adobe Flex SDK to Apache Flex SDK 4.12.0

2014-02-13 Thread Tom Chiverton
On 13/02/2014 13:43, sathishkumar wrote: flex2.compiler.as3.EmbedEvaluator.UnableToTranscode flex2.compiler.media.AbstractTranscoder.UnableToGenerateSource Looks like you have some embed assets of some sort ? Tom

Re: Migrate from Adobe Flex SDK to Apache Flex SDK 4.12.0

2014-02-13 Thread Tom Chiverton
On 13/02/2014 14:25, sathishkumar wrote: Yes I have embed assets. Which are... ? It's having trouble encoding them; maybe the format is no longer supported and they need converting for instance. Tom

Re: AW: Flexmojos testrunner configuration

2014-02-17 Thread Tom Chiverton
On 17/02/2014 15:05, Christofer Dutz wrote: Unfortunately you didn't seem to have posted the exception you are talking about. And the mailing list doesn't do attachments. Please paste the text of the exception in, it's much easier for everyone. Tom

Re: How to turn off the debug player?

2014-02-18 Thread Tom Chiverton
Or different FireFox profiles. Tom On 18/02/2014 01:32, Lee Burrows wrote: Unfortunately not. I think most people use one browser (with standard player) for browsing and another (with debug player) for debugging. On 18/02/2014 01:25, Barry Gold wrote: I followed the instructions in Gassner's

Re: Air apps easily decompiled and hacked

2014-02-25 Thread Tom Chiverton
And ? Unless you want your computer to start lying to you about what processes are running, and the code inside those processes, and also make tools like VirtualBox or Bochs illegal, effective DRM is impossible. And you do not want you computer to start hiding things from you; it applies to th

Re: Air apps easily decompiled and hacked

2014-02-25 Thread Tom Chiverton
On 25/02/2014 13:14, Alexander Farber wrote: If you keep it there, your app needs to download it - then the attacker can do it as well. No, it doesn't need to. You can send the user details to the server, and it would do the encryption and proxy it on to the service, returning the results. The

Re: Air apps easily decompiled and hacked

2014-02-25 Thread Tom Chiverton
On 25/02/2014 13:44, Alexander Farber wrote: And there was no way to store the OAuth "app secret" string on the server. And thus I know that my app is vulnerable (for impersonation of other users) and the ease of AIR decompilation doesn't help there. I think you keep insisting, that it's possibl

Re: Air apps easily decompiled and hacked

2014-02-25 Thread Tom Chiverton
I see, this is one of those cases where you can make a trade off isn't it ? You can do on-device no-server authentication direct to an API, but this exposes the secrets to reverse engineering. Or you can choose to mediate everything via your own server, which mitigates that issue but drives up

Re: AW: Air apps easily decompiled and hacked

2014-02-26 Thread Tom Chiverton
On 26/02/2014 08:23, Christofer Dutz wrote: But in order to make it 100% safe you would probably have to put an infinite amount of work into it. This. Tom

incremental compile leads to RTE with missing assets

2014-03-10 Thread Tom Chiverton
Jira on a similar point. -- extravision Signature *Tom Chiverton* | Lead Developer | Extravision *T:* 0161 817 2922 | *W:* www.extravision.com <http://www.extravision.com> | *T:* twitter.com/extravision <http://twitter.com/extravision> | *E:* tchiver...@extravision.com <mailto:t

Re: incremental compile leads to RTE with missing assets

2014-03-10 Thread Tom Chiverton
On 10/03/14 17:04, Alex Harui wrote: Compile with the -link-report option to see if the compiler is linked in that icon and the player can't find it or if it didn't get linked in at all. What am I looking for in that ? A difference from first to second runs ? Tom

Re: incremental compile leads to RTE with missing assets

2014-03-11 Thread Tom Chiverton
For second complies with incremental on, no icon is listed. For compiles with incremental off, the icon is listed : mod="1391180354000" size="477" optimizedsize="315">
  
  

Re: incremental compile leads to RTE with missing assets

2014-03-11 Thread Tom Chiverton
On 10/03/14 17:04, Alex Harui wrote: Is this specific to 4.12? Can you try with an older compiler/sdk? incremental compiles break in 4.9 too. This is all with OpenJDK Java 1.7 32bit. Tom

Re: [Flex 4.12.0] Compile Time Error Occurs While compiling with ANT

2014-03-11 Thread Tom Chiverton
On 11/03/14 12:53, Jagan Langa Sami Durai wrote: [1] - C:\Program Files (x86)\Apache\sdks\4.12.0\frameworks\libs\player\12.0\playerglobal.swc How big is this file ? Can you get a md5 or sha1 checksum of it ? Tom

Re: [Flex 4.12.0] Compile Time Error Occurs While compiling with ANT

2014-03-11 Thread Tom Chiverton
On 11/03/14 13:45, Jagan Langa Sami Durai wrote: Just noticed the file size of the playerglobal.swc . its 0kb. do i need to download the entire SDK or just the playerglobal.swc alone to make it work? http://download.macromedia.com/get/flashplayer/updaters/12/playerglobal12_0.swc Tom

Re: FB theme

2014-03-13 Thread Tom Chiverton
On 13/03/14 15:27, jfb wrote: I don't like the colors, how can i revert or uninstall this theme? http://lmgtfy.com/?q=uninstall+eclipse+theme Tom

Re: Missing fonts - flexmojos 6.0.1, changing flex sdk from 4.6.0 to 4.12.0

2014-03-20 Thread Tom Chiverton
On 20/03/14 09:44, aveu wrote: Hi, I have very strange issue while changing flex sdk from 4.6.0 to 4.12.0. I am using flexmojos 6.0.1. When I build my project with sdk 4.6.0 my project looks like this: How did you install the 4.12 SDK ? What options dig you pick in the installer ? Tom

Re: Missing fonts - flexmojos 6.0.1, changing flex sdk from 4.6.0to 4.12.0

2014-03-20 Thread Tom Chiverton
What options dig you pick in the installer ? Tom

Re: Custom item renderer adds event listeners to parent

2014-03-21 Thread Tom Chiverton
On 21/03/14 16:22, mark goldin wrote: One custom rendererr uses prepare and discard to add and remove event listeners to datagrid: Why ? It would be more normal to have the renderer act on the data, and something in the parent of the grid observe the changes. Tom

Re: Custom item renderer adds event listeners to parent

2014-03-24 Thread Tom Chiverton
On 21/03/14 16:31, mark goldin wrote: Code in onsomeEvent needs to run inside of the renderer. Again, why is this ? It may be you need to rethink things so the renderer can just render changes and update the data, and something outside of the renderer can act on those. This is often a better s

Re: Ahhh Adobe...

2014-03-27 Thread Tom Chiverton
On 27/03/14 12:49, Alain Ekambi wrote: With no offense with the people working at Adobe on this list. But how a company can be this stupid ? http://blogs.adobe.com/digitalmarketing/web-experience/adobe-experience-manager-mobile-app-announcement/ I'm unclear. What the hell is this product ? A

Re: Ahhh Adobe...

2014-03-27 Thread Tom Chiverton
On 27/03/14 13:15, Matthew Weir wrote: There was a link from that article to this article:http://www.enhancedonlinenews.com/news/eon/20140324006508/en/Apple/iBeacon/Android which seems to explain a bit more detail on the subject. And the race to get our FlexJs project on PhoneGap starts in 3.

Re: Ahhh Adobe...

2014-03-31 Thread Tom Chiverton
On 27/03/14 12:49, Alain Ekambi wrote: With no offense with the people working at Adobe on this list. But how a company can be this stupid ? http://blogs.adobe.com/digitalmarketing/web-experience/adobe-experience-manager-mobile-app-announcement/ The response is up : http://blogs.adobe.com/flas

Re: Coding a better flex mobile app

2014-04-02 Thread Tom Chiverton
On 02/04/14 09:05, Gabriele Campi [Media Logic] wrote: My app uses a SQLite database and makes large use of graphics and bitmapdata (being a design app that manipulates images) and I encountered many problems with general performances and memory management. My app now is heavy and slow. This

Re: Spark Datagrid with Multiple Columns

2014-04-02 Thread Tom Chiverton
On 02/04/14 12:04, Ronny Shibley wrote: I tried using Flex List ItemRenderer but with all those columns it took some time to render initially around 5 seconds with Flash Hangin... Not very pleasant. Are you sure deferred rendering was on ? Tom

Re: Spark Datagrid with Multiple Columns

2014-04-02 Thread Tom Chiverton
On 02/04/14 13:22, Ronny Shibley wrote: If so, yes the rows were not the issue, it's the number of columns... I though this was with a List item renderer, so there are no columns, just a bunch of stuff in a HorizontalLayout ? Tom

Re: Spark Datagrid with Multiple Columns

2014-04-03 Thread Tom Chiverton
On 02/04/14 17:53, Ronny Shibley wrote: Yes a very specific reason, the scrolling starts lagging once you have 500 columns with 100 rows Will your users really be able to find the thing they want amongst 49,999 other ones ? Tom

Re: Spark Datagrid with Multiple Columns

2014-04-03 Thread Tom Chiverton
On 03/04/14 09:42, Codefish wrote: Lol good question, my first thoughts. But its a calendar displaying daily availabilities over 12 months. So each cell has different color. The point is to spot the empty cells and have an overview of the upcoming months... Also applying instant ui filters was

Re: Spark Datagrid with Multiple Columns

2014-04-03 Thread Tom Chiverton
On 03/04/14 10:46, Ronny Shibley wrote: my argument was that there is nothing that can be done on flex... And by creating that bitmapgrid i just proved me right:) Win ! Tom

Re: Filter a dropdown list

2014-04-03 Thread Tom Chiverton
On 03/04/14 14:20, SmileySnr wrote: What I would like to see is a filtered list based on what is NOT in the module already ie in this case ... Ulm4,Ulm5,Ulm6,... I'd assign a filterFunction to the drop down's dataProvider. Tom

Re: Filter a dropdown list

2014-04-03 Thread Tom Chiverton
On 03/04/14 15:21, SmileySnr wrote: That sounds like what I need. Can you point me at any examples to get me started? I'd always start at the docs : http://flex.apache.org/asdoc/mx/collections/ListCollectionView.html#filterFunction There's plenty of older but still valid examples lying arou

Re: heartbleed vunerability

2014-04-11 Thread Tom Chiverton
On 11/04/14 08:58, Lee Burrows wrote: Hi All, My password manager tells me that apache.org is affected by the recent HeartBleed vunerability - however, i see no info on the website. Does anyone know if JIRA is affected? https://www.ssllabs.com/ssltest/analyze.html?d=issues.apache.org checks

Re: How to play video from server in flex

2014-04-15 Thread Tom Chiverton
On 15/04/14 10:06, sam991 wrote: from local files. Now, i have got some thing new for me to do. Now, i have to play video from server in all (iOS, Android, and windows tab). Unless this is live video, I'd suggest embedding the OSMF player : http://osmf.org/developers.html Tom

Re: Gantt Chart

2014-04-17 Thread Tom Chiverton
On 17/04/14 10:50, Patil, Virat wrote: We have requirement of using Gantt Chart in our project. I have searched over web found many components. Can somebody suggest the best one to use. Best for what ? What are your requirements ? We use AnyChart, so I'd go for http://www.anychart.com/products

Re: enterprise desktop web app: should it download or email a file to user?

2014-04-23 Thread Tom Chiverton
On 23/04/14 10:49, mark.kessler@usmc.mil wrote: If your connect is https to a site you are allowed too, they will not be able to block a file download. Of course they can, anything from a read only temporary files area to a content filtering proxy. I'd provide both on (http(s)) and offlin

Re: enterprise desktop web app: should it download or email a file to user?

2014-04-23 Thread Tom Chiverton
On 23/04/14 12:10, mark.kessler@usmc.mil wrote: Not ours, it creates a secured tunnel in which we can transfer any file. Well, you can get creative as defender or attacker :) Tom

Re: New installer errors

2014-04-24 Thread Tom Chiverton
On 24/04/14 12:02, Phillip wrote: The flexsdk installer shows empty dropdowns for every OS, therefore its not possible to install an sdk. If you have Ant locally, you can follow the alternative installer instructions linked from the download page. Tom

Re: Error while using HTTPS uri for Fluorine Fx Remote object

2014-05-30 Thread Tom Chiverton
On 30/05/14 12:49, Deepak MS wrote: And this is the fault event message that I get: faultCode:Client.Error.MessageSend faultString:'Send failed' faultDetail:'Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 404: url: 'https://sfe.au.imshealth.com/SFE/GateWay.aspx'' Are you us

Re: Error while using HTTPS uri for Fluorine Fx Remote object

2014-06-02 Thread Tom Chiverton
On 01/06/14 03:34, Deepak MS wrote: Looks like fluorine fx doesn't support https? Should be some way out? You could put a HTTPS proxy in front of it, rather than using 'native' HTTPS? Tom

Re: Error while using HTTPS uri for Fluorine Fx Remote object

2014-06-02 Thread Tom Chiverton
On 02/06/14 10:24, Deepak MS wrote: hmmm.. not sure how we do that. Any example pls? I don't know anything about your environment details or operating system preferences. Your options range from Squid to Pound to everything in between. Tom

Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Tom Chiverton
I just got an auto email from Google saying "your apps is running an outdated version of OpenSSL". Do I just need to recompile with a newer AIR (13? 14?) install ? -- extravision Signature *Tom Chiverton* | Lead Developer | Extravision *T:* 0161 817 2922 | *W:* www.extravision.

Re: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Tom Chiverton
On 13/06/14 09:20, Federico De Maddalena wrote: I received the same email...probably we have to recompile with the latest version of air sdk 14 (14.0.0.110) And as newer AIRs don't support Linux, that's the end of distributing AIR apps directly from Linux :-/ Something else I need VirtualBox f

Re: R: R: Alert from Google app store - vulnerable OpenSSL version

2014-06-13 Thread Tom Chiverton
On 13/06/14 13:49, Frédéric THOMAS wrote: - We are aware of openSSL 1.0.1h version and the updated AIR SDK will be available soon. - For mobile applications the AIR SDK 14.0.0.110 is enough and you don't need to update the openSSL on pc. - The openSSL is bundled in the application so the captiv

Re: Changing sort type

2014-06-17 Thread Tom Chiverton
On 16/06/14 22:09, Oleg Konovalov wrote: What should I do? Upgrade ? Tom

Re: Changing sort type

2014-06-17 Thread Tom Chiverton
On 17/06/14 12:36, Oleg Konovalov wrote: or anything else ? I need to fix it this week, not after Labor day;-) You can try bringing in just the new class, and all it's dependencies, into your own source. Flex will prefer the code in your project to that in the library, so you can use this to '

Re: Changing sort type

2014-06-17 Thread Tom Chiverton
On 17/06/14 16:05, Oleg Konovalov wrote: Is it possible to upgrade Flex without upgrading FB? Totally. The installer on the Apache Flex web site will do everything for you, then you can just add that to the list of available SDKs in Builder. Tom

Re: Changing sort type

2014-06-17 Thread Tom Chiverton
On 17/06/14 16:51, Trevor Holman wrote: How exactly do you go about doing that? I’m using FB 4.7 Which part? What have you tried already there ? Tom

Re: Changing sort type

2014-06-17 Thread Tom Chiverton
On 17/06/14 16:54, Trevor Holman wrote: I found it right after I sent the email Ha ! Always the way ! Tom

Re: list of images: poor performances

2014-07-01 Thread Tom Chiverton
Try also checking bmp.source != value.my_local_url before refreshing the source. Tom On 01/07/14 08:02, Gabriele Campi wrote: if(value !=null) bmp.source = value.my_local_url; }

Re: Air Application - Update Icon on Quick Launch

2014-07-01 Thread Tom Chiverton
Are pinned shortcut's still just files in a directory ? Tom On 01/07/14 12:48, Patil, Virat wrote: That needs to be done manually if I am not wrong. Can we do it progamattically.? -Original Message- From: Peter Ginneberge [mailto:p.ginnebe...@gmail.com] Sent: Tuesday, July 01, 2014 5:

Re: Air Application - Update Icon on Quick Launch

2014-07-01 Thread Tom Chiverton
You could mangle them to be correct as part of the update process then ? Tom On 01/07/14 13:44, Peter Ginneberge wrote: They're just shortcuts in a hidden folder: C:\Users\[USER]\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar On 1/07/2014 13:59, Tom Chiv

Re: UTF-8 characters changed

2014-07-03 Thread Tom Chiverton
On 03/07/14 12:21, Oleg Konovalov wrote: Why does it happen and how to fix it? Where does it happen might be better first question. If you sniff the network traffic, for instance, is it right there ? Tom

Re: mobile network quality

2014-07-11 Thread Tom Chiverton
You could optimisticly try the upload, and use the progress events to gauge the speed. Tom On 11/07/14 10:19, Frank Dahmen wrote: > Hi, > > is there a way to get the mobile network quality in air mobile like > edge, 3G etc.? > I would like to advise the user to start an upload later if network >

Re: mobile network quality

2014-07-11 Thread Tom Chiverton
7.2014 11:24, schrieb Tom Chiverton: >> You could optimisticly try the upload, and use the progress events to >> gauge the speed. >> >> Tom >> >> On 11/07/14 10:19, Frank Dahmen wrote: >>> Hi, >>> >>> is there a way to get the mobile

Re: App doesn't start at full screen after Android reboots

2014-08-07 Thread Tom Chiverton
On 07/08/14 14:28, storo84 wrote: > I'm developing and Android application using the Flex 4.6 SDK version and > AIR 4.0 SDK. Both of these are very, very old. Can you reproduce with more recent SDKs ? Tom

Re: App doesn't start at full screen after Android reboots

2014-08-07 Thread Tom Chiverton
On 07/08/14 15:16, storo84 wrote: > Sadly, the Flex SDKs 4.11, 4.12 and 4.12.1 > introduce some new bugs that were not on the previous versions That's a shame, and we do try to only fix bugs not create them :-) Are there any in particular that you feel are holding you back most ? Tom

Re: App doesn't start at full screen after Android reboots

2014-08-07 Thread Tom Chiverton
Can you work around the issue with later SDKs in that issue by moving the TextInput's selection ? Tom On 07/08/14 16:12, storo84 wrote: > Tom, > > The bug FLEX-34365 prevents me from using the 4.12.0 SDK. Also prevents me > from using the 4.12.1 SDK but that version also adds another problem > re

Re: App doesn't start at full screen after Android reboots

2014-08-07 Thread Tom Chiverton
The workaround in #FLEX-34365 says "text blinking cursor will be positioned where the end of the text would be". I'm not sure what you would expect to happen instead, but could you use selectRange() to move the cursor to where you want it to be ? Tom On 07/08/14 16:41, storo84 wrote: > Sorry Tom

Re: Help - trying to update Flash Builder 4.7 to flex 4.13

2014-08-12 Thread Tom Chiverton
Or maybe as a popup at the end of the installer ? http://flex.apache.org/installer.html already has plenty of text on it. Tom On 11/08/14 19:03, OmPrakash Muppirala wrote: > On Aug 11, 2014 10:58 AM, "Alex Harui" wrote: >> For FB for Windows, the steps should be: >> >> Windows Menu >> Preference

Re: Help - trying to update Flash Builder 4.7 to flex 4.13

2014-08-13 Thread Tom Chiverton
A lot easier to just rewrite to say "your SDK version, such as '4.17' " isn't it ? Then all we need to do is split the first Flash Builder section into 'install SDK' and 'Do Builder Stuff' ? The installer can then use an anchor to jump to just after the install SDK steps ? Tom On 12/08/14 19:12,

Re: Help - trying to update Flash Builder 4.7 to flex 4.13

2014-08-14 Thread Tom Chiverton
On 13/08/14 23:23, Alex Harui wrote: >> Then all we need to do is split the first Flash Builder section into >> >'install SDK' and 'Do Builder Stuff' ? >> >The installer can then use an anchor to jump to just after the install >> >SDK steps ? > I'd be ok with that. I'll edit the getting started pag

Re: Help - trying to update Flash Builder 4.7 to flex 4.13

2014-08-15 Thread Tom Chiverton
The installer can now link to http://flex.apache.org/doc-getstarted.html#setupFlashBuilder Tom On 14/08/14 13:28, Tom Chiverton wrote: > On 13/08/14 23:23, Alex Harui wrote: >>> Then all we need to do is split the first Flash Builder section into >>>> 'insta

Re: Help - trying to update Flash Builder 4.7 to flex 4.13

2014-08-15 Thread Tom Chiverton
On 15/08/14 09:01, OmPrakash Muppirala wrote: > Perhaps we can have anchor links to the other ones as well? If we added a table of contents, that would make sense I guess. Tom

Re: Help - trying to update Flash Builder 4.7 to flex 4.13

2014-08-18 Thread Tom Chiverton
That's there now, if someone wants to add the links to the installer's last page. Tom On 15/08/14 09:06, Tom Chiverton wrote: > On 15/08/14 09:01, OmPrakash Muppirala wrote: >> Perhaps we can have anchor links to the other ones as well? > If we added a table of contents, t

Re: Workaround to solve faulty verbose-stacktraces=true compiler parameter

2014-08-22 Thread Tom Chiverton
That's *Adobe* Flex 4.6, right ? :-) Tom On 21/08/14 22:26, storo84 wrote: > Hello, > > When setting the *verbose-stacktraces* to *true* without setting the debug > *parameter* to *false*, it has no effect. I know this bug has been solved in > later releases as stated in issue FLEX-25716 >

Re: Workaround to solve faulty verbose-stacktraces=true compiler parameter

2014-08-22 Thread Tom Chiverton
I don't think the Adobe 4.6 compiler was open sourced so we've know way to know what they changed. Tom On 22/08/14 14:08, storo84 wrote: > Hello Tom, > > Yes it is. Do you mean for me to go and ask at Adobe? > > As stated in my previous comment, the bug was already solved by the Apache > Flex tea

  1   2   3   4   >