[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Set-view-position



I try to make an object by (make-instance 'static-text-dialog-item),
erase and redraw the object using the code:

(erase-rect view <a rectangle>)

(set-view-position view <new points>)

(view-draw-contents view)

After running the code, the object was still drawn in the same position.

Can anyone fix the problem?  Thanks.

jipan@gmuvax2.gmu.edu