but there is drawing in full view (the same function draw glance/full) all other devices run well.
and simple code doesn't run on sim at all:
class PSXGlanceView extends UII.GlanceView
{
...
function onUpdate(dc)
{
dc.setColor(GRA.COLOR_WHITE,-1);
dc.drawLine(0, 0, dc.getWidth(), dc.getHeight());//<-------------- freezing sim
}
...
}
sdk 4.0.3
eclipse plug in 4.0.4
eclipse Version: 2021-03 (4.19.0) Build id: 20210312-0638,
windows 10
-
_psx_
over 4 years ago
-
Cancel
-
Up
0
Down
-
-
More
-
Cancel
Comment-
_psx_
over 4 years ago
-
Cancel
-
Up
0
Down
-
-
More
-
Cancel
Children