GrabDesktop - Possible bug
Posted: Tue Feb 28, 2023 6:11 pm
Hi,
In previous Hollywood versions (I think 8) the following worked fine with no error:
blead=GrabDesktop(Nil, {X=cnt+FWIDTH, Y=sfloor, Width=FWIDTH, Height=FHEIGHT, PubScreen="Workbench Screen"})
Under 9.1 I get an error that it can't find the public screen and have to replace with:
blead=GrabDesktop(Nil, {X=cnt+FWIDTH, Y=sfloor, Width=FWIDTH, Height=FHEIGHT})
This works most of the time but I really need it to just use the workbench screen. Am I doing something wrong or is this a bug? I'm working with WinUAE, OS3.9, and Hollywod 9.1.
NathanH
In previous Hollywood versions (I think 8) the following worked fine with no error:
blead=GrabDesktop(Nil, {X=cnt+FWIDTH, Y=sfloor, Width=FWIDTH, Height=FHEIGHT, PubScreen="Workbench Screen"})
Under 9.1 I get an error that it can't find the public screen and have to replace with:
blead=GrabDesktop(Nil, {X=cnt+FWIDTH, Y=sfloor, Width=FWIDTH, Height=FHEIGHT})
This works most of the time but I really need it to just use the workbench screen. Am I doing something wrong or is this a bug? I'm working with WinUAE, OS3.9, and Hollywod 9.1.
NathanH