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...
Type: Posts; User: skalogir; Keyword(s):
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...
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...
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...
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...
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...
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...
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...
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:
...
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;...
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...
..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...
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...
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
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...
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...
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...
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...
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...
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.
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...
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...
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.
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.
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...
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...