Re: UNO API doesn't work as expected when ATT enabled

2013-10-27 Thread Efe Gürkan YALAMAN
Well I build with debug symbols on windows and debugged. Exception is thrown and catched on here. So no problem on UNO. I still need to find what cause the crash. I will have some time on monday to work on. Best ___ LibreOffice mailing list LibreOffice@

Re: UNO API doesn't work as expected when ATT enabled

2013-10-23 Thread V Stuart Foote
Stephan Bergmann-2 wrote > I cannot reproduce any problem with a current master build, at least on > Windows 7 with MS Narrator (Control Panel - Ease of Access Center - > Start Narrator) enabled. Expert Config comes up relatively quickly even > and appears fully functional. Not sure you'd hav

Re: UNO API doesn't work as expected when ATT enabled

2013-10-23 Thread Michael Stahl
On 23/10/13 09:58, Stephan Bergmann wrote: > On 10/22/2013 11:33 PM, Efe Gürkan YALAMAN wrote: >> 2013/10/22 Stephan Bergmann > > >> >> >> I'm still not sure I get you. That the catch(uno::Exception&) block >> at cui/source/options/__optaboutconfig.cxx:234 will

Re: UNO API doesn't work as expected when ATT enabled

2013-10-23 Thread Stephan Bergmann
On 10/22/2013 11:33 PM, Efe Gürkan YALAMAN wrote: 2013/10/22 Stephan Bergmann mailto:sberg...@redhat.com>> I'm still not sure I get you. That the catch(uno::Exception&) block at cui/source/options/__optaboutconfig.cxx:234 will eventually catch an exception is obviously not unexpect

Re: UNO API doesn't work as expected when ATT enabled

2013-10-22 Thread Efe Gürkan YALAMAN
2013/10/22 Stephan Bergmann > > I'm still not sure I get you. That the catch(uno::Exception&) block at > cui/source/options/**optaboutconfig.cxx:234 will eventually catch an > exception is obviously not unexpected. You mean, on Windows you observe > that that catch block is never reached? (If

Re: UNO API doesn't work as expected when ATT enabled

2013-10-21 Thread Stephan Bergmann
On 10/19/2013 11:55 PM, Efe Gürkan YALAMAN wrote: I was trying to find the reason of the fdo#70465 . Reproduced the bug and debugged that. During the load page traverses the options recursively with CuiAboutConfigTabPage::FillItems method. Exit

UNO API doesn't work as expected when ATT enabled

2013-10-19 Thread Efe Gürkan YALAMAN
Hi all, I was trying to find the reason of the fdo#70465. Reproduced the bug and debugged that. During the load page traverses the options recursively with CuiAboutConfigTabPage::FillItems method. Exit condition of this method is an exception th