The Wayback Machine - https://web.archive.org/web/20200908184645/https://github.com/topics/dialogs
Skip to content
#

dialogs

Here are 104 public repositories matching this topic...

soulflyman
soulflyman commented Sep 26, 2019

Initializing a dialog with the property InitialDirectory set to a local and existing folder is ignored.
The Dialog always shows the last folder where a file was opened.

 VistaOpenFileDialog dialog = new VistaOpenFileDialog();
 dialog.Filter = "JSON Dateien (*.json)|*.json";
 dialog.InitialDirectory = "C:\\";

Expected behaviour:
The VistaOpenFileDialog always schow the content o

Forget Android Toast! BalloonPopup displays a round or squared popup and attaches it to a View, like a callout. Uses the Builder pattern for maximum ease. The popup can automatically hide and can persist when the value is updated.
  • Updated Mar 29, 2017
  • Java

Improve this page

Add a description, image, and links to the dialogs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dialogs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.