Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2003
    Posts
    26

    Disabling scroll bars in web object

    Some where else on the forum I found that this
    Code:
    <body scroll="no">
    could be used to disable the scroll bars in the web object and it works great.

    But...

    If I do
    Code:
    <body scroll="no" bgcolor="#000000" onload="SCOInitialize()" onunload="SCOFinish()" onbeforeunload="SCOFinish()">
    it doesn't work, any other ways to disable the scroll bars?

    Would be nice if Indigo Rose could provide that as an object property...

  2. #2
    Join Date
    Oct 2003
    Posts
    26
    Actually I've found that
    Code:
    <body scroll="no" bgcolor="#000000" onload="SCOInitialize()"
    onunload="SCOFinish()" onbeforeunload="SCOFinish()">
    does work to a degree but the content of the page can over ride it by being too big.

    There has got to be a way to completely disable the scroll bars...

  3. #3
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    I have had luck with this before.

    <body style="overflow:hidden" bgcolor="#000000" onload="SCOInitialize()"
    onunload="SCOFinish()" onbeforeunload="SCOFinish()">
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  4. #4
    Join Date
    Oct 2003
    Posts
    26
    Hmmm..... I'll have to try that!

    Thanks!

Similar Threads

  1. web object and jumping between web object windows
    By markczajka in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 04-15-2005, 02:09 AM
  2. HOW TO: Return a Web Browser Object to the Original URL after a Page Jump
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 02-03-2003, 09:18 AM
  3. INFO: Difference between the Media Player Object and the AVI Object
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 02:15 PM
  4. HOWTO: Make a Media Player Object Go Full Screen
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 11:23 AM
  5. Replies: 0
    Last Post: 10-04-2002, 10:09 AM

Posting Permissions

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