Re: Name of Accessible (Not the Label Name)

2007-05-05 Thread Udayan Singh
Waiting for reply.. Please do.. Regards, Udayan On 4/30/07, Udayan Singh <[EMAIL PROTECTED]> wrote: > Missed out sending it to the list. > > On 4/30/07, Udayan Singh <[EMAIL PROTECTED]> wrote: > > Hi Bill, > > > > On 4/24/07, Bill Haneman <[EMAIL PROTECTED]> wrote: > > > Hi Udayan and Evan; > >

Re: Name of Accessible (Not the Label Name)

2007-04-30 Thread Udayan Singh
Missed out sending it to the list. On 4/30/07, Udayan Singh <[EMAIL PROTECTED]> wrote: > Hi Bill, > > On 4/24/07, Bill Haneman <[EMAIL PROTECTED]> wrote: > > Hi Udayan and Evan; > > > > In the case you mention below, the assistive technology should check for > > the presence of the Accessibility_T

Re: Name of Accessible (Not the Label Name)

2007-04-29 Thread Udayan Singh
had been on vacation, so m responding back after a week. On 4/23/07, Evan Yan <[EMAIL PROTECTED]> wrote: > > > Udayan Singh wrote: > > Hi All, > > > > I have been using "cspi" (i.e. at-spi) library in my application. > > Scenario is that I am using HTML programming on web page and the > > applicat

Re: Name of Accessible (Not the Label Name)

2007-04-24 Thread Bill Haneman
Hi Udayan and Evan; In the case you mention below, the assistive technology should check for the presence of the Accessibility_Text interface. In most cases (i.e. other than text entry fields, for instance), the assistive technology should expose the contents of the Text interface to the end-u

Re: Name of Accessible (Not the Label Name)

2007-04-22 Thread Evan Yan
Udayan Singh wrote: > Hi All, > > I have been using "cspi" (i.e. at-spi) library in my application. > Scenario is that I am using HTML programming on web page and the > application is executing in GNOME environment (GTK+ is for UI and C > Programming). > > So the web page has something like this

Re: Name of Accessible (Not the Label Name)

2007-04-22 Thread Udayan Singh
Hi Li and everyone, Thanks, :) the code is correct.. had been wondering about the same.. Well, I require a way to get the "name" (Lb2) field in this case. Reason being that is the requirement of the application I am developing. Any ideas, would be good .. Regards, Udayan On 4/23/07, Li Yuan

Re: Name of Accessible (Not the Label Name)

2007-04-22 Thread Li Yuan
Hi Udayan, I assume you are using Firefox as the browser. If you got the name successfully, I think there is nothing wrong in your code. It depends on what Firefox returns to the application you wrote. Ginn or Evan, Do you have any comment? Regards, Li 在 2007-04-21六的 13:23 +0530,Udayan Singh写道:

Name of Accessible (Not the Label Name)

2007-04-21 Thread Udayan Singh
Hi All, I have been using "cspi" (i.e. at-spi) library in my application. Scenario is that I am using HTML programming on web page and the application is executing in GNOME environment (GTK+ is for UI and C Programming). So the web page has something like this : . Label2: . On the