Re: [flexcoders] Restrictions on non-visual component placement

2008-12-13 Thread Rick Winscot
, functionally speaking, where in the DOM it goes. Tracy From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Rick Winscot Sent: Friday, December 12, 2008 1:25 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Restrictions on non-visual component

[flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Michael Prescott
*Short version:* I have a non-visual component that I'm trying to declare in a repeater, but it seems that MXML doesn't allow this. Is this true? How do you get around this, create a visual component to wrap the non-visual component? *Long version:* I have an ActionScript non-visual component

Re: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Rick Winscot
It¹s difficult to determine what your problem is without knowing a little more about what your DetailPopUp does/is. If you post some code it would be far easier to determine why one context works and another doesn¹t. Generally... I wouldn¹t recommend mingling non-visual and visual components in

Re: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Michael Prescott
I think that might be a distraction, I was asking a question about the rules of MXML, rather than asking for debugging help for my non-visual component. But just for fun, I'll explain! I was looking for a way to reuse the nice way that PopUpButton manages its pop-up, so I created a non-visual

RE: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Rick Winscot Sent: Friday, December 12, 2008 1:25 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Restrictions on non-visual component placement It's difficult to determine what your problem is without knowing

Re: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Michael Prescott
] *On Behalf Of *Rick Winscot *Sent:* Friday, December 12, 2008 1:25 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Restrictions on non-visual component placement It's difficult to determine what your problem is without knowing a little more about what your DetailPopUp does

RE: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Alex Harui
] Restrictions on non-visual component placement It still seems to be true. Yes, I can see that before repeaters are involved, but the detail popup creates a relationship between a pair of components - so once I get to an array of such pairs, it seemed like I'd need a detail popup for each pair

Re: [flexcoders] Restrictions on non-visual component placement

2008-12-12 Thread Michael Prescott
] *On Behalf Of *Michael Prescott *Sent:* Friday, December 12, 2008 11:17 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Restrictions on non-visual component placement It still seems to be true. Yes, I can see that before repeaters are involved, but the detail popup creates