Re: [flexcoders] Cairngorm: Managing Popup Windows

2006-07-30 Thread Douglas Knudsen
intersting to read this. we are working on a datagrid that has complex data, two text fields, in one column. We used a custom itemEditor with a RTE in it. Nice, right? nope, sucked. Can't quite seem to get the row height to expand contract as needed. So, we went with a modal popup. DK On

Re: [flexcoders] Cairngorm: Managing Popup Windows

2006-07-30 Thread JesterXL
Subject: Re: [flexcoders] Cairngorm: Managing Popup Windows intersting to read this. we are working on a datagrid that has complex data, two text fields, in one column. We used a custom itemEditor with a RTE in it. Nice, right? nope, sucked. Can't quite seem to get the row height to expand

Re: [flexcoders] Cairngorm: Managing Popup Windows

2006-07-30 Thread JesterXL
...hey, wait a minute, I still win! You're RTE DOES need to be modal. *whew* http://youbeat2trees.ytmnd.com/ - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Sunday, July 30, 2006 4:49 PM Subject: Re: [flexcoders] Cairngorm: Managing Popup Windows I

Re: [flexcoders] Cairngorm: Managing Popup Windows

2006-07-30 Thread Douglas Knudsen
To: flexcoders@yahoogroups.com Sent: Sunday, July 30, 2006 4:49 PM Subject: Re: [flexcoders] Cairngorm: Managing Popup Windows I stand corrected. A purist would argue that you should figure out why the row heights aren't working, but I'm with you; if it works, and gets done quickly, who cares

[flexcoders] Cairngorm: Managing Popup Windows

2006-07-27 Thread Stefan Schmalhaus
I've done some research on this list but haven't found any valid information on what's considered best pratice in dealing with popup windows. The few Cairngorm sample apps that are around don't seem to use the TitleWindow component at all. Let's say I have a simple DataGrid populated with some

Re: [flexcoders] Cairngorm: Managing Popup Windows

2006-07-27 Thread JesterXL
] Cairngorm: Managing Popup Windows I've done some research on this list but haven't found any valid information on what's considered best pratice in dealing with popup windows. The few Cairngorm sample apps that are around don't seem to use the TitleWindow component at all. Let's say I have a simple