Is it possible to insert a popup menu at the bottom of a UrlLnk control?
I tried but it showed the menu far from url lnk
On TexplorerBar I insert a link
local bClick := { | o | addMenu() }
oPanel4:AddLink( "testlink", bClick, ".\bitmaps\mail.bmp",oFontSmall,CLR_BLACK,CLR_WHITE )
tried with
Function AddMenu()
local aPoint := AdjustWnd( oPanel, oPanel:nTop-100, oPanel:nLeft )
MENU oMenu POPUP
ACTIVATE POPUP oMenu WINDOW oWnd AT aPoint[1], aPoint[2]
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com