Search found 60 matches: buttonb

Return to advanced search

Re: BTNGET vs GET..ACTION..BITMAP

... SRC-WIN\TEst\Source\Test.prg => (b)MYCLASS:NEW(82) Called from: prg\TGET.prg => (b)TGET:CREATEBUTTON(465) Called from: prg\BUTTON.prg => TBUTTONBMP:CLICK(177) Called from: prg\CONTROL.prg => TBUTTON:HANDLEEVENT(1412) Called from: prg\BUTTONB.prg => TBUTTONBMP:HANDLEEVENT(168) Called ...
by Ugo
Tue Mar 03, 2009 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNGET vs GET..ACTION..BITMAP
Replies: 8
Views: 1103

Re: porque isso acontece ?

o código esta exatamente igual o codigo fonte do fw alem do button tenho problema no txbrowse linha 486 - REDEFINE BUTTONBMP REDEFINE BUTTONBMP oBtContraPartida .... source (código) ==> http://www.lopes.ms/fw/teladoida.prg resouce (recursos) ==> http://www.lopes.ms/fw/LopesComercio.dll e o pro...
by zazibr
Thu Feb 12, 2009 9:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: porque isso acontece ?
Replies: 22
Views: 6460

Re: porque isso acontece ?

Please check that you have this code in Class TButtonBmp (FWH\source\classes\buttonb.prg): METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TButtonBmp local nResult do case case nMsg == WM_UPDATEUISTATE // Buttons were erased when pressing ALT nResult = Super:HandleEvent( ...
by Antonio Linares
Thu Feb 12, 2009 7:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: porque isso acontece ?
Replies: 22
Views: 6460

Re: Display Alpha channel 32 bit BMP on ButtonBMP

Dear Mr.Antonio, I tried replacing DrawMasked() with ABPaint() in the METHOD Paint() of TButtonBMP (ButtonB.Prg), unfortunately the picture is not getting displayed on ButtonBMP if ::lActive /* DrawMasked( ::hDC, ::hBitmap, nTop + If( lPressed, ...
by anserkk
Fri Jan 02, 2009 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display Alpha channel 32 bit BMP on ButtonBMP (Solved)
Replies: 49
Views: 6283

Re: Display Alpha channel 32 bit BMP on ButtonBMP

Anser, > Does it mean that I have to change the code in ButtonB.prg ? yes, thats what I meant > Or is there a way to do it without changing the source code of the Class TButtonBmp ? xharbour allows to replace a Class Method without modifying the ...
by Antonio Linares
Tue Dec 30, 2008 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display Alpha channel 32 bit BMP on ButtonBMP (Solved)
Replies: 49
Views: 6283

Re: Display Alpha channel 32 bit BMP on ButtonBMP

Dear Mr.Antonio, Anser, CLASS TButtonBmp METHOD Paint() calls DrawMasked() to paint the bitmap. If you change that call into ABPaint(), as used un FWH\samples\TestAB.prg then you may be able to use the Alpha channel Does it mean that I have ...
by anserkk
Tue Dec 30, 2008 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display Alpha channel 32 bit BMP on ButtonBMP (Solved)
Replies: 49
Views: 6283

Alpha-BMP-Button

Antonio, I changed the source in BUTTONB ( paint ) and added a Alert as test. The Alert is shown at start for each Button. if ::lActive msgalert( "Aktiv" ) ABPaint( ::hDC, ::hBitmap, nTop + If( ...
by ukoenig
Sat Oct 25, 2008 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible, to show a buttonbar on fixed screen-position ?
Replies: 5
Views: 1105

... 'button.prg'... Lines 281, Functions/Procedures 9 Generating C source output to 'button.c'... Done. C:\classes>c:\xharbour\bin\harbour buttonb.prg /n /ic:\fwh\include;c:\xharbour\include xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195) Copyright 1999-2008, http://www.xharbour.org ...
by anserkk
Thu Oct 16, 2008 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6675

Re: No encuentro las mejoras hechas a xbrowse por franciscoA

... modificaciones efectuadas por mi fueron sobre como cambiar el color del estilo 2007 al color que desees en las clasees ButtonBar, MsgBar, ButnBmp, buttonb y txbrowse, usando degradados. Si te interesan, dame tu email y te las envío. Fueron efectuadas en la version FWH 7.12 Saludos FranciscoA
by FranciscoA
Mon Oct 13, 2008 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentro las mejoras hechas a xbrowse por franciscoA ??
Replies: 17
Views: 4454

Re: Style 2007

How change color of style 2007 Lailton: I have managed to change the color look of 2007 by many changes in the classes bar, msgbar, btnbmp, and buttonB, in the FWH version 7.12. If you want to spend time on it, gladly send you copies if Antonio Linares has no objection. I could not change the ...
by richard-service
Tue Sep 23, 2008 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style 2007
Replies: 6
Views: 1462

Re: Style 2007

How change color of style 2007 Lailton: I have managed to change the color look of 2007 by many changes in the classes bar, msgbar, btnbmp, and buttonB, in the FWH version 7.12. If you want to spend time on it, gladly send you copies if Antonio Linares has no objection. I could not change the ...
by FranciscoA
Mon Sep 22, 2008 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Style 2007
Replies: 6
Views: 1462

... hDC, oDlg ) ; ON INIT NEW_DLGBAR(oDlg) RETURN NIL // --------------------------------- FUNCTION NEW_DLGBAR(oDlg) DEFINE BUTTONBAR oBar1 OF oDlg SIZE 60, 60 2007 RIGHT ; oBar1:bClrGrad = { | | { { 0.50,16054371, 8388608 }, ; { 0.50,16054371, ...
by ukoenig
Sun Aug 03, 2008 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to change Bar-colors/size at runtime ? (solved)
Replies: 11
Views: 3882

... Classes - 0003 BAR Classes - 0004 BITMAP Classes - 0005 BLOCK Classes - 0006 BRUSH Classes - 0007 BTNBMP Classes - 0008 BUTTON Classes - 0009 BUTTONB Classes - 0010 CHECKBOX Classes - 0011 CLIPBRD Classes - 0012 COMBOBOX Classes - 0013 CONTROL Classes - 0014 CURSOR Classes - 0015 DATABASE ...
by MGA
Thu Mar 20, 2008 11:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.ANTONIO-Comportamento estranho do FW
Replies: 9
Views: 3803

A tie!! :)

So, apparently the buttonb is the best choice because of the themes?



PS.: Thanks Silvio and Linares!
by JC
Thu Mar 20, 2008 12:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap Button?
Replies: 3
Views: 521

Bitmap Button?

Hi my friends...


How the best choice for a Bitmap Button? ButtonB or BtnBmp ?

Thanks for any tip!
by JC
Wed Mar 19, 2008 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap Button?
Replies: 3
Views: 521
PreviousNext

Return to advanced search