Discussion Board

Search:

Type: Posts; User: bjajo780; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,287

    Sorry folks! Now I got the proper SDK for...

    Sorry folks!


    Now I got the proper SDK for 3510i. The emulator seems to work fine now.

    I still wonder how you guys are doing to make device independent applications (I'm talking about canvas...
  2. Replies
    4
    Views
    4,287

    Hey guys! This is very important! You must...

    Hey guys!

    This is very important! You must have the same problem, right?

    /Bjarne
  3. Replies
    4
    Views
    4,287

    3510i midp sdk v1.0 = Series 60?

    Hi!

    Why do I get a s60-emulator instead of an actual 3510i emulator (my setup: jb9 personal + mobile set 3.01)? I'm developing an application for a wide range of users, so I really need it to work...
  4. Replies
    7
    Views
    4,765

    ok, now i got it to work. thanks anyway! ...

    ok, now i got it to work.

    thanks anyway!

    //Bjarne
  5. Replies
    7
    Views
    4,765

    Hello! I found "public final String...

    Hello!

    I found "public final String getAppProperty(String key)" in the midp api, which i suppose does the job, but i don't get it to work! It returns null with all the keys I have tried so far.
    ...
  6. Replies
    7
    Views
    4,765

    Display package version.

    Hello!

    I'd like to display the version number of the JarJad-package in my application. Can this be done in j2me?

    cheers,
    Bjarne
  7. Replies
    5
    Views
    6,010

    RE: Nokia Series 60

    I think the problem is that you installed the Series 60 SDK in a path that has spaces (at least I think that was the sollution for me when I had the same problem)... Try replace those " " with "_"...
  8. Replies
    1
    Views
    3,954

    Are there any more emulators than 6310i?

    Hello!

    I'd like to test my applications on other devices than my 6310i. Are there any more emulators than the 6310i (except for the standard emulators)? If so, where can I download those?
    ...
  9. Replies
    3
    Views
    5,606

    RE: 6310: Using space in soft key caption?

    That didn't work actually. When i try do do it it looks like this:
    Change[]station (with a square instead of a space)

    Any other suggestions?

    /Bjarne
  10. Replies
    2
    Views
    4,363

    RE: Num keys on 6310?

    Thank you for your reply! I solved it by just reading keyCode (without converting it to gameAction...). As easy as that!

    I suppose my application won't work on other devices than 6310i, but that...
  11. Replies
    2
    Views
    4,363

    Num keys on 6310?

    Hello!

    I have implemented a list which the user can scroll by using up & down keys. The list consist of more than 30 elements of which 4 is shown on the screen at the same time. This is of course...
  12. Replies
    7
    Views
    6,460

    RE: Global root overflow

    It seems like the problem only occurs on the emulator.
  13. Replies
    3
    Views
    5,606

    6310: Using space in soft key caption?

    The emulator buys it, but my 6310 only shows the text before the space. If I define a soft keys caption to be "Change station" the output will be

    "Change station" (on the 6310i emulator)
    "Change"...
  14. Replies
    7
    Views
    6,460

    RE: Global root overflow

    I have the exact same problem. I use this code to read the inputstream from the http server:

    -----CODE---------
    int byteRead = 0;
    int chunkSize = 1000;
    byte[] data = new byte[len];

    while...
  15. Replies
    4
    Views
    6,435

    RE: Keeping gprs connection?

    Darn! :( I thougt I had it right there, but how wrong was I?

    This is my suggestion to the problem, wich works fine the first time I call the sendTo function, but fails by the second time.

    Can...
  16. Replies
    4
    Views
    6,435

    RE: Keeping gprs connection?

    I think I solved it :) The problem was that I didn't catched and threw the exceptions the right way... I will post the solution later as soon as I have cleaned up the code a little bit!

    /Bjarne
  17. Replies
    4
    Views
    6,435

    RE: Keeping gprs connection?

    Well... that's a good idea, but I don't think it will work in my case. The communication between the mobile and the server side won't be constant, but forced by the user. The user should be able to...
  18. Replies
    4
    Views
    6,435

    Keeping gprs connection?

    Hello!

    Right now I'm using something like this:
    void postViaHttpConnection(String url) throws IOException {
    HttpConnection c = null;
    InputStream is = null;
    OutputStream os = null;

    try {
    c...
  19. Replies
    7
    Views
    4,941

    RE: Two simple questions!

    i solved the font problem btw. (by using g.setFont(Font.getFont(Font.FACE_SYSTEM,Font.STYLE_PLAIN,Font.SIZE_SMALL)); )

    /Bjarne
  20. Replies
    1
    Views
    6,393

    Larger canvas?

    Hi!

    This is maybe not a J2ME issue, but I'd like to make an application that shows a map. The map is a couple of times larger than the 6310 canvas, and my idea is to pick out a small area of the...
  21. Replies
    3
    Views
    6,485

    RE: Display's aspect ratio

    oops. that didn't look too good but i think you understand =)

    ..and of course that value is what you should multiply your arc width with, x was not a very good choice of variable name!
  22. Replies
    3
    Views
    6,485

    RE: Display's aspect ratio

    I tried to do the same thing and of course got the same result. After some measuring with a ruler I found out that my circle was exactly 10.0 mm high and 8.5 mm wide.

    If you want it to be 10.0 mm...
  23. Replies
    2
    Views
    4,766

    RE: Using the arrow keys (up & down) on 6310i?

    Perfect!

    That did work on my first CTRL+C & CTRL-V attempt. Thank you =)

    /Bjarne
  24. Thread: WAP or GPRS?

    by bjajo780
    Replies
    2
    Views
    4,683

    RE: WAP or GPRS?

    Thank you Sudnyesh!

    Your answer did really point out the information I was looking for (and hoping for)! I'm going to experiment with this gprs-stuff for a period of time now, and hopefully I...
  25. Thread: WAP or GPRS?

    by bjajo780
    Replies
    2
    Views
    4,683

    WAP or GPRS?

    Hi!

    I'm currently in a project for the summer and i'm supposed to test if we can use gprs to show some realtime info on a mobilephone as a complement to our web services. The idea is that the user...
Results 1 to 25 of 39
Page 1 of 2 1 2
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved