I decide to make one of my game apps go full screen using
width := screen.width
height := screen.height
as suggested in an earlier thread, this works fine and the window fills the entire screen.
The only problem is that when the app is shut down it leaves a 'dead' button on the windows status bar (with the app name but a windows icon) if you click it it disapears.
each time the app is started and shut down you get another button, previous ones are now blank.
Does anyone know what causes this and how to stop it.
Steve.
width := screen.width
height := screen.height
as suggested in an earlier thread, this works fine and the window fills the entire screen.
The only problem is that when the app is shut down it leaves a 'dead' button on the windows status bar (with the app name but a windows icon) if you click it it disapears.
each time the app is started and shut down you get another button, previous ones are now blank.
Does anyone know what causes this and how to stop it.
Steve.