Versions Compared

Key

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

...

Analysis

General

JIRA

SUMMARY

DESCRIPTION

DETAILS

Fitting

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-24723

emf and svg file fails to keep ratio in NLFit

  1. Customize an User-Define function, make a Formula image (named as *.emf) and a Curve image (named as *_cuv.emf)

  2. Put two images into \\UFF\fitfunc, open NLFit dialog, click Formula tab in bottom panel, drag the preview box to make it wider

==> The image fails to keep ratio

Fixed in Origin2024

ORG-27138

ORG-27006

ORG-27091

ORG-26986

Crash cases with NLFit dialog minimized

  1. Do NLFit with plot, after choose function, minimized the NLFit dialog

  2. Click the preview fitted curve and go to ZZBook

  3. Delete the ZZBook window, Restore NLFit dialog and click Initialized Parameters twice

  4. Continue to minimized NLFit dialog and right click the preview fitted curve

==> Crash

Note: Origin2024 fixed more crash cases when NLFit minimized like open NLFit dialog twice, select column data and delete data marker

Image Analysis

JIRA

SUMMARY

DESCRIPTION

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

DESCRIPTION

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

ORG-27258

Fail to indicate selected ROI on Object Manager

Select ROI on matrix or image window then check the selected ROI on the Object Manager.

==> The selected ROI is not highlighted in Object Manager.

Existed since Origin 2023b and fixed in Origin 2024

Export

JIRA

SUMMARY

DESCRIPTION

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

Import

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-27092

Origin mess up the file order when import multiple files in a folder

  1. Select Data: Connect Multiple Files menu.

  2. Select Data Connector as CSV, Source as “Files in Specified Folder“, check “Same Book“.

  3. Set specified folder as Samples\Batch2 under the program folder. Click OK.

==> The imported files are in wrong order. Fixed in Origin 2024.

Note: similar issue also exist in the File: New: Image: Multiple Image Files tool and findFiles x-function.

ORG-27220

CSV Connector failed for heading has umatched quote

CSV Connector failed to import the ASCII file with umatched quote in header.

Fixed in Origin 2024.

If still fails, try to set system variable @deng=0, and then import.

Miscellaneous

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-27036

Slowness with many sheets

In Origin 2023b SR1 and earlier versions, a project has a workbook with many sheets.

  1. Opening project is slow.

  2. Deleting many sheets is slow.

  3. Saving many-sheets book is slow.

  4. Slow to show confirmation message box for delete window.

  5. Deleting all unused loose dataset is slow

Improved above 5 issues speed in Origin 2024.

ORG-27196

Unchecking "Name" column makes hidden windows not greyed out in PE

In Origin 2023b SR1 and earlier versions, in Project Explorer when user uncheck “Name“ column at content panel, the hidden windows are not shown as gray.

Fixed in Origin 2024.

ORG-27044

Object Manager shows as grey after D&D other floating window

In Origin 2023b, drag two workbook as floating window, then drag the 2nd one back to Origin workspace, active the 1st one, Object Manager shows as grey

Fixed in Origin2024

ORG-26085

Cannot type longer string in R Console

In Origin 2023b, the text limit for the editor in R console is 65536, if maximum size is reached, then can not type any string in R console.

Fixed in Origin 2024. Increased the text limit size to 2^31(2GB).