Questions tagged [multi-window]

176 questions
0
votes
1 answer

How to navigate through scenes?

I have created some scenes using sceneBuilder and now i need to link those scenes.for example when the user click the "next" button the next scene is displayed. In android it is possible to go from one activity(window) to another easily(using…
Gandalf
  • 2,921
  • 5
  • 31
  • 44
0
votes
1 answer

Multi window feature in android

Currently only sumsung is providing multi window feature. Why others vendors can't.? Is there any hardware dependency.? If I want to write multi window feature for my goggle nexus how can I start.? Any tutorial or link from where I can start.
Vineet
  • 307
  • 1
  • 3
  • 12
0
votes
1 answer

Multi-window support for opengles2

Recently I am writting game editor in my project. I want to implement a editor which has four viewport like 3ds max or other 3D software. So, how to use opengles2 to render context on multi-window?
xfxsworld
  • 283
  • 1
  • 10
0
votes
0 answers

open two window with tree panel using extjs

I want to open two windows. Here is the code I am trying to do this with: Ext.define('DTApp.view.MyViewport', { extend: 'Ext.container.Viewport', requires: [ 'DTApp.Class_Util' ], id: 'MainWindow', autoScroll: true, …
limitall
  • 36
  • 3
0
votes
0 answers

Win32 messages for multi-window mode operations in Windows 8

Are there any WM_* messages for multi-window mode operations such as resizing or swapping? In a Win32 application I need to differentiate between normal/traditional resizing of application window & resizing due to multi-window operations such as…
Nitesh
  • 2,681
  • 4
  • 27
  • 45
0
votes
2 answers

Multi windows error androidmanifest.xml

I am trying to insert nell'android manifest support for multi windows .. that's what I did:
0
votes
2 answers

python gtk multi window

i have a big problem (for me!) with python gtk module. i can open multi windows; but i can't close singly ( one time , one window ). if i close a window, all windows close automatically. i want to close the first window only. after closing firt…
J3y4Nf3R
  • 25
  • 2
  • 5
-1
votes
2 answers

My app not launching in split screen - why?

I can manually open my two apps in Split screen view, using the Recent apps button. I believe I have added the "split screen support" in my apps, as per How to enable split screen in my Android app? My targetSdkVersion is 29 and I have set…
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
-1
votes
3 answers

maximum recursion depth exceeded in python multiple dialog

# -*- coding: utf-8 -*- import sys from PyQt4 import QtGui, QtCore class Window_Test3(QtGui.QDialog): def __init__(self, parent=None): QtGui.QWidget.__init__(self, parent) global progress_flag **self.Next_Window =…
정유한
  • 3
  • 2
-1
votes
1 answer

open secondary view on current virtual desktop in uwp apps

Microsoft's documentation on virtual desktops says: To support this concept, applications should avoid automatically switching the user from one virtual desktop to another. Only the user should instigate that change. In order to support this, newly…
Benni
  • 1,030
  • 2
  • 11
  • 18
-2
votes
1 answer

Can we split the window in to 3 parts in android

In android 7.1.2 we can split the window in to 2 parts. Like that, can we split the window in to 3 parts (AOSP)? I have followed this link https://source.android.com/devices/tech/display/multi-window
coder
  • 59
  • 13
1 2 3
11
12