Hi Joerg,

Thanks for your reply.

I'm using windows xp. As the first email I wrote, "Use OpenOffice.org dialog" 
is checked, but I get a warning messge telling me "This test needs the 
OpenOffice.org filepicker to be set as default" .

According the script:
    if ( not gUseSysDlg ) then
        warnlog( "This test needs the OpenOffice.org filepicker to be set as 
default" )
        goto endsub
    endif

If "Use OpenOffice.org dialog" is checked, testing script will NOT run. So, do 
you mean this testcase are designed to run when "Use OpenOffice.org" is 
UNCHECKED, or when we use SYSTEM dialog?

But it seems that the "Use OpenOffice.org dialog" are set to default when the 
script initializes, and all the other testcases are run with "Use 
OpenOffice.org" is checked, or use openoffice.org dialog.

So it seems that these 2 testcases will never have a chance to run. It's kind 
of weird.

I'm looking forward for your further comments, thanks again.





Best regards,
Lihua 

2008-08-21



发件人: Joerg Skottke 
发送时间: 2008-08-20  20:30:33 
收件人: [email protected] 
抄送: 
主题: Re: [qa-dev] [automation]tInFilterCountCompare & 
tQuickInsertGraphNotAsLinkdoesn't work. 
  
 Hi Lihua,
On 08/19/08 09:45 AM, Zhu Lihua wrote:
> Hi,
> 
> I assume that the Warning message is right, so I tried to remove the "not" in 
> the if clause.
> It works quite well.
> So I think the script should be:
> if ( gUseSysDlg ) then
> ...
> 
> How do you think about it?
Are you possibly using KDE as your desktop?
In this case the control to switch between filepickers is disabled and we 
assume we have the system dialog.
The code is correct as it is, we're playing it safe.
Unfortunately we do not have any means to determine whether we're running on 
KDE or any other desktop.
I hope that answers your question.
Best regards,
Joerg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to