RE: [flexcoders] Install both Flex 2 and Flex 3

2009-01-05 Thread Jack @ Zingit
Paul: So you are saying there is no need to install Flex 2? In other words, I can just load the Flex 2 application and code/edit/debug/run from FlexBuilder 3? Yes . . . No ? Thanks, Jack From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

RE: [flexcoders] Install both Flex 2 and Flex 3

2009-01-05 Thread Jack @ Zingit
, 2009 at 1:12 PM, Jack @ Zingit jwcaldw...@zingit.com wrote: Paul: So you are saying there is no need to install Flex 2? In other words, I can just load the Flex 2 application and code/edit/debug/run from FlexBuilder 3? Yes . . . No ? Thanks, Jack From: flexcoders

RE: [flexcoders] Flex 4

2008-12-19 Thread Jack @ Zingit
Matt: Thanks, Jack From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Matt Chotin Sent: Friday, December 19, 2008 12:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 4 Late 2009 On 12/19/08 9:14 AM, jwc_wensan jwcaldw...@zingit.com

[flexcoders] Group Header Combox Dropdown List

2008-05-14 Thread Jack @ Zingit
I need to be able to have a Group Header Label for items in a dropdown list of a ComboBox. These Group labels will not be selectable. I would like to make them bold so they will stand out. See example(s) below. Group I Project 1 Item 1 Task 1

RE: [flexcoders] Re: Flex 2.01 - Multiline LinkButton

2008-05-08 Thread Jack @ Zingit
NoTruncationUITextField extends UITextField { public function NoTruncationUITextField() { super(); } override public function truncateToFit(s:String = null):Boolean { return false; } } } --- In flexcoders@yahoogroups.com, Jack

[flexcoders] Flex 2.01 - Multiline LinkButton

2008-05-07 Thread Jack @ Zingit
I have been searching all day for a multiline LinkButton custom component and can not find one. I want the label below the icon and allow for two lines of centered text beneath the icon. Does anyone know of and/or can you direct me to an example? I will be most appreciative. Thanks, Jack

[flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
Flex 2.01 This seems so dumb, but I can not figure this out. I am using Modules with layout=absolute. In a MXML file I have a TextArea where I have set the width=300 and height=35. mx:TextArea top=10 left=30 width=300 height=35/ I can add text beyond 2 lines, but no scroll bar is displayed.

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
() after adding the extra text. I seem to remember that works, though I can't swear to it I'm afraid (and can't check just now). -Original Message- From: flexcoders@yahoogroups.com on behalf of Jack @ Zingit Sent: Mon 05/05/2008 19:29 To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
] TextArea but no scroll bars showing up Try yourTextArea.validateNow() after adding the extra text. I seem to remember that works, though I can't swear to it I'm afraid (and can't check just now). -Original Message- From: flexcoders@yahoogroups.com on behalf of Jack @ Zingit Sent: Mon 05/05/2008

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
Indeed, the TextArea is not behaving as I would expect. Slap it in a Canvas, and it will work ok. mx:Canvas width=200 height=60 mx:TextArea id=ta width=100% height=100% / /mx:Canvas Tracy _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jack @ Zingit

RE: [flexcoders] TextArea but no scroll bars showing up

2008-05-05 Thread Jack @ Zingit
; } } } -Original Message- From: flexcoders@yahoogroups.com on behalf of Jack @ Zingit Sent: Tue 06/05/2008 00:29 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] TextArea but no scroll bars showing up Tracy: Yes that will work, but I only wanted the height to be 35, which allows for 2 lines

RE: [flexcoders] Re: How to have no MenuBar No ToolBar in Browser

2007-12-04 Thread Jack @ Zingit
Allan: You are right it does not affect coding, at this time, but I wanted to be able to know the screen real estate that was available. In the near future, it will be needed, so I was asking for help now. Yes I would like an example, if you would be so kind. I appreciate everyone's