
Originally Posted by
KeepBotting
Try re-choosing the Old School interface layout. This will kick all the windows back to their default positions, which can sometimes solve errors like this.
Will try this and then if it doesn't succeed I shall post the screen, thanks in advance both.
E: Didn't when re-choosing OS
1.PNG
E2: I tried the below what Mayor asked me to do the other day and it is coming back as true, so I cant see where the issue is.
Simba Code:
program new;
{$DEFINE SMART}
{$i srl-6/srl.simba}
begin
setupSRL();
repeat
writeLn(productionScreen.isOpen());
until false;
end.