[flexcoders] stops ignored in ambeded MovieClip

2008-07-11 Thread gdoucen
Hi, i'm convinced that this topic have been already adressed before but, i have not found it. When i embed a movieClip into my flex application, all the controls like stop located in my MovieClip (created in flash IDE) are ignored in flex. I can control the embedded movieClip from flex but it's

[flexcoders] Re: stops ignored in ambeded MovieClip

2008-07-11 Thread gdoucen
gSkinner give us the solution.

[flexcoders] sharedObject

2007-03-23 Thread gdoucen
Hi, Does anyone know the way to access a flash8 (html page) sharedObject from Apollo? Thanks in advance.

[flexcoders] Re: sharedObject

2007-03-23 Thread gdoucen
or from a projector ? --- In flexcoders@yahoogroups.com, gdoucen [EMAIL PROTECTED] wrote: Hi, Does anyone know the way to access a flash8 (html page) sharedObject from Apollo? Thanks in advance.

[flexcoders] Re: filtering tree leaves

2007-02-25 Thread gdoucen
I found a solution to get round the bug...but still consider that the tree component has a bug. --- In flexcoders@yahoogroups.com, gdoucen [EMAIL PROTECTED] wrote: Hi, I have found any subjects on this so.. I want to apply a text filter to leaves of a tree. All the branches that do

[flexcoders] filtering tree leaves

2007-02-24 Thread gdoucen
Hi, I have found any subjects on this so.. I want to apply a text filter to leaves of a tree. All the branches that do not have leaves after this filter must be hidden (for this i apply another filter that tests the number of children each branch still have). It works as long as all the

[flexcoders] Re: creating swf online

2007-01-22 Thread gdoucen
? But I would suggest you going for first approach -abdul On 1/21/07, gdoucen [EMAIL PROTECTED] wrote: Hi, I want to create a light scrapblog application as a personnal project. Which techniques scrapblog or similar apps use to create the swf online ? Thanks for your help.

[flexcoders] creating swf online

2007-01-21 Thread gdoucen
Hi, I want to create a light scrapblog application as a personnal project. Which techniques scrapblog or similar apps use to create the swf online ? Thanks for your help.

[flexcoders] bad scrolling for a list with variable row height

2007-01-05 Thread gdoucen
Hi, I have noticed a weird behavior when scrolling a list with variableRowHeight set to true. The scrollBar thumb resizes itself all the time. I suppose that items that are no longer visible are removed from the displayList. This behavior is ok when all items have the same height...otherwise,

[flexcoders] Re: expandable itemRenderer with state inside a list

2007-01-03 Thread gdoucen
Thanks tracy. It works now...But the behavior of the scrollbar when scrolling is annoying. It resizes itself all the time. I suppose that items that are no longer visible are removed from the displayList. This behavior is ok when all items have the same height. have u any idea to change this?

[flexcoders] expandable itemRenderer with state inside a list

2007-01-02 Thread gdoucen
Hi, Here is my problem. I want to make a list with items that expand/collapse when they are clicked. Everything works until the scrollbar appears. If i have 5 items. i click the first that expands. i scroll the list to the last item that was hidden to see that it is expanded !!! when i scroll up

[flexcoders] extends mx.preloaders.Preloader class

2006-12-07 Thread gdoucen
Hi, Is it possible to add to the preloader default items list, others items like for example xml configuration files. The solution should be to extend the mx.preloaders.Preloader class but do u have any examples. Thanks for your help.

[flexcoders] programmatic animated skin

2006-11-16 Thread gdoucen
Hi, I want to make a blinking pause button (background + blinking pause symbol). What is the best way to make a programmatic animated skin ? 1/ creating its own programmatic skin class by replacing the FlexShape in the existing programmaticSkin with the FlexSprite to make my skin a container

[flexcoders] custom component with stylechanged, updateDisplayList, resizing

2006-11-08 Thread gdoucen
Hi, I need to know the best way to deal with styles updates and component resizing in a custom component. I will try to be more precise. I'm making a light volume controller component. To customize it, i have added some custom styles like progressBarBackgroundColor. As decribed in flex doc, i

[flexcoders] Re: cairngorm - retreive view data from commands

2006-10-19 Thread gdoucen
://www.cynergysystems.com Office http://www.cynergysystems.comOffice : 866-CYNERGY --- In flexcoders@yahoogroups.com, gdoucen gdoucen@ wrote: Hi, My problem is the following. I use cairngorm framework. I have two views. the button in one view triggers an event that need to get data

[flexcoders] Re: cairngorm - retreive view data from commands

2006-10-19 Thread gdoucen
practices. I hope that this gives you some ideas. -TH __ Tim Hoff Cynergy Systems, Inc. http://www.cynergysystems.com Office http://www.cynergysystems.comoffice/ : 866-CYNERGY --- In flexcoders@yahoogroups.com, gdoucen gdoucen@ wrote: Thanks Tim for your

[flexcoders] cairngorm - retreive view data from commands

2006-10-18 Thread gdoucen
Hi, My problem is the following. I use cairngorm framework. I have two views. the button in one view triggers an event that need to get data from the other view. In my case, i take a snapshot of the video so here i need the bitmap data. I see two solutions. First, using viewhelper/viewLocator

[flexcoders] Re: css

2006-10-06 Thread gdoucen
or if u have somme url where the subject is addressed. Thanks anymore. --- In flexcoders@yahoogroups.com, gdoucen [EMAIL PROTECTED] wrote: Hi, I have some questions about css. First, the use of mx:Style source=css/main.css /. In this css file, i have declare component as class selectors

[flexcoders] css

2006-10-04 Thread gdoucen
Hi, I have some questions about css. First, the use of mx:Style source=css/main.css /. In this css file, i have declare component as class selectors. All these styles are accessible via styleManager and it works for elements that doesn't display html text. But, I want to use these class