[flexcoders] Re: VideoDisplay play/pause button

2008-09-06 Thread sleekdigital
Sure I could use 2 separate buttons, but it I'd like to use one button and toggle it. It should work... in fact it does work with progressive download. I want to know why it doesn't work with streaming and if there is a simple way to fix it. --- In flexcoders@yahoogroups.com, Igor Costa [EMAIL

[flexcoders] Re: VideoDisplay play/pause button

2008-09-06 Thread sleekdigital
. In my progressive player, I had my own click handler on the button so it prevented that problem. In my streaming player, I was using the button down event so it was not preventing that default behavior. --- In flexcoders@yahoogroups.com, sleekdigital [EMAIL PROTECTED] wrote: To make a simple

[flexcoders] VideoDisplay play/pause button

2008-09-05 Thread sleekdigital
To make a simple play / pause button I bind the selected state of the button to the playing property of the VideoDisplay component. This works fine with progressive video, but for some reason when using streaming video the binding does not work correctly. Most of the time it does not set the

[flexcoders] Re: Looking for horizontal sliding list/dialog component (like iPhone UI)

2007-10-26 Thread sleekdigital
Is this what you mean?? http://www.quietlyscheming.com/blog/components/tutorial-displayshelf- component/

[flexcoders] Re: coordiates of items in a datagrid (really need help!!)

2007-06-14 Thread sleekdigital
listItems is not private, it is protected (you can see it declared in the listBase class). So it will simply be available in any code you have in your subclass. --- In flexcoders@yahoogroups.com, Matt Maher [EMAIL PROTECTED] wrote: Since Alex cannot help me, can anyone else help me get to

[flexcoders] Re: The future of Flex IDE's

2007-06-14 Thread sleekdigital
I wan't suggesting that they should. It could be done by anyone, not just Adobe. It wouldn't necesarily be a plugin either. The VS 2008 shell allows you to build standalone IDE's on top of it. --- In flexcoders@yahoogroups.com, Richard Rodseth [EMAIL PROTECTED] wrote: I'm not sure Adobe

[flexcoders] Re: custom drag events for List -- how NOT to have scrollbar drag an item?

2007-04-20 Thread sleekdigital
I created my own list component with drag n drop suport and here is what I did for that scenario... private function onMouseDown(event:MouseEvent):void{ //trace(mouseDown); var pt:Point = new Point(event.localX, event.localY); pt =

[flexcoders] Re: Cairngorm FrontController

2007-03-18 Thread sleekdigital
Maybe I'm missing something, but to me this is not a bug in Cairngorm. At least from my perspective the problem is about seperating generic components from code that is specific to your application. If you are going to have some component for addresses, it should be a generic component and

[flexcoders] Re: Cairngorm question

2007-03-18 Thread sleekdigital
Some usefull links... http://labs.adobe.com/wiki/index.php/Cairngorm http://www.cairngormdocs.org/ -Steve --- In flexcoders@yahoogroups.com, Michael [EMAIL PROTECTED] wrote: Where can I download cairngorm 2.0. I believe I have downloaded the .99 version, but I didn't get a chance to learn

[flexcoders] Re: Shouldn't we use Flex to built website

2006-06-30 Thread sleekdigital
Please see my responses inline below... --- In flexcoders@yahoogroups.com, Jennifer Larkin [EMAIL PROTECTED] wrote: Sean Corfield had his site running in PHP because he could easily use an existing PHP package that did what he wanted and there was no ColdFusion equivalent. A frequently

[flexcoders] Re: Shouldn't we use Flex to built website

2006-06-28 Thread sleekdigital
I agree that the line between web site and web app is quite fuzzy, and that the general statement Don't use Flex to build web sites should not be deemed an absolute rule. What I don't agree with is that the subject matter of one's site justifies using Flex... regardless of the required

[flexcoders] Re: A: YES, YES Is Adobe a reasonable business partner?

2006-06-09 Thread sleekdigital
Saying that you are making a counter-example seems like a poor excuse for all this off-topic Microsoft bashing. It seems pretty obvious that you have an agenda and using this list to spout your truth really seems inappropriate to me. I just joined this list and I hope it doesn't deteriorate

[flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-19 Thread sleekdigital
I would be interested in such a list. I think a lot of developers will be interested in both framework and application... sometimes we need to extend or make a new component to meet the requirements of our applications for example. --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL