[flexcoders] List BORDER PIXELS?

2007-02-04 Thread stevekpeak8
Hello, I hope someone here can help me with a last minute issue. I have a mx.List object with variable Row Height. Because of the way I'm formatting for the end user, I sometimes have graphics that span several cells (so that the list can match the DATA that's coming from my service). For

[flexcoders] Re: List BORDER PIXELS?

2007-02-04 Thread stevekpeak8
I was hoping that would be it as well, but verticalGap isn't supported in List. Steve --- In flexcoders@yahoogroups.com, Bjorn Schultheiss [EMAIL PROTECTED] wrote: not sure but it may be verticalGap On 05/02/2007, at 2:36 PM, stevekpeak8 wrote: Hello, I hope someone here can

[flexcoders] Accessing FLEX data from within a SWF??

2007-02-25 Thread stevekpeak8
Hello, I've got an odd question (in fact, I'm not even sure I'm asking the question correctly). When I define a VAR in Flex, I know that the MXML compiler turns that into a FLASH variable in the output SWF… But What DOMAIN is that variable listed in (for example _root in a .FLA)? I

[flexcoders] Re: Accessing FLEX data from within a SWF??

2007-02-25 Thread stevekpeak8
Claus, Thanks very much for your reply. Unfortunately, I can't do this the way you suggest, as I'm not operating in a typical WEB environment. I'm in an .EXE environment using a tool called SWFKit. Here's the thing... If I take my output SWF, and load it from within Flash Professional 8, I

[flexcoders] Re: Accessing FLEX data from within a SWF??

2007-02-25 Thread stevekpeak8
although i think you will have to change which loads which... anyway, it's better than not being able to use your as2 functionalities entirely - unless you port all of them into as3 :) I hope that helps. Best of luck! -leds --- stevekpeak8 [EMAIL PROTECTED] wrote: Claus

[flexcoders] Re: Accessing FLEX data from within a SWF??

2007-02-25 Thread stevekpeak8
. Thanks, Steve --- In flexcoders@yahoogroups.com, leds usop [EMAIL PROTECTED] wrote: have you tried using FABridge or externalinterface instead? that is assuming of course swfkit supports javascript. --- stevekpeak8 [EMAIL PROTECTED] wrote: Thanks for the response, I'm not really

[flexcoders] Re: TRUNCATING a ComboBox text?

2007-04-23 Thread stevekpeak8
Manish, Thanks for your reply. By FIXED WIDTH do you mean that setting a left and right isn't enough? If I set width to a bindable value, should THAT do it in your experience? TIA Steve --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote:

[flexcoders] Re: HTML Monitor for Mac?

2007-05-07 Thread stevekpeak8
Thanks for all of the great pointers. I'll be looking these over, but it looks like I've got a couple of good ones to choose from. Best regards, Steve --- In flexcoders@yahoogroups.com, Kevin [EMAIL PROTECTED] wrote: Charles is good as well depending on what you need it for: http://

[flexcoders] Re: TextInput vs. ENTER key.

2007-05-30 Thread stevekpeak8
Alex, Thanks for your response. listening for ENTER is actually the first thing I tried, but it doesn't work as I'd expect. These controls are NOT inside a FORM (explicitly, at least; it's inside a PANEL). Is that part of the problem? TIA Steve --- In flexcoders@yahoogroups.com,

[flexcoders] Re: TextInput vs. ENTER key.

2007-05-30 Thread stevekpeak8
] On Behalf Of stevekpeak8 Sent: Wednesday, May 30, 2007 8:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: TextInput vs. ENTER key. Alex, Thanks for your response. listening for ENTER is actually the first thing I tried, but it doesn't work as I'd expect. These controls

[flexcoders] Re: TextInput vs. ENTER key.

2007-05-31 Thread stevekpeak8
[mailto:[EMAIL PROTECTED] *On Behalf Of *stevekpeak8 *Sent:* Wednesday, May 30, 2007 5:36 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: TextInput vs. ENTER key. Alex, Thanks again for your response. It's VERY ODD. I've created a public function thusly