BlackBerryForums.com : Your Number One BlackBerry Community
     

»Sponsored Links


BlackBerryApps.com Best Sellers



Reply
 
LinkBack Thread Tools
  (#1 (permalink)) Old
vidhi.thakrar Offline
New Member
 
Posts: 5
Join Date: Oct 2009
Model: 8130
PIN: N/A
Carrier: don't know
Unhappy Issue on Storm - 10-27-2009, 04:01 AM

Hi,

I have implemented Blackberry port on my J2ME based application. I have written following code to invoke RIM APIs to open PopupScreen with native EditField.

private void showNativeEditField() {
final UiApplication uiApplication = UiApplication.getUiApplication();
uiApplication.invokeLater(new Runnable() {
public void run() {
popupScreen = new BlackBerryPopupScreen(textFieldWidget);
addEditFieldToPopupScreen();
uiApplication.pushModalScreen(popupScreen);
}
});

}

Now my problem is it works fine on all the Blackberry Phones except Storm. It is working fine on Storm Simulator but not on the actual device.

Does anybody tell me where am i wrong?
   
Reply With Quote
Sponsored Links
Please Login or Register to Remove these Advertisements!

  (#2 (permalink)) Old
crucialsoft Offline
Knows Where the Search Button Is
 
Posts: 29
Join Date: Aug 2006
Model: 7100x
Carrier: Vodafone
Default 10-29-2009, 02:14 PM

you should not mix the j2me ui classes with rim.
Is that what you are doing?

crucialsoft
   
Reply With Quote
  (#3 (permalink)) Old
vidhi.thakrar Offline
New Member
 
Posts: 5
Join Date: Oct 2009
Model: 8130
PIN: N/A
Carrier: don't know
Default 11-16-2009, 05:28 AM

Yeah,

I am using J2ME and RIM together.
   
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Copyright © 2004-2009 BlackBerryFAQ.com, BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of Research In Motion Limited.