Skip to main content
hiro-e
Participant
February 7, 2024
Question

script ui palette / how to redraw?

  • February 7, 2024
  • 1 reply
  • 131 views
(function (){
...
...
...

var bt = new BridgeTalk();
bt.target = BridgeTalk.appSpecifier;
bt.body = 'make();';
bt.onResult= function(resObj){
	palette.show();// want to redraw
};
bt.send();
})();

 

I want to redraw scriptUI (palette).

I use BridgeTalk and run "make();" function,

and I want to show texts for the result of function.

This topic has been closed for replies.

1 reply

hiro-e
hiro-eAuthor
Participant
February 8, 2024