A dialog box that displays the credits and revision information of a computer software.
Questions tagged [about-box]
46 questions
2
votes
1 answer
Eclipse RCP 3.7 - feature icon in the about dialog does not apear
I followed this tutorial, but the feature icon does not apear in the about dialog.
What could be the reason?
I have created one feature-X-based product.
I defined a plugin Y as feature X's branding plugin
I added about.ini and an 32x32 px icon to…

Skip
- 6,240
- 11
- 67
- 117
2
votes
4 answers
What information is important to include in an About dialog?
What information is important to include in an About dialog?
Definitely:
Name of the software
Version
Copyright notice
Usually:
Assemblies versions (for .NET applications)

sourcenouveau
- 29,356
- 35
- 146
- 243
1
vote
1 answer
Changing the size of a standard About panel
In my app I display a standard About window using the method orderFrontStandardAboutPanel:of NSApplication.
The panel thus presented has a size of 285x335 pixels. Is there a way to make it bigger?
Thank you.

Dev
- 7,027
- 6
- 37
- 65
1
vote
3 answers
Problem on aboutBox() in java
I'm developing a javadesktop application in Netbeans 6.9 and everything is perfect but...it gives me an error on this :
@Action
public void showAboutBox()
{
if (aboutBox == null) {
JFrame mainFrame =…

Kato
- 61
- 1
- 3
1
vote
1 answer
How to set icon in gtk.AboutDialog on Windows?
I have an about dialog in my Python application and I want to set a custom icon for the dialog.
I looked at set_logo_icon_name(), but that doesn't accept an absolute path to an image.
What can I do to insert my custom icon?

Nathan Osman
- 71,149
- 71
- 256
- 361
1
vote
1 answer
How to add "About" action to app on OS X?
In almost every application on OS X, if you click on the name of application, one of the actions is "About". I understand how I can do this in QMenuBar, but seems like it is not a part of it.
The second question is how this will be shown on Windows?…

htzfun
- 1,231
- 10
- 41
1
vote
2 answers
Firefox Addon SDK - How to create an about: page
I need to create an about: page, to display addon options. I have seen ti done before, but there seems to be no option in the SDK that allows you to do that.
Is there another way I could let users type about:pagename and get to my page?
I would…

Kaspar Lee
- 5,446
- 4
- 31
- 54
1
vote
1 answer
Can we use asset html files in Alert dialog?
Currently i am using string to show text in alert dialog , is there a way to use assets html file directly without using layout and show alert dialog like this code
private void About() {
AlertDialog alertDialog = new…

NITIN DUDA
- 192
- 1
- 14
1
vote
1 answer
Android: How do I add two buttons into the action bar
I would like to add two buttons into the action bar, but in my case just one button appears. What is wrong with my code?
1
vote
1 answer
How to change the "About" window in my Java program for Mac OS X?
Mac OS X has built in function to show an "About" window.
On my program I can see the name of my head class and "version 1.0".
Where can I change this information? I am using NetBeans and there is nothing related to this setting I can find.

Gudron
- 23
- 4
1
vote
0 answers
About Menu in my Xcode 4 Project remains disabled
Unfortunately the About Menu of my project is disabled and I can´t enable it.
I set up an IBOUTLET
IBOutlet NSMenuItem *aboutMenu;
and then I tried to enable it like this in applicationDidFinishLaunching, although I think it should not be disabled…

Ronald Hofmann
- 1,390
- 2
- 15
- 26
1
vote
1 answer
Xcode - Customize "About This App"
How do I change the "About this app" window of an app in Xcode? I've made a little app, but I don't know how to change this little thing. Thank you for your help :D

José María
- 2,835
- 5
- 27
- 42
1
vote
1 answer
How can you make an about message under the Application name menu on a Mac?
How can you make the About... Option under the Application Name menu on a Mac work? I would like to have a message that displays the version name for the application.
Thanks!

Cin316
- 651
- 1
- 9
- 19
1
vote
0 answers
Why is Application.aboutHandler() not being called when run from the command line?
In my Java app I use the following code when the main frame is initialized to override the default "About" dialog behavior on MacOS (see here for the Apple extensions).
Application a = Application.getApplication();
a.setAboutHandler(new…

Cameron Hotchkies
- 1,509
- 1
- 13
- 20
0
votes
2 answers
Netbeans template AboutBox Java
I used this code previously in netbeans 6.9.1 but it does not seem to work in 7.1.1, it underlines .getApplication() with the hint "cannot find symbol".
How can I make this work again?
JFrame mainFrame =…

thewikus
- 445
- 1
- 5
- 16