Dear All,
I have a rather large textarea in a form, that when hovering over it, the mouse pointer gets replaced by a very thin small vertical line, which is very difficult to see.
There´s nothing special about anything here really, in AppStart loading of the form is called with:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Where Console.Show looks like:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
In the designer all I amended was the color in background properties (which turns out to be a totally different color btw, but that´s rather unimportant right now cause all I want is that I can work with things) and of course the size of the form. And no, the color of background and mouse pointer are totally different.. Like bottle green and white.
I cannot post a screenshot of the mouse pointer replacement because it disappears when on the screenshots..
			
			I have a rather large textarea in a form, that when hovering over it, the mouse pointer gets replaced by a very thin small vertical line, which is very difficult to see.
There´s nothing special about anything here really, in AppStart loading of the form is called with:
			
				B4X:
			
		
		
		Console.ShowWhere Console.Show looks like:
			
				B4X:
			
		
		
		Public Sub Show
    
        frm.Initialize("frm", 950, 730)
        frm.RootPane.LoadLayout("Console")
        Dim consoleform As Form = frm
        consoleform.Stylesheets.Add(File.GetUri("", "style.css"))
        frm.Show
    
    
End SubIn the designer all I amended was the color in background properties (which turns out to be a totally different color btw, but that´s rather unimportant right now cause all I want is that I can work with things) and of course the size of the form. And no, the color of background and mouse pointer are totally different.. Like bottle green and white.
I cannot post a screenshot of the mouse pointer replacement because it disappears when on the screenshots..
 
				 
 
		 
 
		 
 
		 
 
		 
 
		