Search found 16 matches: obar2

Return to advanced search

Re: Consulta sobre centrar un dialogo.

... atitcol := '' local acampos := {} local lcampos local aBmp := { "TildeR.bmp", "TildeA.bmp", "TildeV.bmp" } Private oBar2 acampos := {|| {str(Corregir->Numero,4),dtoc(Corregir->FechaError),Corregir->Tema,if(Corregir->Estado=1,aBtms[1], if(Corregir->Estado=2,aBtms[2],aBtms[3]) ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 435

Error que no entiendo por que sucede.

... {|| ' '+str(Consorc->Consorcio,2)+' '+Consorc->Nombre+' '+Consorc->Direccion } local atitcol := "Cod Nombre Domicilio" Private oBar2 // imagen tooltip en boton en tooltip aBotones := { {"User.bmp" ,"Agrego Registro " , "Agregar" , {|| editoCons(.t.),oBrw:SetFocus(),oBrw:refresh() ...
by José Camilo
Thu Mar 10, 2022 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error que no entiendo por que sucede.
Replies: 8
Views: 881

How change the size of a Bar... ( from final user)

I have a Main window with a bar at INIT the height of Bar is 0 on this bar I wish create two bars each bar (oBar1 or oBar2) is created when his value (lbar1 or lBar2 ) is true ( the final user set if true or false) and the height of Bar must add of 25 I made also a minimal test to ...
by Silvio.Falconi
Sat May 14, 2016 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How change the size of a Bar... ( from final user)
Replies: 0
Views: 305

Re: ButtonBar style 2015

... ::oBar1:bLClicked := { || NIL } ::oBar1:bRClicked := { || NIL } AEval( ::oBar1:aControls, { |x| x:oCursor := oCursor } ) @ 26, -1 BUTTONBAR ::oBar2 OF oBar 3D SIZE oBar:nWidth - 1, 29 ; BUTTONSIZE 26, 27 //sample button DEFINE BUTTON RESOURCE "RTFNEW" OF ::oBar1 GROUP ; MESSAGE "Creates ...
by Silvio.Falconi
Tue May 10, 2016 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar style 2015
Replies: 19
Views: 5571

Re: btnbmp on buttonbar

the problem is coordinates of menu referenced of button of second buttonbar ::oBar2 on the first ::oBar1 run ok but I need it on second buttonbar Sorry but here I made : the first oBar is the mother od ::oBar1,::oBar2,::oBar3 on ::oBar1 and ::oBar2 there are buttons ...
by Silvio.Falconi
Tue May 03, 2016 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp on buttonbar
Replies: 13
Views: 2490

Diable button bar 2007

... not the case. The Icons used are alpha blend bitmaps .. don't know if that has any bearing on the subject .. just curious if there is a way when I oBar2:Disable() .. the bitmaps would 'grey out' ?? Thanks Rick Lipkin DEFINE BUTTONBAR oBar2 OF oWndMDI SIZE 100,80 3DLOOK 2007oBar2:SetColor(0)DEFINE ...
by Rick Lipkin
Thu Sep 01, 2011 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Diable button bar 2007
Replies: 5
Views: 1239

Re: TSBUTTON

Hola Luiz:

Cambia esta instrucción:
Define ButtonBar oBar2 size 60,60 Of oDlg TOP 2007

Por esta:
Define SButtonBar oBar2 size 60,60 Of oDlg TOP OFFICE

Un abrazo.

Manuel Mercado.
by mmercado
Fri Aug 14, 2009 11:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBUTTON
Replies: 7
Views: 1157

Version 8b

... 0.50,32768,16777215 } } ) } <==== oBar:nClrText := 16777215 A new field for the Bar-object is added. It is possible now, to define oBar, oBar1, obar2 .... inside the tool. Download : http://www.pflegeplus.com/fw_downloads/Bargradient3.zip here is a complete working sample. It is the basic-structure ...
by ukoenig
Tue Aug 12, 2008 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A preview on the BAR-Tools Version 3b ( + download )
Replies: 4
Views: 1319

Need help oBar not working. Need help.

