FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour maxrow() and maxcol()
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM

Re: maxrow() and maxcol()

Posted: Sat Feb 20, 2016 10:41 AM

but now I'm trying at office and it seems to run ok
very very very very strange

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

Re: maxrow() and maxcol()

Posted: Sat Feb 20, 2016 05:05 PM
Silvio,

Tested from resource without any problem.( big exe-file )
Some improvements and new documentation for better understandig
of image-positioning- and speed-adjustment included.
Just change the defined values to see the different results.
Now You can define / calculate the space between the images

http://www.pflegeplus.com/DOWNLOADS/Cardmove2.zip

I added 2 lines, to get the needed values ( only needed during programming )
As well I tested the requested tooltip-solution ( visible on last painted image at bottom )
I noticed a missing tooltip-close, leaving the image-area

oDlg21:bLClicked := {|nRow, nCol| MsgAlert( "Row : " + ALLTRIM(STR( nRow ) ) + CRLF + ;
"Col : " + ALLTRIM(STR( nCol ) ), "Position" ) }




best regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion