Versions Compared

Key

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

...

JIRA

SUMMARY

DETAILS

ORG-25655

layer -du causes Origin crash if worksheet has operation

When worksheet contains operation, run layer -du to delete worksheet will cause Origin crash.

Fixed in Origin 2023

ORG-25780

Origin crashes with specific LabTalk script menu -e

Run script like below will cause Origin crashes,

Code Block
doc -ef w {
   work -s 1 0;
   menu -e 36444; //fill row numbers 
} 

Fixed in Origin 2023

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

...