Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 4053 - 4082 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4053 Vinny Timmermans
vinny_timmer... Offline Send Email
Oct 1, 2004
7:35 am
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...
4054 kenokurosawa Offline Send Email Oct 1, 2004
8:53 am
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....
4055 david.aaron@...
zog_dev Offline Send Email
Oct 1, 2004
9:07 am
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...
4056 david.aaron@...
zog_dev Offline Send Email
Oct 1, 2004
9:11 am
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@... Send Email
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@... Send Email
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@... Send Email
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 ...
4060 david.aaron@...
zog_dev Offline Send Email
Oct 1, 2004
9:27 am
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@... Send Email
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@... Send Email
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...
4063 david.aaron@...
zog_dev Offline Send Email
Oct 1, 2004
11:51 am
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...
4064 Simon Fifield
mangoboy_simon Offline Send Email
Oct 1, 2004
12:24 pm
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@... Send Email
Oct 1, 2004
1:21 pm
Of course you could go the loadMovie way but have you looked at the mx:Loader component? Dirk....
4066 Matt Chotin
m_chotin Offline Send Email
Oct 1, 2004
4:02 pm
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...
4067 Jeppe N. Madsen
nejsum Offline Send Email
Oct 1, 2004
4:05 pm
... - 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. -...
4068 seaofarrows Offline Send Email Oct 1, 2004
4:05 pm
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...
4069 Matt Chotin
m_chotin Offline Send Email
Oct 1, 2004
4:07 pm
Here's a sample that someone internally wrote (using 1.5 though). <?xml version="1.0" encoding="iso-8859-1"?> <mx:Application...
4070 Jeppe N. Madsen
nejsum Offline Send Email
Oct 1, 2004
5:40 pm
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...
4071 Jeppe N. Madsen
nejsum Offline Send Email
Oct 1, 2004
6:00 pm
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....
4072 Peter Farland
pjfarland Offline Send Email
Oct 1, 2004
6:26 pm
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 =...
4073 Rich Tretola
rtretola@... Send Email
Oct 1, 2004
6:43 pm
How do you get bthe red outline to appear when validating a combo box? I am getting the tooltip, but no red outline. Rich...
4074 Matt Chotin
m_chotin Offline Send Email
Oct 1, 2004
6:48 pm
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@... Send Email
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@... Send Email
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...
4077 Ted Casey
tcasey000893 Offline Send Email
Oct 1, 2004
7:01 pm
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...
4078 Matt Chotin
m_chotin Offline Send Email
Oct 1, 2004
7:10 pm
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...
4079 Matt Chotin
m_chotin Offline Send Email
Oct 1, 2004
7:15 pm
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:...
4080 Ted Casey
tcasey000893 Offline Send Email
Oct 1, 2004
7:20 pm
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:...
4081 Lucian Beebe
lucianbeebe Offline Send Email
Oct 1, 2004
7:22 pm
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@... Send Email
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...
Messages 4053 - 4082 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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