Discussion Board

Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    7,443

    Hi kbateman, well, this doesn't solve your...

    Hi kbateman,

    well, this doesn't solve your original problem but why don't you go with the DataInputStream for reading the data, and DataOutputStream for writing the data?

    Then you could use...
  2. Thread: Printing Errors

    by enough
    Replies
    4
    Views
    4,357

    You could also use the logging framework of J2ME...

    You could also use the logging framework of J2ME Polish, that allows you to view plain System.out.println()-messages on your device. Any logging statements can be deactivated as well, so you can...
  3. Thread: BitMap Fonts

    by enough
    Replies
    0
    Views
    7,612

    BitMap Fonts

    Hi,

    J2ME Polish now supports BitMap Fonts, so you can use any kind of fonts in your applications now - even for TextFields!

    J2ME Polish is available at http://www.j2mepolish.org

    J2ME Polish...
  4. Replies
    0
    Views
    6,558

    J2ME Polish 1.2.3

    J2ME Polish 1.2.3 is now available at http://www.j2mepolish.org

    J2ME Polish is a collection of tools for creating "polished" wireless Java applications. Features include build tools, a device...
  5. Replies
    0
    Views
    6,538

    Announcement: J2ME Polish 1.2.1

    J2ME Polish 1.2.1 is now available at http://www.j2mepolish.org

    J2ME Polish is a collection of tools for creating "polished" wireless Java applications. Features include build tools, a device...
  6. Replies
    3
    Views
    4,204

    Alternatively you could use J2ME Polish, since...

    Alternatively you could use J2ME Polish, since obfuscation is very simple with it. It also supports ProGuard 2.1, ProGuard 3.x and RetroGuard out of the box.

    J2ME Polish is available at...
  7. Hi eyvind1, You need to "hide" the...

    Hi eyvind1,

    You need to "hide" the import-statement from devices of other vendors:



    //#ifdef polish.api.nokia-ui
    import com.nokia.mid.ui.*;
    //#endif
  8. Replies
    3
    Views
    6,059

    Hi Dwidharma, use a CustomItem and override...

    Hi Dwidharma,

    use a CustomItem and override keyPressed(int) for getting key-events.

    Best regards,
    Robert
  9. Preprocessing is actually a lot easier with J2ME...

    Preprocessing is actually a lot easier with J2ME Polish - http://www.j2mepolish.org - , since it contains a device database, so it's perfectly suited for created multiple device builds.

    Just to...
  10. Replies
    8
    Views
    6,965

    Hi Arielm, that's nice to hear...! Also, now I...

    Hi Arielm,

    that's nice to hear...! Also, now I do know that I really need to integrate a "javacTarget"-switch in J2ME Polish ;-))

    http://www.j2mepolish.org

    Best regards,
    Robert
  11. Replies
    15
    Views
    13,247

    I don't know of any Nokia phone supporting the...

    I don't know of any Nokia phone supporting the Location API (JSR 179) so far, but there are some phones out there:

    http://www.j2mepolish.org/devices/devices-locationapi.html


    Best regards,
    ...
  12. Replies
    6
    Views
    6,962

    You can automate the MIDlet-signing with J2ME...

    You can automate the MIDlet-signing with J2ME Polish by the way:

    http://www.j2mepolish.org/docs/how-tos.html#howto-signing

    Best regards,
    Robert
  13. Replies
    8
    Views
    6,965

    Hi guys, one thing would interest me - what...

    Hi guys,

    one thing would interest me - what target do you use for the javac (1.1 or 1.2) and what J2SE version are you using for compiling?

    If you're using the "1.1" target, have you tried the...
  14. Replies
    2
    Views
    4,258

    It's actually faster to have to separate int[]...

    It's actually faster to have to separate int[] arrays. And obviously it should be static and final...

    But otherwise it's fine (haven't checked the calculation, though).

    Best regards,
    Robert
  15. Replies
    3
    Views
    5,012

    Well, never trust an emulator ;-) When you...

    Well, never trust an emulator ;-)

    When you have a look at the forums, you will see that people are always complaining "but it works on the emulator!"... Test early and test often is vitally...
  16. Replies
    2
    Views
    4,375

    Hi Johan, you can check most of the J2ME...

    Hi Johan,

    you can check most of the J2ME relevant data here:

    http://www.j2mepolish.org/devices/Nokia/6600.html
    http://www.j2mepolish.org/devices/Nokia/6230.html

    Best regards,
    Robert
  17. Replies
    2
    Views
    6,188

    Hi Dmford, you can use preprocessing: ...

    Hi Dmford,

    you can use preprocessing:



    //#if polish.api.nokia-ui
    private final static int LEFT_SOFT_KEY = com.nokia.mid.ui.FullCanvas.KEY_SOFTKEY1;
    private final static int...
  18. Replies
    0
    Views
    4,671

    Announcement: J2ME Polish 1.1.1

    Hi everyone,

    Today the 1.1.1 release of J2ME Polish has
    been published on http://www.j2mepolish.org.

    J2ME Polish is suite of tools for creating "polished" J2ME applications.
    Each tool meets...
  19. Replies
    2
    Views
    6,859

    With J2ME Polish you can build you application...

    With J2ME Polish you can build you application for different target-devices at the same time. For your problem there are two virtual devices incorporated: Nokia/Series60 and Nokia/Series60Midp2
    ...
  20. There is somewhere a Zip-compressor available...

    There is somewhere a Zip-compressor available which works on Input/Outputstream. Don't expect good results with wav and amr files, though.

    Google around a bit to find this API.

    Best regards,
    ...
  21. Replies
    7
    Views
    5,052

    Hi guys, these things are easier dealt with...

    Hi guys,

    these things are easier dealt with preprocessing:



    MyCanvas
    //#ifdef polish.api.noki-ui
    extends com.nokia.mid.ui.FullCanvas
    //#else
  22. Replies
    6
    Views
    6,472

    Hi DasPinsch2, 1) Motorola devices support...

    Hi DasPinsch2,

    1) Motorola devices support different APIs, sometimes depending on the vendor

    2) Not all Series 40 devices are the same - the modern versions support for example 128 kb JAR...
  23. Thread: MIDP2 Layouts

    by enough
    Replies
    5
    Views
    7,317

    Hi Splay, it really sucks with your job and I...

    Hi Splay,

    it really sucks with your job and I can understand your move to C.

    When I read about the MIDP/2.0 design possibilities I was really enthusiastic about it - wow! But when reality...
  24. It's always a pleasure :-) Take care, ...

    It's always a pleasure :-)

    Take care,
    Robert
  25. Replies
    5
    Views
    4,904

    You can use your List with the GUI of J2ME Polish...

    You can use your List with the GUI of J2ME Polish (http://www.j2mepolish.org) - it wraps like you would expect and additionally you can design your List with CSS, e.g.


    background-image: url(...
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4
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