hi
Any one out there know if this a bug in DBPro or my code,
just wanted to see if i could put the clock time into the title bar of a window box.
works but if you minimize the window or move it the title code restores the window back to full size.
Rem Project: box
Rem Created: 19/11/2002 13:14:01
Rem ***** Main Source File *****
set display mode 1024, 768,16
set window on
set window title "Test Window"
set window layout 1,1,1
set window size 1023,767
sync on : sync rate 0
wait 3000
rem if I minimize or move the screen the
rem set window title bit restores it back
rem to full size window.
rem is this command suppose to do this.
do
set window title get time$()
sync
loop
cheers