Search found 412 matches: omenu

Return to advanced search

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: 204

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: 204

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: 204

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: 204

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: 204

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: 204

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: 220

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: 462

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: 462

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: 346

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: 346

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: 346

Re: COLORMENU vertical MenuItem

... allow you to modify FONTs, colors and appearances of the menu, but my advice, to get a fully customized menu is to include the 2013 clause. MENU oMenu COLORS FONT oFontMenu ... Pd.: not use CLR_BLACK or Rgb( 0, 0, 0 ), The class understands that the color is empty ( color value = 0 ), and assigns ...
by cnavarro
Tue Dec 27, 2022 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COLORMENU vertical MenuItem
Replies: 4
Views: 427

Re: Parpadeo de Menu COLOR , Ayuda

DEFINE WINDOW oWnd STYLE WS_POPUP ;
MENU oMenu
by devwin2010
Tue Oct 18, 2022 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de Menu COLOR , Ayuda
Replies: 29
Views: 1751

Re: Parpadeo de Menu COLOR , Ayuda

Gracias Cristobal , lo que quiero hacer es un menu tipo web (bootstrap) , los iconos de minimizar , cerrar son una opcion mas de menu

DEFINE WINDOW oWnd STYLE WS_POPUP ;
MENU oMenu
MENUITEM "-" FONT oFont ;

MENUITEM "x" FONT oFont ;

Fabian
by devwin2010
Tue Oct 18, 2022 6:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de Menu COLOR , Ayuda
Replies: 29
Views: 1751
Next

Return to advanced search