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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 97736 - 97765 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
97736 candysmate Offline Send Email Jan 1, 2008
10:36 am
... Thanks Alex. Actually, the solution turned out to be even more fundamental. Highlighting the character with my mouse cursor showed that the character...
97737 NileAge, Mail
yousry77 Online Now Send Email
Jan 1, 2008
2:16 pm
Hi all I want to define a session in flex 2 as we use in asp.net I use asp.net...
97738 simonjpalmer Offline Send Email Jan 1, 2008
5:01 pm
If you are strict about only referring to methods/properties through IUserModel and IChildUserModel and not the concrete classes then I don't see that you have...
97739 simonjpalmer Offline Send Email Jan 1, 2008
5:05 pm
If I were using a headerrenderer it might, but I am not. How do I get at the instances of the default renderers or do I have to implement renderers to get a...
97740 simonjpalmer Offline Send Email Jan 1, 2008
5:11 pm
I don't know how everyone else here feels, but I HATE the idea of being sold things on this board. I find it is selfish and lowers the tone and value...
97741 Johannes Nel
johannes.nel@... Send Email
Jan 1, 2008
5:11 pm
... You should probably check the type at runtime e.g... if (user is ChildUserModel1) if (user is IChildUserModel1) ... i think this is a solid approach in...
97742 picklzzz Offline Send Email Jan 1, 2008
5:18 pm
Hello, I'm attempting to write a fillFunction for use with a plotChart that color codes dots based upon the value on a third field. For example, a plot chart...
97743 Aaron Miller
amiller@... Send Email
Jan 1, 2008
5:34 pm
Thanks for the good information! I'll go ahead and give it a shot and add in your suggestions as well. When I said it "becomes" an IChildUserModel class, this...
97744 Mike Chabot
logicalthoug... Offline Send Email
Jan 1, 2008
6:11 pm
A session is established automatically when you make a request to the ASP.NET app on the IIS server, so I am not certain what you mean by "define a session."...
97745 info1@...
rodeored54 Offline Send Email
Jan 1, 2008
7:44 pm
This compiles but when you hit the test button, it says TypeError: Error #1009: Cannot access a property or method of a null object reference. at Main/test() ...
97746 Christophe Herreman
herrodius Offline Send Email
Jan 1, 2008
8:15 pm
Hi, you need to create an instance of the testClass like this var test:testClass = new testClass(); regards, Christophe -- Christophe Herreman ...
97747 Matt Chotin
m_chotin Offline Send Email
Jan 1, 2008
9:38 pm
Moderation should have caught this one, someone may have bulk approved and not noticed… From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]...
97748 simonjpalmer Offline Send Email Jan 1, 2008
10:00 pm
Just a thought, do you really need all these subclasses? With a bit of creativity, and a little less purity, could you just roll them all into a single class...
97749 Dave Glasser
abg2c Offline Send Email
Jan 1, 2008
11:57 pm
Thanks for the clarification on that. I sort of figured it out after I realized that styleName can be either a String or a CSSStyleDeclaration. I've only ever...
97750 Stefan IONESCU
istefan2000 Offline Send Email
Jan 2, 2008
2:04 am
Hello, I'm using some images of different sizes to test speed of the internet connection. How can I clear (or prevent cacheing) from cache just that 5 images ?...
97751 info1@...
rodeored54 Offline Send Email
Jan 2, 2008
2:04 am
Thanks, that was it....
97752 info1@...
rodeored54 Offline Send Email
Jan 2, 2008
2:07 am
Does anyone know of a basic open source video (flv) player for flex? Not like Miro, which scours the net for vidoes etc etc etc. Just something that plays flv...
97753 fmotagarcia@...
fmotagarcia Offline Send Email
Jan 2, 2008
2:14 am
you forgot to instantiate the object. Change: var test:testClass; to var test:testClass = new testClass(); and it should work. Regards, Frederico Garcia On...
97754 Jeffry Houser
reboog711 Offline Send Email
Jan 2, 2008
2:54 am
You can look into the VideoDisplay component. It is about as basic as it gets (no controls). However, you could easily create your own controls for it. ... ...
97755 yourName
parjan@... Send Email
Jan 2, 2008
7:05 am
i am facing trobule about selcting framework to be used in flex application shuold i use Flex/Struts or shuold i go for flex with caringorm framework or any...
97756 Dan
yldleung Offline Send Email
Jan 2, 2008
7:13 am
Hi, I have a flex application about 2M in size, I noticed that once downloaded, if i press the "REFRESH" button of the IE. The loading bar appears, and seems...
97757 Alex Harui
alex_harui Offline Send Email
Jan 2, 2008
7:27 am
There's no official API to the header instances. Depending on which version of Flex, you can get to them, but I'd recommend a custom renderer. ...
97758 simonjpalmer Offline Send Email Jan 2, 2008
9:03 am
I have a form I use for login into which my users type their username and password. Does anyone know of a way of using the browser autofill to populate form...
97759 Cato Paus
pauscato1 Offline Send Email
Jan 2, 2008
12:03 pm
Hi all I'm just relaying this message from http://www.bytearray.org This issue realy needs to bee pointed out for adobe so we can create the best RIA. Here is...
97760 brey_magenta Offline Send Email Jan 2, 2008
1:27 pm
Ok, so just using a popupmanager, size it to cover the component and remove it when the loading is done should do the trick?...
97761 anthony_morsey Offline Send Email Jan 2, 2008
1:43 pm
In Actionscript - I'm trying to us a Canvas object to paste multiple objects such as textarea, ColumnChart, Legend, and Labels using ...
97762 Alex
qpmz9999 Online Now Send Email
Jan 2, 2008
1:49 pm
Posted a response to another responder in the thread... I have vastly simplified the application source to focus on the problem and what I find is that my...
97763 Mark Ingram
skuteboarding Offline Send Email
Jan 2, 2008
1:51 pm
You're missing the coordinates of your text boxes. A canvas arranges children by exact coordinates (default 0, 0). Look at the HBox / VBox controls if you want...
97764 Cato Paus
pauscato1 Offline Send Email
Jan 2, 2008
2:28 pm
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails\ &productId=2&postId=1921&loc=en_US ...
97765 j_lentzz Offline Send Email Jan 2, 2008
3:20 pm
Hi, I've got a datagrid with a custom renderer. I'm not editing in the datagrid, but when a row is selected, I populate some TextInputs and ComboBoxes to let...
Messages 97736 - 97765 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