Search found 10 matches: rbuttonup

Return to advanced search

Re: Forma correcta de configurar clase TSBUTTON...alguna ayuda?

... method: RButtonDown( nRow, nCol, nKeyFlags )' .\prg\TSBUTTON.PRG(2283) Error E0019 #error: 'Class "TSButton" not declared for method: RButtonUp( nRow, nCol, nKeyFlags )' .\prg\TSBUTTON.PRG(2299) Error E0019 #error: 'Class "TSButton" not declared for method: SetAnimated( lActivate, ...
by Compuin
Mon May 02, 2016 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Forma correcta de configurar clase TSBUTTON...alguna ayuda?
Replies: 14
Views: 3992

Re: problema con SetFont

... //Bingen METHOD Display() METHOD Paint() METHOD Language() //Bingen METHOD LButtonDown( nRow, nCol, nFlags ) METHOD LButtonUp( nRow, nCol ) METHOD RButtonUp( nRow, nCol, nKeyFlags ) METHOD FijarFecha( dFecha ) METHOD CalcularDias( dFecha ) METHOD FijaClrs() METHOD FijaClrDomingo() METHOD FijaClrFestivo() ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4733

Mouse events on MDI-frame ?

... nFlags | oWnd:Say( 2, 2, "MButtonUp " ) } oWnd:bRClicked = { | nRow, nCol, nFlags | oWnd:Say( 2, 2, "RButtonDown" ) } oWnd:bRButtonUp = { | nRow, nCol, nFlags | oWnd:Say( 2, 2, "RButtonUp " ) } oWnd:bMMoved = { | nRow, nCol, nFlags | MsgBeep() } oWnd:bLDblClick ...
by ukoenig
Wed Mar 28, 2012 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse events on MDI-frame ?
Replies: 2
Views: 658

Hi. I found the same problem and I went back to TTray class in an old .PRG. Couldn´t remember how do I got it... Mauricio Faria ************************************************** /* TTrayIcon CLASS Allows tray icon for any windows, including NT, 2000 and XP. This class extracts a 32bit handle icon f...
by concentra
Tue Sep 30, 2008 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTRAY
Replies: 6
Views: 1334

Silvio,

You have to implement these methods in your Class:

METHOD RButtonDown( nRow, nCol, nKeyFlags )
METHOD RButtonUp( nRow, nCol, nKeyFlags )

Please review source\classes\window.prg to see how they are implemented.
by Antonio Linares
Thu Sep 14, 2006 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO
Replies: 2
Views: 753

Te copio el error de toda la compilacion

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for Pocket PC - March 2006 Harbour development power ³Ü ³ (c) FiveTech, 1993-2006 for Microsoft Windows Pocket PC ³Û ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ ÿ ßßßßßßßßßßß...
by mjcc
Sat Apr 15, 2006 6:16 pm
 
Forum: FiveWin para Pocket PC
Topic: AYUDA POR FAVOR. ESTOY BLOQUEADO
Replies: 6
Views: 2761

... = { | nRow, nCol, nFl8ags | oWnd:Say( 5, 2, "MButtonUp " ) } oWnd:bRClicked = { | nRow, nCol, nFlags | oWnd:Say( 6, 2, "RButtonDown" ) } oWnd:bRButtonUp = { | nRow, nCol, nFlags | oWnd:Say( 7, 2, "RButtonUp " ) } oWnd:bMMoved = { | nRow, nCol, nFlags | MsgBeep() } oWnd:bLDblClick = { | nRow, ...
by dbzap
Wed Apr 12, 2006 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: blClicked no nos funciona...
Replies: 6
Views: 1435

... CODE 000A:9546 00457H SAVETOTEXT CODE 000A:999E 00084H OREAD CODE 000A:9A22 0005DH SAVEFILE CODE 000A:9A80 00092H SAYRECT CODE 000A:9B12 0004DH RBUTTONUP CODE 000A:9B60 0004DH MBUTTONDOW CODE 000A:9BAE 0004DH MBUTTONUP CODE 000A:9BFC 00112H LINK CODE 000A:9D0E 000C1H SETCOORS CODE 000A:9DD0 ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

Error de Proteccion General.

... CODE 0009:D77E 00082H NWIDTH CODE 0009:D800 00084H OREAD CODE 0009:D884 0005DH SAVEFILE CODE 0009:D8E2 00092H SAYRECT CODE 0009:D974 0004DH RBUTTONUP CODE 0009:D9C2 0004DH MBUTTONDOW CODE 0009:DA10 0005CH MBUTTONDOW CODE 0009:DA6C 0004DH MBUTTONUP CODE 0009:DABA 00099H SETMSG CODE 0009:DB54 ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4148

Gustavo: Static oTray, oTrayMenu static oTaskBarIcon, oIcon DEFINE ICON oIco RESOURCE "PETROSUR" DEFINE WINDOW oWnd FROM 0,0 TO 23, 79 ; TITLE OEMTOANSI("Petrosur S.R.L. * Actualizador de datos en servidor MYSQL"); ICON oIco ; MENU BuildMenu(); COLOR CLR_BLACK, RGB(88,102,129) oWnd:bTaskBar := { | n...
by DanielPuente
Mon Oct 31, 2005 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tray System
Replies: 5
Views: 2071

Return to advanced search