Re: Help Regarding GNOME accessibility with our GTK based application

2012-03-08 Thread venkat
Dear Leena thanks for your efforts.. the below line can be commented in the code " strcat("FDKCheckScreenName", getValFromConfig("screennumber"))", gives following error the expected result is that it should open a window from a thread. On 3/9/2012 11:14 AM, Leena Chourey wrote: Hello

Re: Help Regarding GNOME accessibility with our GTK based application

2012-03-08 Thread Leena Chourey
Hello, The code in file Not_working_code.c , after compile the line " strcat("FDKCheckScreenName", getValFromConfig("screennumber"))", gives following error - Not_working_code.c: In function ‘dispInit’: Not_working_code.c:21:

AUTO: Tod Creasey is out of the office (returning 03/12/2012)

2012-03-08 Thread Tod Creasey
I am out of the office until 03/12/2012. For SAP BW issues please contact Charis Mui or Pierre Valiquette. For DQA or RTC issues I will respond when I return. Note: This is an automated response to your message "gnome-accessibility-list Digest, Vol 95, Issue 3" sent on 3/8/12 7:00:06. This is

Help Regarding GNOME accessibility with our GTK based application

2012-03-08 Thread venkat
Now we are facing a peculiar problem while trying to build our application with GTK. When we try to build application with threads we see that its objects are not accessible. But, the same code when we try without threads we see that we are able to access the objects also attached the sample