Search found 12 matches: testbar

Return to advanced search

Re: Disabled buttons at oBar not greyed out after using FWH1912

Your testbar.prg slightly modified: #include "FiveWin.ch"static oWnd, oBarstatic lEnable := .t.//----------------------------------------------------------------------------//function Main()   local oBtn   DEFINE ...
by nageswaragunupudi
Thu Sep 14, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1666

Re: Disabled buttons at oBar not greyed out after using FWH1912

testbar.prg with minor modifications: https://imagizer.imageshack.com/v2/xq70/924/BhebBx.png https://imagizer.imageshack.com/v2/xq70/922/NWTQwe.png https://imagizer.imageshack.com/v2/xq70/922/rj3QTx.png ...
by nageswaragunupudi
Thu Sep 14, 2023 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1666

Re: Disabled buttons at oBar not greyed out after using FWH1912

This is the result Rao: SAMPLES\testbar.prg now shows disabled state https://i.postimg.cc/0y2VCxzB/bar5.jpg But for my module which supply only 1 image for a button, it still behave the same, some buttons are greyed out some ...
by hua
Thu Sep 14, 2023 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1666

Re: Disabled buttons at oBar not greyed out after using FWH1912

Tried amending FWH1912\SAMPLES\testbar.prg also showed diabled button not greyed out    DEFINE BUTTON oBtn OF oBar FILE "..\bitmaps\cara.bmp"     MESSAGE "Create a new project" ;      ACTION MsgInfo( "New Project", ...
by hua
Mon Sep 11, 2023 6:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1666

Re: Combobox on BTNBAR

Marc, Just check not to cover any buttons ( added to sample testbar.prg ) @ 2, 350 COMBOBOX oCbx VAR cItem ITEMS { "Testing", "this", "ComboBox" } ; SIZE 100, 300 OF oBar PIXEL HEIGHTGET 22 http://www.pflegeplus.com/IMAGES/Combo2.jpg ...
by ukoenig
Wed Jun 03, 2020 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on BTNBAR
Replies: 2
Views: 424

boton en barra PRESSED

... usar los estilos 2010 o 2007 en una barra de botones y que funcione la "opción" PRESSED en los botones ? Lo he intentado con el ejemplo testbar y no funciona. Sería bueno tenerlo para algunas circunstancias , como añadir un boton al rpreview que ocultara o mostrara el listview lateral ...
by mastintin
Fri Aug 09, 2013 7:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: boton en barra PRESSED
Replies: 0
Views: 256

Re: To Nages: Proposal for implementation

http://img585.imageshack.us/img585/3561/testbar.jpg oBar:= TBar():New(oDlg) oBar:ntop := oGrid:nTop+8 oBar:nLeft:= oGrid:nLeft oBar:nwidth :=oGrid:nwidth oBar:nbottom:= nHeightBar oBar:l2010 :=.t. oBar:l3D :=.t. oBar:nMode :=1 Antonio, ...
by Silvio.Falconi
Mon May 13, 2013 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Proposal for implementation
Replies: 28
Views: 6432

Re: To Nages: Proposal for implementation

... this is the result but we must create the possibility to insert buttons http://img707.imageshack.us/img707/3561/testbar.jpg
by Silvio.Falconi
Mon May 13, 2013 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Proposal for implementation
Replies: 28
Views: 6432

Problema en el pintado de ButtonBar sin claúsula 3D

Hola a todos, Tomando el código del ejemplo Testbar.prg, si se elimina la claúsula _3D de la línea en la que se crea el control ButtonBar verán que la barra de botones no se pinta correctamente. Cuando se incluye la claúsula _3D, se pinta correctamente. ...
by RodMG
Tue Dec 02, 2008 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema en el pintado de ButtonBar sin claúsula 3D
Replies: 0
Views: 324

Working-sample

... "Exit", 10, 282, 271, 68, 27 } If you need the complete working-directory with EXE-file : http://www.pflegeplus.com/fw_downloads/TestBar.zip Bar-Tools Download : http://www.pflegeplus.com/fw_downloads/Bargradient3.zip Best Regards Uwe :lol:
by ukoenig
Tue Aug 12, 2008 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradient oBar
Replies: 7
Views: 1616

Version 8b

... DEFPUSHBUTTON "Exit", 10, 282, 271, 68, 27 } The complete working-directory with EXE-file : http://www.pflegeplus.com/fw_downloads/TestBar.zip Best regards Uwe :lol:
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

New Version Infobar-Designer 1.8b / 28.03. (Download)

... automaticly the Bar-Position to < SELECT > There was a TRIM on the Get-Field < Name > ( .prg ) it's ok now. Rev. 1.5b ----------- The Testbar on the Gradient-Bottom includes Text and Glass-Option as well. Rev. 1.6 ---------- When no font was selected from the font-manager, there was ...
by ukoenig
Thu Mar 20, 2008 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Version Infobar-Designer 1.8b / 28.03. (Download)
Replies: 2
Views: 1050

Return to advanced search