Issue 98161 - msgbox works not correctly
Summary: msgbox works not correctly
Status: CLOSED DUPLICATE of issue 74854
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: ab
QA Contact:
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2009-01-16 21:36 UTC by joesch
Modified: 2017-05-20 09:32 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
msgbox.png (12.54 KB, image/png)
2009-01-16 21:39 UTC, joesch
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description joesch 2009-01-16 21:36:59 UTC
when i run the Basic-Code:

Sub test
x = MsgBox("Weiter?", 4 + 64, "Frage")
End Sub

then i get a messagebox with the information-symbol and a OK-button, see upload 
msgbox.png.

I think there is a bug because the dialog must show two buttons (yes and no), 
see upload msgbox.png
Comment 1 joesch 2009-01-16 21:39:11 UTC
Created attachment 59438 [details]
msgbox.png
Comment 2 Oliver Brinzing 2009-01-18 13:08:52 UTC
can confirm - it's almost the same in oo 1.1.5/2.4.2 and 3.0.1rc2
 
4 + 16/32/48 will work, but not 4 + 64

Oliver
Comment 3 jsc 2009-01-19 07:24:52 UTC
.
Comment 4 Mechtilde 2009-04-13 18:49:14 UTC
can confirm with OOO310_m9
Comment 5 Mechtilde 2009-04-13 19:04:54 UTC
It seems that code number 64 only works with 0. 

all other combinations don't work
Comment 6 ab 2009-04-20 09:09:05 UTC
I can reproduce this problem even in StarOffice7, so this is no regression.
Removed regression keyword, OOo 3.x, STARTED
Comment 7 hanya 2013-12-08 18:06:14 UTC

*** This issue has been marked as a duplicate of issue 74854 ***