Search found 4822 matches: menu

Return to advanced search

change buttonbar button

Image

is it possible to display a popup menu without the black lines and arrow in the buttonbar button?
by Silvio.Falconi
Mon Dec 16, 2024 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change buttonbar button
Replies: 1
Views: 123

Re: xbrowse icon and filter

I use 2 sort of filters. 1. Filters created by me and let the user select them from a pulldown menu. (Filters are stored in dbf file and used corresponding a specific XBrwowse These filters are not for change by user 2. Use the build-in filter system from xbrowse using ...
by Marc Venken
Mon Dec 16, 2024 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse icon and filter
Replies: 7
Views: 256

using treeview

... https://i.postimg.cc/bwWJH0n7/tree1.png when I click on first main option "Estratti" I wish the procedure select each submenu are on menu 1, so how make it ? then To check wich option are checked I made oTree:OnClick = { || CheckStatus( oTree, oTree:aItems, @atipic ...
by Silvio.Falconi
Wed Dec 11, 2024 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using treeview
Replies: 0
Views: 96

Re: Incorrect Font Display

Dear nageswaragunupudi, Sorry for my fault, In case Unicode class MENU display incorrect , I found that I can assign FONT to this class to correct the font I found some part of my Unicode program have to store space() to variable before take the value from ...
by Surasak
Sat Nov 30, 2024 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incorrect Font Display
Replies: 29
Views: 2392

Re: Incorrect Font Display

... start - When I try to use unicode by function FW_SetUnicode( .T. ) + HB_SETCODEPAGE( "UTF8" ) and change my code to UTF8, I found class MENU display incorrect , I test by use function GetSysFont(), It work with function msginfo() but class MENU still display wrong font - Function msginfo() ...
by Surasak
Sat Nov 30, 2024 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incorrect Font Display
Replies: 29
Views: 2392

Re: right-clicking on the TMenuItem

For example, such a menu: MENU oMen POPUP   MENUITEM oItm PROMPT "Tree"      MENU          MENUITEM oItm PROMPT "First"          MENUITEM oItm PROMPT "Second"      ENDMENUENDMENU Cristobal, I need to handle ...
by Natter
Tue Nov 26, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

I didn't understand. How can I use SwapMouseButton(1 ) ? Any click (both right and left) on the TMenuItem object causes the selection of a menu option. I need to make this choice only on the left click. And use the right click for other purposes.
by Natter
Thu Nov 21, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: España: Normativa sancionadora sistemas informáticos

Hola a todos. Ya estoy volviendo un poco a la normalidad, (aún me queda mucho barro por sacar del garaje) pero poco a poco se va haciendo todo. Eso si, es muy cansado, parece el día de la marmota, espero no les ocurra a nadie de vosotros nunca. Tienes un sensación de desatención que te derrota. Hay...
by VictorCasajuana
Mon Nov 18, 2024 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 340
Views: 69457

Re: Save dialog to Jpg

... if the coordinates are the same how is it possible that in the second type it also prints the menu to the side and starts a black area to the right and below?
by Silvio.Falconi
Fri Nov 15, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog to Jpg RESOLVED
Replies: 3
Views: 422

Re: España: Normativa sancionadora sistemas informáticos

Hola a todos. No he podido conectarme desde el fatídico día 29, soy afectado de la DANA. Personalmente todos bien, materialmente bueno ya veremos como queda el tema. Hoy es el primer día que trabajo. Yo me quede en que habían cambiado la estructura del fichero XML por lo que puso Victor puesto que ...
by VictorCasajuana
Mon Nov 11, 2024 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 340
Views: 69457

Re: ButtonBmp does not work popup menus

How do I put a pop up menu on a button of the TButtonBmp class? Only TBtnBmp supports oPopupMenu natively in addition to bAction. TButtonBmp or its parent class TButton, do not natively support oPoupMenus. In the case of these buttons, ...
by Giovany Vecchi
Sun Nov 10, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 549

Re: ButtonBmp does not work popup menus

How do I put a pop up menu on a button of the TButtonBmp class? Only TBtnBmp supports oPopupMenu natively in addition to bAction. TButtonBmp or its parent class TButton, do not natively support oPoupMenus. In the case of these buttons, ...
by nageswaragunupudi
Sun Nov 10, 2024 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 549

ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)

Use las clases tpanel y tgroup de la version 24-02 Buen dia Al pasar de fwh 24.02 a 24.09 con xhb.com Si existe un METROBUTTON con la OPCION "MENU ...XXX()", no despliega el METROPANEL actual    DEFINE FONT oFont NAME "Segoe UI Light" SIZE 0, -46 BOLD   DEFINE FONT oFon3 NAME ...
by russimicro
Fri Nov 08, 2024 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR. FWH 24_09 METROBUTTON-METROPANEL (solucion temporal)
Replies: 1
Views: 176

ButtonBmp does not work popup menus

How do I put a pop up menu on a button of the TButtonBmp class? I'm doing it like this:   MENU ::oMenuPlanejamentos POPUP 2015           MENUITEM lc_oaMnuItensPlanejamentos[1] Prompt "Imprimir ...
by Giovany Vecchi
Thu Nov 07, 2024 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 549
Next

Return to advanced search