View script | License | Download documentation as: HTML or editable | Download script | History |
[0.076] 12.533k
Documentation for: view-buttons.rUsage document for %view-buttons.r1. Introduction to %view-buttons.rview-buttons.r is an introduction to the ease of gui creation with REBOL/View.
2. view-buttons At a GlanceNot setup is required, just do it. >> do %view-buttons.r The above image was created with REBOL/View 2.7.5.4.2, Debian GNU/Linux 4.0, KDE Desktop. 3. Using %view-buttons.rRequires REBOL/View 3.1. Running %view-buttons.rFrom the library with: >> do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=view-buttons.ror locally with: >> do %view-buttons.r 4. What you can learnThis script is an introduction to the view and layout functions. Both REBOL/Core and REBOL/View are available free of charge from www.rebol.com REBOL/View gui building is easy. One point is that layout defaults to placing each element from top to bottom, or vertical direction. This functionality can easily be overridden with the layout keyword across, to place elements left to right, or horizontal direction. See the Developer's Guide for more information. 5. What can breakNothing to break here. 5.1. Needs REBOL/ViewREBOL/Core will not have the view or layout functions defined. You will need to start up REBOL/View. 6. Credits
|