hi,
i use RMS to store some small information.
when i only open the recordstore and close the recordstore i lost around 4KB of mem. why?
any ideas why this happen?
thanks!
Type: Posts; User: iecomdev; Keyword(s):
hi,
i use RMS to store some small information.
when i only open the recordstore and close the recordstore i lost around 4KB of mem. why?
any ideas why this happen?
thanks!
hi,
we had the same problem! it seems that there is a bug or something in the DirectGraphics stuff.
as i know this error only happen when you draw a flipped or rotated image over the border of a...
hello,
anybody any idea how to display chinese on a S60 emulator?
we need it to adjust the textsettings to fit on the screen.
and as i know, only the 7210 emu. supports chinese
any tipp will...
thanks for the code!
now i got a dark blue in the background
i save my PNG´s with photoshop
can this be the reasen?
my code is
myimage = null;
nothing of this works
not on the emulator and not on the phone
if have used:
0xF0000000
0x0F000000
0xFF000000
0x0000F000 << a solid green!!!!
as i know there is a bug or something with the transparency on s60! also in the emulator it doesnt work - dont no why and i got no solution for that.
you cant make a transparent image with:...
s60 dont quit apps by pressing "hang on"-button
the app goes to background
press and hold the menu button of your phone
a smal taskswitch window appear - where you can reactivate apps and quit...
hi all,
i have an offscreen 128x128 of size
i have set the clip also set to 0,0,128,128
i draw some images onto this offscreen using directgraphics and some rotation and flipping to this
...
Hi,
is it correct that i must replace the transparent color to the given background color if the images will be transparent on the screen?
example:
so if my backgroundcolor is black (0,0,0)...
hi
ive got the same problem
i found out that if you use DirectGraphics the images are not clipped >> setClip() . so when your sprites running out of your screen and/or offscreen buffer - images...
hi,
I´m using DeluxePaint II by Dan Silva from the good old 80´s
its a very good thing to paint those pixelgraphics
i have never found a better paintprogramm.
I save the files as...
hi everybody,
i have an offscreenbuffer for all my game drawings
the offscreenimage is 128 pixels in X
now i want to copy a part of this offscreenbuffer to a new position inside themselve to...
hi pallaire!
have you found a workaround for this problem?
i also have this problem with a brand new 3650
thanks for any hint
regards
andreas
thanks!
hello shahzad73!
did you have solved the problem?
i have the same problem and question
what will happen to a running timer task if a new one will executed!
we habe some problems with corrup...
hello,
in my app i have a timer to do the mainloop
myTimer = new Timer();
myTimer.schedule(new myTask(), 0, 40);
my app needs 30-40 millisec to do one loop incl. painting all...
hello!
does anybody know what the following err. msg is:
ALERT: CallAsyncNativeFunction_md problem
sometime my s60 emulator quits and display this error
im using the concept beta 0.2
...
hi,
can anybody tell me how to find the solution for a "corrupt heap" err msg!
what does it exectly mean? whan can it happen
in our app it comes at no special time or event
thanks for any...
hi,
thanks for your answer
i think íts not a mem leak - because when i call gc() before freeMemory() - i have a contstant memory ad around 32 KB - thats good!
the problem was not the memory - i...
hi!
on my 6610 it runs fine
nice game :)
and nice gfx :)
andreas
hello.
does anybody know what > "corrupt heap" < mean?
this happens in my app on a 6610 real device
thanks
andreas
hello,
when I display freeMemory() in my app, i can see values decreasing down to zero after a while
but why - I load all graphics at the start of my app. so why is memory decreasing during...
http://www.forum.nokia.com/main/1,35452,1_75_15_10,00.html
read read read...
now we have checked the mem size by calling
Runtime.getRuntime().gc();
Runtime.getRuntime().freeMemory();
in the app the mem is always in good condition and doesnt go down. than some time the...
hello,
error message > "Bad dynamic heap objects found!"
when i call Runtime.getRuntime().freeMemory() in my paint methode i dont get this error message
the memory decreasing permanently...