Chiamare una midlet dentro un altra midlet---calling a midlet into a midlet

i'm new to j2me...
i created a midlet and i need to call another midlet by pressing (select) a button or sth like that
how can i do it????
thanks in advance...

Looks like your classes that extend MIDlet are doing too much. For a very simple application, it may be OK to keep everything together in one class that extends MIDlet, but you've crossed that boundary of simplicity.
One application, one MIDlet. And a MIDlet doesn't display StringItems, a Form does. You get a Display reference from the Display class using Display.getDisplay(MIDlet midlet) and show the Form by display.setCurrent(form). And the StringItems are added to the Form, not to the MIDlet.
I don't see where Threads come in the picture.
i have a midlet1 that does sth, another midlet2 that does sth else Please take the trouble to type out words in full. On a forum with international membership there are many members whose first language is not English and who may find it difficult to fathom extreme abbreviations. And don't forget that programming is an exercise in precision, and sloppy language finds no place.
db

Similar Messages

  • I have a brand new IPhone 4G.  For the life of me, I can't get the phone to ring. I have been in and out of my settings, have disengaged both silent and vibrate.  But when dialing my number from another phone, the call goes direclty into my voice mail

    I have a brand new IPhone 4G.  I can't get it to ring.  I have gone into settings and disengaged vibrate, and have engaged the ring button on side of phone.  But everytime I dial my number from a different phone, it doesn't ring. Rather the call goes directly into my voice mailbox (ogm heard immediately); not even one ring! Please advise

    Well, if it goes to VM immediately the call isn't reaching your phone, so no wonder it isn't ringing. Do you see a network displayed in the upper left of the screen? Have you activated the phone by connecting to a computer with the latest version of iTunes? Have you called your carrier to make sure they have provisioned it correctly?

  • Calling ABAP Extracts into XI

    Calling ABAP Extracts into XI
    What is my understanding for the above scenario will be follows
    1. Build the ABAP extract (basically SQL from what I understand).  This SQL dictates the structure for master table.
    2. Build a BAPI wrapper around the extract program.
    3. Import the model into XI like any BAPI structure.   (this is a standard RFC integration development step)
    At that point XI could receive the structure and read the data as pure XML.
    Please let me know if this is the best approach for this
    Thanks in Advance

    After craeting ABAP Extract Function module, i guess all i need to check REMOTE ENABLED MODULE under ATTRIBUTE section. So that it can be imported into XI in general
    Btw my scenario would be
    The function modules in Target are enabled for remote access (for example, by Source). The program logic and input parameters of the function modules reside in Target
    I guess the best approach i come across the above scenario until morning.
    Now its better to go with ABAP Proxy
    Which inturns makes you not to write a BAPI to create structure. Which is additional work. Proxy is not on IE. It directly talk to R/3 Which is good in performance wise.
    suggestions are welcome

  • Ford Sync and my Iphone4s are having issues. When I receive a call, it goes into privacy mode. I have searched ford's site. But still no answers. Any suggestions?

    Ford Sync and my iphone4s are having one major issue. When I receive a call, it goes into privacy mode. I have been on Ford's web site and no one knows the answer. It is just when I receive calls. What to do? I have used a Blackberry Storm 2 in this same vehicle and no problems.

    Thanks for the quick resonse Kilted Tim. Are you from Scotland? My wife is.
    I decided to try to do two things this morning to resolve this privacy problem. The first is, I restored my wife;s phone from itunes--in spite of the fact that the Apple tech at the Genius Bar in Tampa said that reloading the firmware is not the problem and it must be Ford. This took about 15 minutes to download, restore and verify. One must resist the temptation to disconnect the phone because I had a popup by the system tray ( I'm using Win7) that said I can now use the phone but itunes was still doing stuff so I just let it do it's thing until it (itunes)  told me to use the phone.  Went down to the car and my privacy issue is resolved.
    I also went to syncmyride to download the version checker. A word of advice this does not work well if at all on google Chrome. I went to Explorer and it worked fine. I was on a chat line about a week ago and was told that google Chrome will work with syncmyride.com. So much for their knowledge.

  • Can i call Standard Subscreen into my custom transactioscreen or Subscreen?

    Hi,
    Please let me know, is it possible toi call Standard Subscreen into my custom transaction screen or Subscreen?
    if you have a code ,help me please.
    Thanks & regards
    Vishnuvardhan

    Hi Vishnuvardhan,
    You can call standard subscreen into your custom transaction Subscreen area.
    Because when you are calling subscreen you have to mention subscreen number and program name . It may be a standard one or custom one
    Regrds,
    Raghava Channooru.

  • Is it possible to record parts of a phone call on Skype into Logic, then play back the audio while still on the Skype call?  I'm a voice teacher coaching students in other cities, and Skype is not helpful with this idea.

    Is it possible to record parts of a phone call on Skype into Logic, then play back the audio while still on the Skype call?  I'm a voice teacher coaching students in other cities, and Skype can't offer any suggestions.

    Hi
    What I'm saying is:
    Make a new MONO audio track (use the + button). Assign it to input 1
    Make a second new MONO track, assign it to input 2
    Name both tracks, record-enable both tracks, and record.
    You could, of course, make both tracks in one go via the new track dialog box, and hav ethem automatically assigned to ascending inputs.
    CCT

  • Calling the subscreen into main screen

    Hi Guru's,
          I am having a main screen, which holds 2 radio buttons.
          If I select one radio button it has to call one table control, if I select 2nd radio button it has to call different table control.
          For this I have created two subscreens, each one holds a table control.
    based on the selection of radio button I have to call these subscreens in to the main screen.
       Please help me how to call the subscreen into main screen.

    There is no help text for this dump                                         
    Either the text was inadvertently deleted or the release of                 
    the kernel differs from the release of the database                         
    Refer to the Note system for further information on            this dump.                                                                               
    000160           %_archive TYPE arc_params,                                     
    000170         END   OF COMMON PART.                                            
    000180   *                                                                      
    000190   FIELD-SYMBOLS: <%_1>   %_PREDEFINED.                                   
    000200                                                                          
    000210   DATA: %_repid     TYPE syst-repid   %_PREDEFINED,                      
    000220         %_viaselscr TYPE x VALUE '04' %_PREDEFINED.                      
    000230                                                                          
    000240   SYSTEM-EXIT.                                                           
    000250   PERFORM (sy-xform) IN PROGRAM (sy-xprog).                              
    000260                                                                          
    000270   * Nach Laden des Dynpros                                               
    000280   MODULE %_ctl_init OUTPUT.                                              
    000290     %_repid = sy-repid.                                                  
    000300     PERFORM %_ctl_init IN PROGRAM sapmssyd USING %_repid IF FOUND.       
         >   ENDMODULE.                                                             
    000320                                                                          
    000330   * Um DCO                                                               
    000340   MODULE %_ctl_output OUTPUT.                                            
    000350     %_repid = sy-repid.                                                  
    000360     PERFORM %_ctl_output IN PROGRAM sapmssyd USING %_repid IF FOUND.     
    000370   ENDMODULE.                                                             
    000380                                                                          
    000390   * Um DCI                                                               
    000400   MODULE %_ctl_input INPUT.                                              
    000410     %_repid = sy-repid.                                                  
    000420     PERFORM %_ctl_input IN PROGRAM sapmssyd USING %_repid IF FOUND.      
    000430   ENDMODULE.                                                             
    000440                                                                          
    000450   * Erstes Modul in PAI                                                  
    000460   MODULE %_ctl_pai INPUT.                                                
    000470     %_repid = sy-repid.                                                  
    000480     PERFORM %_ctl_pai IN PROGRAM sapmssyd USING %_repid IF FOUND.        
    000490   ENDMODULE.

  • I have CS5 running on Windows but if I call an image into Photoshop it only displays on one view setting. Zoom in or out and I get a chequered grey background. Any suggestions how to rectify please?

    I have CS5 running on Windows but if I call an image into Photoshop it only displays on one view setting. Zoom in or out and I get a chequered grey background. Any suggestions how to rectify please?

    <moved from Downloading, Installing, Setting Up to Photoshop General Discussion>

  • How to call one  JSFF into another JSFF

    Hi,
    I am very new to ADf. Could you please tell me how to call one JSFF inside another JSFF. We have a common pop-up written in one JSFF. Is there any best approach to get this pop-up into other JSFF.
    Thanks in Advance.
    Regards
    Narasimha

    If you want to resue the jsff code, make use of bounded task flow with page fragment and then use it as a region.
    For more details you can refer: http://docs.oracle.com/cd/E21764_01/web.1111/b31974/taskflows_regions.htm
    One more:
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_57/jdtut_11r2_57.html

  • How can I call BW Report into SAP R/3

    Dear Friends,
    Is there any way to call a BW Report in SAP R/3.
    The BW Report is Customer Equipment Revenue .
    Please Suggest me .
    Thanks
    Regards,
    Ashok

    Hi,
    Have you seen Raja's weblog series 'execute bw query using abap' ?
    /people/durairaj.athavanraja/blog/2005/04/03/execute-bw-query-using-abap-part-i
    /people/durairaj.athavanraja/blog/2005/04/03/execute-bw-query-using-abap-part-ii
    /people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii
    hope this helps.
    Regards,
    San!
    if helpful, assign points

  • How to display error messages and output from Matlab (which Matlab would typically send to its command window but no longer does when called by Labview) into Labview or allow it to be dumped into Matlab Command Window?

    Using Labview 6i and Matlab 6.1. I want to be able to see Matlab warnings and error messages either in the Matlab Command Window or in Labview itself. Currently Matlab is called by Labview (which is working). However I would like to debug and/or modify my Matlab script file to better understand how the two programs are interfacing. It is difficult since no data or messages can be displayed currently to the Matlab command window. I would like to change that if it is possible - Labview is suppressing that from happening. If not possible to send these
    messages to Matlab Command Window can I make it at least possible to see Matlab's actual warnings and/or error messages in Labview?

    I don't think you can debug your Matlab script from labVIEW. The following webpage talks about this:
    http://digital.ni.com/public.nsf/3efedde4322fef198​62567740067f3cc/19106e318c476e608625670b005bd288?O​penDocument
    My suggestion would be to write a script in Matlab and thoroughly test it before calling the script from a Matlab script node in LabVIEW.
    Chris_Mitchell
    Product Development Engineer
    Certified LabVIEW Architect

  • Calling one application into another

    how can i call one application file into another so that
    session should not expire in any way
    Has anyone done such like that

    Put the code into a cfc or custom tag and have both
    applications call it as required.

  • Problem in calling 1.swf into anather

    I am calling 1.swf and 2.swf in 3.swf,
    each .swf having there own small type of animation effect
    after click START button that each one having.
    when i am called 1 and 2.swf in 3.swf, 1.swf and 2.swf
    buttons are activated but its not working further on click.
    can any 1 tell me how to solve this problem.
    Regards
    Bipin N.

    "justbipin" <[email protected]> wrote in
    message news:e7r3am$a5c$[email protected]..
    >I am calling 1.swf and 2.swf in 3.swf,
    > each .swf having there own small type of animation
    effect after click START
    > button that each one having.
    > when i am called 1 and 2.swf in 3.swf, 1.swf and 2.swf
    buttons are activated
    > but its not working further on click.
    > can any 1 tell me how to solve this problem.
    >
    > Regards
    > Bipin N.
    How to solve it without the code? When you have a code
    problem, post the code or a link to it.
    tralfaz

  • Why is timing different when subvi is called vs. stepped into?

    I have a subvi that is called from within a larger vi. This subvi uses a sequence of wait(ms) vis and custom white-noise generator vis to create a sequence of sounds outputted to headphones. The timing of the sequence is very reliable when the subvi is either run directly or if I step-into it from the calling vi. However, when labview calls the subvi as part of the larger routine, the sequence is off.
    It's confusing because I'd expect the same behavior regardless of step-into or running it from the calling vi. Any help will be much apprecitated.

    What do you mean by step into? Is that during the debug phase?
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • How to call Oracle Procedure into ODI

    Hi,
    I'm using ODI 10g.
    Before executing the interface in a package i wanted to place my Procedure.
    I created following procedure in d/b (target)
    CREATE OR REPLACE PROCEDURE TEST_MY_NEW_PROCE
    AS
    BEGIN
    DELETE FROM EMPLOYEE_TABLE
    WHERE EMPLOPYEE_ID LIKE 'P%';
    COMMIT;
    END;
    The Procedure is working fine in target database.
    Now, before executing my interface i would like to run this procedure in my package. So, can some one please help me how to call this oracle procedure (Created in Target schema) into ODI and run this.
    thank you.

    Hi GRK,
    You can create an ODI procedure, add a single step, choose Oracle as Technology and your target schema.
    Then just call it through a pl/sql block :
    BEGIN
    TEST_MY_NEW_PROCE;
    END;Then drag this ODI procedure in your package.
    Regards,
    JeromeFr

Maybe you are looking for