Issue 94962 - UNO ShowMessageBox API component
Summary: UNO ShowMessageBox API component
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: Sun Windows XP
: P2 Trivial
Target Milestone: ---
Assignee: jsc
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 04:29 UTC by ranjeetkub
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ranjeetkub 2008-10-16 04:29:22 UTC
Hi, I am new to UNO programming. I need to create a msgbox which will be 
acting as popup box while closing ms word document. The UNO msgbox 
XMessageBoxFactory contains only title and message which returns me only title 
and message. my question is can i add any other command buttons or radio 
buttons inside the showMessageBox method while using window descriptor?

I have not found any kind of class component by which i can add buttons, or 
radio buttons in the customized window descriptor. Please help me quickly?

Ranjeet
Comment 1 ranjeetkub 2008-10-17 03:59:58 UTC
Can anyone help?
Comment 2 jsc 2008-11-12 10:17:36 UTC
The available types are listed in
http://api.openoffice.org/docs/common/ref/com/sun/star/awt/XMessageBoxFactory.html

If these types don't match your requirements you can create your own dialog from
scratch. 
Comment 3 jsc 2008-11-12 10:18:02 UTC
close