---+ .WIDGET DEL SCROLL BTN _This subroutine deletes the scroll buttons from the toolbar._ <br />%TOC% ---++ Usage: <pre> GOSUB --- .WIDGET DEL SCROLL BTN * Check for errors IF --- .WIDGET DEL SCROLL BTN NE </pre> ---++ Description: This subroutine deletes the scroll buttons from the toolbar. There are no parameters. This should be called in the Pre-Display or Global Pre-Display event points. Appx adds these buttons automatically on every iteration of the image, so if you want to remove them, you must call this routine every time as well. Note that this will delete the underlying --- WIDGET record. You can also hide or unhide the scroll buttons via [[0LASubrWidgetHideScrollBtn][.WIDGET HIDE SCROLL BTN]] or [[0LASubrWidgetShowScrollBtn][.WIDGET SHOW SCROLL BTN]] Also note that normally scroll buttons are not shown on the toolbar. Before you can manipulate them with this routine, you would have to: * Design transfer the STANDARD TOOLBARS process in 0LC into your application. * Modify the STANDARD TOOLBARS process in your application and change the 'Show on Toolbar' GUI attribute of the appropriate Optional Children on the appropriate images. * 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._ <br />%COMMENT% -- Main.JeanNeron - 2012-02-07
This topic: Main
>
WebHome
>
APPX510Features
>
APPXRuntimeSubroutineAPI
>
0LASubrWidgetDelScrollBtn
Topic revision: r2 - 2014-02-05 - GaryRogers
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback