FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse drag&drop
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
xBrowse drag&drop
Posted: Wed Aug 12, 2009 07:44 AM

Is it true that drag in the latest FWH version is only working if you start from the RecorSelector column.
If yes why was this changed?
Thanks in advance
Otto

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse drag&drop
Posted: Wed Aug 12, 2009 09:00 AM

i don't think anything is changed.
drag and drop should work like earlier.

Regards



G. N. Rao.

Hyderabad, India
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: xBrowse drag&drop
Posted: Wed Aug 12, 2009 10:20 AM
Mr. Rao,
I start drag with this code. Maybe I do something wrong.

Code (fw): Select all Collapse
oLbx:bDragBegin  = { | nRow, nCol, nKeyFlags | ;
                        SetDropInfo( Time() ),;   // Save drop info !!!
                        ::oWnd:SetMsg( "Dragging operation" ) }


But the drag operation only could be started if you click and press the mouse button in the selector column.
In older version this drag also started if you click somewhere in the whole row.

Best regards,
Otto
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse drag&drop
Posted: Wed Aug 12, 2009 11:08 AM

Mr Otto
You are right. But I find this problem even with some previous versions. Can you please tell me in which version the drag is working correctly ?

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion