Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRA

SUMMARY

DETAILS

ORG-26349

Fail to show Gray Scale Specific MT buttons

Case1: Import colorful image then convert to gray.

Case2: New graph then insert grayscale image from file.

==> Fail to show Grayscale slider, Set Grayscale Range and Reset Grayscale Range button on mini toolbar.

Worksheet

JIRA

SUMMARY

DETAILS

ORG-27255

Layer name characters resctriction issues

Suppose a sheet name is “My Data”, then you can rename another sheet in the same book with a name like “MyData” if there is only space difference.

Fixed in Origin2024

Export

JIRA

SUMMARY

DETAILS

ORG-27197

Fail to open file by link in Message Log

  1. open Origin, not run as administrator

  2. new matrix window

  3. run script

    Code Block
    // no need to change any text below
    expImage fname:=<[<C:\Users\polly\Documents\MSheet1_1.bmp>]>;

    --> Fail to create path. Note: a file name cannot contain any of the following characters: \ / : * ? " |

  4. new graph

  5. run script
    expGraph type:=bmp;
    ==> cannot open the file by click the link in message log

Fixed in Origin2024

ORG-27199

Clip Border fails when directly select theme under Export Graphs (Advanced)

  1. New a graph. drag-and drop the dialog theme “0-expGraph-MyTheme_20230526.ois“
    In the theme, format = jpg, clipped border width =1 and DPI = 400.

  2. Select “File>Export Graphs (Advanced) : Open Dialog”, then loading the dialog theme and selecting OK.
    --> The graph border has been clipped to 1.

  3.  select “File>Export Graphs (Advanced) :< Last Used > or “0-expGraph-MyTheme_20230526.ois”
    ==>The graph border fails to be clipped.

Fixed in Origin2024

ORG-25989

Open File Location from Messages Log Should Select the File

Ctrl+Click on the file text in Message Log also failed to select the file in the Explorer

Fixed in Origin2024

ORG-26554

Surrogate Pair Not Exported Correctly in SVG

  1. open the attached surrogate pair.opju, whose legend is abcd𤭢abcd

  2. open script window

  3. open expG2img dialog, set image type to SVG, check convert text to outlines, click OK

==> in script window: Glyph Outline General Error!

TextOut Draw Error!

==> in the exported graph, it does not export the whole legend

Fixed in Origin2024. We need to change the font type to SimSun-ExtB before export

...