User bio
404 bio not found
Member since Aug 19, 2020
Posts:
Replies:
A workaround is fine. How do I install the unicode kit?
It is very verbose but yes, I got it working now too. Thanks, Robert! It is interesting that the resultant file lists only routine names but not the labels. Instead of a label name, it lists the label line number.
Certifications & Credly badges:
Anna has no Certifications & Credly badges yet.
Global Masters badges:
Anna has no Global Masters badges yet.
Followers:
Anna has no followers yet.
Following:
From AI:
Yes, it is possible to call a dialog with a single input text field in the
UserActionmethod in a class that extends%Studio.Extension.Base. Here’s how it works:UserActionmethod, you can set theActionparameter to7. This tells Studio to display a dialog box with a textbox and Yes/No/Cancel buttons.Targetargument to provide the dialog text, and theMsgargument to set the initial text in the textbox.AfterUserActionmethod 1.For example:
In the
AfterUserActionmethod, you can handle the user’s response:Ensure that this class is registered as the source control class for the namespace if required 1.