Hi all,
I'm trying to build a B4J desktop app that will have a tabpane with user added tabpages.
When the app starts it will have a default "Home" tabpage which will not be closable.
Any tabpage added by a user from clicking a "menu" option from a ListView, will be able to be closed by the user - it will have an x button on the tab.
The trouble is I can get this user interface to work, but I can't get the "Home" page to load a layout, but with all other pages, I can load a layout to it.
I've attached an example B4J app to show what I'm trying to do. and I explain more in the app about this issue.
Can someone look at this and see what I need to do to get a layout associated to the Home page and the tab to not be closed by the user - no x button?
Thanx,
Mark Stuart
I'm trying to build a B4J desktop app that will have a tabpane with user added tabpages.
When the app starts it will have a default "Home" tabpage which will not be closable.
Any tabpage added by a user from clicking a "menu" option from a ListView, will be able to be closed by the user - it will have an x button on the tab.
The trouble is I can get this user interface to work, but I can't get the "Home" page to load a layout, but with all other pages, I can load a layout to it.
I've attached an example B4J app to show what I'm trying to do. and I explain more in the app about this issue.
Can someone look at this and see what I need to do to get a layout associated to the Home page and the tab to not be closed by the user - no x button?
Thanx,
Mark Stuart