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...
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...
Dirk Eismann
DEismann@...
Oct 1, 2004 9:16 am
4058
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...
Bastian Zapf1
Bastian.Zapf@...
Oct 1, 2004 9:20 am
4059
OK Dirk, you won ;-) "Dirk Eismann" <DEismann@...> 01.10.2004 11:16 Please respond to flexcoders To <flexcoders@yahoogroups.com> cc Subject ...
Bastian Zapf1
Bastian.Zapf@...
Oct 1, 2004 9:21 am
4060
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...
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...
Dirk Eismann
DEismann@...
Oct 1, 2004 9:57 am
4062
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...
Dirk Eismann
DEismann@...
Oct 1, 2004 10:16 am
4063
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...
Of course you could go the loadMovie way but have you looked at the mx:Loader component? Dirk....
Dirk Eismann
DEismann@...
Oct 1, 2004 1:21 pm
4066
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....
How do you get bthe red outline to appear when validating a combo box? I am getting the tooltip, but no red outline. Rich...
Rich Tretola
rtretola@...
Oct 1, 2004 6:43 pm
4074
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,...
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:...
Rich Tretola
rtretola@...
Oct 1, 2004 6:54 pm
4076
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...
Rich Tretola
rtretola@...
Oct 1, 2004 6:57 pm
4077
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 ...