02-23-2018, 04:17 PM (This post was last modified: 04-20-2018, 08:52 AM by bbjimmy.)
On the current build of yab is a Tabview error.
I create a test app to check a bug reported by bbjimmy and thaflo. Here the tabview crashed then you browsing over the view after removing the tabview with VIEW REMOVE.
I does not have this problem on my system, but i see another one. In my test app i create a tabview with two tabs. on the first one i place a button.
Then i remove the view and create the tabviews again. Here is the button not on the first, it is on the second tab.
03-09-2018, 03:05 PM (This post was last modified: 03-09-2018, 03:30 PM by bbjimmy.)
I have not been able to get tabview working as it should. I guess my c++ and understanding of the tabview code in Haiku isn't good enough.
As a work-around, I have am making a tabview in yab as a library. I have tested it in your code as a replacement for yabs built-in tabview and it seems to be working.
03-19-2018, 11:46 AM (This post was last modified: 03-19-2018, 11:53 AM by bbjimmy.)
I have a working yabtab.yab library. The attatched zip includes the library, images used to create the tabs, and a test program to demonstrate the use.