Seite 1 von 1

[Module] ToolTipEx - Module (all OS)

Verfasst: 11.07.2019 14:53
von Thorsten1867
Extended ToolTip - Gadget (all OS / 64Bit / DPI)

Dank des Codes von mk-soft können nun auch ToolTips für andere Gadgets als das CanvasGadget angezeigt werden.

Improved tooltips for all gadgets.
  • multiline tooltips (#LF$)
  • optional title bar
  • possibility to define an area on the gadget

Code: Alles auswählen

; ToolTip::Gadget()       - Add tooltip gadget
; ToolTip::SetAttribute() - similar to SetGadgetAttribute()
; ToolTip::SetColor()     - similar to SetGadgetColor()
; ToolTip::SetContent()   - set tooltip text & title and define tooltip area
; ToolTip::SetFont()      - similar to SetGadgetFont()
; ToolTip::SetState()     - activates/deactivates tooltip
Download: ToolTipExModule.pbi

Re: [Module] ToolTipEx - Module (all OS)

Verfasst: 11.07.2019 19:55
von mk-soft
Sieht gut aus :allright:

Habe aber für die X-Position des Tooltip für Reverse noch 6 abgezogen, das sonst der Tooltip den Button Blockiert...

Zeile 358

Code: Alles auswählen

ToolTip()\Size\X = X + gX - ToolTip()\Size\Width - 6

Re: [Module] ToolTipEx - Module (all OS)

Verfasst: 13.07.2019 14:59
von Thorsten1867
Update: ToolTipp ist nun ein eigenes Fenster und nicht nur ein Gadget

Re: [Module] ToolTipEx - Module (all OS)

Verfasst: 20.07.2019 11:36
von Thorsten1867
Bugfixes