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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 97736 - 97765 of 124518   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
97736
... Thanks Alex. Actually, the solution turned out to be even more fundamental. Highlighting the character with my mouse cursor showed that the character...
candysmate
Offline Send Email
Jan 1, 2008
10:36 am
97737
Hi all I want to define a session in flex 2 as we use in asp.net I use asp.net...
NileAge, Mail
yousry77
Offline Send Email
Jan 1, 2008
2:16 pm
97738
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...
simonjpalmer
Offline Send Email
Jan 1, 2008
5:01 pm
97739
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...
simonjpalmer
Offline Send Email
Jan 1, 2008
5:05 pm
97740
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...
simonjpalmer
Offline Send Email
Jan 1, 2008
5:11 pm
97741
... 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...
Johannes Nel
johannes.nel@...
Send Email
Jan 1, 2008
5:11 pm
97742
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...
picklzzz
Offline Send Email
Jan 1, 2008
5:18 pm
97743
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...
Aaron Miller
amiller@...
Send Email
Jan 1, 2008
5:34 pm
97744
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."...
Mike Chabot
logicalthoug...
Offline Send Email
Jan 1, 2008
6:11 pm
97745
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() ...
info1@...
rodeored54
Offline Send Email
Jan 1, 2008
7:44 pm
97746
Hi, you need to create an instance of the testClass like this var test:testClass = new testClass(); regards, Christophe -- Christophe Herreman ...
Christophe Herreman
herrodius
Offline Send Email
Jan 1, 2008
8:15 pm
97747
Moderation should have caught this one, someone may have bulk approved and not noticed… From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]...
Matt Chotin
m_chotin
Offline Send Email
Jan 1, 2008
9:38 pm
97748
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...
simonjpalmer
Offline Send Email
Jan 1, 2008
10:00 pm
97749
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...
Dave Glasser
abg2c
Offline Send Email
Jan 1, 2008
11:57 pm
97750
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 ?...
Stefan IONESCU
istefan2000
Offline Send Email
Jan 2, 2008
2:04 am
97751
Thanks, that was it....
info1@...
rodeored54
Offline Send Email
Jan 2, 2008
2:04 am
97752
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...
info1@...
rodeored54
Offline Send Email
Jan 2, 2008
2:07 am
97753
you forgot to instantiate the object. Change: var test:testClass; to var test:testClass = new testClass(); and it should work. Regards, Frederico Garcia On...
fmotagarcia@...
fmotagarcia
Offline Send Email
Jan 2, 2008
2:14 am
97754
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. ... ...
Jeffry Houser
reboog711
Offline Send Email
Jan 2, 2008
2:54 am
97755
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...
yourName
parjan@...
Send Email
Jan 2, 2008
7:05 am
97756
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...
Dan
yldleung
Offline Send Email
Jan 2, 2008
7:13 am
97757
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. ...
Alex Harui
alex_harui
Online Now Send Email
Jan 2, 2008
7:27 am
97758
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...
simonjpalmer
Offline Send Email
Jan 2, 2008
9:03 am
97759
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...
Cato Paus
pauscato1
Offline Send Email
Jan 2, 2008
12:03 pm
97760
Ok, so just using a popupmanager, size it to cover the component and remove it when the loading is done should do the trick?...
brey_magenta
Offline Send Email
Jan 2, 2008
1:27 pm
97761
In Actionscript - I'm trying to us a Canvas object to paste multiple objects such as textarea, ColumnChart, Legend, and Labels using ...
anthony_morsey
Offline Send Email
Jan 2, 2008
1:43 pm
97762
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...
Alex
qpmz9999
Offline Send Email
Jan 2, 2008
1:49 pm
97763
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...
Mark Ingram
skuteboarding
Offline Send Email
Jan 2, 2008
1:51 pm
97764
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails\ &productId=2&postId=1921&loc=en_US ...
Cato Paus
pauscato1
Offline Send Email
Jan 2, 2008
2:28 pm
97765
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...
j_lentzz
Offline Send Email
Jan 2, 2008
3:20 pm
Messages 97736 - 97765 of 124518   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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