xiaoyao Active Member Licensed User Longtime User Yesterday at 3:01 AM #1 Activity.Title=#ApplicationLabel Activity.TITLE CAN'T CHANGE ON DISIGN tool?
Solution aeric Yesterday at 5:02 AM 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 Yesterday at 5:02 AM #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.