To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64882
                  Issue #:|64882
                  Summary:|wait function doesn't behave as expected from and
                          |interpoperability point of view
                Component:|framework
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|ENHANCEMENT
                 Priority:|P3
             Subcomponent:|scripting
              Assigned to:|npower
              Reported by:|npower





------- Additional comments from [EMAIL PROTECTED] Fri Apr 28 04:37:12 -0700 
2006 -------
ooo.basic wait function takes a duration as a paramater, in ms the parameter is
a  (future) time at which the wait expires

e.g 

ooo.org
wait(5000) ' WAIT 5 SECS

ms
wait( now() + timevalue("00:00:05" ) ) ' WAIT 5 SECS

since ( well as soon as cws npower1 is integrated ) we will have a new option
(VBASupport) to control indicate an interoperability mode we should/could switch
the behaviour based on that

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to