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 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


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
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


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, 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


[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
TextInput components i've attached.  The first few fields the show
their text fine, but the ones lower down in the form (that you need to
scroll down to see) dont show their text, even though I know they are
being assigned ok since they trace out ok.

So ScrollPane.refreshPane() sounded like what I need, except that when
I do a refreshPane, I lose everything...all of my form fields
disappear.

Anyone know the right way to go about this scenario?
___
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


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.   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