Problem with a path to images

2015-03-31 Thread mark goldin
On my local system I am using a relative path to get my pictures. private var filePath:String = ../assets/; But QA box only works if I provide the full path: private var filePath:String = http://qa_box/approot/assets/;; Why is that? Thanks

RE: Problem with a path to images

2015-03-31 Thread Kessler CTR Mark J
What happens when you do; private var filePath:String = /approot/assets/; r/s -Mark Kessler Senior Program Analyst MCICOM G4 Phone: (571) 256-7089 Email: mark.kessler@usmc.mil -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: Tuesday, March 31, 2015

Re: [ANNOUNCEMENT] Apache Flex SDK 4.14.1 is released

2015-03-31 Thread okrue...@edscha.com
I installed it without any problems and my applications are still running using it :-) Thank you!!! Olaf -- View this message in context: http://apache-flex-users.246.n4.nabble.com/ANNOUNCEMENT-Apache-Flex-SDK-4-14-1-is-released-tp9939p9951.html Sent from the Apache Flex Users mailing

Re: [TDF Mobile] Releasing TDF Mobile

2015-03-31 Thread Eric
2 - I don't know if this is a better name since it's certainly more boring, but if you're thinking it needs a new name, I suggest renaming it something with Apache Flex in it. That term needs to get plastered all over the Internet in as many places as possible IMO. Maybe something like

Re: [TDF Mobile] Releasing TDF Mobile

2015-03-31 Thread Alex Harui
Go for it. IIRC, there is an experiment going on at the ASF about signing binaries. I think the OpenOffice folks are driving it. -Alex On 3/31/15, 4:47 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: I am assuming there are no objections to my proposal. If you are interested in testing

Re: How to capture mx.rpc errors to a log file

2015-03-31 Thread Alex Harui
There is a Logging class in Flex. Not sure if it will help or not. See mx.logging package. On 3/31/15, 3:31 PM, robert_dodier robert.dod...@gmail.com wrote: Hi, I am working with Flex and BlazeDS. The client sends a request for data to display once a minute. If there is an interruption in the

Re: Remove image border in Flex 3

2015-03-31 Thread Eric
I think something else must be going on there... I've never seen that and can't reproduce it now. You're 100% sure it's not in the image? (I only ask because you seem uncertain...try a different viewer, something other than Windows preview which has a white background.) Are they inside a

Re: Remove image border in Flex 3

2015-03-31 Thread mark goldin
No, at runtime. On Tue, Mar 31, 2015 at 7:50 PM, Eric eh.fx...@gmail.com wrote: Do you mean in FlashBuilder design mode? You can't remove those (and they won't show in the application). If you mean in the application while running, I can't reproduce that (3.5 and 4.0) and can't recall it

Re: Problem with a path to images

2015-03-31 Thread Tom Chiverton
And the deployment locations are the same ? Can you turn on the developer tools in both browsers to see what requests are made ? Tom

Re: Problem with a path to images

2015-03-31 Thread mark goldin
Both IIS7. On Tue, Mar 31, 2015 at 8:29 AM, Tom Chiverton t...@extravision.com wrote: On 31/03/15 09:10, mark goldin wrote: private var filePath:String = ../assets/; But QA box only works if I provide the full path: private var filePath:String =http://qa_box/approot/assets/;; Why is

Re: Problem with a path to images

2015-03-31 Thread mark goldin
The locations are not exactly the same, but both have same main folder and assets as a subfolder. On Tue, Mar 31, 2015 at 8:52 AM, Tom Chiverton t...@extravision.com wrote: And the deployment locations are the same ? Can you turn on the developer tools in both browsers to see what requests

Re: Problem with a path to images

2015-03-31 Thread mark goldin
Debugging Console shows 404 - not found. On Tue, Mar 31, 2015 at 8:54 AM, mark goldin markzolo...@gmail.com wrote: The locations are not exactly the same, but both have same main folder and assets as a subfolder. On Tue, Mar 31, 2015 at 8:52 AM, Tom Chiverton t...@extravision.com wrote:

Re: Problem with a path to images

2015-03-31 Thread mark goldin
Seems like this works: private var filePath:String = approot/assets/; On Tue, Mar 31, 2015 at 9:18 AM, mark goldin markzolo...@gmail.com wrote: Debugging Console shows 404 - not found. On Tue, Mar 31, 2015 at 8:54 AM, mark goldin markzolo...@gmail.com wrote: The locations are not exactly

Remove image border in Flex 3

2015-03-31 Thread mark goldin
I am using images that do not have a border. At least, that's how I see them in Windows. But when placed on Flex 3 screen I see a while border around it. How can I remove it? Thanks

Re: [ANNOUNCEMENT] Apache Flex SDK 4.14.1 is released

2015-03-31 Thread OmPrakash Muppirala
Official tweet here: https://twitter.com/ApacheFlex/status/582970078649585664 Please retweet! Thanks, Om On Mon, Mar 30, 2015 at 3:23 AM, Erik de Bruin erikdebr...@apache.org wrote: The Apache Flex community is pleased to announce the release of Apache Flex SDK 4.14.1 The update has these

Re: Problem with a path to images

2015-03-31 Thread mark goldin
Does not look like it helped. On Tue, Mar 31, 2015 at 6:09 AM, Kessler CTR Mark J mark.kessler@usmc.mil wrote: What happens when you do; private var filePath:String = /approot/assets/; r/s -Mark Kessler Senior Program Analyst MCICOM G4 Phone: (571) 256-7089 Email:

Re: Problem with a path to images

2015-03-31 Thread Tom Chiverton
On 31/03/15 09:10, mark goldin wrote: private var filePath:String = ../assets/; But QA box only works if I provide the full path: private var filePath:String =http://qa_box/approot/assets/;; Why is that? Does your local .swf run through a web server the same as the QA machine does ? Tom

How to capture mx.rpc errors to a log file

2015-03-31 Thread robert_dodier
Hi, I am working with Flex and BlazeDS. The client sends a request for data to display once a minute. If there is an interruption in the Internet connection (e.g., wifi is down temporarily) then the client displays a pop-up window with RPC Error in the title bar and Send failed in the body of the