Hide indesign instance (Hide running application)


hi

i creating indesign instance using code

 

indesign::_application oapplication;

oapplication.createdispatch(l"indesign.application") ==0);

 

indesign application start successfully.

i want hide application means when create instance application should not visible

and run in backside.

 

for example

dim objword word.application

dim objdoc word.document

set objword = new word.application

objword.visible = false;

 

there application property visible to set application visible.

i using indesign.h , indesign.cpp file created .tlb file of cs5(7.5).

in .h , .cpp file there no application visible function or application class property

the indesign appliction's visible property read only. try use minimize method so:

app.documents[0].layoutwindows[0].minimize(); // js, in vb similar 


More discussions in InDesign Scripting


adobe

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support