Page 1 of 1

DCBrowse NavigationMode

Posted: Sun Nov 16, 2014 9:16 am
by Wolfgang Ciriack
Hello Roger,
is it possible to set the NavigationMode for the whole application ?
If not, i have to put to all my browses a EVAL {|o| o:NavigationMode:=XBPBRW_NAVIGATION_1XCOMPATIBLE } that
the scrolling with the mouse is possible again.
Or did you incude this in Version 260 already ?

Re: DCBrowse NavigationMode

Posted: Sun Nov 16, 2014 10:07 am
by rdonnay
is it possible to set the NavigationMode for the whole application ?
Or did you incude this in Version 260 already ?
Yes, this is the DEFAULT for DCBROWSE in build 260, therefore you need to make no changes to your source code.

Re: DCBrowse NavigationMode

Posted: Sun Nov 16, 2014 11:56 pm
by Wolfgang Ciriack
Perfect, thank you.