Search found 155 matches: mousemove

Return to advanced search

Re: Tooltip of the selector column

... Argument error: - Parameter : [ 1] = U [ 2] = N 1 Stack-List ---------- called by MOJCOLTOOLTIP(31) called by (b)TEST(16) called by TXBROWSE:MOUSEMOVE(3554) called by TWINDOW:HANDLEEVENT(0) called by TCONTROL:HANDLEEVENT(1724) called by TXBROWSE:HANDLEEVENT(11734) called by _FWH(3177) called ...
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1365

XBROWSE PROVOCA ERROR AL REINGRESAR A LA CONSULTA

... LEN( 0 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:LASTDISPLAYPOS( 3360 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:MOUSEMOVE( 5101 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1827 ) Called from: ...
by CARLOS ATUNCAR
Wed Jul 07, 2021 11:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE PROVOCA ERROR AL REINGRESAR A LA CONSULTA
Replies: 4
Views: 532

Re: EasyReport progress?

... drag) is not in the position it should be, but a class of its own where you build the dots and you have created the methods for the movement (e.g. MouseMove ()) 3) the object classes must be built inherit TElement where they take the basic things common to all objects 4) to create the area for ...
by Silvio.Falconi
Wed Dec 16, 2020 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8868

Re: Fast Report´s future

... are additions of the object ( When moving the items ) display in these methods METHOD LButtonDown( nRow, nCol, nKeyFlags ) CLASS TControl METHOD MouseMove( nRow, nCol, nKeyFlags ) CLASS TControl METHOD KeyDown( nKey, nFlags ) CLASS TControl METHOD ShowDots( lNotShow ) CLASS TControl then it need ...
by Silvio.Falconi
Wed May 13, 2020 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6039

Re: c5Tooltip+btnbmp on a dialog

the problem is not close the tooltip perhaps need a ::oWnd:NcMouseMove() on mousemove (btnbmp) but I not understood where on fivewin upgrade of New FTDN July/Julio 2015 (FWH 15.07) * Enhancement: modify class TGET will implementation C5ToolTip viewtopic.php?f=6&t=29368#p180138 ...
by Silvio.Falconi
Mon May 06, 2019 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c5Tooltip+btnbmp on a dialog
Replies: 4
Views: 678

Re: Voice Loquendo TTS® Sapi 5 Loquendo TTS

... the tts speach the menu items.. I need it for a visually impaired student Complicated You have to implement the detection of the control in the mousemove method, among others.
by cnavarro
Tue Apr 09, 2019 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Voice Loquendo TTS® Sapi 5 Loquendo TTS
Replies: 10
Views: 1149

Re: detect a program inactivity situation

Silvio,

Yes, I agree it works without problems :D .
I'm working on a autoclose of the message
on a second mousemove after zhe message-display and
a image-solution instead of a alert,
or do You want to keep it like it works.

regards
Uwe :?:
by ukoenig
Wed Apr 03, 2019 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: detect a program inactivity situation
Replies: 7
Views: 1316

Re: evaluar algo de harbour en c.

... (b)ERRORSYS(23) in .\source\function\ERRSYSW.PRG Called from LMOUSEDOWN(0) Called from VLC_MYEVENT(683) in source\tvlc.prg Called from TCONTROL:MOUSEMOVE(0) in .\source\classes\CONTROL.PRG Called from TCONTROL:MOUSEMOVE(0) in .\source\classes\CONTROL.PRG Called from (b)TBUTTON(46) in .\source\classes\BUTTON.PRG ...
by carlos vargas
Fri Dec 07, 2018 7:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: evaluar algo de harbour en c.
Replies: 7
Views: 1267

New FTDN January/Enero 2018 (FWH 18.01)

... controls TEdit: http://forums.fivetechsupport.com/viewtopic.php?p=208451#p208451 many thanks to Antonino for his help! * Fix: Class TXImage Method MouseMove() now properly shows the tooltip if defined: http://forums.fivetechsupport.com/viewtopic.php?p=208633#p208633 * EDIT control: CUEBANNER clause ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2594

Re: Tooltip en XIMAGE no funciona

Xevi,

En la Clase TXImage en el Método MouseMove() hay que modificar la línea final asi:

return ::Super:MouseMove( nRow, nCol, nFlags )

Con este cambio tu ejemplo funciona correctamente y muestra el tooltip.

Añadimos este cambio para la próxima versión de FWH 18.01

gracias
by Antonio Linares
Sat Dec 30, 2017 9:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip en XIMAGE no funciona
Replies: 2
Views: 824

Re: crop an Image

... crash Called from DIBWRITE(0) Called from TIMAGE:SAVEIMAGE(191) in .\source\classes\IMAGE.PRG Called from CROP_IMAGE(161) in test.prg Called from MOUSEMOVE(144) in test.prg Called from (b)GETIMAGE(104) in test.prg Called from TWINDOW:MOUSEMOVE(3054) in .\source\classes\WINDOW.PRG Called from TIMAGE:MOUSEMOVE(767) ...
by Silvio.Falconi
Thu Nov 02, 2017 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: crop an Image
Replies: 28
Views: 4247

Re: How to achieve this kind of calendar control?

Marc,

return ::Super:MouseMove( nRow, nCol, nKeyFlags )
by Antonio Linares
Wed Oct 04, 2017 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to achieve this kind of calendar control?
Replies: 12
Views: 2390

Re: How to achieve this kind of calendar control?

... 13:34:38 Error description: Error BASE/1003 Variable does not exist: SUPER Stack Calls =========== Called from: kalender.prg => TPICKDATE:MOUSEMOVE( 847 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TPICKDATE:HANDLEEVENT( 1731 ) Called from: ...
by Marc Venken
Wed Oct 04, 2017 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to achieve this kind of calendar control?
Replies: 12
Views: 2390

Re: Move the mouse over the xBrowse

Thank You Mr.Rao. I have already solved the problem - changed little in method MouseMove treatment :lPress
by Natter
Fri May 19, 2017 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move the mouse over the xBrowse
Replies: 3
Views: 695

Re: Canal5 Calendar

... := TC5Tip():New(Self ) ::oToolTip := TC5ToolTip():New( 0, 0, 1, 5, Self, .f., CLR_WHITE, RGB(228,229,240), RGB(100,100,100), 2, 2 ) endif METHOD MouseMove( nRow, nCol, nKeyFlags ) of c5calendar found these lines if ::lTooltips if ::oToolTip != nil ::oToolTip:Show( nBottom - 6, nRight - 6, ::acTooltips[ ...
by Silvio.Falconi
Tue Feb 14, 2017 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal5 Calendar
Replies: 15
Views: 5697
Next

Return to advanced search