With holographic remoting player app, I always see just a black screen with 'receiving...' text - hololens

I'm a new user for hololens2. Recently, I am using hologrphic remoting player app because it can support my application tests.
What I expected to show on hololens when I set up this app with unity to use is my scene. However, it show me just black screen with 'receiving...' text.
I even wait for about 5 minutes after this text showed up, but this situation never changed. Plus, in unity, the game tab should show my scene, but it shows black screen too whenever I click the 'start' button to use the app.
How can I fix it?

Related

Flutter web UI does not zoom in properly

I just starting using flutter web since it's stable release. One thing I observed about this is the UI is not zoomed in like other web app.
Below is the default starter app which appears on creating a new flutter project. I've just changed the body color of Scaffold to notice the issue properly.
It's good the it's zoom is not responsive to scroll wheel of a mouse but when I use the touchpad of my laptop to zoom in, it responds to it. The result of zoom is a bit unexpected.
Below is the result.
In this case I kept my cursor to the center of screen and zoomed it. Keeping the cursor anywhere leads to almost same kind of UI.
Any workaround for it? Or maybe if I can disable this pinch zoom feature ?

Prevent the user to accidentally touch the UI of app while closing the app in iphone X

Image of my main screen
I'm building a timer app which sets the timer by scrolling it. The problem I'm facing is when the user tries to close the app on an iphone X, sometimes, they accidentally scroll the timer and them do in the background which sets a notification which the user didn't intended. I need suggestions on how to handle that.
What I'm thinking right now is to set a view at the bottom and make it transparent. Is there a better way ?

Make electron window able to receive click event when above keynote app

I am working on electron app where i open a child window which i want to be above all the windows (not above fullscreen windows though), I managed to do it by using
win.setAlwaysOnTop(true, "screen-saver");
It now stays on top of all other open apps and keynote app presentation mode, i want user to be able to click buttons inside my window but now the issue is as soon as user clicks on button or just window in my child window, keynote window minimizes (as focus shifts to my window).
What i tried : I tried almost all available window option given in electron docs with different variations, I also tried playing with modals, but obviously modals stay in window itself, i want to keep main app minimized and keep child window on top of other apps. I also found electron-modal package, but that also behaves same.
working example
I was trying different application to check is any other application is able to do it, and i found that zoom app window (in screen share mode) is able to stay on top of keynote app and you can click buttons inside that app, you can move window, and keynote app keeps running in the background with no issues. I am trying to achieve exactly same behaviour.
This is something that you won't be able to recreate with electron currently, except through a native node module that manipulates your window related OS flags.
You can follow this issue on the Electron repository, since the flags introduced there should resolve your issue, or at least give you a point of entry to make your own PR or node_module.
https://github.com/electron/electron/issues/10078

Working with Mainframe application in Blue Prism.

I've been working whit Blue Prism on a project that was using at one point IBM mainframe application(ICBS). I've mange to get it working, but only problem that I had was Login in to therminal.
My robot lunched application as mainframe app, but after that therminal is asking me to login in, but its doing that in standard Win window - whit option to enter login and password.
Problem is that Blue Prism is not able to spy on thoes elements because it's launched as mainframe.
If I launch this app as standard win application, then there is no problem in login in, but after that working whit mainframe screen is imposible because I can't spy on specyfic elements of the green screens.
I was trying to launched as mainframe, then using another object(Win app) to logon and then go back to mainframe but I cant to Attach Win app Object to allready launched mainframe object. I get "could not be found" error when I'm tring to Attach.
Any idea how to get it working?
Cheers,
RAFEL
Well, there's no other way than having two different objects.
The first one should be the "Mainframe Application" object that is launching from executable file.
The second one should be the "Windows Applications" object that is attaching to appearing window.
I am guessing that you're having a problem with attaching the second object to the window.
The Blue Prism when trying to attach to the object is checking two things:
The name of the process - you can find that information using task manager.
The window title of the target Application - that's the title that is visible at the top of the window.
There is possibility to use *,# and others as wildcard characters.
You'll have to try there around there to get that working.
Below you can find a print screen of one of mine objects that attaches to windows photo viewer.

Pin Secondary tiles

According to this link:
Only users can pin a secondary tile to the Start screen; apps can't programmatically pin secondary tiles
what does it mean? because I can pin my application to start screen by this code:
secondaryTile.RequestCreateAsync();
Seems like that documentation meant to say...
Secondary Tiles should only be pinned as a result of direct user interaction (like clicking a Pin button in your app).
In Windows 8.1, your users will see that dialog displaying a preview of the tile, confirming whether they'd like to pin it. In Windows Phone 8.1, the tile will be automatically pinned and the user will be taken to the Start Screen, showing them the new tile. In Windows 10 Desktop, the user will see a "Did you mean to pin this to Start?" dialog, which they have to click yes in order to pin the tile. In Windows 10 Mobile, the tile will be silently pinned and your app will remain in the foreground.

Resources