Search found 415 matches: omenu

Return to advanced search

SetMultiSelectCol() on line

I have an xbrowse created with an array without the :SetMultiSelectCol() and I have the ability to display a menupopup like this MENU oMenu POPUP if oBrw:IsSelectedRow() MENUITEM "Deselect the current row" action DeSelect_One_array(oBrw) MENUITEM "Deselect everything" ...
by Silvio.Falconi
Sat Apr 13, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 194

Re: also error with btnbmp SHOWPOPUP

... ) ) Function Contextual_Menu( oBtn,oBrw,oDbf,cIniUser,cSection,oParent,oCont,lExport,lColConfig ) .... MENU oMenu POPUP .. ENDMENU return oMenu
by Silvio.Falconi
Mon Apr 01, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1714

Re: also error with btnbmp SHOWPOPUP

... .....} Function Disp_Menu_Comuni(oParent,nRow,nCol,oDbf,oBrw,cSection,oCont) .... ENDMENU ACTIVATE POPUP oMenu OF oParent AT oBrw:nTop+nRow, oBrw:nLeft+nCol RETURN (NIL) and another on action Function MenuContextual(oControl,oBrw,oDbf,cIniUser,cSection,lExport,lColConfig,oParent,oCont ...
by Silvio.Falconi
Sun Mar 31, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1714

Re: UrlLnk with Popup menu

Antonio Linares wrote:Try this:

ACTIVATE POPUP oMenu WINDOW oPanel AT 0, 0


yes now I see it on the left of the oPanel
by Silvio.Falconi
Sun Feb 25, 2024 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 248

Re: UrlLnk with Popup menu

Try this:

ACTIVATE POPUP oMenu WINDOW oPanel AT 0, 0
by Antonio Linares
Sat Feb 24, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 248

Re: UrlLnk with Popup menu

Antonio Linares wrote:Have you tried this ?

ACTIVATE POPUP oMenu WINDOW oPanel AT aPoint[1], aPoint[2]


Yes of course
Probabile i made an error because before i saw a menu on down, far from panel but then It Is not showed anywhere
by Silvio.Falconi
Sat Feb 24, 2024 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 248

Re: UrlLnk with Popup menu

Have you tried this ?

ACTIVATE POPUP oMenu WINDOW oPanel AT aPoint[1], aPoint[2]
by Antonio Linares
Fri Feb 23, 2024 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 248

UrlLnk with Popup menu

... ) 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]
by Silvio.Falconi
Fri Feb 23, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 248

Problemas con Menu POPUP.

... ) },,; {|| !eof() .and. PERFILFW->Usuario==Cript(Usuari) })) else MsgInfo('Usuario sin Perfil Definido') endif // MENU oMenu MENU oMenu COLORS for i:=1 to len(TablaMnu) do case case TablaMnu[i,2] == 0 // marca opcion principal del menu MENU case TablaMnu[i,2] == 1 // ...
by José Camilo
Mon Jun 05, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu POPUP.
Replies: 2
Views: 205

Re: using PUBLIC FONT in DIALOG

hi, i have figure out that "Problem" was in MENU which called DIALOG :roll: for MENUITEM i want a FONT so i use   oMenu:oFont := oFontDefault but when close PopUp-Menu it will destroy FONT assign to oMenu:oFont so i need to define a own FONT for MENUITEM   DEFINE FONT oFontMenu ...
by Jimmy
Mon May 15, 2023 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using PUBLIC FONT in DIALOG
Replies: 3
Views: 222

Re: Redimensionar/dimensionar el MENÚ.

... Regards, saludos. Joao, al principio de la definicion de tu menu pon: GetnWidthItem( 0.8 ) // Ajusta con un valor < 1, y comprueba MENU oMenu ... PERFECTO Maestro!! Muchas gracias, asi está bién mejor.    GetnWidthItem( 0.8 )   // Ajusta con un valor < 1, y ...
by karinha
Tue Mar 28, 2023 12:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redimensionar/dimensionar el MENÚ.
Replies: 5
Views: 465

Re: Redimensionar/dimensionar el MENÚ.

... Regards, saludos. Joao, al principio de la definicion de tu menu pon: GetnWidthItem( 0.8 ) // Ajusta con un valor < 1, y comprueba MENU oMenu ...
by cnavarro
Tue Mar 28, 2023 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Redimensionar/dimensionar el MENÚ.
Replies: 5
Views: 465

Re: menu checked same menuitem

... {|Self|::ShowPopUp( { |oBtn| BtnPopMenu( oBrw,oMisura,lTipo1,lTipo2 ) } )} Function BtnPopMenu(oBrw,oDbf,lTipo1,lTipo2) local oItem1,oItem2 MENU oMenu POPUP MENUITEM oItem1 PROMPT "First" ACTION (oItem1:SetCheck( ltipo1 := ! ltipo1 ),; Maketree(oDbf,oBrw)) CHECKED SEPARATOR MENUITEM ...
by Silvio.Falconi
Tue Mar 14, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 354

Re: menu checked same menuitem

... from the same) static ltipo1:=.f. static ltipo2:=.f. then from a btnbmp open a menu popup with 2 option Function BtnPop() local oItem1,oItem2 MENU oMenu POPUP MENUITEM oItem1 "First" ACTION oItem:SetCheck( ltipo1 := ! ltipo1 ) CHECKED SEPARATOR MENUITEM oItem2 "Second" ACTION ...
by cnavarro
Tue Mar 14, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 354

menu checked same menuitem

... from the same) static ltipo1:=.f. static ltipo2:=.f. then from a btnbmp open a menu popup with 2 option Function BtnPop() local oItem1,oItem2 MENU oMenu POPUP MENUITEM oItem1 "First" ACTION oItem:SetCheck( ltipo1 := ! ltipo1 ) CHECKED SEPARATOR MENUITEM oItem2 "Second" ACTION ...
by Silvio.Falconi
Tue Mar 14, 2023 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 354
Next

Return to advanced search