Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring Dialog on top of all windows via command file #221

Closed
martinvandiemen opened this issue Jan 31, 2023 · 1 comment · Fixed by #262
Closed

Bring Dialog on top of all windows via command file #221

martinvandiemen opened this issue Jan 31, 2023 · 1 comment · Fixed by #262
Assignees
Labels
enhancement New feature or request in progress

Comments

@martinvandiemen
Copy link

I would like to bring Dialog on top of all windows. During an installation Dialog can dissapear in the background. To make if visible to the user again I would like that the commandfile accepts the command "ontop" to bring it on top.

Example:
$ echo "ontop: true" >> /var/tmp/dialog.log

@bartreardon bartreardon added the enhancement New feature or request label Jan 31, 2023
@bartreardon bartreardon self-assigned this Jan 31, 2023
@bartreardon
Copy link
Collaborator

I can add that to a future release.

In the meantime, you can achieve this with /usr/bin/osascript -e 'tell application "Dialog" to activate'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants