Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
set w .dokumentáció
toplevel $w
pack [frame .ftop -borderwidth 4] -side top
label $w.l1 -text El?gyártmány: -font -*-Helvetica-Bold-R-Normal-*-*-140-*-*-*-*-*-*
grid $w.l1 -row 1 -column 1
entry $w.e1 -width 70 -textvariable Stock
grid $w.e1 -row 1 -column 2
checkbutton $w.cb1 -command {cbcmd $electrode} -text Elektróda -variable electrode
grid $w.cb1 -row 2 -column 1
label $w.l2 -text Nullpont: -font -*-Helvetica-Bold-R-Normal-*-*-140-*-*-*-*-*-*
grid $w.l2 -row 3 -column 1
entry $w.e2 -width 70 -textvariable MCSO
grid $w.e2 -row 3 -column 2
button $w.b1 -text ESC -command {exit}
button $w.b2 -text OK -padx 200 -command {set MCSorigin $MCSO; set stock $$w.e1::MCSorigin; #HERE IS STILL SOME PROBLEM
destroy .$w
tk_messageBox -icon info -message "$stock \n $MCSorigin"}
grid $w.b1 -row 4 -column 1
grid $w.b2 -row 4 -column 2
proc cbcmd {electrode} {
global w
if {$electrode == 1} {
$w.e2 configure -background gray
set ::MCSO "Darab tetején, EROWA szerint középen"
} else {
$w.e2 configure -state normal
set ::MCSO ""
}
}
destroy .$w
set variables
set cam_aux_dir [MOM_ask_env_var UGII_CAM_AUXILIARY_DIR]
set cam_shopdoc_dir [MOM_ask_env_var UGII_CAM_SHOP_DOC_DIR]
set ug_wish "ugwish.exe"
set title ""
set msg ""
exec ${cam_aux_dir}$ug_wish ${cam_shopdoc_dir}datain.tcl $title $msg