rounded corners

2004-05-03 Thread marien van os
Hello, Is there anyway to make rounded corners on griditems, just like the rounded corners of the Panel ie. corner-radius:2; Or do i really have to embed a*.swf with the rounded corners in it... Cause this will lead to somewhat blurry code...and this is not what i want to have, of course...

RE: [flexcoders] how to pass data when creating a popup window

2004-05-03 Thread Dan Schaffer
Andrew, The instance of the new window is returned by the createPopUp call. var newwindow:MovieClip=mx.managers.PopUpManager.createPopUp(this, windowClass, true, (deferred: true}); newwindow.var1="new value"; windowClass.mxml: ?xml version="1.0" ? mx:TitleWindow xmlns:mx="..."

When to use executeBindings() ?

2004-05-03 Thread jeff tapper
Has anyone discovered a pattern as to when a repeater needs to be manually told to executeBindings() and when it will happen auto- magically? I haven't found the pattern yet, I'm stumbling around blindly by calling it manually if it doesn't seem to work. I'd love to know more definitively

RE: [flexcoders] wait loop ...... event.call is AWESOME

2004-05-03 Thread Tracy Spratt
I shouldnt have been so whiney, this turned out to be easier than I thought, doing just what I said below, using an array to track completion of a queue of external calls. The event.call token/dynamic property technique is hugely powerful. Strangely, I cant seem to get an uncorrupted

RE: [flexcoders] When to use executeBindings() ?

2004-05-03 Thread Elliot Winard
You shouldn't need to call executeBindings() except in extreme circumstances. During compilation, Flex creates watchers for each object (including parameters to function calls) in each binding expression. If you are making changes internal to Arrays of objects in the Repeater's dataProvider and

RE: [flexcoders] populating tree with external xml

2004-05-03 Thread Matt Chotin
Hi Josh, You're using a Model which doesn't distinguish between attributes and child properties. So I think you can do this: mx:Tree height=200 change=selectedNode=event.target.selectedItem Then hopefully the rest will work. Matt -Original Message- From:

RE: [flexcoders] DEVnet subscription and Flex

2004-05-03 Thread David Mendels
Hi To date, the DRKs has not had any informationfor Flex. It may in the future. But the vast majority of the DevNet customers are not using Flex, so you should not expect it to be a major component of the DRKs in the near term. DevNet is a great deal if you are a serious user of some

[flexcoders] Dnamic DataGridColumn

2004-05-03 Thread Eric Guesdon
Hi, Could you help me to add, at runtime, a column to a dataGrid In the same time how to add, at run time, tag to a mx:Model Sorry for my English Eric

RE: [flexcoders] When to use executeBindings() ?

2004-05-03 Thread Elliot Winard
If you find bugs in Flex and you want to us to check them out, you can always file bugs using the Feature Request/Bug Report Form at http://www.macromedia.com/support/email/wishform/ Thanks! -e -Original Message- From: Elliot Winard Sent: Monday, May 03, 2004 12:09 PM To:

RE: [flexcoders] Dnamic DataGridColumn

2004-05-03 Thread Eric Guesdon
Hi, I answer to my question. myDataGrid.columnNames = [firstname,lastnameemail] thanks to all Eric     De: Eric Guesdon [mailto:[EMAIL PROTECTED] Envoyé: lundi 3 mai 2004 23:15 À: flexcoders@yahoogroups.com Objet: [flexcoders] Dnamic DataGridColumn