[Libreoffice-bugs] [Bug 151012] Msgbox Button parameter isn't optional

2022-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151012

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |andreas.heini...@yahoo.de
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151012] Msgbox Button parameter isn't optional

2022-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151012

Andreas Heinisch  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from Andreas Heinisch  ---
Confirmed in:
Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: cc82ae8fb23d84c263fbe6886320f6f819248db2
CPU threads: 16; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151012] Msgbox Button parameter isn't optional

2022-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151012

--- Comment #6 from TISSENDIER Pierre  ---
(In reply to Rafael Lima from comment #5)
> BTW, I forgot to mention in Comment #4 that I'm using LO 7.4.1
> 
> Version: 7.4.1.2 / LibreOffice Community
> Build ID: 40(Build:2)
> CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
> Locale: pt-BR (pt_BR.UTF-8); UI: en-US
> Ubuntu package version: 1:7.4.1~rc2-0ubuntu0.22.04.1~lo1
> Calc: threaded

Yes, but you use a named parameter (it is heavy !)

The question why this code failed ? While he has never posed a problem since LO
1.0!

Sub test
  MsgBox "Message",,"Dialog title"
End Sub

I don't know how to be clearer

Thanks a lot

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151012] Msgbox Button parameter isn't optional

2022-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151012

--- Comment #5 from Rafael Lima  ---
BTW, I forgot to mention in Comment #4 that I'm using LO 7.4.1

Version: 7.4.1.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 1:7.4.1~rc2-0ubuntu0.22.04.1~lo1
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151012] Msgbox Button parameter isn't optional

2022-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151012

Rafael Lima  changed:

   What|Removed |Added

 CC||rafael.palma.l...@gmail.com

--- Comment #4 from Rafael Lima  ---
I am not sure I understood correctly, but the following code works for me:

Sub test
  MsgBox "Message", Title := "Dialog title"
End Sub

I did not have to specify the Buttons argument.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151012] Msgbox Button parameter isn't optional

2022-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151012

--- Comment #3 from Julien Nabet  ---
(In reply to Julien Nabet from comment #1)
> Reading
> https://learn.microsoft.com/en-us/office/vba/language/reference/user-
> interface-help/msgbox-function, it seems all args after first one are
> optional.
> 
> Any thoughts here?

Sorry, the last comment was for Mike and Andreas, I should have put:
Andreas/Mike: any thoughts here?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151012] Msgbox Button parameter isn't optional

2022-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151012

--- Comment #2 from TISSENDIER Pierre  ---
(In reply to Julien Nabet from comment #1)
> Reading
> https://learn.microsoft.com/en-us/office/vba/language/reference/user-
> interface-help/msgbox-function, it seems all args after first one are
> optional.
> 
> Any thoughts here?

OK for the link
Indeed the arguments after the first must be optional.
It's like that from the origin of LO!
But in version 7.4 it doesn't work anymore

Have you really tested in version 7.4?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151012] Msgbox Button parameter isn't optional

2022-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151012

Julien Nabet  changed:

   What|Removed |Added

 CC||andreas.heini...@yahoo.de,
   ||mikekagan...@hotmail.com,
   ||serval2...@yahoo.fr
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=14
   ||7529

--- Comment #1 from Julien Nabet  ---
Reading
https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/msgbox-function,
it seems all args after first one are optional.

Any thoughts here?

-- 
You are receiving this mail because:
You are the assignee for the bug.