Search found 5 matches: checkmousewheel

Return to advanced search

Re: preview alpha 2

... lPage, nSteps ) METHOD HScroll( nType, lPage, nSteps ) METHOD SetOrg1( nX, nY ) METHOD SetOrg2( nX, nY ) METHOD CheckKey( nKey, nFlags ) METHOD CheckMouseWheel( nKeys, nDelta, nXPos, nYPos ) METHOD SetFactor( nValue ) METHOD PrintPage() METHOD PrintPrv( oDlg, nOption, nPageIni, nPageEnd ) // ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... nCol, nRow, nKeyFlags ) } oMeta1:bKeyDown := {|nKey,nFlags| CheckKey(nKey,nFlags)} oMeta1:bMouseWheel := { | nKeys, nDelta, nXPos, nYPos | ; CheckMouseWheel( nKeys, nDelta, nXPos, nYPos ) } #ifndef __XPP__ // XBPP bug. Warning: don't change this into #ifdef __CLIPPER__ oMeta2 := TMetaFile():New( ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2707

Re: errore in compilazione Rpreview

... Antonio l'ha lasciato lì come segnaposto per eventuali esigenze future. le variabile NXPOS e NYPOS mi dice " declared but not used in function checkmousewheel" Stesso discorso per i parametri nXPos e nYPos del metodo CheckMouseWheel(). EMG
by Enrico Maria Giordano
Wed Nov 19, 2008 10:17 pm
 
Forum: All products support
Topic: errore in compilazione Rpreview
Replies: 7
Views: 1648

errore in compilazione Rpreview

... la variabile Nflag mi dice " declared but not used in function checkkey" le variabile NXPOS e NYPOS mi dice " declared but not used in function checkmousewheel" con il w2 non si compilano se torlgo il warning si compila tutto Hai qualche idea ? ti ricordo che quel famoso sorgente è praticamente ...
by Silvio
Wed Nov 19, 2008 11:34 am
 
Forum: All products support
Topic: errore in compilazione Rpreview
Replies: 7
Views: 1648

... nCol, nRow, nKeyFlags ) } oMeta1:bKeyDown := {|nKey,nFlags| CheckKey(nKey,nFlags)} oMeta1:bMouseWheel := { | nKeys, nDelta, nXPos, nYPos | ; CheckMouseWheel( nKeys, nDelta, nXPos, nYPos ) } #ifndef __XPP__ // XBPP bug. Warning: don't change this into #ifdef __CLIPPER__ oMeta2 := TMetaFile():New( ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3361

Return to advanced search