Home » U++ Library support » TopWindow&PopUp, TrayIcon » Balloon-like window
|
Re: Balloon-like window [message #24700 is a reply to message #24698] |
Wed, 27 January 2010 15:10  |
mrjt
Messages: 705 Registered: March 2007 Location: London
|
Contributor |
|
|
There are either multiple solutions or none, depending on requirements:
- If the balloon has to be a native window then you will need to do the platform specific code yourself. This should be relatively easy in Win32, much more difficult in X11 (at least for a solution that works across window managers).
- The easiest solution would be to cheat. Create a type of Parent ctrl that looks like a balloon and use that instead. The restiction here is that obviously it can't leave the parent window.
|
|
|
Goto Forum:
Current Time: Sat May 10 23:07:29 CEST 2025
Total time taken to generate the page: 0.03662 seconds
|