Welcome, Guest
  • Author Topic: About Screen, Slide & Form  (Read 1550 times)

    andarweb

    • Server what's that
    • *
    • Posts: 10
      • View Profile
      • Email
    About Screen, Slide & Form
    « on: 10/21/03, 07:28 »
    hi all, ;D
    anybody knows how to insert or delete a screen (slide or form) with actionscript ?
    the overview in the help panel said it is possible, but i can't find the command in the component dictionary or anywhere in the help panel

    TIA
    - andar -  

    Eric

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    Re:About Screen, Slide & Form
    « Reply #1 on: 10/24/03, 07:38 »
    I haven't tried this one myself, yet since these are 2.0 objects, you should be able to create new ones using something like:

    Form myForm = new Form();

    don't paste that code though, I haven't verified the class that Form or Screen for that matter are included.  Hope this helps you get started on your search.  If I have time I will take a look at the class library myself.

    :)

    GL