hi,
i am new to TCl /TK programming.
can anyone help me in how to write code for HWT & HWAT.
from altair help section there is an example of HWT in Tk GUIs but it is showing an error in first line
Code:
package require hwt;
set base [::hwt::CreateWindow .example2 \
-windowtitle 'Example 2' \
-geometry 200x110 \
-acceptbutton 'Accept' \
-acceptfunc {::create_comp $::cardimage $::compname} \
-noGeometrySaving \
-propagate 1];
error:
[invalid command name '::hwt::createwindow']
thanks
/emoticons/default_smile.png' alt=':)' srcset='/emoticons/smile@2x.png 2x' width='20' height='20'>