Questions tagged [display-manager]

45 questions
14
votes
9 answers

SAS Display Manager commands

The SAS display manager is a comamnd line interface to the SAS system, which remains in Base SAS as a legacy facility. However the online documentation on how to use this facility is sparse at best, and google searches are less than fruitful. A…
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
11
votes
3 answers

Authentication Required for everything I do in Ubuntu 19.10

I recently upgraded ubuntu from 19.04 to 19.10. Initially, I was not able to login into this user. Whenever I entered password it didn't log in and asked for password again. There was a kind of login loop. Now I am able to login after changing the…
7
votes
2 answers

How to detect external displays in android prior API 17

I'm working in app that has copyrighted videos that should work only in Android device and not in external display connected via HDMI or wirelessly. I found great API Presentation and DisplayManager to detect and control which content to be…
Hossam Ghareeb
  • 7,063
  • 3
  • 53
  • 64
6
votes
1 answer

Touch event while display off

Sorry for stupid question, but can I listening touch events from android phone, while display is off? Or touch system works only when display is ON..?
user3274393
  • 63
  • 1
  • 4
5
votes
1 answer

submit SAS code or macro from Toolbar

Is it possible to allocate a SAS script or macro to a Toolbar button in Base SAS? ie can you 'dm' a macro or sas script?
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
5
votes
0 answers

Wayland surface position

I know Wayland protocol doesn't provide option to control shell surface position on the screen. I would like to find a way for controlling window/surface placement. I have tried tools like xdotool and wmctrl, but they only recognize XWayland…
4
votes
4 answers

How to disconnect from Cast when finishing Activity?

Here is what I'm doing: Manually connecting to ChromeCast via Settings. Launching my app which manages Presentation to show custom layout using the ChromeCast device I'm already connected to. Finishing my app by manually closing it. By this time, I…
LarryMustaine
  • 65
  • 1
  • 6
4
votes
1 answer

What qualifies an Android "Display"?

In API 17, Android introduced the ability to present content on secondary displays. They say that content can be shown on any display that is connected to the device by either a wired connection or WiFi. You can even get the list of connected…
crocboy
  • 2,887
  • 2
  • 22
  • 25
4
votes
1 answer

SAS DM 'close table'

to open a table in SAS we can use the DM "VT {tablename}" command. What is the equivalent command to CLOSE the viewtable window???
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
3
votes
2 answers

SAS Command Line shortcut

Is there a shortcut in Base SAS to provide focus to the command-line / display manager bar?
Allan Bowe
  • 12,306
  • 19
  • 75
  • 124
3
votes
1 answer

Presentation class in Jelly Bean Plus is not intercepting onTouchEvent

I am developing an android application, which displays some unique content on secondary display. Presentation class is newly introduced in Jelly Bean Plus(4.2.1). It is a special kind of dialog whose purpose is to present content on a secondary…
2
votes
2 answers

Flutter multiscreen using DisplayManager or MediaRouter

I'm developing an app in Flutter which is supposed to run on a POS with two screens. It's basically a tablet connected to another screen via a HDMI cable. My problem is that whatever I run on my side of the screen also appears to the client's…
2
votes
1 answer

LightDM add Window Manager (Openbox)

I'm running my application (GUI) in kiosk mode via LightDM. This works fine, but i'm having a hard time including openbox to it. My application simply has no borders or decorations, although i'm setting openbox as user-session…
David
  • 1,084
  • 12
  • 36
2
votes
2 answers

SAS DM - Getting Rid of the Results Tab

I'm looking for a way to get rid of the Results Tab, keeping only the Explorer Tab which can itself display the results. However, WSAVE ALL doesn't "remember" that configuration detail, and even when I manually close it, it keeps showing up again…
Dominic Comtois
  • 10,230
  • 1
  • 39
  • 61
2
votes
1 answer

SAS Display Manager: Viewtable commands

SAS DM offers some handy tools for viewing data accessible via the command console. For example "vt library.table" will display the table you would like to view in table viewer. or " 'columns' colname" will only display the variable COLNAME. However…
IVR
  • 1,718
  • 2
  • 23
  • 41
1
2 3