[Libreoffice-bugs] [Bug 123450] simple macro invoking google-chrome does not result in google-chrome execution
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 14 17:56:52 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123450
Oliver Brinzing <oliver.brinzing at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
CC| |oliver.brinzing at gmx.de
Status|UNCONFIRMED |NEEDINFO
--- Comment #2 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
following example works with:
Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Windows 10.0; UI render: default;
Locale: de-DE (de_DE); Calc:
REM ***** BASIC *****
Sub Main
Dim strURL As String
strURL = "https://ask.libreoffice.org"
shell("C:\Program Files\Mozilla Firefox\firefox.exe", 2, strURL, false)
shell("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", 2,
strURL, false)
End Sub
please have a look how the shell() function works:
https://help.libreoffice.org/6.1/en-US/text/sbasic/shared/03130500.html
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190214/47169af7/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list