Tags:
create new tag
view all tags

.WIDGET SHOW SCROL BTN

This subroutine shows the previously hidden scroll buttons on the toolbar.


Usage:

      GOSUB    --- .WIDGET SHOW SCROL BTN
      *        Check for errors
      IF       --- .WIDGET SHOW SCROL BTN      NE


Description:

This subroutine shows the previously hidden scroll buttons on the toolbar. There are no parameters.

This is only useful if you have hidden the scroll buttons via .WIDGET HIDE SCROL BTN.

Note that this does not add the underlying --- WIDGET record, it just sets the --- WIDGET INVIS flag. You can delete them completely with .WIDGET DEL SCROLL BTN. If you have deleted them, this routine cannot show them.

Also note that normally scroll buttons are not shown on the toolbar. Before you can manipulate them with this routine, you would have to:

  • Modify the STANDARD TOOLBARS process in 0LC, changing the 'Show on Toolbar' GUI attribute of the appropriate Optional Children on the appropriate images. Save the new process in your application.
  • Hook the --- STANDARD TOOLBARS process with your new process. You can then manipulate the scroll buttons with this subroutine.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2012-02-06

-- JeanNeron - 2012-02-07

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2012-02-07 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback