Versions Compared

Key

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

...

JIRA

SUMMARY

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.

ORG-27444

Import GeoTIFF to matrix issues

Import large GeoTIFF image to matrix wrongly.

Fixed in Origin 2024.

ORG-26967

Import Excel File with Time Value exceeding 24 hours

Excel Connector failed to import the Excel file which contains time value exceeding 24 hours with format [h]:mm in Excel.

Fixed in Origin 2024.

Programming

JIRA

SUMMARY

DETAILS

ORG-27793

AddLayers() failed to add sheet with data

Prepare Book1 and Book2 with data, compile and run below code,

Code Block
languagecpp
#include <Origin.h>
void Page_AddLayers_Ex1(){
    WorksheetPage wb1("Book1");  
    WorksheetPage wb2("Book2");   
    wb1.AddLayers(wb2);   
    set_active_layer(wb1.Layers(1)); 
}

==> No data in the adding sheet.

It also affects the addsheet X-Function tool.

Existed since Origin 2023b and fixed in Origin 2024.

Miscellaneous

JIRA

SUMMARY

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).

ORG-27198

The Drop-down list of Font failed to pop up in correct direction

In Origin 2023 or earlier version, click Font drop-down list, the Font drop-down list always opens downwards, which leads to a part of list is out of the screen and can not be viewed

Fixed in Origin 2024, now it will open upwards if lower area is small

ORG-27379

Note window zoomed text size issue

In Origin 2023b or earlier versions, there are below two Note window zoomed text size issues

  1. Folder notes failed to remember zoomed factor

  2. Folder notes failed to save if never closed

Fixed in Origin2024

ORG-27523

Crash when open certain project

Since Origin 2018, Origin crashes when open certain project file.

Fixed in Origin2024

ORG-27554

origin stuck when drag floating window into Origin if there is minimized dialog

  1. Drag book1 out of origin as floating window.

  2. Press Ctrl+Y to open NLFit dialog, click minimize button to minimize dialog.

  3. Drag book1 into origin main window.

  4. ==>NLFit dialog disappeared.

  5. ==>user can do nothing with origin, have to close origin by task manager.

Fixed in Origin2024

ORG-27698

Ctrl+F6 failed to activate the next window

  1. Start Origin with one workbook and one graph window

  2. Press Crtl+F6 to jump to Next window -->Works

  3. Press Ctrl+F6 to jump to Next window again ==>Fails

Broken since Origin2023 and fixed in Origin2024

...