BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-01-2008, 02:39 AM   #1
compuwengo
New Member
 
Join Date: Jul 2008
Model: 8130
PIN: N/A
Carrier: Airtel
Posts: 1
Default Uncaught Exception : Illegal Screen Index: 1

Please Login to Remove!

Hi all !

I am trying to develop a blackberry application using my own EditField.

I have a class MyEditField that extends BasicEditField.
I have override all the draw and paint methods and use the update method to get the updated text from the textfield and draw accordingly somewhere else.

The problem i am facing is that some times when the SureType screen is active it throws an exception and exits
Uncaught Exception : Illegal Screen Index: 1

I have figured out that this has something to do with the suretype word completion screen. When i disable suretype to use MultiTap it works like charm.

does any one has any clue about this?

Below is my code.
I have tried this on 2 Semi-Qwerty phones 8100Pearl and 7310

Code:
public class MyEditField extends BasicEditField{
    	
    	String text = "";
    	public MyEditField(){
    		super(NO_NEWLINE|NO_AUTOSPACE);
    		this.setMaxSize(1000);
    	}
    	
    	protected void paint(Graphics arg0) {
    		return;
    	}
    	
    	protected void paintBackground(Graphics g) {
    		return;
    	}
    	
    	protected void drawFocus(Graphics g, boolean flag) {
    		return;
    	}
    	
    	protected void highlightSelectedArea(Graphics g, boolean flag, int i, int j) {
    		return;
    	}
    	
    	public void update(int arg0) {
    		String s = getText();
    		if(s != null)
    			MyTextField.setTextInternal(s);
    		super.update(arg0);
    	}
    	
  	   	
    };
Offline  
Closed Thread



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


SA-3786-12 603350 Fuel Shutoff Solenoid Kubota Compatible 721D2 21HP Grasshopper picture

SA-3786-12 603350 Fuel Shutoff Solenoid Kubota Compatible 721D2 21HP Grasshopper

$29.29



3/4

3/4" Brass Electric Solenoid Valve 110V 120V Volt AC Water Air Gas VITON NC B21

$36.20



Hydraforce SV10-47B Solenoid Operated Spool Cartridge Valve NEW picture

Hydraforce SV10-47B Solenoid Operated Spool Cartridge Valve NEW

$33.83



061700-3770 Time Delay Relay Solenoid For Kubota Solenoid BX1860 BX1870 F1900 picture

061700-3770 Time Delay Relay Solenoid For Kubota Solenoid BX1860 BX1870 F1900

$45.99



Concentric -  1261014 12 Volt DC Power Unit Solenoid Operation Single-Acting picture

Concentric - 1261014 12 Volt DC Power Unit Solenoid Operation Single-Acting

$225.00



3/8

3/8" Inch 4 Way Directional Control Cylinder Electric Solenoid Air Valve 12V DC

$35.99







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