Thanks, Matt. We are not much in control over the backend. So the best way is for us to find a way to "escape" these characters such as "-", "+", "." etc....
Matt, Steven and anyone else who has an idea -- I restarted the server (console window below.) and then I browsed to the directory (I renamed the directory to...
Another question for anyone who has an idea. I have been working with dynamically loading jpgs into Flex applications by binding a variable to the image source...
4057
Dirk Eismann
DEismann@...
Oct 1, 2004 9:16 am
This is a restriction of the Flash Player: When loading JPG files dynamically you have to make sure that they are not "progressive" (i.e. they were created by...
4058
Bastian Zapf1
Bastian.Zapf@...
Oct 1, 2004 9:20 am
I guess the 40% that don't work are saved as Progressive JPEG. "Progressive JPEG divides the file into a series of scans. The first scan shows the image at...
4059
Bastian Zapf1
Bastian.Zapf@...
Oct 1, 2004 9:21 am
OK Dirk, you won ;-) "Dirk Eismann" <DEismann@...> 01.10.2004 11:16 Please respond to flexcoders To <flexcoders@yahoogroups.com> cc Subject ...
Dirk -- This is very very useful, however, since many of us are not incharge of jpg authoring can Flex test if the file is compressed in a progressive mode? I...
4061
Dirk Eismann
DEismann@...
Oct 1, 2004 9:57 am
Hi David, I don't think that Flex can test this during runtime. This is definitely a drawback but like I said it's because of the Flash Player. Maybe they'll...
4062
Dirk Eismann
DEismann@...
Oct 1, 2004 10:16 am
Hi David, I don't think that Flex can test this during runtime. This is definitely a drawback but like I said it's because of the Flash Player. Maybe they'll...
Hi -- Is there a wish list for FlexBuilder? What I want in the next update before Christmas is -- 1. I really want a keyboard shortcut for comments and an...
Hi, my wish list: 1. Flex Builder uses massive amount of processor resources - even when I break the app down into smaller components. It started becoming...
4065
Dirk Eismann
DEismann@...
Oct 1, 2004 1:21 pm
Of course you could go the loadMovie way but have you looked at the mx:Loader component? Dirk....
Well, the bug is actually with binding more than anything else, so if you don't use binding to fill in your request you should be fine as well. You can either...
... - Much faster application response. For me it takes almost a minute for the edit/compile/run cycle. If the network monitor is enabled, it is twice that. -...
After beating my head against this for almost a day, I thought it reasonable to post my findings here, as this behavior seems somewhat buggy, and when I was...
Hi, I'm trying to figure out if there's a more elegant way to do the following: I have a form containing a number of ComboBoxes 1) A webservice method is...
Hi, I've been following this list for a while and have, for the last 14 days, used Flex + Builder to prototype a RIA app interfacing with a webservice backend....
I think that might be something we fixed in 1.5 as it's showing up for me. Matt ... From: Rich Tretola [mailto:rtretola@...] Sent: Friday, October 01,...
4075
Rich Tretola
rtretola@...
Oct 1, 2004 6:54 pm
So is there a workaround for now until 1.5 is released? ... From: Matt Chotin <mchotin@...> Date: Fri, 1 Oct 2004 11:48:04 -0700 Subject: RE:...
4076
Rich Tretola
rtretola@...
Oct 1, 2004 6:57 pm
I wish it wouldn't have a memory leak. It slowly takes over my machine growing from around 80mb ram to well over 200mb before I have to restart it. Rich On...
Sea of Arrows (if that's your real name :-) ), We have found there have been a couple of problems using Model as opposed to XML as the dataProvider for your...
As much as Ted may be right on some of the issues, the main problem is that you're mixing your usage of data providers. You're using the attributes property...
I unfortunately don't have one as I couldn't easily track down the fix location. If anyone out here has fixed it themselves feel free to jump in ... From:...
Matt's right. I misread the bug in this case. attributes.xxxx has never worked for Trees which use a Model as their dataProvider. Thanks, Ted _____ From:...
When it slowly takes over your machine, how many MXML files do you typically have open? Are you running them all in Flex Builder or running them in the ...
4082
Rich Tretola
rtretola@...
Oct 1, 2004 7:31 pm
When will 1.5 be available? ... From: Matt Chotin <mchotin@...> Date: Fri, 1 Oct 2004 12:15:35 -0700 Subject: RE: [flexcoders] Validators and Combo...