Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
3k views

Opening an about box using MVVM pattern

I'm working on a new WPF application and I'm trying to stay as close to the MVVM pattern as I can. My XAML files right now have no codebehinds, and all my interactivity is achieved using Josh Smith's ...
6
votes
6answers
603 views

How to design a good about box?

There is not official standard dealing with the layout of about boxes, which display the credits of a computer software and other information. What should a good about box contain? And... is it okay ...
5
votes
6answers
282 views

What should I display in my About box?

I've built a small .NET winforms utility for internal use at my company, and as the primary interface is a tab control, I've decided to add a tab for the "about box" instead of a separate form. So, I ...
3
votes
1answer
731 views

Eclipse 3.7 Indigo : “About dialog” error

I recently upgraded my Eclipse 3.6 instance to 3.7. I wanted to view the Help -> About Eclipse option, but this dialog does not show up. Ran it with the -consoleLog -debug option to understand what ...
3
votes
1answer
246 views

About box with Application is agent (UIElement) set to YES?

Im trying to create a application that should only be visible in the status bar, and not have a window until you press the NSStatusItem menu options. So i have one that should open "about" ...
3
votes
1answer
546 views

Android - About box in application manager?

I was wondering does anyone know how to give an Android application an about box in the application manager? So when a user goes to Settings > Applications > Manage Applications and clicks on an app ...
3
votes
5answers
4k views

How do I get the About box to appear in C#?

I have an About box in my C# project using Microsoft's Visual C# 2008 Express Edition named AboutBox1. I have made it look how I want it in the design view, but how do I make it appear when the About ...
2
votes
0answers
42 views

In order to Macify a Java app, to catch the about event, do I have to implement a menu?

The macify Notepad example is the only example of 'macification' I could find, and it's all fine and dandy I guess, apart from the menu which completely screws up my layout. I'm very, very new at Java ...
1
vote
1answer
56 views

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? ...
1
vote
1answer
134 views

Java OS X Lion About Menu

I am trying to override the about menu in a Java Application on OS X Lion or anything from Leopard & above. How do I do that? The tutorials I have read so far do not seem up-to-date, some classes ...
1
vote
2answers
118 views

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) { ...
1
vote
2answers
423 views

How to display icon in QMessageBox?

I have an about box that I'm trying to display an icon inside. Here is my code: QMessageBox about_box(this); about_box.setText("..."); about_box.setIconPixmap(QPixmap("qrc:/images/logo.png")); ...
0
votes
1answer
29 views

Opening About (App Name) with a button (Mac os x)

I was wondering if it would be possible to have a button inside of my mac app and when you click on it, it will open the About (App Name) window? Hope it makes sense! :)
0
votes
2answers
105 views

Suggest own iphone application, how?

in my iphone app, in about view, i want insert a button to suggest the application to other people, but i don't know how do this...(email? Facebook/Twitter? other?) What do you suggest? What the best ...
0
votes
1answer
132 views

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 ...
0
votes
1answer
257 views

Problems with about box in WPF application

I have tried adding an about box in blend using the method described here: http://stackoverflow.com/questions/3411952/about-window-or-about-box-in-wpf-3-5-vs2008 However, I end up getting an error ...
0
votes
2answers
785 views

About Window or About Box in WPF 3.5 (VS2008)

I am looking for About Window for WPF VS2008. Any Source code is available to download or one have to develop on his/her own. Thanks you, Harsha
0
votes
1answer
61 views

How do you create a sequence of modalViewControllers?

I have struggled and now I just need to see it in action. I have an info-button on my title page (UIViewController) and I want to bring up an About-view with a 'dismiss' button on the left and a ...
0
votes
4answers
73 views

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)
-2
votes
1answer
74 views

is there a “About box” of Java swing in C#? [closed]

I'm looking for an control or something like to About box Java Swing in C#. UPDATE as in the pic: Any help is very appreciated thanks in advance.