Re: [Flashcoders] combobox label not displaying any text

2006-09-25 Thread Rich Rodecker

i also notice if i set the DG's editable property to true, i cant enter any
tex into the input field...wtf?


On 9/25/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:


also, all the items in the combobox's dropdown display fine...its just the
TextInput that shows the cb's selected item.

On 9/25/06, Rich Rodecker < [EMAIL PROTECTED]> wrote:
>
> i am embedding the font through a dynamic textfiled on the main
> timeline, since adding a font symbol takes up way more space.
>
>
> On 9/25/06, Andrei Thomaz <[EMAIL PROTECTED]> wrote:
> >
> > the font must be available as a symbol font in the library. And, in
> > some
> > cases, the font must be in the library of the main movie, in the case
> > of
> > combobox being in a movie loaded by another one. This is because Flash
> > creates the combobox list in _level0. Sometime I created a combobox
> > inside a
> > movie that was rotationed, and the list appeared straight on the
> > screen,
> > without the inclination of the "main" movie (the main movie of the
> > list was,
> > actually, the _root).
> >
> > []'s
> > andrei
> >
> >
> > On 9/25/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:
> > >
> > > I have a combobox that I am using in a CellRenderer for a
> > datagrid.  For
> > > some reason the text for the selected item in the comboobox wont
> > display.
> > > If i trace out the value of the text, it shows the right value, so I
> > know
> > > its being set. I am setting embedFonts to true for the TextInput and
> > > ComboBox components in the _global styles.
> > >
> > > anyone have any ideas as to why the selected text isnt displaying?
> > > ___
> > > [email protected]
> > > To change your subscription options or search the archive:
> > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > >
> > > Brought to you by Fig Leaf Software
> > > Premier Authorized Adobe Consulting and Training
> > > http://www.figleaf.com
> > > http://training.figleaf.com
> > >
> > ___
> > [email protected]
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training
> > http://www.figleaf.com
> > http://training.figleaf.com
> >
>
>


___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] combobox label not displaying any text

2006-09-25 Thread Rich Rodecker

also, all the items in the combobox's dropdown display fine...its just the
TextInput that shows the cb's selected item.

On 9/25/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:


i am embedding the font through a dynamic textfiled on the main timeline,
since adding a font symbol takes up way more space.


On 9/25/06, Andrei Thomaz <[EMAIL PROTECTED]> wrote:
>
> the font must be available as a symbol font in the library. And, in some
>
> cases, the font must be in the library of the main movie, in the case of
> combobox being in a movie loaded by another one. This is because Flash
> creates the combobox list in _level0. Sometime I created a combobox
> inside a
> movie that was rotationed, and the list appeared straight on the screen,
> without the inclination of the "main" movie (the main movie of the list
> was,
> actually, the _root).
>
> []'s
> andrei
>
>
> On 9/25/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:
> >
> > I have a combobox that I am using in a CellRenderer for a
> datagrid.  For
> > some reason the text for the selected item in the comboobox wont
> display.
> > If i trace out the value of the text, it shows the right value, so I
> know
> > its being set. I am setting embedFonts to true for the TextInput and
> > ComboBox components in the _global styles.
> >
> > anyone have any ideas as to why the selected text isnt displaying?
> > ___
> > [email protected]
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training
> > http://www.figleaf.com
> > http://training.figleaf.com
> >
> ___
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>



___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] combobox label not displaying any text

2006-09-25 Thread Rich Rodecker

i am embedding the font through a dynamic textfiled on the main timeline,
since adding a font symbol takes up way more space.


On 9/25/06, Andrei Thomaz <[EMAIL PROTECTED]> wrote:


the font must be available as a symbol font in the library. And, in some
cases, the font must be in the library of the main movie, in the case of
combobox being in a movie loaded by another one. This is because Flash
creates the combobox list in _level0. Sometime I created a combobox inside
a
movie that was rotationed, and the list appeared straight on the screen,
without the inclination of the "main" movie (the main movie of the list
was,
actually, the _root).

[]'s
andrei


On 9/25/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:
>
> I have a combobox that I am using in a CellRenderer for a datagrid.  For
> some reason the text for the selected item in the comboobox wont
display.
> If i trace out the value of the text, it shows the right value, so I
know
> its being set. I am setting embedFonts to true for the TextInput and
> ComboBox components in the _global styles.
>
> anyone have any ideas as to why the selected text isnt displaying?
> ___
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] combobox label not displaying any text

2006-09-25 Thread Andrei Thomaz

the font must be available as a symbol font in the library. And, in some
cases, the font must be in the library of the main movie, in the case of
combobox being in a movie loaded by another one. This is because Flash
creates the combobox list in _level0. Sometime I created a combobox inside a
movie that was rotationed, and the list appeared straight on the screen,
without the inclination of the "main" movie (the main movie of the list was,
actually, the _root).

[]'s
andrei


On 9/25/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:


I have a combobox that I am using in a CellRenderer for a datagrid.  For
some reason the text for the selected item in the comboobox wont display.
If i trace out the value of the text, it shows the right value, so I know
its being set. I am setting embedFonts to true for the TextInput and
ComboBox components in the _global styles.

anyone have any ideas as to why the selected text isnt displaying?
___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com