I tried to set up a image in my interface
by keep getting compile error saying ds.bitmap is in wrong format
Here is my script in tk
set im [image create bitmap -file ds.bitmap -maskfile ds.mask]
button .top -image $im
what's the problem?
do i need any event handler in my c++ program?
if yes, how to use?
by keep getting compile error saying ds.bitmap is in wrong format
Here is my script in tk
set im [image create bitmap -file ds.bitmap -maskfile ds.mask]
button .top -image $im
what's the problem?
do i need any event handler in my c++ program?
if yes, how to use?