how about creating a timestamp and then creating a random number to alter that time stamp by the random number u can then use a date object to convert that timestamp to a readable format
Type: Posts; User: rooossone; Keyword(s):
how about creating a timestamp and then creating a random number to alter that time stamp by the random number u can then use a date object to convert that timestamp to a readable format
ive had alot of problems with this myself, i found the best way to achieve different displayables is to use an interface class that has a run and a paint method. create a couple of classes that use...
try passing display into your Options class constructor and cal display.setCurrent(this); from the constructor
That would be S60 3rd Edition, I believe Feature Pack 2 but i think that it may only be feature pack one, please someone correct me if im wrong but i think the newer firmware and handsets use fp2
any source code to help us find your problem
Font font = Font.getFont (Font.FACE_MONOSPACE, Font.STYLE_BOLD,
Font.SIZE_LARGE) ;
g.setFont (font);
g.drawString("String", getWidth()/2, getHeight()/2, BASELINE|HCENTER);
* Set the scan settings back to the values before the game has been started,
my bad,
have you considered storing the original settings when you start the app and then re set them in your closing method about the services that could generaly be a matter of closing the...
this may help you
http://wiki.forum.nokia.com/index.php/WISE_Unregister_Service
I dont know if any of this is still valid but devlin has a great tutorial on use of icons etc...
Devlins Lab
if you explicity define what each button can do in the commandaction method im sure this will work. i use the n95 8gb as well and it seems to wrok for me
example:
public void...
Hey I managed to sort that problem out by putting the menuScr initialisation in the canvas constructor. not ideal but it works. now i have a problem when closing and re-opening the app within the...
Check this out. This may help you to work with the soft keys in another manner
Hey Guys Im Still Having the same problem with my code and i could really do with a fresh set of eyes to see where i've gone wrong... I've uploaded my netbeans project for anyone to download and have...
in commandAction method try an if clause to poll for the buttons pressed and have the fire button call the correct method
can you create a rectanlge class that would store the points of each corner of a tile and it would hold a method like collidesWith(Sprite s) or whatever... you would then have a rectangle object in...
yeah its deffinately initialised because i can see that it has painted everything to the screen, the exception jumps up after everything has been painted, if also put in System.out's before and after...
hey guys n gals,
Im having a problem with a new menu approach i found on the net here the link to the blog its on.
basically i have a canvas that paints seperate 'screens'. the splash screen...
I do not know how i did it but i have managed to get ODD to work via netbeans. i can get the application sent over to my phone and i see teh white screen with the startup script appear on my phone....
this is the exact same problem i am getting and would love it if somebody could help us out!
Hey im really starting to get very angry with this error i'd love some help as to how this can be fixed... ive dont nothing but googling for about a week now and nothing.
i am getting an...
have you tried 'setFullScreenMode(true)' ?
no no, i am using netbeans 6.1 with S60 3rd FP2 SDK v1.1, I am trying to ODD a simple j2me app and im getting this error it seems like a fairly essential part of the SDK has a hefty bug, is there...
nice one man kudos to you!!!
very nifty looking app!!! however i cannot seem to install any of the sis files on my N95. if you ever get this rectified id love to see what it can do!