Hi Pritpal, On 2010 Jan 3, at 18:32, [email protected] wrote:
> Revision: 13460 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13460&view=rev > Author: vouchcac > Date: 2010-01-03 17:32:43 +0000 (Sun, 03 Jan 2010) > > Log Message: > ----------- > 2010-01-03 09:22 UTC-0800 Pritpal Bedi ([email protected]) [...] > > Viktor, you may delete the previous implementation. Many thanks, I'll do it ASAP. Reviewing the changes, is there any particular reasons for these ones: > Modified: trunk/harbour/contrib/hbxbp/xbpbrowse.prg > =================================================================== > --- trunk/harbour/contrib/hbxbp/xbpbrowse.prg 2010-01-03 13:08:07 UTC (rev > 13459) > +++ trunk/harbour/contrib/hbxbp/xbpbrowse.prg 2010-01-03 17:32:43 UTC (rev > 13460) > @@ -593,7 +593,7 @@ > - ::connect( ::oTableView, "scrollContentsBy(int,int)" , {|o,p,p1| > ::exeBlock(11, p, p1, o ) } ) > + ::connect( ::oTableView:pPtr, "scrollContentsBy(int,int)" , {|o,p,p1| > ::exeBlock(11, p, p1, o ) } ) ? (rest of similar calls don't use :pPtr) > Modified: trunk/harbour/contrib/hbxbp/xbpwindow.prg > =================================================================== > --- trunk/harbour/contrib/hbxbp/xbpwindow.prg 2010-01-03 13:08:07 UTC (rev > 13459) > +++ trunk/harbour/contrib/hbxbp/xbpwindow.prg 2010-01-03 17:32:43 UTC (rev > 13460) > @@ -255,7 +255,7 @@ > > METHOD XbpWindow:connectEvent( pWidget, nEvent, bBlock ) > LOCAL lSuccess > > - IF ( lSuccess := Qt_Connect_Event( pWidget, nEvent, bBlock ) ) > + IF ( lSuccess := Qt_Events_Connect( ::pEvents, hbqt_ptr( pWidget ), > nEvent, bBlock ) ) ? (rest of similar calls don't need hbqt_ptr(), and the calling requirements didn't change anyway) Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
