J2ME question: ChoiceGroup empty entries
From: Sveta (cvetyna_at_hotmail.com)
Date: 03/30/04
- Next message: Ardaman Chauhan: "Solaris pmap and java heap"
- Previous message: Michael Scovetta: "Re: replaceAll and dollar sign and escaping?"
- Next in thread: Sveta: "Re: J2ME question: ChoiceGroup empty entries"
- Reply: Sveta: "Re: J2ME question: ChoiceGroup empty entries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Mar 2004 06:41:32 -0800
Hi, all!
I have application that has form with ChoiceGroup.
I put 2 items to the ChoiceGroup ("Yes" and "NO").
String[] choiceLabels ={"YES", "NO"};
ChoiceGroup cg = new ChoiceGroup("lala",ChoiceGroup.EXCLUSIVE
,choiceLabels, null);
I test application with Nokia 3510i emulator (SDK). This emulator has
Settings options to choose language. If language is English, then
everything is ok. But if language is Hebrew or Arabic, I see just
empty entries.
Can anyone help me with this?
- Next message: Ardaman Chauhan: "Solaris pmap and java heap"
- Previous message: Michael Scovetta: "Re: replaceAll and dollar sign and escaping?"
- Next in thread: Sveta: "Re: J2ME question: ChoiceGroup empty entries"
- Reply: Sveta: "Re: J2ME question: ChoiceGroup empty entries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]