Search found 386 matches: tbutton

Return to advanced search

Error al mandar imprimir FWH 2.7 Feb 2006

... from: => TPRINTER:PREVIEW(0) Called from: => PRINTEND(0) Called from: => IMPCVH(103) Called from: => (b)ENCAB1(401) Called from: => TBUTTON:CLICK(0) Called from: => TCONTROL:HANDLEEVENT(0) Called from: => _FWH(0) Called from: => SENDMESSAGE(0) Called from: => TWINDOW:COMMAND(0) ...
by jose_murugosa
Mon Feb 20, 2006 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al mandar imprimir FWH 2.7 Feb 2006
Replies: 1
Views: 634

Bug in TButton

The following sample shows the problem. Try to put any character in the GET and then hit ALT-C. You will see that the DIALOG won't close. On the contrary, if you click on the button the DIALOG will close. #include "Fivewin.ch" FUNCTION MAIN() LOCAL oDlg LOCAL cVar := SPACE&...
by Enrico Maria Giordano
Sun Feb 19, 2006 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TButton
Replies: 8
Views: 1782

Re: Text color on button

TimStone wrote:How can we change the color of a text item on a button ?


You can't change the colors of a TButton (standard Windows pushbuttons). Try using a TBtnBmp instead (or maybe a TButtonBmp but I'm not sure).

EMG
by Enrico Maria Giordano
Sat Feb 18, 2006 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text color on button
Replies: 6
Views: 1545

Bug in TButton CANCEL clause

The following sample shows that if you hit ALT-C the DIALOG is closed but the VALID of the GET is also executed while if you click on the button with the mouse the VALID is not executed (as it should be): #include "Fivewin.ch" FUNCTION MAIN() LOCAL oDlg LOCAL cVar := SPACE&...
by Enrico Maria Giordano
Fri Feb 17, 2006 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TButton CANCEL clause
Replies: 5
Views: 1280

Little problem in TButton?

... = { || oGet:SetFocus() } ACTIVATE DIALOG oDlg; CENTER RETURN NIL This is a possible solution: add the following method to TButton: METHOD LButtonUp( nRow, nCol, nKeyFlags ) CLASS TButton if ::bLButtonUp != nil .and. !IsOverWnd( ::hWnd, ...
by Enrico Maria Giordano
Sun Feb 05, 2006 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little problem in TButton?
Replies: 2
Views: 733

error verce 2

... 13 TFONT 14 TIMAGELIST 15 TBITMAP 16 TREBAR 17 TTOOLBAR 18 TMSGBAR 19 TRECT 20 TMSGITEM 21 TTIMER 22 TDIALOG 23 TSAY 24 TURLLINK 25 TCURSOR 26 TBUTTON 27 TBUTTONBMP 28 TMDICHILD 29 TICONGROUP 30 TSCROLLBAR 31 TRADMENU 32 TRADIO 33 TFOLDER 34 TGET 35 GET 36 TCLIPGET 37 TCHECKBOX 38 TLISTBOX ...
by joseluisysturiz
Sat Feb 04, 2006 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error verce 2
Replies: 1
Views: 1658

... ::bValid != nil .and. WndParents( hCtlFocus, ::hWnd ) .and. ; ( oWnd := oWndFromhWnd( hCtlFocus ) ) != nil .and. ; Upper( oWnd:Classname() ) $ "TBUTTON;TBTNBMP;TSBUTTON" .and. ; ( oWnd:lCancel != nil .and. oWnd:lCancel .and. ; ( ::oWnd:nLastKey != VK_TAB .and. ::oWnd:nLastKey != VK_RETURN .and. ...
by Joel Andujo
Mon Jan 16, 2006 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Valid , sbutton Cancel no me funciona
Replies: 2
Views: 932

..Y de donde puedo bajar la clase TFolder, TButton y TButtonBmp de rossine?

GRACIAS AMIGOS :D
by lafug
Mon Jan 09, 2006 1:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que es tan lenta la emisión a Excel con la Texcel nueva?
Replies: 6
Views: 3083

TBtnBmp problem

There are problems with BtnBmp when i use them in nested forms. try the following program: in the nested form if i use Tbutton all works fine, but if i use BtnBmp the program exits immediatly. Best regards Claudio 8<---------8<---------8<---------8<---------8<---------8<---------8<--------- ...
by claudio.driussi
Fri Nov 11, 2005 5:04 pm
 
Forum: FiveWin for Pocket PC
Topic: TBtnBmp problem
Replies: 5
Views: 1639

Error de Proteccion General.

... CODE 0008:F1C4 000D9H SETFONT CODE 0008:F29E 00087H SETFONT CODE 0008:F326 000BDH SETFONT CODE 0008:F3E4 00118H LOADIMAGE CODE 0008:F4FC 00263H TBUTTON CODE 0009:0000 00D59H TPRINTER CODE 0009:0D5A 000C5H REBUILD CODE 0009:0E20 00108H _STARTPAGE CODE 0009:0F28 001A7H _ENDPAGE CODE 0009:10D0 ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4149

TFolder, TButton y TButtonBmp aportaciones de Rossine

Bueno leyendo un post del blog de vicktor vi que Rossine habia puesto algunas nuevas clases en las news alguien las puede postear o enviarmelas por mail a antonioalmaraz@yahoo.com.mx por gavor tengo limitados los servicios en la empresa donde trabajo y en la casa tengo problemas con la linea saludotes
by antonio almaraz
Fri Oct 07, 2005 1:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TFolder, TButton y TButtonBmp aportaciones de Rossine
Replies: 0
Views: 1175
Previous

Return to advanced search