Page 1 of 1

Browses

Posted: Wed Mar 04, 2015 11:00 pm
by Wolfgang Ciriack
Hello Roger,
i compiled my app with 2.0 and found 2 issues:
1. I searched all your code for XBPBRW_NAVIGATION_1XCOMPATIBLE, but did not find it. Is there a option to set this mode for all DCBrowses ?
2. All Presentation Parameters for the cell height etc. are 6 pixels to small, but this is because Alaska changed this due to an error in 1.9.
I think, there is no generell option to set this old (false) behavior so i have to change all pixel values for the row heights ?

Re: Browses

Posted: Thu Mar 05, 2015 6:53 am
by rdonnay

Code: Select all

1. I searched all your code for XBPBRW_NAVIGATION_1XCOMPATIBLE, but did not find it. Is there a option to set this mode for all DCBrowses ?
I missed this in the documentation. I will look for it today.
All Presentation Parameters for the cell height etc. are 6 pixels to small, but this is because Alaska changed this due to an error in 1.9.
I think, there is no generell option to set this old (false) behavior so i have to change all pixel values for the row heights ?
Yes, this is a problem. The only real solution is to use -1 until we can figure out something else.

Re: Browses

Posted: Sun Mar 22, 2015 7:21 am
by rdonnay
I have added support for navigation mode in the upcoming build 261, however, no matter which value I assign to :navigationMode, it doesn't change the behavior of the browse. I am still trying to understand why.