Thanks for your response, Bandarap.
With a full screen LWUIT form, will the "action button 1" and "drop down menu" still be present in the form?
Type: Posts; User: ChinLoong; Keyword(s):
Thanks for your response, Bandarap.
With a full screen LWUIT form, will the "action button 1" and "drop down menu" still be present in the form?
Thanks for your response, wizard_hu & bandarap.
I agree that with a full-screen Canvas, a developer can display anything in the app.
However, since the facebook app is built by nokia, is there...
Thanks for your response, Izinin.
However, I'm not sure we are talking about the same app.
Here is the facebook app I am talking about and I think it is built by nokia( as there is nokia...
Thanks for your response.
Below are the commands I used,
f.getMenuBar().getStyle().setBgColor(0xba0303);
f.getTitleComponent().getStyle().setBgColor(0xba0303);
However, the both commands...
Yes, this is a very useful workaround. Thanks!
Excellent! Thanks for looking into the issue.
Hello All,
I'm building an app using Nokia SDK2.0 and LWUIT for Asha 311.
How can I customise the syle for the Title,action button 1 and action button 2 in terms of
- background color...
I am using LWUIT for the Series 40 below.
http://projects.developer.nokia.com/LWUIT_for_Series_40
Below is my code for using the LWUIT textarea.
//Set textarea row to 1, and column to 10...
Thanks for your response.
Yes, I can use simulator that comes with Series 40 SDK for most debugging.
Unfortunately, I recently came across an issue that only occurred on the Asha 311 phone, but...
Hello All,
I tried to follow the instructions at the youtube video below
http://www.youtube.com/watch?v=_YmiDXf9AxE&feature=player_embedded
However, I'm using eclipse. I was able to...
Excellent! I am amazed with how helpful and responsive this forum is for Nokia developers.
This has helped my work immensely!
I currently have a very ugly code work around for the time being....
I am using LWUIT for the Series 40 below.
http://projects.developer.nokia.com/LWUIT_for_Series_40
I need to parse a string similar to below:
<key>title</key>...
Thanks. This makes sense.
Thanks, I used "getPressedStyle" and it works now.
I am wondering what does getSelectedStyle() mean then.
Hello All,
I am using LWUIT for the Series 40 below.
http://projects.developer.nokia.com/LWUIT_for_Series_40
I am using the S40-no-themes.jar.
I have the sample code below. The problem,...
Thanks for your response. May I know if it possible to set the icon for it? It is currently showing a tick. Can I change it to different icon/image?
Hello All,
Is it possible to set the Action Button 1 for a LWUIT form?
http://www.developer.nokia.com/Resources/Library/Full_Touch/#!ui-components/header-bar.html
FYI, I am using Nokia SDK...
Thank you very much for your response!
Hello All,
I have downloaded
Nokia Eclipse SDK here:
http://www.developer.nokia.com/Develop/Java/
and Nokia LWUIT here:
Excellent! Thanks you very much! I'll try this out.
Hello All,
Thanks Nokia for releasing the LWUIT for the Series 40 below.
http://projects.developer.nokia.com/LWUIT_for_Series_40
I was very encouraged that Nokia help support multitouch...
This makes sense now. Thanks!
javax.microedition.lcdui.Image[] unselectedIcons = { ImageHelper.playvideo, ImageHelper.photo };
javax.microedition.lcdui.Image[] selectedIcons = { ImageHelper.playvideo, ImageHelper.photo };
...
Thanks for your response. May I also know how if it is possible for the phone to open a list of jpg files with the phone's native picture viewer. Thanks in advance.
Hello All,
I need to develop a java app using Nokia SDK2.0 on the latest asha phones, 305 and 311.
How can my app play a youtube video? Is it possible to use platformRequest() function to do this?