I can't seem to be able to mix the following commands:
frmDesign.FormStyle := fsStayOnTop;
And
frmDesign.Show;
The first one makes the script stay on top of anything. The second lets the script run while the form is up.
When I put them both in, only frmDesign.Show; takes. The first one doesn't.
I'm using SCAR Divi 3.06
Please help me if you can![]()







Reply With Quote
