Search found 13 matches: insertband

Return to advanced search

Re: toolbar class as Menu 2015

... = TReBar():New( ::oWndMain ) DEFINE TOOLBAR ::oBar OF oReBar SIZE 36,36 IMAGELIST oImageList ::oBar:lTTBalloon:=.t. ::oBar:oCursor:= oHand oReBar:InsertBand( ::oBar ) ::oBar:nHeight -= 2 DEFINE TBBUTTON OF ::oBar ; ACTION NIL ; TOOLTIP i18n( "Gestione Esercizi" ) ; MESSAGE i18n( "Gestione ...
by Silvio.Falconi
Wed Jan 20, 2016 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: toolbar class as Menu 2015
Replies: 7
Views: 1224

Re: preview alpha 2

... ) ) ::oImageList = oImageList oReBar = TReBar():New( ::oWnd ) DEFINE TOOLBAR oBar OF oReBar SIZE 25, 25 IMAGELIST oImageList ::oBar = oBar oReBar:InsertBand( oBar ) oBar:nHeight -= 2 DEFINE TBBUTTON OF oBar ; ACTION ::TopPage() ; TOOLTIP Strtran( TXT_FIRST, "&", "" ) ; ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... oWnd ), nRGB( 192, 192, 192 ) ) oReBar = TReBar():New( oWnd ) DEFINE TOOLBAR oBar OF oReBar SIZE 25, 25 IMAGELIST oImageList oReBar:InsertBand( oBar ) oBar:nHeight -= 2 DEFINE TBBUTTON OF oBar ; ACTION TopPage() ; TOOLTIP Strtran(TXT_FIRST,"&","") ; MESSAGE ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2707

Ayuda Mysql

... } , "Excel", "Excel") AEval( oToolBar : aButtons, { | aBtn, nBtn| CAMBIA_EL_SIZE_DEL_BOTON( oToolBar : hWnd,; nBtn, nOr( 0x0010 ) ) } ) oReBar : InsertBand( oToolBar ) oWinH : Hide() Define Statusbar Prompt Alltrim( Str( nSegundos ) ) + " Segundos..." OF oWinh PROMPTS cTitle @ 47, 285 Get oSay ...
by horacio
Tue Nov 18, 2008 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Mysql
Replies: 0
Views: 850

... "one_page2",, oWnd ), nRGB( 192, 192, 192 ) ) oReBar = TReBar():New( oWnd ) DEFINE TOOLBAR oBar OF oReBar SIZE 25, 25 IMAGELIST oImageList oReBar:InsertBand( oBar ) oBar:nHeight -= 2 DEFINE TBBUTTON OF oBar ; ACTION TopPage() ; TOOLTIP Strtran(TXT_FIRST,"&","") ; MESSAGE TXT_GOTO_FIRST_PAGE ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3362

... OF oToolBar[1] ; TOOLTIP "Elimina partida" DEFINE TBSEPARATOR OF oToolBar[1] DEFINE TBBUTTON OF oToolBar[1] ; TOOLTIP "Imprime relación" oReBar[1]:InsertBand( oToolBar[1] ) RETURN NIL ya probe metiendo tambien dentro de la funcion la opcion del nil y del nWidth y tampoco. Salu2 Paco
by Francisco Horta
Thu Aug 30, 2007 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oToolbar:nWidth no me funciona en folders
Replies: 11
Views: 2325

MENU POPUP in REBAR

... ,,oWnd ) , nRGB( 255, 0, 255 ) ) oReBar = TReBar():New( oWnd ) DEFINE TOOLBAR oBar OF oReBar SIZE 42,42 IMAGELIST oImageList BALLOON oReBar:InsertBand( oBar ) oBar:nHeight -= 2 // ???? DEFINE TBBUTTON OF oBar ; ACTION msginfo("1") TOOLTIP "Teste de tooltip" ; menu popup <--- IS POSSIBLE ...
by AOKISANTOS
Wed Mar 21, 2007 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENU POPUP in REBAR
Replies: 1
Views: 721

Por fin pude poner el combobox en la toolbar :)

... widths for each toolbar oToolBar1:nWidth = 150 oToolBar2:nWidth = 500 oToolBar3:nWidth = 150 // Now we insert the toolbars into the rebar oReBar:InsertBand( oToolBar1 ) oReBar:InsertBand( oToolBar2 ) oReBar:InsertBand( oToolBar3 ) @ 2.15,1 SENSITIVE SAY oSay PROMPT "Buscar Poliza : " OF oToolBar2 ...
by AIDA
Sun Mar 04, 2007 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por fin pude poner el combobox en la toolbar :)
Replies: 0
Views: 769

Help!! ayuda!! no me queda bien un combobox en un ToolBar

... widths for each toolbar oToolBar1:nWidth = 150 oToolBar2:nWidth = 500 oToolBar3:nWidth = 150 // Now we insert the toolbars into the rebar oReBar:InsertBand( oToolBar1 ) oReBar:InsertBand( oToolBar2 ) oReBar:InsertBand( oToolBar3 ) Saludos Aida
by AIDA
Thu Mar 01, 2007 4:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help!! ayuda!! no me queda bien un combobox en un ToolBar
Replies: 0
Views: 603

ya casi funciona

... "Salida" ) // We set the widths for each toolbar oToolBar1:nWidth = 290 oToolBar2:nWidth = 290 // Now we insert the toolbars into the rebar oReBar:InsertBand( oToolBar1 ) oReBar:InsertBand( oToolBar2 ) por que sera que sale escondido en la barra :?: Saludos Aida
by AIDA
Mon Feb 26, 2007 1:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PONER UN COMBOBOX EN UN TOOLBAR COMO LE HAGO?
Replies: 4
Views: 1738

HOLA

... "Salida" ) // We set the widths for each toolbar oToolBar1:nWidth = 290 oToolBar2:nWidth = 290 // Now we insert the toolbars into the rebar oReBar:InsertBand( oToolBar1 ) oReBar:InsertBand( oToolBar2 ) DEFINE STATUSBAR OF oWnd PROMPT "Programacion Aida 2007" //@ 2,100 combobox cAcom var listb items ...
by AIDA
Sun Feb 25, 2007 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PONER UN COMBOBOX EN UN TOOLBAR COMO LE HAGO?
Replies: 4
Views: 1738

Gustavo,

Se le puede insertar cualquier control:

METHOD InsertBand( oControl, cText )

Desafortunadamente Windows no considera un menú como un control más.
by Antonio Linares
Mon Jun 26, 2006 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio
Replies: 1
Views: 518

TReBar

... ) oToolBar:AddButton( { || MsgInfo( "three" ) }, "three" ) oToolBar:AddSeparator() oToolBar:AddButton( { || MsgInfo( "four" ) }, "four" ) oReBar:InsertBand( oPanel ) @ 10, 2 FOLDER oFolder PROMPTS "One", "Two", "Three" SIZE 400, 62 oToolBar2 = TToolBar():New( oFolder:aDialogs[ 1 ],,, oImageList ...
by AntonioCrisostomo
Fri Jun 02, 2006 4:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReBar
Replies: 4
Views: 1320

Return to advanced search