Questions tagged [about-box]

A dialog box that displays the credits and revision information of a computer software.

46 questions
0
votes
3 answers

Visual Studio C++ how to display a dynamic message (i.e., string) in my About box?

Should be trivial . . . when editing via the VS resource editor.... the tools/objects list only shows 'static text' and the create an event handler wizard has all fields and [next] button dimmed (disabled). I have a lovely About box -- it all works…
kevinwaite
  • 613
  • 1
  • 8
  • 20
0
votes
1 answer

Flutter How do I add my GPL License to the LicensePage shown in the about dialog

I want to license my Flutter application under GPLv3. So I put the GPLv3 license text in the root of my project and named the file LICENSE. I read in the docs for the LicenseRegistry class that The flutter tool will automatically collect the…
Chris Nadovich
  • 202
  • 1
  • 7
0
votes
1 answer

Is there a way to automatically open the "About" page of a Chromium based browser with PowerShell compatible code?

I am simply trying to code something that can either launch the Chrome browser to the "about" page; or open a tab with the "about" page, that will run in PowerShell. I have tried the following, and it only results in chrome opening for a short…
Retoxx
  • 33
  • 6
0
votes
1 answer

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! :)
inFever
  • 1,809
  • 2
  • 16
  • 19
0
votes
1 answer

How do i add more images and text to about panel in Electron?

I am developing an app in Electron and am currently working on the about panel. The problem is there is more text I want to put into the panel in separate lines and I do not know how to do that. Also Is there a way to add more images like you see on…
Ethan K-B
  • 115
  • 12
0
votes
1 answer

I get an error when compiling with an imported image resource

This is turning into a nightmare! I have a C# DLL project and it has the regular About Form. I go to add my own image: I can see it listed and I accept: It looks fine: The moment I compile I get this error: I have googled the error: The…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
0
votes
1 answer

Add a button to PagerTitleStrip

I have an application that features video and text content in a View Pager (the only functionality is to swipe left and right to change screens with content). Now I need to add an "About" screen to the application. To be able to do that I'd need to…
Sasha Shpota
  • 9,436
  • 14
  • 75
  • 148
0
votes
1 answer

Problems with about box in WPF application

I have tried adding an about box in blend using the method described here: About Window or About Box in WPF 3.5 (VS2008) However, I end up getting an error saying that the namespace System.Windows.Forms doesn't exist. Does blend not support this…
BigPete
  • 779
  • 2
  • 9
  • 21
0
votes
1 answer

Missing functionalities when deploying Qt application

I have created a deploy folder for my Qt gui application, I have added all DLLs it screamed for. The app is running, but there 2 functionalities that are missing. void MainWindow::on_action_About_triggered() { QString filePatch =…
Łukasz Przeniosło
  • 2,725
  • 5
  • 38
  • 74
0
votes
1 answer

Is it possible to have 'Edit' functionality in a Cocoa applciation that doesn't have the 'Edit' menu item?

I'm working on a Cocoa application that will eventually only have 2 items in the main window menu. Not included in these items is the 'Edit' menu item. Is it possible to add all the functionality of the 'Edit' item to the application without having…
bhawley
  • 395
  • 1
  • 3
  • 13
0
votes
0 answers

Fade And Slide About Animation WPF

I have a label with multi-line content. I want the label's content to slide from the bottom and every line fade when it's turn to visible Is there any way to do that with XAML (WPF) ? I see this a lot in application's "About" box.
0
votes
1 answer

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 'detail disclosure on the right.' If one presses the…
mobibob
  • 8,670
  • 20
  • 82
  • 131
0
votes
1 answer

How to add About dialog to project

I have just completed my first Qt 5 project and I want to add an About dialog. Is there a default, and how do you use it? If not, what's the best way to add one and edit it and display its content using the Help menu action? Any help would be…
te7
  • 601
  • 1
  • 6
  • 23
0
votes
2 answers

Eclipse RCP - feature only present in about dialog after product export, not when executed in IDE

I am working on the about-dialog of my Eclipse RCP Applicaiton. The features, which I am using (native platform features and my own) only show up, when I do an export from Eclipse. When I run my product in the IDE - the about dialog stays empty. The…
Skip
  • 6,240
  • 11
  • 67
  • 117
-1
votes
1 answer

is there a "About box" of Java swing in C#?

I'm looking for an control or something like to About box Java Swing in C#. UPDATE as in the pic:
Jack
  • 16,276
  • 55
  • 159
  • 284