Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Location
    Resita ( Romania )
    Posts
    118

    Grin Hide multiple objects at the same time?

    Hi , I want to know it is possible to hide multiple objects at the same time WITH A SCRIPT , not to hide object 1 , after that hide object 2 .

  2. #2
    Join Date
    Mar 2004
    Location
    Toronto, ON CANADA
    Posts
    696
    You could either put the object names in a table and step through the entries in the table and hide/show each one, or use Page.EnumerateObjects and step through it that way.

  3. #3
    Join Date
    Jan 2007
    Location
    Resita ( Romania )
    Posts
    118

    Thumbs up

    Thanks , that will help me , putting the names of the objects in a table.
    Thanks a lot again!

  4. #4
    Join Date
    Jul 2004
    Location
    Denmark
    Posts
    336
    you could also use application.setredraw = false
    and then use the hide object for eatch and then finish by setting the application redraw to true

    This will prevent the application from updating when hiding the objects and just redraw the screen once when you are done to make all the object hide simultaniesly.

    cheers,
    Jonas

Similar Threads

  1. e_Key with multiple flash objects
    By ericahlstrom in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 07-04-2005, 11:54 AM
  2. Renaming multiple objects
    By Buffman in forum AutoPlay Media Studio 5.0
    Replies: 12
    Last Post: 03-20-2005, 09:44 AM
  3. Multiple updates at the same time?
    By nolazabal in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 12-16-2003, 03:32 PM
  4. Applying Changes to Multiple Objects
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-03-2003, 03:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts