Versions Compared

Key

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


VersionBitBuildRelease DateChangeDownloadJIRA (In-house documentation)
OrgLab9 (9.7.5)64 (no 32 bit version available)
11/14/2019
  • Fix Missing values are returned as 0 instead of Origin NANUM value from double type matrix.
  • Fix MatrixObjectPtr->DataFormat fails to set set data format for matrix.
  • Fix WorksheetPtr->Labels() fails to set visible labels in worksheet.
  • Access violation fixed when reopening project.
  • Ability to assign WorksheetPage and MatrixPage to Folder.
  • Added support for WorksheetPage and MatrixPage Comments.
  • Added support for MatrixSheet XY mapping.
  • Improved MatrixObject Property access: Units, Comments.

See this page for info about upgrading from OrgLab8:

https://www.originlab.com/doc/Orglab/Orglab#Upgrading_from_OrgLab8

http://www.originlab.com/Orglab/dl.aspx

ORG-20941

ORG-20885

ORG-21025

OrgLab8 (9.3)32, 641166/29/2015

Fixed the issue of When set unsigned integer32 data (Dim dy(iw) As UInteger), the saved opj file shows all Zero.

Sample code is as:

orgWkSt.Columns(iIndex).DataFormat = Origin.COLDATAFORMAT.DF_ULONG 'DF_FLOAT
orgWkSt.Columns(iIndex).SetData(dy)
When try to set unsigned integer32 data (Dim dy(iw) As UInteger), the saved opj file shows all Zero. For other data type, it works OK.

 

Have the same issue in Matrix. Sample code is as:
Dim s2(0 To iRow - 1, 0 To iCol - 1) As UInteger
... ... ...
orgMtObjS2 = orgMtS.MatrixObjects.Add
orgMtObjS2.DataFormat = Origin.COLDATAFORMAT.DF_ULONG 'DF_DOUBLE
nn = orgMtObjS2.SetData(s2, 0, 0)

 

http://www.originlab.com/Orglab/dl.aspx
Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-13234
OrgLab8 (9.3)32, 64201/23/2015
  • Combined all DLLs into a single DLL
  • Four new methods for getting and setting LabTalk object properties
  1. double GetLTObjNumVar(string name)
  2. string GetLTObjStrVar(string name)
  3. BOOL SetLTObjNumVar(string name, double value)
  4. BOOL SetLTObjStrVar(string name, string value)
http://www.originlab.com/Orglab/dl.aspx
Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-11213

OrgLab8 (9.1)


32,6450

02/21/2014

  • Added ability to force Text & Numeric datasets to show numeric values as  text elements. When a column is Text & Numeric, numeric strings would show with scientific notation. This behavior can now be turned off per column.
  • Added new Visual Basic sample to demonstrate new Text & Numeric dataset feature.


http://www.originlab.com/Orglab/dl.aspx

Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-10666


OrgLab8 (9.1)


32,644902/12/2014
  • Fixed an Exception that was occurring when calling the New Project method.


Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-10330
OrgLab8 (9.1)
48

10/03/2013

  • Fixed an Exception that was occurring when accessing items in a collection

Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-9616

OrgLab8 (9.1)644710/15/2013
  • Fixed issue about creating new work book (64 bit)

Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-9564
OrgLab8 (8)6446 02/04/2013
  • Updated to support 64 bit

 
Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-6072

...