Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-20032 S1

Don't generate loose dataset when copy folder in same session

  1. Suppose in Folder1, Graph1 plotted by Book1.

  2. New a Folder2, then drag Graph1 to Folder2,

  3. Copy Folder2, then go to root folder and paste.

==>In the Folder2 2, the Graph1A Legend and axis titles show as Book1A(Loose dataset), which should be the same as Graph1, plotting data from Book1.

Fixed in Origin 2023

ORG-25046

Double clicking to open OPJ introduce Display Card issue

In some laptops with an integrated display card and an individual display card. Double clicking to open OPJ always uses as integrated display card.

Fixed in Origin 2023 by new system variable @SPF=0, need to restart Origin as Admin once to make it take effect after changing system variable.

ORG-25344

Cell formula label row in summary sheet failed to be kept after batch processing

If adding cell formula label row to summary sheet, such as mean(this), after do batch processing, In new created summary sheet, the cell formula will not be kept,but use fixed value instead.

Fixed in Origin 2023

ORG-25392

dataset identifier will be broken after recalculate when set as categorical data

when do statistics on column, if set dataset identifier column as categorical data, dataset identifier will be broken after recalculate, show like ?$OP:A=1.

Fixed in Origin 2023

ORG-24043

GDI objects Leaks

There are GDI object leaks when using

  • Notes window

  • Code Builder

Fixed in Origin 2023.

ORG-25499

Mouse cursor changes to Busy state after paste string from Word to graph

Copy some text in Word and paste in Origin graph window directly, click the pasted text, mouse cursor changes to Busy state

Fixed in Origin 2023

ORG-25542

Origin crashed when opening certain 2022 saved OPJU project file

Origin crashed when opening certain 2022 saved OPJU project file

Fixed in Origin 2023

Programming

Origin C

JIRA

SUMMARY

DETAILS

ORG-25323

Origin C OC GetN Issues and Improvements

1.Run following OC code.

Code Block
void test_list()
{
	GETN_BOX(tr)
	GETN_LIST(list1, "List 1", 0, "item1|item2|item3|item4") 	
	GETN_LIST(list2, "List 2", 0, "item1|item2|item3|item4") 
	GetNBox(tr);
}

2.Hover the mouse on List 1 and List 2, and scroll with mousewheel.

==>Fails to scroll the items in list.

Fixed in Origin 2023