Skip to main content
8-Gravel
March 20, 2023
Question

Create combined state with new appearance state via toolkit not possible?

  • March 20, 2023
  • 1 reply
  • 2014 views

Hello community,

 

creating a new combined state with a new appearance state is not possible via toolkit?

Is there any workaround out there?

 

Thanks, Lars

 

 

 

1 reply

17-Peridot
March 21, 2023

If something not possible create via toolkit, then, sometime, run a mapkey can help. Write manually the mapkey, then play it from your app. Don't know is it possible to achieve what you want using mapkey.

8-Gravel
March 21, 2023

Hello ysinitsyn!
Thanks for the answer. I know the possibility of ProMacroExecute().

As I know, in synchronous application, the macro is executed at the end?

I have not tried it yet.

 

I need the macro in between of the function.

17-Peridot
March 21, 2023

You can split your code in two parts.

Register the "button" (command) with contain a second part of the code.

At the end of the first part run a mapkey to create an representation. In the end of the mapkey call the command to execute the second part of the code.

I think, this approach was discussed early at this community.