BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-14-2010, 10:08 AM   #1
satyarajasekhar
Knows Where the Search Button Is
 
Join Date: Mar 2009
Model: 8100
PIN: N/A
Carrier: AIRTEL
Posts: 25
Default Sending data from Popped Screen to the Screen behind popped screen

Please Login to Remove!

Hi,
I am pushing a popupscreen from one screen which contains choice fields. In the popup screen i am having some choice fields and after selecting some choice, i had to send that value to the previous screen i.e, screen behind the popped screen.
How to send the data from front screen to the back screen.

Please help me in this aspect.

Thanks,
RAJ
Offline  
Old 03-14-2010, 11:22 AM   #2
jacob.tabak
Knows Where the Search Button Is
 
Join Date: Mar 2010
Model: N/A
PIN: N/A
Carrier: Fledge
Posts: 43
Default

In the constructor to your popup screen, pass a reference to the screen behind the previous screen. Then you can update the fields of the other screen directly.

The preferred way of doing this is through public getter/setter methods in the previous screen like:
public void receiveMessageFromPopup(String message)

If you need more tips on the specific implementation of this, feel free to ask.
Offline  
Old 03-14-2010, 07:21 PM   #3
satyarajasekhar
Knows Where the Search Button Is
 
Join Date: Mar 2009
Model: 8100
PIN: N/A
Carrier: AIRTEL
Posts: 25
Default Sending data from Popped Screen to the Screen behind popped screen

Hi,
Thanks for your reply and it works like a perfect charm. But, thing is, is it creates cluttering of class handlers in the mobile i.e, is the application becomes slow when i do such kind of passing the reference to other class.

Please help me in this regard.
Offline  
Old 03-14-2010, 10:33 PM   #4
jacob.tabak
Knows Where the Search Button Is
 
Join Date: Mar 2010
Model: N/A
PIN: N/A
Carrier: Fledge
Posts: 43
Default

No, this is standard practice in Java and an object oriented principle called composition. It's similar to a pointer in C++ and doesn't consume any more memory than a string variable would.

The only effect this will have on performance is that an object that is referenced by other active objects will not be garbage collected. However, in your case, it wouldn't make any sense for the original object to be garbage collected because it's in the background and will be displayed later.

So basically the only time this would have an adverse effect on performance is when you are needlessly passing around references to objects that should be garbage collected.
Offline  
Closed Thread


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


National Instruments Mainframe Chassis - NI-PXIe-1071 w/Warranty picture

National Instruments Mainframe Chassis - NI-PXIe-1071 w/Warranty

$690.00



JDSU Viavi T-Berd 2000 Mainframe Only with PM & VFL picture

JDSU Viavi T-Berd 2000 Mainframe Only with PM & VFL

$300.00



HP 3488A HPIB Switch / Control Unit Mainframe picture

HP 3488A HPIB Switch / Control Unit Mainframe

$24.99



Tektronix TM5003 Power Module Mainframe Chassis picture

Tektronix TM5003 Power Module Mainframe Chassis

$269.00



SHC SYSTEM 6 MAINFRAME + Mixed Modules 6-562,6-201,6-402. picture

SHC SYSTEM 6 MAINFRAME + Mixed Modules 6-562,6-201,6-402.

$299.99



Agilent Keysight N3300A Electronic Load Mainframe picture

Agilent Keysight N3300A Electronic Load Mainframe

$699.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.