Search found 415 matches: omenu

Return to advanced search

REPINTAR UNA WINDOW

... Gracias DEFINE CURSOR oCursor HAND DEFINE BRUSH oBrush FILE op:bmp+"paper.bmp" DEFINE WINDOW oWind MDI TITLE op:ctitulo ; ICON oIco MENU omenu BRUSH oBrush BuildRibbonBar() @130, 10 GROUP TO 250, 150 OF oWind PIXEL @150, 40 SAY "VENTAS" FONT oFontSmall COLOR CLR_BLUE, CLR_WHITE ...
by CARLOS ATUNCAR
Wed Jan 10, 2018 3:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: REPINTAR UNA WINDOW
Replies: 2
Views: 1088

Method :EditBaseRecord

... table? Example: Doesn't work oTabela: = oCon: RowSet ( "SELECT codigo, descricao FROM ocorrencia") DEFINE VMENUITEM the item OF omenu; IMAGE ""; CAPTION "incluir "; ACTION (oTabela: EditBaseRecord (NIL,. T., {| oRec | Editar_Tabela (ORec, CTabela)}, OBrowse); ...
by oliveiros junior
Wed Dec 27, 2017 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Method :EditBaseRecord
Replies: 3
Views: 985

method: EditBaseRecord

... table? Example: Doesn't work oTabela: = oCon: RowSet ( " SELECT codigo, descricao FROM ocorrencia ") DEFINE VMENUITEM the item OF omenu; IMAGE ""; CAPTION "incluir "; ACTION (oTabela: EditBaseRecord (NIL,. T., {| oRec | Editar_Tabela (ORec, CTabela)}, OBrowse); ...
by oliveiros junior
Wed Dec 27, 2017 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: method: EditBaseRecord
Replies: 2
Views: 530

Re: Problemas de 'TClase'

... WINDOW oWnd CENTERED return nil //------------------------------------------------------------------------// FUNCTION menu( oWnd, nTop ) LOCAL oMenu MENU oMenu POPUP MENUITEM "Tancar " ACTION oWnd:end() RESOURCE "exitbmp" MENUITEM "TancarJPG" RESOURCE "exitjpg" ...
by Xevi
Wed Dec 13, 2017 11:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de 'TClase'
Replies: 5
Views: 841

Re: DEFINE FONT vs TFont()

... He visto que es por los iconos de recursos, si los comento, luego va como debe de ir. Haz la prueba y verás!!! function MakeMenu() local oMenu, oMnu1, oMnu2 MENU oMenu 2015 //menu estilo 2007/2013/2015 MENUITEM "One" MENU oMnu1 MENUITEM "Sunday" CHECKED MENUITEM SEPARATOR ...
by Xevi
Wed Dec 13, 2017 11:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 3348

New FTDN September/Septiembre 2017 (FWH 17.09)

... want to add any clause to a menu without defining any style, it is necessary to add the color    in the definition of our menu     Example: MENU oMenu MENUITEM "First" MENU MENUITEM "My Test" BOLD MENUITEM "My Menu" ITALIC ENDMENU ENDMENU In this case, the BOLD and ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3355

Re: Ayuda cpm hbzebra.lib

Mira yo lo hago asi #include "fivewin.ch" #include "codebar.ch" static oCode, oWndP function Main() local oMenu oCode := TCodeBars():New() oMenu = BuildMenu() ** BuildCode( CODEBAR_DATAMATRIX, "DataMatrix :)") * define window oWndP menu oMenu * activate window ...
by Busmatic_wpb
Thu Sep 07, 2017 1:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda cpm hbzebra.lib
Replies: 12
Views: 2651

Re: ERROR ON RPREVIEW

... with this and comment http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34262&start=0 I allready tried with these modificatins MENU oMenu oMenu:l2007 := ( nStyle == 2007 ) oMenu:l2010 := ( nStyle == 2010 ) oMenu:l2013 := ( nStyle == 2013 ) oMenu:l2015 := ( nStyle == 2015 ) oMenu:lMenuBar ...
by Silvio.Falconi
Wed Jul 19, 2017 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON RPREVIEW
Replies: 25
Views: 4350

Re: Top-level menu in print-preview

Thank you!!
oMenu:lMenuBar:= .T. is functioning. But why not automatically in Top-Level menu? In the main-window this is factual.
by byte-one
Mon Jun 26, 2017 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Top-level menu in print-preview
Replies: 4
Views: 621

Re: Problema de foco con GTK

Nadie ayuda por ese lado...

Solo quiero saber lo que hace SelItem. Veo el código de fivelinux pero esta función, al parecer estar en un archivo objeto

oMenu_Horizontal:SelItem( cI )
oMenu_Vertical1:SelItem( nActivo )
by jgayoso
Tue Jun 13, 2017 3:34 pm
 
Forum: Off Topic / Otros temas
Topic: Problema de foco con GTK
Replies: 4
Views: 809

Re: Bug in mdichild menu

... It is a problem that must be fixed in the creation of the table of accelerators At the moment STATIC FUNCTION CREATECHILD( oMdi ) LOCAL oWnd, oMenu MENU oMenu 2007 MENUITEM "Changed&1" ACTION MSGINFO( "1" ) MENUITEM "Changed&2" ACTION MSGINFO( "2" ...
by cnavarro
Mon Jun 05, 2017 1:03 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 5056

Re: TMenuItem height

Try

MENU oMenu HEIGHT 2.075 and comment
by cnavarro
Mon Jun 05, 2017 11:01 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: TMenuItem height [Fixed]
Replies: 48
Views: 522837

Re: Menu popup checked

Silvio, this sample run OK for me Please look line of RETURN oMenu in your sample Function BuildMenuSil()   Local oMenu   Local ofirst, oSecond, oThird   Local ofirst1, oSecond1, oThird1   MENU oMenu  ...
by cnavarro
Tue Apr 18, 2017 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu popup checked Solved!!!
Replies: 7
Views: 926

Re: TCALEX - Sr. Cristobal Navarro

... não estou conseguindo, a window inicia mais o mouse não funciona. A window fica como se estivesse congelada. METHOD New() CLASS SampleCalex local oMenu local oSelf := Self MENU oMenu ENDMENU ::dDateStart := Date() ::dDateEnd := Date() ::lOnPreNext := .F. ::nIDPonto := RetornaIDDoPonto() DEFINE ...
by MGA
Mon Apr 10, 2017 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCALEX - Sr. Cristobal Navarro
Replies: 18
Views: 3329

Error fwh1608 - thema Classic (Solucionado)

... 33, 33 DEFINE BUTTON PROMPT "CHILD" OF oWnd:oBar ACTION NewChild() ACTIVATE WINDOW oWnd MAXIMIZED return nil function BuildMenu() local oMenu MENU oMenu MENUITEM "TEST" MENU MENUITEM "TEST ERROR" ACTION( NewDialog()) ENDMENU ENDMENU ENDMENU return oMenu //----------------------------------------------------------------------------// ...
by MGA
Fri Nov 25, 2016 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error fwh1608 - thema Classic (Solucionado)
Replies: 15
Views: 3506
PreviousNext

Return to advanced search