Search the web
Sign In
New User? Sign Up
silvafug · Silicon Valley Flex User Group
? 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.
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 757 - 786 of 1499   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
757
Looks like we'll be having 2 meetings this month: 1. Our regular meeting will be Thursday, September 11th in San Francisco. We're locking down the rooms, but...
Tom Ortega
lord_bron
Offline Send Email
Sep 3, 2008
10:54 pm
758
Our second annual QCon San Francisco conference <http://mailer.infoq.com/link.php?M=474796&N=181&L=1420&F=H> is coming back to San Francisco. The event is...
lene.sjorslev
Offline Send Email
Sep 3, 2008
10:54 pm
759
I have an application which plays 5 sound files together sort of like the following: var speech:Array = new Array(); var sc:Array = new Array(); var...
mat.mikul
Offline Send Email
Sep 6, 2008
10:10 am
760
... Why don't you just mix the sound files using a sound app and be done with it? Is that possible in this situation?...
Doug
kadlecek
Online Now Send Email
Sep 6, 2008
12:13 pm
761
Do you mean like offline merging? That is possible in some scenarios but not always. For instance I may want to mute one of the sounds dynamically and may also...
mat.mikul
Offline Send Email
Sep 6, 2008
7:02 pm
762
Hi! I want to use a slightly better looking image for the slider instead of the standard (I'm not talking about the thumb, though I'll be changing that too). I...
Jo Morano
jomorano06
Offline Send Email
Sep 7, 2008
9:11 am
763
Well the icon actually becomes the thumb skin so that's why it was behaving the way it did. I still have the unanswered question though, how to replace the...
Jo Morano
jomorano06
Offline Send Email
Sep 7, 2008
9:11 am
764
You need to change the slider skins to point to the new image. Here is an example that I used before. I created a custom slider that extends HSlider: ...
m3z3l4u
Online Now Send Email
Sep 7, 2008
9:51 am
765
I am probably using the wrong terms to specify my problem. The thumb's okay, I don't care about that. It's the actual line on which the thumb travels, that I...
Jo Morano
jomorano06
Offline Send Email
Sep 7, 2008
4:22 pm
766
That's called the track. There's a style named "trackSkin" that lets you reskin it. - Josh...
Josh Tynjala
joshtynjala
Offline Send Email
Sep 7, 2008
7:20 pm
767
Thanks Tim Hoff and Josh Tynjala. That was it!...
Jo Morano
jomorano06
Offline Send Email
Sep 7, 2008
8:55 pm
768
Is dataToLocal for a linear axis column chart always correct? I am having trouble with positioning reliably using this function. Anybody else run into this?...
zonathen
Offline Send Email
Sep 8, 2008
4:40 am
769
Hi! I have a Number that I need to print out along with other strings. I don't get the leading or trailing 0's and that continues to affect the label whose ...
Jo Morano
jomorano06
Offline Send Email
Sep 9, 2008
8:09 pm
770
Twenty-Fourth Meeting! When: Thursday, September 11th 2008 360|Flex Recap - 6:30 pm to 7:30 pm Pizza - 7:30 pm to 8:00 pm Silvafug Meeting - 8:00 pm to 9:30 pm...
Tom Ortega
lord_bron
Offline Send Email
Sep 10, 2008
1:54 pm
771
Just wanted to make sure that you guys knew about the Air Cookbook Cookoff: http://www.adobe.com/devnet/logged_in/mkoch_aircookoff.html Only US residents may...
Jennifer Larkin
mr_urc
Offline Send Email
Sep 10, 2008
7:12 pm
772
Hi, I want to download a remote audio file (streaming, not blocked) before playing so that I can reuse it the next time if needed and also for quick seeking...
Mat Mikul
mat.mikul
Offline Send Email
Sep 15, 2008
9:48 pm
773
Use NetStream. It's a nightmare to work with, but it should support your streaming file just fine. lb....
Luke Bayes
foreeldo2001
Offline Send Email
Sep 15, 2008
11:57 pm
774
I am dynamically creating Button objects but cannot figure out how to assign a click event handler/listener to the buttons; the button is not created in MXML...
gudenius
Offline Send Email
Sep 16, 2008
12:39 am
775
Try this: myButton.addEventListener(MouseEvent.CLICK, loadContent); where the loadContent method looks like: private function loadContent(evt:MouseEvent):void...
Peter DeHaan
peter_deseloper
Online Now Send Email
Sep 16, 2008
1:32 am
776
Do it like this instead. The second argument of addEventListener() is a function reference. You don't call the function there, so omit the parentheses. ...
Josh Tynjala
joshtynjala
Offline Send Email
Sep 16, 2008
1:32 am
777
NetStream appears to require FMS at the backend. NetConnection seems specific to mp3 only. Is there a way to use NetStream with my regular apache server...
mat.mikul
Offline Send Email
Sep 16, 2008
1:32 am
778
You just need to pass in the function and not call the function. So your add event listener would look like this: myButton.addEventListener(MouseEvent.CLICK,...
m3z3l4u
Online Now Send Email
Sep 16, 2008
1:32 am
779
When: Wednesday, September 24th 2008 Special Silvafug CS4 Meeting - 6:30 pm to 8:30 pm Where: Adobe HQ San Jose West Tower (The one closest to the 87 Freeway) ...
Tom Ortega
lord_bron
Offline Send Email
Sep 17, 2008
3:09 pm
780
Room Correction: I left Albertus room in the original invite. It's actually the Park Room. Sorry about that. Thanks, Tom...
Tom Ortega
lord_bron
Offline Send Email
Sep 17, 2008
3:25 pm
781
I have started out my project with Flex, and then decided to switched gear to grails due to time constraints.  I integrated DOJO with grails as the front end...
Hay Tran
haytranus
Offline Send Email
Sep 17, 2008
3:43 pm
782
You can definitely use NetStream without Flash Comm. Go ahead and give it a try. You just can't seek to areas of the file that haven't yet been downloaded...
Luke Bayes
foreeldo2001
Offline Send Email
Sep 17, 2008
5:03 pm
783
Hello, I'm relatively new to Flex and one of the problems I've run into is that I'm unable to set a combo box' prompt by setting selectedIndex to -1 in the...
Dilip Shah
dilubhai99
Offline Send Email
Sep 17, 2008
6:51 pm
784
I haven't tried, but can you set selectedItem = null? lb....
Luke Bayes
foreeldo2001
Offline Send Email
Sep 17, 2008
8:10 pm
785
Hi Luke, Unfortunately, that did not do the trick! Dilip ... From: "Luke Bayes" <lbayes@...> Sent: Wednesday, September 17, 2008 1:09 PM To:...
Dilip Shah
dilubhai99
Offline Send Email
Sep 17, 2008
8:35 pm
786
We faced the similar issue. Work around that we are using is to add the prompt value as the first item in the ComboBox data provider. Its certainly not the...
Shailesh Mangal
sxm20
Offline Send Email
Sep 17, 2008
9:56 pm
Messages 757 - 786 of 1499   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