[g-a-devel]Status of Drag and Drop, etc/
- From: "JP Schnapper-Casteras" <jpsc stanford edu>
- To: <gnome-accessibility-devel gnome org>
- Subject: [g-a-devel]Status of Drag and Drop, etc/
- Date: Sun, 10 Nov 2002 16:38:32 -0800
Hi list,
What's the status of keyboard drag and drop? Also, what's the status of
visual cues for audio events? Planned, in development, done?
Thanks so much.
Best,
--JP
Cell: 206-849-9032
Web: http://www.stanford.edu/~jpsc
LARS: http://trace.wisc.edu/linux
FDAWG: http://www.speechinfo.org/fdawg
-----Original Message-----
From: gnome-accessibility-devel-admin gnome org
[mailto:gnome-accessibility-devel-admin gnome org]On Behalf Of Marc Mulcahy
Sent: Friday, November 08, 2002 8:59 AM
To: Bill Haneman sun com
Cc: gnome-accessibility-devel gnome org; rich burridge sun com
Subject: [g-a-devel]FreeTTS Support in GNOME Speech
Hi All:
I am trying to implement the getAllVoices call in GNOME Speech 0.2 for
FreeTTS:
enum voice_gender {
gender_male,
gender_female
};
struct VoiceInfo {
string name;
short language;
voice_gender gender;
};
typedef sequence<VoiceInfo> VoiceInfoList;
...
VoiceInfoList getAllVoices ();
The Java idl compiler translates this to:
org.GNOME.Speech.VoiceInfo[] getAllVoices ()
So, I'm creating an array of VoiceInfos:
VoiceInfo[] voices;
voices = new VoiceInfo[1];
voices[1] = new VoiceInfo ();
voices[1].name = new String ("deault");
...
And it compiles. What I get back on the ORBit2 client side is a Nill
object. Any ideas what I might be doing wrong, or what might be happening
here?
Marc
_______________________________________________
Gnome-accessibility-devel mailing list
Gnome-accessibility-devel gnome org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]