question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

X and Y options to not work

See original GitHub issue

I am trying to position the window to the top left corner of the screen 0,0 but the window opens at the default setting, right in the middle of the scree. It appear that the X and Y coordinate options are being ignored.

var mainWindow = await Electron.WindowManager.CreateWindowAsync(new BrowserWindowOptions { X = 0, Y = 0 });

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
GregorBiswangercommented, Jan 3, 2019

fixed

0reactions
GregorBiswangercommented, Jan 3, 2019

Okay, that is a Windows 10/Native Electron problem… I implement the workaround solution… the next Electron.NET update have it implemented 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Excel Plot Edit Series won't allow selection of X and Y ...
I have selected the x-series data. Both the Series Name and the Series Y values are not editable. If I close the dialog...
Read more >
X and Y Coordinates will not change
I have a form with multiple cards. After turning off the column snap I tried to change the position of the various cards....
Read more >
Theory X and Theory Y - Understanding People's Motivations
This style of management assumes that workers: Dislike their work. Avoid responsibility and need constant direction. Have to be controlled, forced and ...
Read more >
Identify and fix when the Add XY Data tool does not ...
This article addresses some common problems that cause the Add XY Data tool not to work or to place points in the wrong...
Read more >
Solved: “Display XY Data” the X and Y field do not have a...
When I import the excel document and hit “Display XY Data” the X and Y field do not have any options in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found