Skip to content

mer C

My feedback

83 results found

  1. 12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    mer C commented  · 

    ## en_US

    I tried it with Adobe Illustrator (Prerelease) (29.1.0.128).

    It is true that try catch now catches the errors, but the error dialog still appears. Executing the script, the dialog appears three times, two for the original error and one for the one specified in catch. Is this the intended behavior?

    ### Workaround
    If specifying `UserInteractionLevel.DONTDISPLAYALERTS`, this would be the ideal behavior.

    ```
    (function() {
    var doc = app.documents[0] ;
    var psdOptions = new ExportOptionsPhotoshop() ;

    var originalInteractionLevel = app.userInteractionLevel ;
    try {
    app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS ;
    doc.exportFile(new File('~/Desktop/psd_empty_artboard_error.psd'), ExportType.PHOTOSHOP, psdOptions) ;
    } catch(e) {
    alert('Caught error') ;
    } finally {
    app.userInteractionLevel = originalInteractionLevel ;
    }
    })() ;
    ```

    ### Attached files
    * error1.png
    * error2.png

    ---

    ## ja_JP

    Adobe Illustrator (Prerelease) (29.1.0.128) で試してみました。

    確かにtry catchでエラーを捕捉できるようになりましたが、エラーのダイアログ自体はいまだに出ます。スクリプトを実行すると、もともとあったエラー2つと、catchで指定した1つの計3回ダイアログが表示されます。これは意図した動作でしょうか?

    ### 回避策
    UserInteractionLevel.DONTDISPLAYALERTSを指定すれば理想的な動作になります。

    ```
    (function() {
    var doc = app.documents[0] ;
    var psdOptions = new ExportOptionsPhotoshop() ;

    var originalInteractionLevel = app.userInteractionLevel ;
    try {
    app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS ;
    doc.exportFile(new File('~/Desktop/psd_empty_artboard_error.psd'), ExportType.PHOTOSHOP, psdOptions) ;
    } catch(e) {
    alert('Caught error') ;
    } finally {
    app.userInteractionLevel = originalInteractionLevel ;
    }
    })() ;
    ```

    ### 添付したファイル
    * error1.png
    * error2.png

    An error occurred while saving the comment
    mer C commented  · 

    Noticed that I forgot to write Attached files and Script to execute in the English version. See the Japanese part or this comment.

    ### Attached files
    * error1.png
    * error2.png
    * empty_artboard.ai
    * psd_export.txt

    ### Script to execute
    ```
    (function() {
    var doc = app.documents[0] ;
    var psdOptions = new ExportOptionsPhotoshop() ;

    try {
    doc.exportFile(new File('~/Desktop/psd_empty_artboard_error.psd'), ExportType.PHOTOSHOP, psdOptions) ;
    } catch(e) {
    alert('Caught error') ;
    }
    })() ;
    ```

    Moreover, I wrote Illustrator 2024(28.1.0), but it reproduces also with 28.2.0.

    mer C shared this idea  · 
  2. 6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  3. 16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  4. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  5. 7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C shared this idea  · 
  6. 16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  7. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    mer C commented  · 

    This may have been misleading, but specifying the correct property name "lZWCompression" (starting with a lowercase L) can set whether to compress or not.

    It means that the typo in the PDF continues to increase those who cannot specify lZWCompression.

    mer C shared this idea  · 
  8. 15 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C shared this idea  · 
  9. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  10. 105 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  11. 13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C shared this idea  · 
  12. 6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    mer C commented  · 

    en_US:
    Upon reexamination, I found that the targeted character was incorrect.

    It seems not the first character, but the character one character back from the tab character in the direction of the beginning is the cause of the misalignment.

    ja_JP:
    改めて調べると、対象の文字が間違っていました。

    1文字目でなく、タブ文字から1文字分先頭方向に戻ったところにある文字がずれの原因となるようです。

    mer C shared this idea  · 
  13. 18 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  14. 62 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  15. 66 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  16. 31 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  17. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  18. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  19. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    mer C supported this idea  · 
  20. 7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    mer C commented  · 

    As noted in the report, this issue is happening on macOS 12. I am now on 12.7.3 and still reproduce it.

    The symptoms that occur are similar to "Illustrator Title Bar Menu Items Stop Responding", but the triggering phenomenon seems to be different.

    In macOS 12.7.3, unlike the similar report, the Illustrator menu and Help menu also respond incorrectly, but that is probably due to differences in menu structure between OS versions.

    An error occurred while saving the comment
    mer C commented  · 

    Alerts for invalid plugins have changed in Illustrator 2024 (28.2.0). However, the problem is still occurring.

    Illustrator 2024(28.2.0) では、無効なプラグインのアラートの種類が変わりました。しかし引き続き不具合は起こっています。

    mer C shared this idea  · 
← Previous 1 3 4 5

Feedback and Knowledge Base