Question
How to Set and Get Script Label [WIN/CS3]
Hi All, [WIN/CS3]
How can I set and get the script label of a frame in my plugin?
I gone Through forum and found some post on it by "Ken Sadahiro"
http://www.adobeforums.com/webx/.3bbebdc3/0
and by "Bernt Haeussermann "
refer This post:
http://www.adobeforums.com/webx/.3bc37b6b/0
InterfacePtr<IScriptManager>scriptMgr(Utils<IScriptUtils>()->QueryScriptManager(kScriptTagMgrBoss));
But this line is giving error "kScriptTagMgrBoss" undeclared.
should i have to define this in .fr file if yes how can I???
scriptTagData->SetScriptList(scriptList, scriptMgr->GetRequestContext(), label); as told by Bernt.
But in CS3 it takes only two Arguments?????
can any one help how to make it working in CS3.
Thanks for the help.
How can I set and get the script label of a frame in my plugin?
I gone Through forum and found some post on it by "Ken Sadahiro"
http://www.adobeforums.com/webx/.3bbebdc3/0
and by "Bernt Haeussermann "
refer This post:
http://www.adobeforums.com/webx/.3bc37b6b/0
InterfacePtr<IScriptManager>scriptMgr(Utils<IScriptUtils>()->QueryScriptManager(kScriptTagMgrBoss));
But this line is giving error "kScriptTagMgrBoss" undeclared.
should i have to define this in .fr file if yes how can I???
scriptTagData->SetScriptList(scriptList, scriptMgr->GetRequestContext(), label); as told by Bernt.
But in CS3 it takes only two Arguments?????
can any one help how to make it working in CS3.
Thanks for the help.
