Replies: 2 comments
-
| You can wrap all your page controls in a  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
 GUI is made for touch screen of Raspberry pi, so i dont need the mouse cursor at all. import flet as ft
def main(page: ft.Page):
    page.add(ft.Text("Hello, world!"))
ft.app(main)Can you provide an example for whole page please? | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
How to set mouse_cursor.NONE to whole page?
Beta Was this translation helpful? Give feedback.
All reactions