PtSteResource restricted during draw function?

I’m having some problems with a crash in a Photon app
which sets things like text box contents and meter
needle positions from a redraw callback.

The redraw callback is for a PtRaw inside an OS
container. I can make this happen in a debugger, and
it’s crashing while damaging tiles associated with
a widget.

Are there restrictions on what you can call within
a draw function?

Wierdly, this only crashes on a Panasonic laptop.
On our desktop machines (which are AMD K7 machines), it works fine.

John Nagle

QNX not supposed to setresouces in ptraw callback function. You can get
resouces in it ,but can’t set it.

“John Nagle” <nagle@overbot.com> ???:dcgvvo$lll$1@inn.qnx.com

I’m having some problems with a crash in a Photon app
which sets things like text box contents and meter
needle positions from a redraw callback.

The redraw callback is for a PtRaw inside an OS
container. I can make this happen in a debugger, and
it’s crashing while damaging tiles associated with
a widget.

Are there restrictions on what you can call within
a draw function?

Wierdly, this only crashes on a Panasonic laptop.
On our desktop machines (which are AMD K7 machines), it works fine.

John Nagle