xiaoyao Active Member Licensed User Longtime User May 25, 2026 #1 Activity.Title=#ApplicationLabel Activity.TITLE CAN'T CHANGE ON DISIGN tool?
Solution aeric May 25, 2026 xiaoyao said: Activity.Title=#ApplicationLabel Click to expand... You can use B4X: B4XPages.SetTitle(Me, Application.LabelName) xiaoyao said: Activity.TITLE CAN'T CHANGE ON DISIGN tool? Click to expand... You can use the Title in layout design for Default template. For B4XPages template, you need to set it like the code I wrote above.
xiaoyao said: Activity.Title=#ApplicationLabel Click to expand... You can use B4X: B4XPages.SetTitle(Me, Application.LabelName) xiaoyao said: Activity.TITLE CAN'T CHANGE ON DISIGN tool? Click to expand... You can use the Title in layout design for Default template. For B4XPages template, you need to set it like the code I wrote above.
aeric Expert Licensed User Longtime User May 25, 2026 #2 xiaoyao said: Activity.Title=#ApplicationLabel Click to expand... You can use B4X: B4XPages.SetTitle(Me, Application.LabelName) xiaoyao said: Activity.TITLE CAN'T CHANGE ON DISIGN tool? Click to expand... You can use the Title in layout design for Default template. For B4XPages template, you need to set it like the code I wrote above. Upvote 0 Solution
xiaoyao said: Activity.Title=#ApplicationLabel Click to expand... You can use B4X: B4XPages.SetTitle(Me, Application.LabelName) xiaoyao said: Activity.TITLE CAN'T CHANGE ON DISIGN tool? Click to expand... You can use the Title in layout design for Default template. For B4XPages template, you need to set it like the code I wrote above.