Hi all
Anybody with idea on how to implement the attached tooltip balloons in Xbase++ or better still how to use this Teebo tooltip balloon.
This control is available at: http://www.teebo.com/tssBalloonTip.htm
Thanks
Joe
Tooltip Balloon
Tooltip Balloon
- Attachments
-
- tooltips.png (26.52 KiB) Viewed 13537 times
Re: Tooltip Balloon
Code: Select all
@ 2.0,20 DCGET ::dDatum ;
POPUP {|d| DC_PopDate(d,,,@lOk,,.t.,2,{||ZeigFeiertag()},,,,,m->bIsHoliday,m->aColors)};
POPCAPTION "v" ;
POPFONT "10.Marlett" ;
POPSTYLE DCGUI_POPUPSTYLE_IMBEDDED ;
POPKEY xbeK_F1 ;
OBJECT ::EdDATUM ;
EDITPROTECT {|| ::lShow} ;
GOTFOCUS {| x,y,o | o:showBalloonTip(XBP_TIPINFO,'Buchungsdatum',"Datum der Belegbuchung" )}
best regards
Hans
Hans
Re: Tooltip Balloon
No balloon tooltip displayed when I tested your code. I am using xbase++ version 1.90.350
Thanks
Thanks
Re: Tooltip Balloon
i have 355sl1 - maybe you need that 355sl1
compile this - hope it help's
compile this - hope it help's
- Attachments
-
- BALLOON.rar
- (6.42 KiB) Downloaded 804 times
best regards
Hans
Hans
Re: Tooltip Balloon
Thanks.
I compiled your code and it works.
I discovered that it will only work when you execute with a manifest file. If you remove the manifest file, it will not show. I use codejock skinframework and do not distribute my application with a manifest file. Any work around will be appreciated.
Joe
I compiled your code and it works.
I discovered that it will only work when you execute with a manifest file. If you remove the manifest file, it will not show. I use codejock skinframework and do not distribute my application with a manifest file. Any work around will be appreciated.
Joe
Re: Tooltip Balloon
right.unixkd wrote:I discovered that it will only work when you execute with a manifest file. If you remove the manifest file, it will not show.
Manifest is need for all Version 6.x Common-Controls
you can use Skinframework AND Manifest.unixkd wrote:I use codejock skinframework and do not distribute my application with a manifest file. Any work around will be appreciated.
greetings by OHR
Jimmy
Jimmy