Discussion Board

Search:

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

Page 1 of 12 1 2 3 4

Search: Search took 0.03 seconds; generated 5 minute(s) ago.

  1. Replies
    5
    Views
    1,065

    Re: Java problem with Symbian Belle SDK v1.0_3 [SOLVED]

    Just a short input on this issue. The Java Developer's Library for Symbian is now available in offline format from here:

    http://www.developer.nokia.com/Resources/Library/

    Java Developer's...
  2. Re: LWUIT TextArea - edit on focus for non-touch devices?

    You are welcome. LWUIT for Series 40 is customized to take into consideration, when possible, the Nokia UI API that is not part of Oracle's standard Java ME (or LWUIT) offering. The interesting thing...
  3. Replies
    1
    Views
    1,655

    Re: java.lang.InstantiationException

    Hi girishpadia,

    Do you succeed in making the UI run in the emulator, under the simple scenario where you only create a LWUIT form with a few components (e.g. a TextField and a Button) and no...
  4. Re: LWUIT TextArea - edit on focus for non-touch devices?

    Hi Jim,

    There isn't any existing method that you can use in order to achieve this. The down key, in a TextArea is reserved for moving the cursor between the lines (since a TextArea can have...
  5. Replies
    1
    Views
    1,719

    Re: Nokia Debug Device not working for Asha 205

    Hi trivedikamal123 and welcome to Nokia's Developer Discussion Boards,

    After a quick test on Nokia Asha 205 running software from the 10th of July 2012, I managed to both install the On Device...
  6. Replies
    9
    Views
    1,704

    Re: How do you debug with Nokia SDK 2.0?

    Thanks for sharing your system information. Does the crash happen when you launch the IDE or do you successfully launch the IDE and add your code, but the Emulator crashes when you try to compile and...
  7. Replies
    9
    Views
    1,704

    Re: How do you debug with Nokia SDK 2.0?

    We are sorry to hear that. If you are interested in returning back to the IDE, you might want to launch the Task Manager and check if you have multiple processes called "javaw" running at the same...
  8. Replies
    9
    Views
    1,389

    Re: mobile application

    Hi,

    I am afraid what you are asking for is not available, not even in the latest Series 40 full touch devices. This is only possible on Symbian devices with the following sample code:


    ...
  9. Re: Shoutcasting Internet Radio Streaming and playing Mp3 Files in J2me Midlet(Java):

    Hi pavanragi,

    Can you try to play an mp3 over http with this code?



    import java.io.IOException;
    import javax.microedition.lcdui.Command;
    import javax.microedition.lcdui.CommandListener;...
  10. Replies
    9
    Views
    1,704

    Re: How do you debug with Nokia SDK 2.0?

    Hi jkoorts,

    You debug Java ME applications in the same way as with standard Java applications when using Eclipse. You only need to hit the debug button (this should cause Eclipse to switch to...
  11. Replies
    2
    Views
    816

    Re: UI for showing video

    ..and to ensure backward compatibility you might want to use com.sun.lwuit.VideoComponent instead, as MediaComponent seems to become deprecated. Or even better, use the standard VideoControl from the...
  12. Re: Streaming youtube videos on j2me MIDlet(java)

    This question has already been answered but given that it seems this thread has a higher Google redirection rate, it might be worth repeating that there is an article that describes how to stream...
  13. Re: Command is not working on LWUIT Form Screen

    Hi pavanragi,

    What if you call


    form2.setBackCommand(m_backCommand)
    ?

    I have tried the following code below which switches between two Forms by clicking on the Back Command
  14. Re: we need help about Nokia Mobile Dialer developer

    Hi seetel and welcome to Nokia's Discussion Boards,

    The SIP API is only supported on some of the older Symbian versions, from S60 3rd Edition (initial release) up to S60 3rd Edition Feature Pack...
  15. Replies
    5
    Views
    2,045

    Re: J2ME Push Notification

    Hi susobhan,

    The Notification API is not at this time available for Series 40 devices. You might want to consider PushRegistry instead for waking applications on Series 40.

    You can find an...
  16. Re: How to identify List item in lwuit Form Screen?

    Hi pavanragi,

    For this particular use case, it might be easier to use standard LCDUI Components, instead of LWUIT on full touch Series 40 devices. One suggestion would be to use the following...
  17. Re: HELP - Create non-touch/older phone application using this Nokia SDK 2.0 for Java

    I can confirm that the Series 40 5th Edition FP1 SDK works with the following releases:

    NetBeans 7.2
    Nokia Eclipse IDE (integrated with SDK 2.0)
    Eclipse IDE Helios Service Release 2
    JDK...
  18. Re: Problem using Symbian emulators within NetBeans 7.1.1-7.2

    Hi Kosta,



    I have just tried to download NetBeans 7.2 and integrate Nokia Belle SDK 1.0 to it, without any problems. I am using a Windows 7 Enterprise Edition 32 bit System and during...
  19. Replies
    1
    Views
    1,208

    Re: Live video streaming using J2ME

    Hi kumarsai,

    Although the content type might be supported on the S60 5th Edition, progressive playback of 3gpp is first introduced on Symbian^3 according to this.
  20. Re: Problem using Symbian emulators within NetBeans 7.1.1-7.2

    Hi kalgik

    When you say you cannot run your JME projects on Symbian emulators, what is the exact issue? Is it that the emulator fails to launch without any warning? If you get a warning, what is...
  21. Replies
    11
    Views
    1,679

    Re: reading mifare 1k tag

    Hi pradip,

    It seems that this is not an issue of incompatibility of Nokia 603 with 7 byte mifare tags, as I have succeeded in opening a connection to a 7 byte tag, but rather a limitation of the...
  22. Re: How to display Image on the List and Form Screens(on Top) in j2me (java)

    I am afraid setting an Image in a List, is only feasible for the items of the list, not the title. You would probably need to create your own, custom item using this class.
  23. Re: How to Set Image height and width in j2me(java)

    Hi pavanragi,

    You are better off using a ScalableImage instance (svg image) of the Scalable 2D Vector Graphics API. An example of image manipulation (scaling and rotation) can be found here.
  24. Re: How to Run LWUIT RssReader Example App in j2me

    Hi pavanragi.

    This is not a MIDlet example. This is the code for the standard LWUIT class that provides methods to interact with an RSS channel. You would need to create your own MIDlet that make...
  25. Re: Netbeans configuration in Windows 7 64 bit

    Hi harsha921,

    Have you tried to right click on the working project, select Properties, then Platform and then check the Mobile Media API? You need to enable the optional packages to match the...
Results 1 to 25 of 300
Page 1 of 12 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