| Reply | « Previous Thread | Next Thread » |
|
I've some problems using setClip on 7650. It seems like setClip doesn't work!! I have to clip a PNG containing the animation into frames but I always see the big one (not on emulator, only on real phone). Did anyone have the same experience?
|
|
I used setClip on Nokia 7650 wihtout any problem.
I guess, the problem is in your code, post it. |
|
I have the same issue with the 3600. I think the issue is that if you use the Nokia UI DirectGraphics to wrap the Graphics context, the clip settings are not available.
This is very strange behavior, and doesn't match the emulator. Wes |
|
So is there a work-around? I am using DirectGraphics because I had transparency problems using Graphics.drawImage :o(
|
|
Actullay I was having the clipping problem on 6600.
I used setClip and then clipRect the same area.So try using clipRect.But I didn't suffer any problems on 7650 or 3650. |
|
I know on the 3650 if you call setClip() and define a region that runs off the bottom of the screen, it'll ignore the call. clipRect() will work fine in that situation, though.
|
| jameswmohr |
| View Public Profile |
| Find all posts by jameswmohr |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|