Select Window 4
Quote from Gowtham on April 14, 2022, 12:59 pmI had a reply, on Gambas User Lists, from Benoît this morning. He said:
It means that you have to do:
Object.Lock(MyDrawingArea)
instead of:
MyDrawingArea.Lock()So using this method (after removing coding to have a form emulating a MsgBox), that app is now working properly. I'll now be able to move onto my StreamRecorder app: it does recording of a video stream whether desktop screen, window or an area). What a marathon!
I'm corresponding still with Jon Davies (maintainer of get-iplayer) about why my iRecorder app gives connection errors to BBC servers. He's scratching his head at the moment! Could you try downloading the app from the Gambas Farm and see if it runs OK for you?
Click here to download : SelectWindow.tar.gz
I had a reply, on Gambas User Lists, from Benoît this morning. He said:
It means that you have to do:
Object.Lock(MyDrawingArea)
instead of:
MyDrawingArea.Lock()
So using this method (after removing coding to have a form emulating a MsgBox), that app is now working properly. I'll now be able to move onto my StreamRecorder app: it does recording of a video stream whether desktop screen, window or an area). What a marathon!
I'm corresponding still with Jon Davies (maintainer of get-iplayer) about why my iRecorder app gives connection errors to BBC servers. He's scratching his head at the moment! Could you try downloading the app from the Gambas Farm and see if it runs OK for you?
Click here to download : SelectWindow.tar.gz