Questions tagged [windowed]

52 questions
0
votes
1 answer

Center absolute position div in windowed mode?

I centered this absolute div:
In maximized mode, it works normally. But when the width of the browser is…
user2174870
  • 247
  • 2
  • 11
0
votes
0 answers

Screens flicker when calling glViewport after window style was changed

In my OpenGL application I switch between windowed and fullscreen mode using Raymond Chen's solution: http://blogs.msdn.com/b/oldnewthing/archive/2010/04/12/9994016.aspx This works apart from two very annoying side effects when used in…
fhw72
  • 1,066
  • 1
  • 11
  • 19
0
votes
1 answer

how to create a windowed plug-in?

I have created a safari plugin using NPAPI and I want to add a NSView in my plug-in. When I try to get NPWindow throw function NPP_SetWindow(NPP instance, NPWindow* window), the second parameter is nil. I think my plug-in is windowless, but i don't…
Magical
  • 263
  • 3
  • 10
0
votes
1 answer

Example of windowed npapi-plugin

Where can I find the example of windowed npapi-plugin or detailed documentation (for Windows)?
gooseim
  • 11
-1
votes
2 answers

T-SQL Dense_Rank() increments for nulls in group

Good day, I am having trouble with my SQL query. I have a dataset that is representing nested objects ranging in depth from 3 items to 8 items. I am using dense_rank() over (Partition by [previous rank] to identify each item uniquely, but because of…
-2
votes
1 answer

How \ can move run window to external display in PhpStorm 2017.2 in mac os?

How \ can move run or debug window to external display in PhpStorm 2017.2 in mac os? I can move only window with source one file, or terminal tab. But i don't know how move debug and run window to External Display. Maybe exist some issue in…
-3
votes
1 answer

C# how do I make a procedure that is run every time a form is loaded?

In my c# forms project I want this method to run every time I load any of my forms. foreach (Form frm in Application.OpenForms) { frm.WindowState = FormWindowState.Normal; frm.FormBorderStyle =…
Tom1
  • 77
  • 1
  • 6
1 2 3
4