Search found 14 matches: ctochar

Return to advanced search

Re: Como se crea una CLASE para dibujar líneas.

... nClrText, lUpdate, lRounded, cLabel, oFont, ; nSAlign ) CONSTRUCTOR METHOD BeginPaint() INLINE If( ::lRepaint, Super:BeginPaint(), 0 ) METHOD cToChar() INLINE Super:cToChar( "STATIC" ) METHOD Default() METHOD Display() INLINE ::BeginPaint(), ::Paint(), ::EndPaint() METHOD EndPaint() ...
by QAZWSX2K
Tue May 25, 2010 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se crea una CLASE para dibujar líneas.
Replies: 8
Views: 1761

Erro fwh com harbour 11478

... in function\errsysw.prg Called from ERRORDIALOG(0) in function\errsysw.prg Called from (b)ERRORSYS(0) in function\errsysw.prg Called from TDIALOG:CTOCHAR(0) in classes\DIALOG.PRG Called from TDIALOG:ACTIVATE(0) in classes\DIALOG.PRG Called from MAIN(30) in testget.prg ------------------------------------------------------------------------ ...
by Rossine
Mon Jun 22, 2009 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro fwh com harbour 11478
Replies: 8
Views: 3022

Re: FWH/xHarbour Menus

... PostMessage( ::hWnd, FM_CHANGEFOCUS ) METHOD Close( nResult ) METHOD Command( nWParam, nLParam ) METHOD CtlColor( hWndChild, hDCChild ) METHOD cToChar( hActiveWnd ) METHOD DefControl( oControl ) METHOD Destroy() INLINE Super:Destroy(), If( ! ::lModal, .t., nil ) METHOD Display() INLINE ::BeginPaint(), ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7760

Why is this code produce an error?

I have xharbour 0.99.60 and Fivewin 2.7. The following code produce an error : Harbour Exception Called from CDLG2CHR(0) Called from TDIALOG:CTOCHAR(0) Called from TDIALOG:ACTIVATE(0) This has something to do with the length of the title string Thank you A.S.K #include "fivewin.ch" function ...
by ask
Wed Apr 18, 2007 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why is this code produce an error?
Replies: 1
Views: 601

... <nHeight>,; [<cMsg>] ) También se soportan los treeviews desde código fuente, cuando son colocados en dialogos. Nuevo método cToChar(). Por favor, revisad samples\TreeDlg.prg * Corrección: Pequeños cambios en la clase TDbCombo. Gracias a James! * Nuevo: En la clase TTVItem ...
by Antonio Linares
Fri Jun 30, 2006 8:31 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new June 2006 build / nuevo build de Junio 2006
Replies: 2
Views: 2981

FTDN new June 2006 build / nuevo build de Junio 2006

... <nWidth>, <nHeight>,; [<cMsg>] ) Also, treeviews from source code, when placed at dialogs, are properly working. New method cToChar(). Please review samples\TreeDlg.prg * Fix: Minor fix on Class TDbCombo. Thanks to James! * New: Class TTVItem (TreeView Item) Method Set( cPrompt, ...
by Antonio Linares
Thu Jun 29, 2006 8:53 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new June 2006 build / nuevo build de Junio 2006
Replies: 2
Views: 2981

... a que puede estar en diaglogboxindirect() nos deja nresult un -1 ( en w98 devuelve 2), donde en dialogboxindirect son llamados getinstance(), ctochar( hactivewnd ) ( ahi entra ) ya que cresdata está vacía en nuestro caso, hasta ahi la pudimos seguir, no tenemos los fuentes de getinstance para ...
by rbecares
Wed Jun 28, 2006 1:07 pm
 
Forum: FiveWin para CA-Clipper
Topic: ERROR EN APERTURA DE DIALOG EN W2003 PERO ANDA BIEN EN W98
Replies: 6
Views: 1612

... lDesign, oFont, lTransparent ) CONSTRUCTOR METHOD ReDefine( nId, cLabel, oWnd, nClrText, nClrPane, oFont, lTransparent ) CONSTRUCTOR METHOD cToChar() INLINE Super:cToChar( "BUTTON" ) #ifndef __CLIPPER__ METHOD EraseBkGnd( hDC ) #endif METHOD HandleEvent( nMsg, nWParam, nLParam ) METHOD Initiate( ...
by karinha
Mon Mar 27, 2006 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TSAY:LTRANSPARENT
Replies: 21
Views: 6361

