Questions tagged [windowless]
52 questions
0
votes
0 answers
Making FireBreath Plugin Transparent
I am new to FireBreath Plugin.
I am writing a windowless C++ plugin and I want to make this plugin transparent.
I know how to do it in npapi directly, but not in Firebreath.
Please let me know how to make the Plugin transparent.
Regards,
Techtotie

TechTotie
- 127
- 1
- 15
0
votes
1 answer
Show a Sothink menu on top of a Silverlight iFrame
I have a Sothink menu on a web page and below it is a Silverlight iframe application. Currently the iframe is covering some dropdown menu items.
I have tried solving this problem with z-indexing, windowless, and wmode. I can not change the original…

user2062830
- 13
- 1
- 3
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
Getting UserControl to draw under html div
I have a bunch of controls derived from System.Windows.Forms.UserControl, which are then being displayed in a browser (Internet Explorer only). The page they are in has a border (a div) that I want the controls to go 'under', but they all draw on…
Sam Barham
0
votes
3 answers
How can one simulate a web browser, or just the Flash plugin, to load-test a Flash-based web-application?
I guess I don't need the web browser, since network capabilities are built into the stand-alone player. I just need some kind of .NET component which will allow me to programatically start hundreds of flash players (with no UI) playing a specific…

Triynko
- 18,766
- 21
- 107
- 173
-1
votes
1 answer
Checking for messages in windowless application
I have a small application that needs to react to a particular device being added or removed from the system. So I listen for WM_DEVICECHANGE using CreateWindowEx() and RegisterDeviceNotification().
This seems to work - however, I am left uncertain…

emno
- 161
- 1
- 9
-4
votes
1 answer
Create Windowless Apps In Linux
How can I create a windowless app like dock or notification for Linux Distribution?
(My System runs Solus OS - Linux Distro)
I want to create desktop environment and want such apps( with no title bar, no close, no minimize , no maximize buttons,…

ARAVIND I M
- 21
- 7