Hello people ..
is there a way to know the actual screen size ..???
am using a form
Hello people ..
is there a way to know the actual screen size ..???
am using a form
Basically if you want to get your windows size, the previous codes would work. But if you want to get the actual screen-size of the device you could use functions provided by the screendevice, you could get a instance of the screendevice by using CEikonEnv::Static().
yucca
yes.
but probably not in java ...
there are two approches for this : it can be dynamical, or statical.
in a dynamical way, you'll check getHeight, and getWidth.
Yet, there might be some issues if you go full screen.
in a statical way, you can use some precompilation and include the size of your target screen. People like J2ME polish have a huge base of devices with the screen size and full screen size of each of them.
Thanks... I was checking this from the "new posts" and missed completely that it was under Java, gotta focus a bit more, I quess...
yucca