ivanomonti Expert Licensed User Longtime User Mar 28, 2022 #1 B4X: Root.As(Form).Resizable = False anche per togliere le icone ingrandisci e mignottura ? che fine hanno fatto!
B4X: Root.As(Form).Resizable = False anche per togliere le icone ingrandisci e mignottura ? che fine hanno fatto!
LucaMs Expert Licensed User Longtime User Mar 28, 2022 #2 ivanomonti said: B4X: Root.As(Form).Resizable = False anche per togliere le icone ingrandisci e mignottura ? che fine hanno fatto! Click to expand... Hai creato un progetto di tipo B4XPages, visto che hai la variable Root, che è un Pane, non un Form. B4X: Dim Frm As Form = B4XPages.GetNativeParent(Me) Frm.Resizable = False Se è un progetto di cui userai anche la versione B4A o B4I: B4X: #IF B4J Dim Frm As Form = B4XPages.GetNativeParent(Me) Frm.Resizable = False #END IF ivanomonti said: anche per togliere le icone ingrandisci e mignottura ? che fine hanno fatto! Click to expand... Last edited: Mar 29, 2022
ivanomonti said: B4X: Root.As(Form).Resizable = False anche per togliere le icone ingrandisci e mignottura ? che fine hanno fatto! Click to expand... Hai creato un progetto di tipo B4XPages, visto che hai la variable Root, che è un Pane, non un Form. B4X: Dim Frm As Form = B4XPages.GetNativeParent(Me) Frm.Resizable = False Se è un progetto di cui userai anche la versione B4A o B4I: B4X: #IF B4J Dim Frm As Form = B4XPages.GetNativeParent(Me) Frm.Resizable = False #END IF ivanomonti said: anche per togliere le icone ingrandisci e mignottura ? che fine hanno fatto! Click to expand...