... ),; DialogBox( ::hResources, ::cResName,; hActiveWnd, Self ),; DialogBoxIndirect( GetInstance(),; If( ! Empty( ::cResData ), ::cResData, ::cToChar( hActiveWnd ) ),; hActiveWnd, Self ) ) Llamada De: MSGMETER(30) //-> Linea 30 de MSGMETER.PRG ACTIVATE DIALOG oDlg CENTERED ; VALID lEnd ...
by karinha
Mon Mar 27, 2006 12:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TSAY:LTRANSPARENT
Replies: 21
Views: 6361

... TMSGITEM CODE 0009:870A 000D8H NLEFT CODE 0009:87E2 00099H NLEFT CODE 0009:887C 00059H ISOVER CODE 0009:88D6 00663H TDIALOG CODE 0009:8F3A 00137H CTOCHAR CODE 0009:9072 00169H CTOCHAR CODE 0009:91DC 000E7H DEFINE CODE 0009:92C4 00146H DEFINE CODE 0009:940A 00187H DEFINE CODE 0009:9592 00108H VBXINITDIA ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

... hereda de TControl en vez de TMultiGet. - Se eliminan los métodos virtuales Display, EraseBkGnd y Paint. - Nueva DATA lReadOnly - Nuevo método cToChar() - Nuevo método GetHighlight() Obtiene el color de fondo del carácter actual o el seleccionado. Este valor está en el formato RGB( rojo, verde, ...
by Antonio Linares
Thu Mar 02, 2006 6:03 pm
 
Forum: WhatsNew / Novedades
Topic: FTDN new March 2006 build / nuevo build de Marzo 2006
Replies: 9
Views: 7311

FTDN new March 2006 build / nuevo build de Marzo 2006

... TMultiGet, this way we have a much better control on it. * Removed VIRTUAL methods Display, EraseBkGnd y Paint. * New DATA lReadOnly * New Method cToChar() * New Method GetHighlight(), retrieves the RGB color of the actual character or the current selection. * New Method SetHighlight(), it sets ...
by Antonio Linares
Thu Mar 02, 2006 8:42 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new March 2006 build / nuevo build de Marzo 2006
Replies: 9
Views: 7311

GPF, como buscar el Error

... TMSGITEM CODE 0009:870A 000D8H NLEFT CODE 0009:87E2 00099H NLEFT CODE 0009:887C 00059H ISOVER CODE 0009:88D6 00663H TDIALOG CODE 0009:8F3A 00137H CTOCHAR CODE 0009:9072 00169H CTOCHAR CODE 0009:91DC 000E7H DEFINE CODE 0009:92C4 00146H DEFINE CODE 0009:940A 00187H DEFINE CODE 0009:9592 00108H VBXINITDIA ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

Error de Proteccion General.

... 0008:DB2A 00073H SHOWTOOLTI CODE 0008:DB9E 002B5H SHOWTOOLTI CODE 0008:DE54 000A6H SHOWTOOLTI CODE 0008:DEFA 006FDH TDIALOG CODE 0008:E5F8 00155H CTOCHAR CODE 0008:E74E 00169H CTOCHAR CODE 0008:E8B8 0011DH DEFINE CODE 0008:E9D6 00125H DEFINE CODE 0008:EAFC 0010EH VBXINITDIA CODE 0008:EC0A 00102H ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4148

Return to advanced search