Hello there,
my app crashes right after the start.
 
Have the whole reduced to the link below. The Lib is involved. App does not start as before. Is there to make an entry in the Main Festival Editor?
 
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
 
Edit: Code
			
			my app crashes right after the start.
Have the whole reduced to the link below. The Lib is involved. App does not start as before. Is there to make an entry in the Main Festival Editor?
			
				B4X:
			
		
		
		#Region  Project Attributes
 
#ApplicationLabel: B4A Example
 
#VersionCode: 1
 
#VersionName:
 
#SupportedOrientations: unspecified
 
#CanInstallToExternalStorage: False
 
#End Region
 
#Region  Activity Attributes
 
#FullScreen: False
 
#IncludeTitle: True
 
#End Region
 
Sub Process_Globals
 
End Sub
 
Sub Globals
 
Dim Gallery As PhotoGallery
 
End Sub
 
Sub Activity_Create(FirstTime As Boolean)
 
Activity.LoadLayout("Layout1")
 
Gallery.Initialize ("Gallery")
 
End SubEdit: Code
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
				 
 
		 
 
		 
 
		 
 
		