Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4053 - 4082 of 149585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4053
Hi, I am looking for a smart way to dynamically load FlashPaper into a flex panel. So far I have used the following, very basic code AS: function...
Vinny Timmermans
vinny_timmer...
Offline Send Email
Oct 1, 2004
7:35 am
4054
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....
kenokurosawa
Offline Send Email
Oct 1, 2004
8:53 am
4055
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...
david.aaron@...
zog_dev
Offline Send Email
Oct 1, 2004
9:07 am
4056
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...
david.aaron@...
zog_dev
Offline Send Email
Oct 1, 2004
9:11 am
4057
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
david.aaron@...
zog_dev
Offline Send Email
Oct 1, 2004
9:27 am
4061
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@...
Send Email
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@...
Send Email
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...
david.aaron@...
zog_dev
Offline Send Email
Oct 1, 2004
11:51 am
4064
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...
Simon Fifield
mangoboy_simon
Offline Send Email
Oct 1, 2004
12:24 pm
4065
Of course you could go the loadMovie way but have you looked at the mx:Loader component? Dirk....
Dirk Eismann
DEismann@...
Send Email
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...
Matt Chotin
m_chotin
Offline Send Email
Oct 1, 2004
4:02 pm
4067
... - 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. -...
Jeppe N. Madsen
nejsum
Offline Send Email
Oct 1, 2004
4:05 pm
4068
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...
seaofarrows
Offline Send Email
Oct 1, 2004
4:05 pm
4069
Here's a sample that someone internally wrote (using 1.5 though). <?xml version="1.0" encoding="iso-8859-1"?> <mx:Application...
Matt Chotin
m_chotin
Offline Send Email
Oct 1, 2004
4:07 pm
4070
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...
Jeppe N. Madsen
nejsum
Offline Send Email
Oct 1, 2004
5:40 pm
4071
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....
Jeppe N. Madsen
nejsum
Offline Send Email
Oct 1, 2004
6:00 pm
4072
Hi Christophe, I apologize for my late reply, I've been very busy with Flex 1.5. You posted this as a work around: byte[] byteName =...
Peter Farland
pjfarland
Offline Send Email
Oct 1, 2004
6:26 pm
4073
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@...
Send Email
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,...
Matt Chotin
m_chotin
Offline Send Email
Oct 1, 2004
6:48 pm
4075
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@...
Send Email
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@...
Send Email
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...
Ted Casey
tcasey000893
Offline Send Email
Oct 1, 2004
7:01 pm
4078
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...
Matt Chotin
m_chotin
Offline Send Email
Oct 1, 2004
7:10 pm
4079
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 Chotin
m_chotin
Offline Send Email
Oct 1, 2004
7:15 pm
4080
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:...
Ted Casey
tcasey000893
Offline Send Email
Oct 1, 2004
7:20 pm
4081
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 ...
Lucian Beebe
lucianbeebe
Offline Send Email
Oct 1, 2004
7:22 pm
4082
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...
Rich Tretola
rtretola@...
Send Email
Oct 1, 2004
7:31 pm
Messages 4053 - 4082 of 149585   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help