... Not a clue as to problem. Makes no sense. if i comment out code in the prg links perfectly using rmk file. Here is my code. DEFINE BUTTONBAR oBar2 SIZE 76.5 ,36.25 3D OF OWND1 DEFINE BUTTONBAR oBar3 SIZE 78.5 ,36.25 3D OF OWND1 DEFINE BUTTONBAR oBar4 SIZE 78.5 ,36.25 3D OF OWND1 DEFINE BUTTONBAR ...
by hag
Thu Jul 31, 2008 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help oBar not working. Need help.
Replies: 5
Views: 1275

... line number information 2) Here it seems as you are trying to build four buttonbars: DEFINE BUTTONBAR oBar SIZE 33,33 OF oWnd1 DEFINE BUTTONBAR oBar2 SIZE 76.5 ,36.25 3D OF OWND1 DEFINE BUTTONBAR oBar3 SIZE 78.5 ,36.25 3D OF OWND1 DEFINE BUTTONBAR oBar4 SIZE 78.5 ,36.25 3D OF OWND1 Is that your ...
by Antonio Linares
Sun Jul 27, 2008 5:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with buttonbars oBar
Replies: 14
Views: 3752

Trouble with buttonbars oBar

... 75 ; TITLE "Up Your Cash Flow XT2-2009" ; MENU( BUILDMENU()) ; COLOR CLR_GRAY, CLR_GRAY DEFINE BUTTONBAR oBar SIZE 33,33 OF oWnd1 DEFINE BUTTONBAR oBar2 SIZE 76.5 ,36.25 3D OF OWND1 DEFINE BUTTONBAR oBar3 SIZE 78.5 ,36.25 3D OF OWND1 DEFINE BUTTONBAR oBar4 SIZE 78.5 ,36.25 3D OF OWND1 DEFINE BUTTON ...
by hag
Sun Jul 27, 2008 1:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with buttonbars oBar
Replies: 14
Views: 3752

... BUTTON FILE ".\bitmaps2\R15.bmp" OF oBar ; ACTION oWnd:End(); PROMPT "Ende" oPanel2 := TPanel():New( 18, 0, 75, 2000, oWnd ) DEFINE BUTTONBAR oBar2 OF oPanel2 SIZE 60, 70 2007 DEFINE BUTTON oBtnDel FILE ".\bitmaps2\K4.bmp" OF oBar2 ; ACTION msginfo("..."); PROMPT "löschen" SET MESSAGE OF oWnd ...
by Otto
Fri Jul 04, 2008 7:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Screenshots de sus aplicaciones
Replies: 17
Views: 5099

... to the SetKey function so I used a function key. ***************** #include "fivewin.ch" function main() local oWnd local nClrText local oBar2 local oFont DEFINE FONT oFont NAME "Ms Sans Serif" SIZE 0, -10 DEFINE WINDOW oWnd TITLE "Test" SetKey( VK_F2, { || ExecFunc(2) } ) oBar2 := TC5StBar():New( ...
by Marco Turco
Sat Mar 29, 2008 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select a buttonbar button by key
Replies: 14
Views: 2846

How to resize oPanel

... remains. Thanks in advance Otto http://www.atzwanger.com/fw/tab1.jpg #include "FiveWin.ch" static oWnd function Main() local oBar,oBar2, oPopup, oBtn , oTabs2,oPanel,oPanel2 SetBalloon( .T. ) // Balloon shape required for tooltips DEFINE WINDOW oWnd TITLE "Office 2007" @ 8, 0 TABS ...
by Otto
Fri Feb 15, 2008 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize oPanel
Replies: 6
Views: 1283

Office2007-Buttonbar in Outlook2003-Dialog ( Question )

... ) ------------------------------ #include "FiveWin.ch" #include "Splitter.ch" #include "xbrowse.ch" function Main() local oWnd, oFont, oBar1, oBar2 // Array for Dialog-Size aCors := {} DEFINE WINDOW oWnd TITLE "Outlook-Test" MDI DEFINE BUTTON OF oBar2 ACTION ( BuildDlg(oWnd) ) ; RESOURCE "magic" ...
by ukoenig
Sat Jan 19, 2008 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office2007-Buttonbar in Outlook2003-Dialog ( Question )
Replies: 0
Views: 689
Next

Return to advanced search