Suppressing progress dialog when importing Tagged Text? - Adobe Indesign

This is a discussion on Suppressing progress dialog when importing Tagged Text? - Adobe Indesign ; Howdy: I'm using the Adobe Tagged Text import provider to place text in a document. I'm making the call to iImportProvider->ImportThis() with the kSuppressUI flag set. Even though the flag is set, InDesign is still displaying the progress dialog. Does ...

+ Reply to Thread
Results 1 to 3 of 3

Suppressing progress dialog when importing Tagged Text?

  1. Default Suppressing progress dialog when importing Tagged Text?

    Howdy:

    I'm using the Adobe Tagged Text import provider to place text in a document. I'm making the call to iImportProvider->ImportThis() with the kSuppressUI flag set. Even though the flag is set, InDesign is still displaying the progress dialog. Does anybody know how to keep that from happening? I don't see anything in the documentation about this.

    Thanks,

    Noel Williams

  2. Default Re: Suppressing progress dialog when importing Tagged Text?

    kSuppresUI works for me - are you sure it isn't something else showing the progress dialog / old plugin executing / ...? I use importProvider->ImportThis(dataBase, stream, kSuppressUI, &contentUIDRef);

    Ian

  3. Default Re: Suppressing progress dialog when importing Tagged Text?

    Hello:
    I have the same problem that Noel.
    I'm using:

    * prov->ImportThis(database, stream, kSuppressUI, &contentUIDRef);
    * prov->ImportThis(database, stream, K2::kSuppressUI, &contentUIDRef);
    * prov->ImportThis(database, stream, (K2::UIFlags)0, &contentUIDRef);

    But the progress Dialog appears.
    This problem is critical for me.

+ Reply to Thread

Similar Threads

  1. Importing Tagged Text
    By Application Development in forum Adobe Indesign
    Replies: 15
    Last Post: 01-13-2007, 10:06 PM
  2. Re: Importing Tagged Text (Thai) Expressionsand ASCII code for Fractions.
    By Application Development in forum Adobe Pagemaker
    Replies: 0
    Last Post: 10-15-2006, 09:29 PM
  3. Re: Importing Tagged Text (Thai) Expressionsand ASCII code for Fractions.
    By Application Development in forum Adobe Pagemaker
    Replies: 0
    Last Post: 10-13-2006, 11:09 PM
  4. Re: Importing Tagged Text (Thai) Expressionsand ASCII code for Fractions.
    By Application Development in forum Adobe Pagemaker
    Replies: 0
    Last Post: 10-13-2006, 07:34 PM
  5. importing graphics using InDesign tagged text
    By Application Development in forum Adobe Indesign
    Replies: 2
    Last Post: 08-14-2004, 01:55 PM