How to open phone's Inbox inside a MIDlet?

Dear all,
I'm doing a project to let users(clients) selecting some files for download in their mobile phone and once their selection is received, the file will be pushed from the laptop (acts as the server) to the mobile phone via Bluetooth, and it will be stored in the phone's Mesage Box. And the user can open the files received in the Message Box.
Now my application works but has one disadvantage, i.e. the user should close his Java MIDlet application in his phone so as to access the Message Box, and it's very inconvenient since each time he should close the MIDlet, view the file in Message Box, and then re-launch the MIDlet, do the service discovery in Bluetooth again and then request another files to be received...
So are there any means for me to link to the Message Box in the Java MIDlet? In my case I'm using Nokia 6600 for testing, but I can't figure out how to link to it. Or should I use pauseApp() to handle it? Can anyone suggest some way to solve it?
Thanks so much!
gary

I figured it out myself. I added an s:Hgroup around my label and set width="100%" and horizontalAlign="right" you need to set the width to 100% otherwise you're just right aligning within the actual width of the component (which is pretty useless eh?).
I hope this helps someone else too.
Regards,
Mark.

Similar Messages

  • Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)

    Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)?
    Exemple:
    Table1
    Cliente name:
    John
    Client number:
    12345
    Survay number of negative answers:
    3
    Table2
    Questions and answers that were negative:
    Question: How much time where you waiting
    Avaluation: 3 (from 1 to 10)
    Answer: They only called me 1 mouth later
    Can you please help me?

    Hi,
    Based on the description, I understand that you want to add subreport in the main report. When previewing the main report, the subreport can be shown in detail. Please see the screenshots on my test:
    In Reporting Services, we can create parameters and pass them from main report to subreport in order to control the data dynamically.
    References:
    Subreports (Report Builder and SSRS)
    Add a Subreport and Parameters (Report Builder and SSRS)
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • How to open a .par file inside NWDS

    hi all,
    please help me out I want to open a .par file inside NWDS and make change the theame.
    thanks & regards

    Hi Jitender,
    Please try and do the customisation of teh Login page using this Document:
    <b><a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_a-c/customizing%20the%20logon%20user%20interface%20of%20sap%20enterprise%20portal%206.0">Customise the Login Page</a></b>
    Also try the how-to guide:
    <b>http://service.sap.com/epinstall -> SAP Enterprise Portal 6.0 -> Documentation and More -> How-To Guides -> How to Customize the Logon Screen</b>
    I hope this helps you..
    Regards
    Pravesh

  • How to open an internet browser inside an Oracle Form?

    Hello,
    I am using Oracle forms 10g and I want to open  any internet browser inside my oracle form. Any idea if it is even do able in the forms.
    Thanks in advance for your help!
    Hemangi

    Are you talking about displaying a webpage directly inside of an Oracle Form or simply opening a webpage (in a browser window) form a Form?
    If you want embed a webpage in a Form, then this can only be done by extending Forms functionality througha Java Bean.  Take a look at this Java Bean:  A Full Web Browser Java Bean .
    If you just want to open a web page from Forms the MST is correct.
    Craig...

  • How to open a km document inside portal

    Hi all,
    when we try to open  documents in a km navigation iview(pdf,psd,jpg,gif,mpeg etc), its opening in new browser. how to restrict this ?
    is it possible to open inside the portal (in ivew area) ?
    The problem we r facing in new window is the user with read permission is able to save the file to his desktop.
    I want to restrict it..
    Any other solution for this ? 
    Thanks & regards
           Developer

    I would be entirely sure of how would one go about achieving this. But for documents Flash Paper would seem like a good idea. Since the document would be rendered in flash, downloading if not impossible would atleast prove difficult. (link - http://www.adobe.com/products/flashpaper/)
    But in any case if the users can view the document, printing is possible too. So if your going to expose any content to the end user, the user would always be able to find some mechanism of accessing it other wise if he has an intent like that.
    Security surely has a big element of trust to it.
    Thanks,
    GLM

  • How to open a jsp page inside a portlet directly ,Cannot find FacesContext

    Hi
    Thank you for reading my post.
    I have a portlet (a jsf portlet build by JSC) , now i need to open a window that
    will show some information , i managed to open the pop-up and pass some parameters to popup
    but right now , i do not know what is my jsp file url
    as you know portlets are deployed diffrent than plain web jsf application.
    I find that if i use
    http://localhost:28080/Adv/viewMessageDetails.jsp?messageID=10
    it will open the page , but unfortunetly it return an error like :
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: javax.servlet.jsp.JspException
    Cannot find FacesContext
    Possible Source of Error:
    Class Name: javax.faces.webapp.UIComponentTag
    File Name: UIComponentTag.java
    Method Name: doStartTag
    Line Number: 405
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    and some stack trace.
    how i can fix this problem ?
    thank you

    In portlet project, to navigate between pages, you should not use the URL property to link to a page. Instead, portlets use navigation via action handling. You use the Page Navigation editor to set up links to pages; that is, the navigation editor sets the action property.
    Here is an example to hyperlink ans button to open a new page:
    # From within the IDE, create a new portlet project. This action creates the project and one page, PortletPage1.jsp.
    # Create a second portlet page, called PortletPage2.jsp, for the project.
    # Drop a Hyperlink component onto the first portlet page, PortletPage1. (You can drop the Hyperlink on the page in the Design window or on the PortletPage1 node in the Outline window.) Change the Hyperlink's text property to Next Page.
    # Drop a Button component (found in the Basic section of the Palette) onto the second portlet page, PortletPage2.
    # Open the Page Navigation Editor. It displays the two pages (PortletPage1.jsp and PortletPage2.jsp) of the application.
    # Click the PortletPage1.jsp icon in the Navigation window to expand it, and then drag a connector from hyperlink1 to PortletPage2.jsp. Change the name of the connector from case1 to Page2.
    # Click the PortletPage2.jsp icon in the Navigation window to expand it, and then drag a connector from button1 to PortletPage1.jsp. Change the name of the connector from case1 to Page1.
    # Run and deploy the portlet. The browser displays PortletPage1 and you should see the Next Page hyperlink. When you click the Next Page hyperlink, the Apache Pluto Portal server displays PortletPage2. Click the Page2 button to return to PortletPage1.
    Sherry
    Creator Team

  • How to open labview program with Quit Labview function inside?

    Hi Any idea how to open labview program with  Quit Labview function inside?
    I forgot to add and set the condition of the type for this program.
    If the program is an application, it would close straight away.
    If it is still labview work, it will go straight to editing program without closing.
    So I need to recover, open it and make some changes.
    Clement
    Solved!
    Go to Solution.

    Put the VI in a project and open it from there, then it shouldn't autorun. You can use App.kind property of application to decide whether to close or not.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • I have a  macbook, an ipad, and an iphone with the Mail app on all three synced through icloud, but when I read and delete emails on my phone, the inbox on my ipad is not update, so I have to go through and mark as read or delete messages again. How can I

    I have a  macbook, an ipad, and an iphone with the Mail app on all three synced through icloud, but when I read and delete emails on my phone, the inbox on my ipad is not update, so I have to go through and mark as read or delete messages again. How can I sync my iphone and ipad? (it seems like each is synced only to my laptop, so don't synchronize until I go home and use my laptop.

    POP: yahoo, aol, comcast/time warnder/road runner
    Imap: google, hotmail, and more including icloud.
    If you want to use multiple devices - move to imap, I would even say "exchange", but Google does not support free exchange anymore, since January of that year. So Ironically  Icloud or Hotmail would be my choices right now.
    To find out more about what happens to you, search on Google "difference between pop and imap"

  • How to open *.pdf files in BOXI r2 inbox

    I am scheduling as  *.pdf file for deski report.After scheduling i am getting *.pdf in my inbox.if the report is deski or webi we can use FC_REPORT_ENGINE or WI_REPORT_ENGINE to open the report's using java code.In same way how to open *.PDF file in Inbox?
    Edited by: ramkishore kishore on Nov 7, 2008 8:31 AM
    Edited by: ramkishore kishore on Nov 7, 2008 8:31 AM

    Hi Ram,
    Following information might help you to resolve the issue.
    After logging into Desktop Intelligence, you may be presented with a message stating:
    u201CYou have received 1 document from users"
    Examining the Inbox from within the Desktop Intelligence client shows no objects visible in your Inbox.
    The object in your Inbox is in a format other than Desktop Intelligence format such as, PDF, XLS or other format. Therefore the object is not recognized by the Desktop Intelligence client inbox browser.
    Log in to Info View or the Central Management Console, browse to your Inbox and verify the file name and format that has been sent to your Inbox. The object may be saved, copied, moved or deleted as necessary.
    Regards,
    Sarbhjeet Kaur

  • How do I to delete inbox mail without opening it , due to security issue.?

    How do I to delete inbox mail without opening it , due to security issue.?

    Right-click the message and select Delete.

  • HT1212 how to open my i phone?

    Please how to open my i phone 4?

    You have to follow the instructions in the knowledge base article you reference to restore via recovery mode.  It may take more than once to complete the process.

  • HT4623 How to open my i phone

    I live in Iraq and my i phone is luked how to open it

    That article is for updating the iOS, is that what you are having trouble doing, or is the iPhone locked to a carrier or is it disabled and you cannot get in?
    If it is locked to a carrier, only the carrier is able to unlock the iPhone so you need to deal with the carrier.  Apple does not unlock or get involved.
    If it is disabled, you need to restore from the recovery mode according to the steps in http://support.apple.com/kb/HT1212 and may need to do that more than once.
    If the issue is something else can you describe it more fully?

  • How to open my phone lock

    how to open my phone lock

    If you're asking how to get your phone carrier unlocked, ONLY the carrier it is locked to can authorize unlocking. You will have to contact them and ask what the procedure is. If it is locked to AT&T in the US and you want to use it with a different carrier, you may as well sell it and buy a new one. AT&T will NOT unlock iPhones under any circumstances.

  • How open phone app in windows phone

    hi , how i can open 'phone' application in windows phone from my app ?
    how i can use this code for open :
    await Windows.System.Launcher.LaunchUriAsync(new Uri(""));
    please help for solve this

    Refer following link
    https://msdn.microsoft.com/en-us/library/windows/apps/hh394021(v=vs.105).aspx
    In Windows Phone 8.1 Runtime you can try ContactPicker
    https://msdn.microsoft.com/en-in/library/windows/apps/windows.applicationmodel.contacts.contactpicker.aspx
    Gaurav Khanna | Microsoft .NET MVP | Microsoft Community Contributor

  • How to open internet in MY PHONE n8

    I DONT know how to open my internet in my phone nokia n8
    Solved!
    Go to Solution.

    @maganda
    If you go to Menu > Settings > Connectivity > Settings > Network destinations > Internet - most applications use whatever access point = Priority 1. Longpress upon any access point gives you choice to move to Internet destination folder or change priority.
    Happy to have helped forum with a Support Ratio = 42.5

Maybe you are looking for

  • Text Caption Timing Options Changing after an Edit

    I am trying to highlight a matrix in four seperate slides. I made my text caption box and highlight box on one slide and copied and pasted for the next three. When I went in to edit the text in the 3 copied captions, the timing options changed on me.

  • Cannot upgrade server 2012 essentials to Server 2012 standard

    using dism : PS C:\Windows\system32> dism.exe /online /Set-Edition:ServerStandard /ProductKey:XXXXX-HF7PX-XXXXX-2XDPX-XXXXX /AcceptEula Deployment Image Servicing and Management tool Version: 6.2.9200.16384 Image Version: 6.2.9200.16384 Error: 0x8a01

  • Fire Wire 800/400 Ports

    Could someone kindly advise if On a Mac G5 ... if a FW400 perhiperal could also be used the FW800 port ? Thanks

  • Can we expect a new version of GB each year?

    Hi. I have only switched to a mac in Feb this year. I do not know much about how Apple does things. There seems to be several versions of GB. Is it reasonable to expect an updated version of GB come 2010, perhaps with iLife10? If so, have the changes

  • Billing Type in Profitability Document

    Hi, We have the below scneario like In normal order and delivery the shipping document is generating and afer the shiping service acceptance one accounting document is generating with CO-PA document. In that CO-PA document sales order and Billing typ