- Jun 6, 2020
- 11,559
- 4,422
Based on @Dave O 's
B4X:
Then just add the code to the designer script for your layout.
Code in DesignerScript: {class}.SetTooltip("Tooltip", Button1)
{class} is wherever you put the sub, it can go in any class you like. It can go in B4xMainPage, or an existing Utils class if you have one, or it's own separate class.
برای دیدن لینک ها باید ثبت نام کنید
, here is a Designer script extension to add standard tooltips for AndroidB4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
Then just add the code to the designer script for your layout.
Code in DesignerScript: {class}.SetTooltip("Tooltip", Button1)
{class} is wherever you put the sub, it can go in any class you like. It can go in B4xMainPage, or an existing Utils class if you have one, or it's own separate class.
برای دیدن لینک ها باید ثبت نام کنید