Search found 386 matches: tbutton

Return to advanced search

Re: Soporte de ADO mejorado en FiveDBU

... TBAR 19 TRECT 20 TBTNBMP 21 TMSGBAR 22 TMSGITEM 23 TTIMER 24 TDATAROW 25 TDIALOG 26 TPANEL 27 TSCROLLPANEL 28 TSAY 29 TGET 30 GET 31 TCLIPGET 32 TBUTTON 33 TBUTTONBMP 34 WIN_OLEAUTO 35 TOLEAUTO 36 FWMARIACONNECTION 37 TXBROWSE 38 TXBRWCOLUMN 39 TCLIPBOARD 40 FWROWSET 41 FWMARIAROWSET 42 TFIELD ...
by wilsongamboa
Wed Aug 05, 2020 2:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte de ADO mejorado en FiveDBU
Replies: 19
Views: 2559

Re: TButton Icon Alignment

Try specifying oBtn:aBmpRect := { t, l, b, r } in pixels.
Then bitmap will be positioned inside the specified rectangle.
Specify the same rect to all the buttons.
by nageswaragunupudi
Wed Jul 29, 2020 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: TButton Icon Alignment

Rao

I realized that .. was hoping for another possible solution .. This form is quite complex and there is just no room to enlarge the buttons ....

Image

Rick Lipkin
by Rick Lipkin
Wed Jul 29, 2020 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: TButton Icon Alignment

Then you need to increase the width of the buttons to provide enough room to accommodate both bitmap and the prompt.
by nageswaragunupudi
Tue Jul 28, 2020 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: TButton Icon Alignment

Rao Using a fixed length Prompt "Abc" does make all the button icons line up correctly .. unfortunitly, not all captions will have the same length... http://img4.imagetitan.com/img4/small/22/22_buttons.jpg It would be nice if you could add a space before the Resource to be ...
by Rick Lipkin
Tue Jul 28, 2020 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: TButton Icon Alignment

For the purpose of testing, can you change the prompt as "abc" (shorter text) ?
by nageswaragunupudi
Mon Jul 27, 2020 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: TButton Icon Alignment

Any news ??

Thanks
Rick Lipkin
by Rick Lipkin
Mon Jul 27, 2020 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

TButton Icon Alignment

To All I have 4 identical sized TButtons 52 x 20 that each have a 16 bit icon .. I can not ( further ) change the width of the Button Prompts .. http://img4.imagetitan.com/img4/small/22/22_icons.jpg Notice how the second button Icon is out of alignment .. Here is the code .. I realiz...
by Rick Lipkin
Thu Jul 23, 2020 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

HBMK2 Problem linking

... 5068 )<-TXBROWSE:DATAROW( 10680 )<-TXBROWSE:EDIT( 10723 )<-(b)TXBROWSE( 753 )<-TXBROWSE:EDITSOURCE( 0 )<-(b)VFAMANARQ( 141 )<-TBUTTONBMP:CLICK( 179 )<-TBUTTON:HANDLEEVENT( 1755 )<-TBUTTONBMP:HANDLEEVENT( 261 )<-_FWH( 3546 )<-SENDMESSAGE( 0 )<-TDIALOG:COMMAND( ...
by vilian
Thu Jun 04, 2020 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5339

WHY...No exported method: END (Error)

... Stack Calls =========== Called from: => END( 0 ) Called from: .\M_222.PRG => (b)M_222( 206 ) Called from: .\source\classes\BUTTON.PRG => TBUTTON:CLICK( 179 ) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1781 ) Called from: .\source\classes\WINDOW.PRG => _FWH( ...
by RiazKhan
Sun May 17, 2020 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WHY...No exported method: END (Error)
Replies: 3
Views: 464

Re: #Define mutiline

Yes. TButton and all other FWH controls are derived from TControl. TButton class creates a Windows "BUTTON" control and the button is painted by Windows only. TButton does not have its own paint method. TButtonBmp ...
by nageswaragunupudi
Fri May 08, 2020 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1363

Re: #Define mutiline

Dear Mr. Rao,
I have seen that TButton inherit from TControl.
But I have not checked whether the paint method takes into account all the data. I will test with ButtonBmp.

I think we should extend AUTOCODE in this direction. :D

Thank you for your help and best regard
Otto
by Otto
Thu May 07, 2020 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1363

Re: #Define mutiline

TButton and TButtonBmp are Windows controls. We can not set colors.

It is possible to set colors for TBtnBmp only.
by nageswaragunupudi
Thu May 07, 2020 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1363

Re: XBrowse setget

... Called from DIGITAENC(421) in .\SOURCES\VAV_ENC.PRG Called from (b)DGTENCALHE(386) in .\SOURCES\VAV_ENC.PRG Called from TBUTTON:CLICK(179) in .\source\classes\BUTTON.PRG Called from TBUTTON:HANDLEEVENT(1755) in .\source\classes\CONTROL.PRG Called from _FWH(3513) in .\source\classes\WINDOW.PRG ...
by ADutheil
Fri Nov 08, 2019 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse setget
Replies: 5
Views: 748

Re: Error al grabar con tDolphin

... 23 TDOLPHINQRY 24 TDIALOG 25 TXBROWSE 26 TXBRWCOLUMN 27 TSAY 28 TGET 29 GET 30 TCLIPGET 31 TCHECKBOX 32 TBTNBMP 33 TSCROLLBAR 34 TCLIPBOARD 35 TBUTTON 36 TBUTTONBMP 37 TBAR 38 TSTRUCT Memory Analysis =============== 395 Static variables Dynamic memory consume: Actual Value: 2752512 bytes Highest ...
by caducca
Fri Aug 16, 2019 3:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al grabar con tDolphin (Solucionado)
Replies: 6
Views: 875
PreviousNext

Return to advanced search