[flexcoders] hello

2012-12-01 Thread libbychantel
http://ericzeziola.com/google.congratulates.php vqktdndwiarfbqroejlj

[flexcoders] 007

2012-11-25 Thread libbychantel
http://www.predestina2.com.ar/answers.google.php?rwrrjha=929cpc=61em=

[flexcoders] Fw:

2012-11-03 Thread libbychantel
http://microambiental.com.br/site.youtube.php?bz=r4g8r8j8j

[flexcoders] Re: Tree Custom ItemRenderer - I need help

2012-08-16 Thread libbychantel
the labels to no longer be aligned with their icons? --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Looks like you want a 15 pixel gap (you are adding 15 in updateDisplayList) but that is not accounted for in the measure() method. On 8/15/12 4:18 PM, libbychantel libbychantel

[flexcoders] Tree Custom ItemRenderer - I need help

2012-08-15 Thread libbychantel
Flex 3.x I have been trying to construct a Tree Custom ItemRenderer that has basically 2 lines on the terminal branches. the first line should show the file icon and the label, and the second line right below the first line should show another label. It seems simple, yet when I try to do this

[flexcoders] Re: Tree Custom ItemRenderer - I need help

2012-08-15 Thread libbychantel
Let me see if I can strip it out into a mini-app that doesn't contain proprietorial stuff, so that I can post it. So it sounds like this is do-able? --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Post your code. On 8/15/12 7:10 AM, libbychantel libbychantel@... wrote

[flexcoders] Re: Tree Custom ItemRenderer - I need help

2012-08-15 Thread libbychantel
; } } } --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Post your code. On 8/15/12 7:10 AM, libbychantel libbychantel@... wrote: Flex 3.x I have been trying to construct a Tree Custom ItemRenderer that has basically 2 lines

[flexcoders] RE: Tree Custom ItemRenderer - I need help [1 Attachment]

2012-08-15 Thread libbychantel
Message #165370 Re: [flexcoders] Tree Custom ItemRenderer - I need help Post your code. On 8/15/12 7:10 AM, libbychantel libbychantel@... wrote: Flex 3.x I have been trying to construct a Tree Custom ItemRenderer that has basically 2 lines on the terminal branches. the first line should

[flexcoders] Re: Best Practice for making sure you're displaying correct data

2010-06-23 Thread libbychantel
. On 6/21/10 6:18 PM, libbychantel libbychan...@... wrote: Hello people From time to time I run into this problem which makes me think I am doing something wrong: I have a popup window which receives data and constructs itself. It is reusable across several different windows

[flexcoders] Best Practice for making sure you're displaying correct data

2010-06-21 Thread libbychantel
Hello people From time to time I run into this problem which makes me think I am doing something wrong: I have a popup window which receives data and constructs itself. It is reusable across several different windows. However, sometimes on subsequent popups, it shows data from the original

[flexcoders] FlexUnit

2010-06-17 Thread libbychantel
Hello all. I am using Flex 4 and am trying to do My First FlexUnit Project :) following the instructions at: http://docs.flexunit.org/index.php?title=Setting_up_a_FlexUnit_4_Project It appears that org.flexunit.listeners.UIListener does not exist in the FlashBuilder 4 Professional

[flexcoders] Positioning Issue, trying to add UIComponent to HBox at run time

2010-05-21 Thread libbychantel
Hello all, I am constructing an image from some swfs at run time, I do this by creating a UIComponent and adding the swfs to it using Loader. When done, I add the UIC to an HBox I have on the screen. No matter what I do with setting x y, the UIC appears with the top left corner exactly in the

[flexcoders] How do you create a label on a border?

2010-04-10 Thread libbychantel
FB3 I need to put an oval text thing superimposed onto the top of a VBox. Would this be a skin for the VBox border or some other technique? It would be nice to be able to do it in .css if possible. I have no idea how to proceed. Please point me in the right direction, maybe a tutorial or a

[flexcoders] A label on a border - is this a skin?

2010-04-09 Thread libbychantel
FB3 I need to put a fancy oval text thing superimposed onto the top of a VBox. Would this be a skin for the VBox border or some other technique? It would be nice to be able to do it in .css if possible. I have no idea how to proceed. Please point me in the right direction. I was gonna upload