FUI: Window on top always?

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

How do I get a window to always stay above/visible over other windows?

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.

btw, I don't usually check these forums that often so I recommend using the F-Software forums for all future queries.

Thanks,
Chris

Will do