How do I get a window to always stay above/visible over other windows?
FUI: Window on top always?
Blitz3D Forums/Blitz3D Programming/FUI: Window on top always? Hi ShatteredReality,
You can use:
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.
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
Thanks,
Chris
Will do