[flexcoders] Vertical tabs

2006-04-05 Thread leo4beer
Hi all, This is my first post to this list #61514; I was wondering if it's possible to create vertical tabs in Flex (I'm on 1.5). Thanks in advance, Leo4Beer -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] Strange ComboBox problem

2006-04-11 Thread leo4beer
Hi, I've ran into a bug I'm unable to trace, I was wondering if anyone here encountered this (so far I could not find anything on the web) I'm extending a Flex control, in my new class I'm attaching a ComboBox to the control. The problem is: When I change the CB selection for the first time the

[flexcoders] Embedding the fonts of a Tab Label…

2006-04-23 Thread leo4beer
Embedding the fonts of a Tab Label… Hi, I'm extending the TabBar class in order to make a vertical tab bar… When I rotate a tab the fonts must be embedded otherwise they will not appear. Currently my main problem is embedding the fonts. I've tried embedding the font in various ways:

[flexcoders] Re: Embedding the fonts of a Tab Label.

2006-04-24 Thread leo4beer
/1052.html -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of leo4beer Sent: Sunday, April 23, 2006 6:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Embedding the fonts of a Tab Label... Embedding the fonts of a Tab Label

[flexcoders] scrolling inside an AS based component

2006-05-04 Thread leo4beer
Hi I'm building an AS component for Flex (using as only). My component will contain a dynamic nap loader which the users may be able to scroll. Obviously I will need to combine a scroll component inside my component. Flash MX introduced the ScrollPane class,I've noticed Flex does not consist

[flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread leo4beer
--- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/4/06, leo4beer [EMAIL PROTECTED] wrote: I'm building an AS component for Flex (using as only). My component will contain a dynamic nap loader which the users may be able to scroll. What should I use

[flexcoders] Drwaing API inside an AS based component - not working

2006-05-04 Thread leo4beer
Using the drawing API inside a component. Hi, I've made a custom component by extending the UIComponent class, in my component I've overridden the draw() method and used drawing API to draw a few lines. I've embedded my component in an MXML page but I don't see the lines…I must be doing

[flexcoders] Re: Drwaing API inside an AS based component - not working

2006-05-04 Thread leo4beer
to this: c.graphics.lineStyle(1, 0xff); -Mark leo4beer wrote: Using the drawing API inside a component. Hi, I've made a custom component by extending the UIComponent class, in my component I've overridden the draw() method and used drawing API to draw a few lines. I've embedded my

[flexcoders] Re: Drwaing API inside an AS based component - not working

2006-05-04 Thread leo4beer
it was the width and height, thanks again -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Re: Flex Numeric Stepper

2006-05-04 Thread leo4beer
you can try setting __value but I guess it's not recomended --- In flexcoders@yahoogroups.com, Omar Ramos [EMAIL PROTECTED] wrote: Hi Guys, Does anyone know a way to reset a numeric stepper value to 1 with code without having it fire the change event? If you do this

[flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread leo4beer
thanks but it doesn't seem to work for me. is 'updateDisplayList' a Flex 2 method? I'm using 1.5 --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/4/06, leo4beer [EMAIL PROTECTED] wrote: I'm building an AS component for Flex (using as only). My component

[flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread leo4beer
I would still need to enable scrolling...how would you recomand that i do this? --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/4/06, leo4beer [EMAIL PROTECTED] wrote: is 'updateDisplayList' a Flex 2 method? I'm using 1.5 Hmm... Then you'll have

[flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread leo4beer
ignorance :) , I've been developing for Flash for many years now, I switched to Flex and still trying to learn the diffrences. Leo. --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/4/06, leo4beer [EMAIL PROTECTED] wrote: I would still need to enable scrolling

[flexcoders] Best practice for building AS components for Flex

2006-05-05 Thread leo4beer
Hi, I need to make a number of features to be included in a Flex 1.5 application. These features are relatively complicated and therefore should no be coded in MXML. for instance on of the features is a fully functional gahnt chart, users may be able set session and events using that chart. I

[flexcoders] Source code for Macromedia Flex 1.5 components?

2006-05-11 Thread leo4beer
Hi, I was wondering where the source code for Macromedia Flex 1.5 components could be found. I have the classes that can be found in FlexForFlash.zip distributed with MX2004, I've also found Flex classes in Flash 8 folders. Both versions seem to be identical; they also seem to be compliant

[flexcoders] Accepting MXML attribute's width in percentage on a custom component

2006-05-15 Thread leo4beer
Accepting MXML attribute's width in percentage in a custom component Hi, I have a component I've created by inheriting UIObject class In my mxml I have the following lines used for initiating my component: my:comp width=400…. In my AS code I can trace the value of __width, in this case the

[flexcoders] problem with a for each loop

2006-12-11 Thread leo4beer
Hi, I got a problem with a for each loop. I have a class (B), B has a long inheritance chain where the oldest ancestor is class A. Class A does not declare an extension of any other class therefore I take it that it extends the Object class: All classes that don't declare an explicit base class

[flexcoders] Re: problem with a for each loop

2006-12-12 Thread leo4beer
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of leo4beer Sent: Monday, December 11, 2006 3:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] problem with a for each loop Hi, I got a problem with a for each loop. I have a class (B), B has

[flexcoders] Re: problem with a for each loop

2006-12-12 Thread leo4beer
me the prop name but only the value. a simple for gives me a name and value but fails to show all props. --- In flexcoders@yahoogroups.com, leo4beer [EMAIL PROTECTED] wrote: Thanks Peter, that was the problem. --- In flexcoders@yahoogroups.com, Peter Farland pfarland@ wrote: http

[flexcoders] Canvas – getting the topmost viable pixel

2006-09-03 Thread leo4beer
Hi, I'm using flex 1.5. I have a canvas with a scrollbar; the canvas content may be resized or scrolled, each time it's resized I'd like to know the number of the topmost pixel that is viewable. I know this number exists and is used when extracting vPosition, according to the docs vPosition is

[flexcoders] AS3 substitute for UIObject.destroyObject() ?

2006-10-11 Thread leo4beer
Hi, I'm migrating code from Flex 1.5 to Flex 2. I've noticed the UIObject.destroyObject() no longer exists in AS3 What should I use instead? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: AS3 substitute for UIObject.destroyObject() ?

2006-10-12 Thread leo4beer
:[EMAIL PROTECTED] On Behalf Of leo4beer Sent: Wednesday, October 11, 2006 5:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] AS3 substitute for UIObject.destroyObject() ? Hi, I'm migrating code from Flex 1.5 to Flex 2. I've noticed the UIObject.destroyObject() no longer

[flexcoders] Flex 1.5 Label class, need background

2006-06-22 Thread leo4beer
Is it possible to set a background for a Label class? Is there an alternative to these classes? It seems like the Labels I'm using have a transparent background. thanks. Label class: http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/Label.html Yahoo!

[flexcoders] Re: Flex 1.5 Label class, need background

2006-06-25 Thread leo4beer
this behavior by overriding the updateDisplayList() method. Do you know how to do programmatic drawing with the Graphics class? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of leo4beer Sent: Thursday, June 22, 2006 3:24 AM