Page 1 of 1
Tooltip Balloon
Posted: Sun Jun 16, 2013 2:24 am
by unixkd
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
Re: Tooltip Balloon
Posted: Sun Jun 16, 2013 2:43 am
by hz_scotty
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" )}
Re: Tooltip Balloon
Posted: Sun Jun 16, 2013 3:28 am
by unixkd
No balloon tooltip displayed when I tested your code. I am using xbase++ version 1.90.350
Thanks
Re: Tooltip Balloon
Posted: Sun Jun 16, 2013 4:37 am
by hz_scotty
i have 355sl1 - maybe you need that 355sl1
compile this - hope it help's
Re: Tooltip Balloon
Posted: Sun Jun 16, 2013 6:00 am
by unixkd
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
Re: Tooltip Balloon
Posted: Sun Jun 16, 2013 3:37 pm
by Auge_Ohr
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.
right.
Manifest is need for all Version 6.x Common-Controls
unixkd wrote:I use codejock skinframework and do not distribute my application with a manifest file. Any work around will be appreciated.
you can use Skinframework AND Manifest.