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
UserAction
method in a class that extends%Studio.Extension.Base
. Here’s how it works:UserAction
method, you can set theAction
parameter to7
. This tells Studio to display a dialog box with a textbox and Yes/No/Cancel buttons.Target
argument to provide the dialog text, and theMsg
argument to set the initial text in the textbox.AfterUserAction
method 1.For example:
In the
AfterUserAction
method, you can handle the user’s response:Ensure that this class is registered as the source control class for the namespace if required 1.