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]