Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

EmptyPanel sample for mac, How can I set textField programmatically?

New Here ,
Oct 02, 2022 Oct 02, 2022

I want to set TextField's text programmatically in MAC. But it doesn't work.

 

In EmptyPanel sample, I called setStringValue function at the end of EmptyPanelPlugin::AddWidgets() function like below.

#ifdef MAC_ENV
...
[calculator->output setStringValue:@"3333"];
#endif

When I click "Third Party Panel" menu, output text doesn't set to "3333".

 

How can I set this TextFiled programmatically?

TOPICS
SDK
127
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Adobe