hmm still stuck with this little weirdness...anyone have any idea?

On 5/13/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:
i should say i am using flash 8, but exporting to flash 7.



On 5/13/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:
> im using flash 8.  i am embedding the fonts by doing a setStyle() on
> the TextInput's global style definition, and exporting the font in the
> text field on the stage.
>
>
>
>
> On 5/12/06, Steven Sacks <[EMAIL PROTECTED]> wrote:
> > refreshPane reloads the content of the pane.  This is different than it used
> > to be in Flash MX.  The undocumented way to to refresh the contents of the
> > pane is:
> >
> > sp.setScrollProperties(sp.content._width, 1, sp.content._height, 1);
> >
> > That doesn't help with your issue of text not appearing, though.   Are you
> > using embedded fonts?  Scrollpanes use masking and sometimes this might
> > cause an issue.  Are you using Flash 7 or Flash 8?
> >
> > _______________________________________________
> > Flashcoders@chattyfig.figleaf.com
> > 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
> >
>

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

Reply via email to