Questions tagged [multi-window]

176 questions
1
vote
0 answers

WPF, non-overlapping windows

Reposting this question: I have a multi-window application in WPF, where my main application window is invisible (Visibility=Collapsed) containing visible child windows. Application creates child windows on-demand. I need an algorithm to determine…
santahopar
  • 2,933
  • 2
  • 29
  • 50
1
vote
1 answer

Multi-Window Chrome Packaged App?

Hello I'm new to chrome packaged apps. How would I create a button image, that when clicked launches a new chrome packaged app window displaying a local html page.
jkphiilips
  • 11
  • 3
1
vote
1 answer

S Pen Multi-Window SDK Proguard Rules

I'm getting the following two warnings when building and Android project with proguard that has the S Pen SDK Multi-Window jar (2.2.5): [proguard] Warning: android.sec.multiwindow.Constants$WindowManagerPolicy: can't find referenced class…
ashughes
  • 7,155
  • 9
  • 48
  • 54
0
votes
0 answers

UNITY Implementing Multi-Window Setup for Windows UWP

We're currently working on setting up a multi-window configuration for the Windows UWP target platform which unfortunately doesn't support Multi-window natively. Our project relies on Bluetooth code that's tailored specifically for Windows UWP, and…
Assistent
  • 21
  • 1
0
votes
0 answers

SwiftUI multi window Mac app state restoration

When we open multiple windows in our app, kill the app, and relaunch it, shouldn't the previously opened windows pop automatically based on state restoration principles? Here is my main: @main struct WindowTestApp: App { var body: some Scene { …
erdo
  • 3
  • 1
0
votes
0 answers

Subwindow in PyQt6 has no closing button

I am not a professional programmer. However, I am asked to finish a project previously done by other professional. The previous developer created this application using Windows machine. I am working on MacOS ventura 13.4.1. The application calls a…
0
votes
0 answers

desktop multi window flutter package

I am using desktop multi window package. I am able to display or show any UI on the secondary (multi) window which this package supports in flutter out of the box. I am facing issues while trying to show/play videos on secondary screen (multi…
another_it_guy
  • 111
  • 1
  • 10
0
votes
0 answers

Memory and performance optimisations for Electron and Nuxt2 multi-window app

I am working on a chat app in Electron(21.1.1), Electron Builder(23.6.0) with Vue2, Nuxt2 anda Custom Vuetify Theme. I want to make it so I can open individual chats in new windows, like Skype and Teams do, for example. My current solution is to…
nexus370
  • 31
  • 4
0
votes
0 answers

Multi-window Flutter Linux app terminates when subwindow closes, but only the snap version

I have an obscure one... I have a flutter application that builds for Linux desktop. I used a third-party package (desktop_multi_window) to be able to launch a sub-window within the app. When I run the application from a local build, all is well. …
Bill Foote
  • 361
  • 3
  • 3
0
votes
0 answers

can not maximize the window to full screen on tablet in pc mode

enter image description heresee this image, i can not press the maximize button on my application, but on Files Application, it can press, and change the window size, so what should i do? its android 11.0 and android 12.0 tablet
Ethan
  • 1
  • 1
0
votes
1 answer

Avalonia : Multiscreen - opening a window with negative x-value (on left monitor) fails to work

Situation : Avalonia 0.10.18, Windows 11, 3 (same) monitors, NET6.0. I have a 'main' window on the middle screen and I use a second (floating) window for some common values (with 'main' as parent). I save the position of the second 'floating' window…
Geertie
  • 237
  • 4
  • 15
0
votes
1 answer

Is Android's freeform app multi-window mode supported on Android Automotive OS?

Is Android's freeform app multi-window mode supported on android automotive os? Was not successful in enabling freeform mode on android automotive os after: adding the following to the activity's…
pwcel
  • 11
  • 2
0
votes
2 answers

Android: Failing to open an activity in adjacent screen in multiwindow

I have two of my activities (same app) opened in multiwindow / split-screen. Now I want that when a user taps on a button on Screen-1, I want to open an activity in Screen-2. I have read Android's document and I think I am doing it right, but it is…
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
0
votes
1 answer

Display multiple window in Python

Simple question but can't find the answer, am looking for a module that allows me to display in one window multiple windows with python. Example Above: [![Example][1]][1] [1]: https://i.stack.imgur.com/i8zzD.png
Yoan Tufel
  • 45
  • 9
0
votes
1 answer

correct positioning a PopupWindow when app itself in 'multi-window' or 'pop-up window' mode

I've got a PopupWindow 'mPlayPopup' that I want to get displayed just below a certain View 'mPlayButton'. Here's how I do it: mPlayButton = new Button(activity); mPlayButton.setOnClickListener( new View.OnClickListener() { @Override …
Leszek
  • 1,181
  • 1
  • 10
  • 21