home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume19
/
wkshTree
/
part01
/
Gauge
< prev
next >
Wrap
Text File
|
1993-04-28
|
604b
|
32 lines
Gauge()
{
cps POPUP popupWindowShell popupWindowShell $PANE \\\n
title:"Gauge"
acb $POPUP popdownCallback "dw $POPUP"
cmw CAPTION caption caption $POPUP_UCA \\\n
label:"Gauge:" \\\n
font:OlDefaultBoldFont \\\n
position:left
cmw GAUGE gauge gauge $CAPTION \\\n
span:100 \\\n
sliderValue:33 \\\n
minLabel:"0" \\\n
maxLabel:"100" \\\n
ticks:10 \\\n
tickUnit:percent \\\n
showValue:true
cmw OK Ok flatButtons $POPUP_LCA \\\n
numItems:1 \\\n
numItemFields:1 \\\n
itemFields:'{label}' \\\n
items:'{Ok}'
orh $POPUP "Gauge Source" -f `pwd`/Gauge
pu $POPUP GrabNone
}