Versions Compared

Key

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

...

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.

ORG-27922

Origin crashed when access properties of a invalid column using wks.col object

New a workbook, notice that there are only two columns, then run script like wks.col3.type =; will crash Origin.

Existed since Origin 2023b and fixed in Origin 2024.

ORG-28208

all NAG mark 26 functions did not exist in Origin

When upgraded to NAG 26, failed to add NAG mark 26 functions to Origin.

Added all NAG mark 26 functions to Origin 2024 SR1.

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

ORG-25382 P2

Origin failed to open project with % in file name

CASE 1: open an Origin first, the OPJU can not be opened by double click

CASE 2: The %NN.OPJU can not be opened after run “doc -ddde 1”

CASE 3 Open %NN.opju in Windows CMD does not work

Fixed in Origin2024, CASE 3 need to add "-N" switch to turn off file name substitution.

ORG-27796

Sheet Using Too Many GDI Objects

In Origin 2023b and earlier versions, Sheets Not Active are using too much GDI objects.

Fixed in Origin 2024.

ORG-27995

Failure to rename window short name if long name exists

In Origin 2023b and earlier versions, Failure to rename window short name if long name exists.

Fixed in Origin 2024 by set system variable @RWN=1

...