I have a B4XPage with a tab strip (work perfectly) see below
	
	
		
			
		
		
	
	
		
	
		
	
When I press on one of my user info icons another panel is brought to the front (see below) (panel is displayed by a class) and also contains a tab strip
	
	
		
			
		
	
		
	
I can set all the fields in this dialog and change the Tab Strip in code but I cannot change the tab strip by clicking on a tab.
So before I go and make a small test program I figured I would ask. Can 2 tabstrips be active at the same time.
Because the main screen tabstrip is active but covered by a clear panel used by the popup panel / tabstrip
Is there someway to allow 2 tabstrips in one active page?
			
			When I press on one of my user info icons another panel is brought to the front (see below) (panel is displayed by a class) and also contains a tab strip
I can set all the fields in this dialog and change the Tab Strip in code but I cannot change the tab strip by clicking on a tab.
So before I go and make a small test program I figured I would ask. Can 2 tabstrips be active at the same time.
Because the main screen tabstrip is active but covered by a clear panel used by the popup panel / tabstrip
Is there someway to allow 2 tabstrips in one active page?