FUI: Window on top always?

Blitz3D Forums/Blitz3D Programming/FUI: Window on top always?

poopla(Posted 2004) [#1]
How do I get a window to always stay above/visible over other windows?


Odds On(Posted 2004) [#2]
Hi ShatteredReality,

You can use:
FUI_ModalWindow mywindow

To set a window to be always on top of other windows. If you specify False as the second parameter it will revert back to a normal window.


Odds On(Posted 2004) [#3]
btw, I don't usually check these forums that often so I recommend using the F-Software forums for all future queries.

Thanks,
Chris


poopla(Posted 2004) [#4]
Will do