Browses

Xbase++ 2.0 Build 554 or later
Post Reply
Message
Author
Wolfgang Ciriack
Posts: 481
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Browses

#1 Post 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 ?
_______________________
Best Regards
Wolfgang

User avatar
rdonnay
Site Admin
Posts: 4775
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Browses

#2 Post 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.
The eXpress train is coming - and it has more cars.

User avatar
rdonnay
Site Admin
Posts: 4775
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Browses

#3 Post 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.
The eXpress train is coming - and it has more cars.

Post Reply