Questions tagged [multi-window]
176 questions
0
votes
1 answer
Multi-WIndow Support block activity regeneration
When my app goes to multi-Window mode, my activity gets killed and regenerated. IS this the expected behavior.
I was trying to block this using this behavior?

user782298
- 91
- 5
0
votes
1 answer
Keyboard doesn't show up when SAMSUNG Multi-Window Sdk is implemented on galaxy S3 running Android 4.2 and 4.3
When I add samsung multiwindow sdk, I realised that on galaxy phones running android 4.2 and 4.3 have a problem on showing soft-keyboard.
If I don't use the samsung multiwindow sdk, soft-keyboard works fine.
I'm using this searchbar library. Maybe…

Orcun Sevsay
- 1,310
- 1
- 14
- 44
0
votes
1 answer
Android: How to Enable Samsung Multi-Window in Only One Activity
I have got the multi-window feature to work however, this is applied to all activities across the application. I would like to know is there a way to specify which activity that can use multi-window? For example, I have an introduction slider in…

Lord Goderick
- 965
- 2
- 14
- 32
0
votes
4 answers
flex: what is the best way to create multi window web application?
I am using flex4, I am seeking the answer to create multi window web application. My application is some sort of complex, currently I only know using PopupManager to create a new window.
Should I create each MXML for each window that I want to…

Bin Chen
- 61,507
- 53
- 142
- 183
0
votes
1 answer
Android N Multi-Window and AdView
How are we supposed to show Admob ads in the Multi-Window feature introduced in Android N? The ads are logging that there isn't enough space to show the ad.
Any thoughts?

Thomas Vos
- 12,271
- 5
- 33
- 71
0
votes
1 answer
How to open multiple windows in a Windows 10 store app
I noticed that Microsoft Edge is capable of opening multiple windows, but i can not seem to find any example of this anywhere to open multiple windows.
I need to open multiple windows in my app for popups from my main windows WebView, i know this is…

Connor S
- 264
- 1
- 3
- 12
0
votes
1 answer
Transfer control to new window - chrome packaged app
How to transfer control to new window?
Im working on a chrome packaged app with multi-window functionality. Suppose i click on "new window" and it opens up a new window this is the code im using:
background.js:
function create_window(opt_options)
{
…

Kevin
- 749
- 2
- 10
- 27
0
votes
1 answer
Samsung's MultiWindow drag and drop with latest SDK for Android
I was trying to implement Samsung's MultiWindow support in an Android app, and I haven't been able to find the drag and drop feature between MultiWindows that was available in Samsung's S Pen SDK 2.3.
Latest SDK for Pen is 4.0.7 and for MultiWindow…

circulosmeos
- 424
- 1
- 6
- 19
0
votes
0 answers
Compile errors when building Cornerstone v4.3_r2.2
I'm trying to build this on my device, but I have some problems during the building process. First of all, I synced the AOSP 4.3_r2.2 source tree. Then I copied the entire cornerstone codes (from branch v4.3_r2.2) into the source tree. Then I start…

popo
- 435
- 1
- 6
- 13
0
votes
0 answers
pyQt multi window with separate exe
I am writing an app using pyQt.
Basically I am using the pyQt part of the app for user interaction and then use
subprocess.Popen(["pdf.exe","output.pdf"])
to show the file that my program generated. But there is a problem: the pdf.exe is not bound…

RuRo
- 311
- 4
- 17
0
votes
1 answer
jQuery.data support across windows
I'm trying to update a web app that uses the jQuery.data() function to store information. The update involves refactoring the interface so that there are separate windows for different types of information rather than using just divs on the same…

Dion
- 41
- 5
0
votes
0 answers
Window autofocus using javascript
Is it possible to transfer focus to a window automatically when you mouse over it using javascript?
I have a web based application that uses multiple windows so that users can rearrange the interface how they want, but at the moment they must click…

Dion
- 41
- 5
0
votes
1 answer
How to make one window wait for another before continuing?
I have a dilemma with my program. My program is like a specialized calculator, probability, dice roller type thing - think automated RPG rolling. And the way it's set up at the moment it on one window it has all the data and does all the…

GiantDwarf
- 5
- 5
0
votes
0 answers
Is multiwindow feature supported in android except samsung
Is multiwindow feature is supported in android sdk without using samsung devices...? I believe it is only supported in samsung and not in native sdk. Please advice for this.

Pratik Patel
- 551
- 1
- 4
- 6
0
votes
0 answers
Android, Two applications active at the same time
Is it possible to display one application(rendering Video) as a floating screen in one half of the screen. and at the same time interacting with another application(e.g chat application or any other application. ).
Basically the rendering Video…

scooby
- 493
- 11
- 31