Re: [flexcoders] How to align text in middle in a row ?

2006-12-23 Thread eren bali
ok than set your itemrenderer to a custom hbox like this: HBox verticalAlign=middle String id=text / Label text={text} / /HBox i did not compile this, do nop copy/paste On 12/19/06, arpan srivastava [EMAIL PROTECTED] wrote: textAlign attribute will place the text in horizontally in

[flexcoders] Cairngorm Store, Best Practice Question: Containers

2006-12-23 Thread lostinrecursion
Hi all, Just a quick question about the Cairngorm Store. It is my understanding that the application was constructed to showcase some of the best practices in developing a Cairngorm project. With that in mind, I took note of some container nesting in the Store. I am a little confused because

Re: [flexcoders] Cairngorm Store, Best Practice Question: Containers

2006-12-23 Thread Ralf Bokelberg
What would be the alternative? I mean, if you need nested containers, you need them. Our projects are nested 15 levels deep and more and i never found that performance is bad. Premature optimization is the root of all evil :) Cheers, Ralf. On 12/23/06, lostinrecursion [EMAIL PROTECTED] wrote:

Re: [flexcoders] How to align text in middle in a row ?

2006-12-23 Thread dorkie dork from dorktown
This works with List components and it should work with the datagrid. mx:DataGrid verticalAlign=middle/ On 12/23/06, eren bali [EMAIL PROTECTED] wrote: ok than set your itemrenderer to a custom hbox like this: HBox verticalAlign=middle String id=text / Label text={text} / /HBox i did

[flexcoders] Re: ItemRenderers and Events

2006-12-23 Thread Matt Maher
Wonderful reply Tracy. Thanks. Bubbling the event, that's the perfect tip. As for not being able to walk the items in the list, that seems counter intuitive to me, but okay. As long as I know the behavior I can find a way and stop pulling my hair out wondering why I can't do what Flex doesn't do

[flexcoders] Re: Flex help on IRC

2006-12-23 Thread pk_wasp
Hey cool idea Has anyone brough up the idea of having a permanent adobe connect/breeze session for flex developers to go to to chat, exchange stuff etc? --- In flexcoders@yahoogroups.com, dorkie dork from dorktown [EMAIL PROTECTED] wrote: bump. On 11/28/06, Andrew D. Goodfellow [EMAIL

[flexcoders] Re: Cairngorm Store, Best Practice Question: Containers

2006-12-23 Thread Tim Hoff
Hi Kenny, I agree with Ralf. For larger projects, that use a modular structure, there will be nesting of containers (components). If you're worried about performance, opt to use the lightest-weight container that is necessary for the case (i.e. Canvas over Panel). Where possible, you can also

[flexcoders] Re: Cairngorm Store, Best Practice Question: Containers

2006-12-23 Thread Bjorn Schultheiss
If your considering optimization it is important to understand how your containers measure function works. I suppose if you have containers 15 levels deeps or more with each having relative, perecntage based values set, it might tax on slower processors. Tims and Ralfs advice is gold. Just don't

[flexcoders] Tree: Resetting openItems after dataProvider change

2006-12-23 Thread Oliver Merk
I've been wrestling with this for over a week and haven't found a solution to this problem. Hoping someone can help. I have a tree control that, at runtime, changes its dataProvider. In this case, I'm switching languages and the dataProvider format is XMLListCollection. I'd like to restore the

Re: [flexcoders] Re: Flex help on IRC

2006-12-23 Thread Willy Ci
great ideal, but not sure if my company's firewall will let me or not, they don't even let me use xbox live at work, :( On 12/23/06, pk_wasp [EMAIL PROTECTED] wrote: Hey cool idea Has anyone brough up the idea of having a permanent adobe connect/breeze session for flex developers to go to

[flexcoders] DragEnabled causing Error 1010

2006-12-23 Thread Mike Weiland
Hi all, I have a situation where I have a tilelist set to allow the dragging of it's images to another tilelist. It works fine if the items are dragged one at a time. However, if multiple images are selected and dragged then I get an error 1010. Here's how to reproduce it: 1. Go to: