Discussion Board

Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Re: Possible to get the current visible items in a list?

    Hi same_matale,

    Create a temp vector with the number of records you want to display and add a load more button after your list. When you click on load more..then add another set of objects to that...
  2. Replies
    4
    Views
    2,539

    Re: Does J2ME support tripleDES

    Thanks itminds4u for your post.....it works...
  3. Re: In J2ME, is there any method or property which similar to gotFucus() & lostFocus

    You can simply add a focus listener on choicegroup , and handle your funtionality in focusgained() and focuslost() methods of focus listener...
  4. Re: Max Response data size handled by device

    Thank you very much guys..
  5. Re: Max Response data size handled by device

    How to check the amount of heap used by my application?
  6. Max Response data size handled by device

    Hi all,

    I have a JSON response with size 128kb, which has to be fetched in my application through HTTP request and stored in some vectors/arrays for further processing.
    Can I know what is the max...
  7. Re: Getting Unique Id from all java phones especially from S40 devices

    Actually we have to do that reset mechanism manually....as the cases for new installation/reinstallation/software updation is less...
  8. Replies
    6
    Views
    782

    Re: Entering characters from RIGHT to LEFT

    Create a class say MyTextField and extend the class with TextField and override the methods of that class as per your requirement.
    Then create a TextField component as:
    TextField tf=new...
  9. Replies
    6
    Views
    782

    Re: Entering characters from RIGHT to LEFT

    You can do it by extending the input component class and every time you enter a character reverse the complete string and update the input field.
  10. Re: Getting Unique Id from all java phones especially from S40 devices

    In that case it will generate a new local UUID if its not located and the reset mechanism follows which will solve the issue...
  11. Re: Send emails from application with image attachment without using SMTP settings

    did u gone through this thread... similar to your requirement...
  12. Re: Getting Unique Id from all java phones especially from S40 devices

    For locally generated UUID, against every user it is stored in db and verifying against the id for every login works.
    And in the case of uninstalling the app....a reset for that UUID to a particular...
  13. Re: Send emails from application with image attachment without using SMTP settings

    Hi vinu_007,

    This link might help you.
  14. Re: HTTP Connection sending request twice after 30 sec

    Hi im2amit,

    As you said "keep writing back in chunks..." is not possible for me because , my application is for mobile recharge process, which has to wait for the process to be completed.
    Im...
  15. Re: HTTP Connection sending request twice after 30 sec

    Hi skalogir,

    Unfortunately none of the methods described by you did not work for me.
    did any one found a solution for this issue??
  16. Re: [moved] java.io.IOException: 42-Error in HTTP operation

    Hi,

    You can find some info on error codes from this link
  17. Replies
    5
    Views
    1,013

    Re: hide platformRequest prompt

    Hi ickroo,

    You must have your MIDlet signed with manufacturer or operator, inorder to bypass the default MIDP security prompts.
  18. Replies
    3
    Views
    856

    Re: Show Status bar in Lwuit J2ME

    Hi Dev.Reham,

    LWUIT Forum URL:
    http://www.java.net/forums/embedded/lwuit

    Have a nice day!!
  19. Replies
    3
    Views
    856

    Re: Show Status bar in Lwuit J2ME

    Hi,

    I would suggest you to visit LWUIT forums for better solutions on LWUIT topics.
  20. Replies
    5
    Views
    3,726

    Re: platformRequest() w/o user interaction?

    One workaround would be fire a key programatically using form.keypressed(keyCode) just when you need to make a call. And handle the key event by calling the platform request.
  21. Replies
    5
    Views
    3,726

    Re: platformRequest() w/o user interaction?

    Hi Santos,

    have u tried this:

    private void call(String number) {
    try {
    platformRequest("tel:" + number);
    } catch (ConnectionNotFoundException ex) {
    // TODO: Exception...
  22. Re: How to hide/remove title bar of LWUIT form?

    Hi ducngo,

    Try the following code:

    form.getTitleArea().setVisible(false);
  23. Re: The application cannot connect to the network successfully??

    Access point is specific to individual operators and these settings has to be made seperately for accessing wap and accessing applications(Check the application settings under settings option)for...
  24. Re: The application cannot connect to the network successfully??

    Hi,

    If you are connecting to the network through GPRS, the possible problems could be :
    1)The access point through which the application connects to network.
    2)The network response format...
  25. Replies
    5
    Views
    862

    Re: LWUIT Form with multiple Components

    Hi pavanragi,

    Only add the components which u want them to be in a row. Check your code once thouroughly where you are adding the components.
    Somewhere you are adding the same component twice...
Results 1 to 25 of 57
Page 1 of 3 1 2 3
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