Versions Compared

Key

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

...

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

ORG-25788

OC function fft_amp failed to create result

Run the OC sample on https://www.originlab.com/doc/en/OriginC/ref/fft_amp page.

==>Fails to create result to Worksheet.

Fixed in Origin 2023

Python

JIRA

SUMMARY

DETAILS

ORG-25741

KeyError in 'from_df' by Python on transpose dataframe

Get data from a sheet and convert them as dataframe, then transpose the dataframe and try to put them in a new sheet, it will fail.

Fixed in Origin 2023