Re: [Flashcoders] scrollpane, dynamic forms, and refreshPane issues

2006-05-15 Thread Rich Rodecker
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

Re: [Flashcoders] scrollpane, dynamic forms, and refreshPane issues

2006-05-13 Thread Rich Rodecker
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

Re: [Flashcoders] scrollpane, dynamic forms, and refreshPane issues

2006-05-13 Thread Rich Rodecker
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,

[Flashcoders] scrollpane, dynamic forms, and refreshPane issues

2006-05-12 Thread Rich Rodecker
I am building a dynamic foom inside of a ScrollPane. I am actually using ScrollPane.contentPath and setting it to a blank clip from the library, and then targeting that blank clip to build the form in by using ScrollPane.content. So I build the forms fields and assign some default text for the

RE: [Flashcoders] scrollpane, dynamic forms, and refreshPane issues

2006-05-12 Thread Steven Sacks
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.