[flexcoders] hey~

2009-09-04 Thread Thibaud Van Vreckem
Hi, I bought a TV last week from a website:www.hkeles.com. I have received the product. The quality is very good. They also sell phones,motor,psp and so on. Because of the financial crisis, their products are very cheap. by the way, they only sell new and original products .If you need these produ

[flexcoders] Re: controling mxml component layout at runtime.

2009-06-22 Thread Thibaud Van Vreckem
Never mind, I figured it out. Somehow i didn't realize that display list methods worked fine with mxml objects. just as it should :) On Mon, Jun 22, 2009 at 12:20 PM, Thibaud Van Vreckem wrote: > Simple question: > I have a vBox with various mxml component in it. > I would like

[flexcoders] controling mxml component layout at runtime.

2009-06-22 Thread Thibaud Van Vreckem
Simple question: I have a vBox with various mxml component in it. I would like to be able to determine their order in the vbox at runtime. is this possible at All ? Thanks. Thibaud

Re: [flexcoders] Flash Speed test - RESULTS !

2009-05-13 Thread Thibaud Van Vreckem
Why on earth would you have your monitor refresh rate at 30hz ? On Wed, May 13, 2009 at 10:42 AM, Tom Chiverton < tom.chiver...@halliwells.com> wrote: > Why on earth would you need to generate more frames per second than the > monitor can display (i.e. around 30) ? > > . > > __,_.__ >

Re: [flexcoders] Ribbon in FLEX

2009-03-13 Thread Thibaud Van Vreckem
I know I could do it using tabs and panels, but an existing FLEX version could save me a lot of time. that ribbon design is a perfect example of what flex shines for. it's nothing more than tabs and canvas/Hbox panels. that's probably about 5 sec setup. I'm not sure I understand what you would yo

Re: [flexcoders] Re: preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Thibaud Van Vreckem
t; > > > To: flexcoders@yahoogroups.com > > > > Subject: [flexcoders] Re: preventing flex List rollover indicator to > > > draw on selected item. > > > > > > > > > > > > Here's an easy way: > > > > >

[flexcoders] preventing flex List rollover indicator to draw on selected item.

2009-02-11 Thread Thibaud Van Vreckem
This thing has always bugged me. the rollover effect should never appear on a selected item in a list. unfortunately that's not how the List works. The list is using an itemrenderer implementing IDropInListItemRenderer. and I already do various visual changes using the: ListBase(owner).isItemHigh

Re: [flexcoders] Another itemRenderer question, a simple one

2009-02-10 Thread Thibaud Van Vreckem
import mx.controls.listClasses.*; ListBase(owner).styleName On Tue, Feb 10, 2009 at 6:21 PM, djhatrick wrote: > Is there a way to access the styleName property of the list through > the itemRenderer? > > thanks, > Patrick > > >

Re: [flexcoders] Re: FadeIn Effect not working with custom item renderers in List

2009-02-06 Thread Thibaud Van Vreckem
I have to add, itemsChangeEffect works fine on tileList using itemrenderers (with containers) the problem is strictly related to the itemsChangeEffect addItem effects behaviour on a List only. the effect is playing fine on the removeItem. On Fri, Feb 6, 2009 at 12:41 PM, Thibaud Van Vreckem wrote

Re: [flexcoders] Re: FadeIn Effect not working with custom item renderers in List

2009-02-06 Thread Thibaud Van Vreckem
I'm hitting the exact same issue.. Any solutions yet ? should I submit that as a bug ? On Wed, Jan 21, 2009 at 4:14 PM, Amy wrote: > --- In flexcoders@yahoogroups.com , Josh > McDonald wrote: > > > > It may be caused by Container not implementing > IDropInListItemRenderer or > > IListItemRend

Re: [flexcoders] Re: interface layout help

2008-12-08 Thread Thibaud Van Vreckem
my 2 cents: If people are going to choose between a set of filtered house items you have to show them houses rather than numbers.(which they have already filtered) The datagrid might not be the best choice to display images. If you absolutely need the datagrid, you could perhaps add another view ac

[flexcoders] .errorTip borderStyle has no effect when using Tooltip custom borderSkin. BUG?

2008-04-03 Thread Thibaud Van Vreckem
Tooltip and .errortip styling are crap. when using: ToolTip { borderSkin: Embed("/assets/skins/tooltip/ToolTip_borderSkin.png"); } then .errorTip is always using Tooltip borderSkin and most errorTip style attribute are simply ignored. I did try forcing it with this, with no success .errorT

Re: [flexcoders] Re: Skinning Flex Buttons: Sizing & Stretching Issues

2008-03-14 Thread Thibaud Van Vreckem
When using bitmaps, you simply have to define the scale9 it in the css like so: Button { upSkin: Embed("/assets/skins/button/Button_upSkin.png", scaleGridLeft="10", scaleGridTop="10", scaleGridRight="12", scaleGridBottom="12"); padding-left:0; padding-right:0; } In any case, in fl

Re: [flexcoders] drag and drop between list - changing default behavior to allow dropping "into" list item.

2008-03-14 Thread Thibaud Van Vreckem
ui <[EMAIL PROTECTED]> wrote: >Tree has drop into folder code. Is that what you're looking for? > > > -- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Thibaud Van Vreckem > *Sent:* Thursda

[flexcoders] drag and drop between list - changing default behavior to allow dropping "into" list item.

2008-03-13 Thread Thibaud Van Vreckem
Hello, I Have 2 List: "list1" contains *folders. *"list2" contains *files *they are both drag and drop enabled: dragEnabled="true" dragMoveEnabled="true" dropEnabled="true" dragEnter="dragEnterHandler(event)" * *I'm keeping the default dnd behavior for reordering within each list. private func

[flexcoders] drag and drop between list - changing default behavior to allow dropping "into" list item.

2008-03-13 Thread Thibaud Van Vreckem
Here we go again... sorry message was sent unfinished by mistake.. I Have 2 List: "list1" contains *folders. *"list2" contains *files *they are both drag and drop enabled: dragEnabled="true" dragMoveEnabled="true" dropEnabled="true" dragEnter="dragEnterHandler(event)" * *I'm keeping the default