Not sure about Mac OS/Linux, but Windows ToolTips are ancient, ugly and inflexible.
What would be nice is something like: http://qtip2.com/demos
Being able to control basic attributes such as font, colour, size/shape and pointer position.
Decent anti-aliasing too (The windows Balloon Tips look like retro Win3.1)
Cross platform tooltips
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Cross platform tooltips
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Cross platform tooltips
That's bordering Java Swing territory. Imo, keep platform UI elements native.
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Cross platform tooltips
The problem with alien widgets is always the accessibility. If the accessibility interfaces are not properly handled, you can throw it away.
bye,
Daniel
Daniel
Re: Cross platform tooltips
I'm going to have to remember that one.DarkDragon wrote:.. alien widgets
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Cross platform tooltips
I'm not requesting an alien lib - native PB tooltips is the idea, but not based on the underlying OS API tooltips.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Cross platform tooltips
so alien widgets.IdeasVacuum wrote:not based on the underlying OS API tooltips.
c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Cross platform tooltips
However I understand the problem and I would like to have some cross platform transparent window feature. This way you could realize it yourself.
bye,
Daniel
Daniel
Re: Cross platform tooltips
I think you can this programming, try with canvas, movie and webgadgets, etc.
Is not easy but is possible.
or not?
Is not easy but is possible.
or not?

If translation=Error: reply="Sorry, Im Spanish": Endif
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Cross platform tooltips
No its not possible simply with canvasgadget, because it can't be used as transparent window.minimy wrote:I think you can this programming, try with canvas, movie and webgadgets, etc.
Is not easy but is possible.
or not?
bye,
Daniel
Daniel