My sincere thanks to Ron and all of you for this encouragement. :)
Type: Posts; User: gaurav007; Keyword(s):
My sincere thanks to Ron and all of you for this encouragement. :)
Hey Graham,
Congratulations !! you deserved it. :)
Regards,
Gaurav
To create a consumer application of such type without the manufacturer support will not be possible. There is no support on API level for this.
Can you share the purpose behind this? What I can understand is - you are asking user to enter url in one of three textfields and then open that link in mobile browser...is it right? If yes then you...
Can you elaborate the question further? Do you want to know the possibility of retriving data by MIDlet 2 that has been stored by MIDlet 1 ?
Can you put more observations - like with what kind of forms it works. I know that you've created onjects of same class but there must be differnece in terms of number of list elements or the...
Are you sure that your loginWaitScreen object gets successfully created? Are you able to display it anywhere else in app? You can also try to insert a delay of 5 secs between the two threads to see...
Can you try the following line with your list:
list.setFixedSelection(List.FIXED_NONE_CYCLIC);
Please give more details like, what all types of form are there. And it works for which form and for which form it doesn't.
Generally, you don't have to do anything with list but simply make the...
LWUIT will be the best and easy way to go for such interface. It provides a set of layouts that can be used as per your need. BoxLayout and GridLayout are good to serve your purpose. Using canvas...
Is there a specific reason to create your own component? LWUIT is one good library that has far more flexibility than J2ME high level component Text box.
Use setColor method of Graphics class to change the color of fonts as you desire. Again, this can be done only if you are working with Canvas. Otherwise LWUIT is good option to get an attractive UI...
Use Canvas.KEY_STAR to see if * key has been pressed.
Is your landscape image kept where the code expects it to be? Try to see if there are any exceptions while creating landscpe image. Also, try to launch the application in landscape mode only to see...
What's your objective? Do you want Canvas to behave like Form or vice versa? Please confirm.
Yes, going right - look at following:
Image[] imageArray = new Image[numberOfElement];
imageArray[0] = Image.createImage("/i.png");
No need of an extra variable. And you may need to...
What is the value of strConnectString?
Also, you can save them in File system using File Connection API but it will require the device to support JSR 75.
Are you sending port directed SMS?
Replacing the hand shaking video is not possible.
Some recent phones of S40 may support J2ME background running app but not all phones. You can try creating such application using Symbian platform.
Custom fonts are generally found used when application has low level (Canvas) based UI.
Below link can be of help:
Java verified supported devices
It has indicated a lead device for a family. And they believe that if an application is compatible to the lead device - all family of...
Please elaborate further what exactly do you mean by geo-tag?
The advantage of using LWUIT would be - it supports touch events implicitly. You don't have to do anything to handle it. First try the LWUIT demo application (supplied with the LWUIT download...