how to use the set full screen mode ?
hai...i' a newbie ..i hav one question ...how to use the set full screen mode for my application..
i found.
public void setfullscreenmode (boolean mode)
but when try in my application it error and other
canvas.setfullscreenmode(true);
actually i don't know where i should put this code
[340 byte] By [
NyyDNyDa] at [2007-11-26 20:01:47]

i also found the coding it use like
setFullScreenMode (true);
but when i apply it ..it error because cannot resolve the symbol.
my question is which one i should use; declare the
public void setFullScreenMode (boolean mode);
first or use
setFullScreenMode (true) ;
or other way ..what i need to do to use setFullScreenMode
I suggest you read the tutorial and study all the example programs, again(?).Full screen mode might be a bit too much for a beginner to understand,especially if you can't tell the difference between needing to call a method,and needing to define a method.