Versions Compared

Key

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

Table of Contents

...

 

JIRASummaryDetailsSource
ORG-1252
ORG-3189 
Bad layout of dialog with big DPIIf DPI is bigger than 100%, sometimes some dialogs e.g. Nonlinear Curve Fit, Set Column Values, etc. may have bad layout. Improved now.Customer
ORG-10700Bug fixes for Retina Display supportMore fixes for issues running Origin on Retina Display device.Inhouse
ORG-12184Origin crashed or messed up after reinitializing if having dock window

Have some windows docked together, e.g. Results Log, Command Window, etc.

Reinitialize layouts of Origin workspace.

==> Origin crashed

Inhouse
ORG-5145Origin workspace toolbars show in Code Builder
  • Turn on Scale Toolbars for Larger System Font Settings and restart Origin.
  • Open Code Builder.
  • Close Code Builder.
  • Reopen Code Builder.
    ==> Code Builder toolbar buttons are screwed up- there are various Origin buttons in place of Code Builder buttons.
Beta Tester
ORG-12262command window failed to show after restarting originmake command window show(no matter dock or floating), restart origin, ==>command fail to showCustomer
ORG-5454

Fail to keep large size buttons after opening code builder

http://beta.originlab.com/forum/topic.asp?TOPIC_ID=4230

check Use Large Button in options tab of customize dialog.

open code builder then close it.

==>toolbar buttons become normal size.

we hide the Options tab of customize dialog in code builder in 2015SR1.

Beta Tester
ORG-11402

Reorder Docked Windows with Auto hidden checked or Keep Fixed Order

http://beta.originlab.com/forum/topic.asp?whichpage=1&TOPIC_ID=4118

Origin2015SR1 will fix tab order for all of our dockable windows, the order as following:
  1. Project Explorer; 2. Quick Help; 3. Message Log; 4. Smart Hint Log; 5. Result Log; 6. Command Window.
Beta Tester

Programming

JIRASummaryDetailsSource
ORG-12181LabTalk: getfile saves path info into %A and %B incorrectly if file is NOT placed in first driver
  • Execute the following script:

getfile *.*;
%A=;
%B=;

  • Select D:\PET.pal (make sure D driver is NOT the first one), a valid file.

==> get this:
l

The problem started in Origin 2015 SR1 and only happens if file isn't place in first drive of your PC

Customer
ORG-12174Failed to pass arguments into user-defined button
  • Create the following LT script and save it to a file:
[testsection]
switch (%1)
{
	case 1:
		type -a "Case 1";
		break;
	case 2:
		type -a "Case 2";
		break;
	default:
		type -a "Default";
		break;
}
  • Create a user-defined button that calls the OGS file with Section Name: "testsection" and Argument List: 2

    --> In 9.1, "Case 2" is output to Script Window.
    --> In 2015 "Default" is output to Script Window.
Beta Tester
ORG-12115

Status for Clear All Breakpoints toolbar is not updated after it is executed

http://beta.originlab.com/forum/topic.asp?TOPIC_ID=4254

Clear All Breakpoints button is still enable after clear all breakpoints

Beta Tester
ORG-12197

Origin crash after print preview in code builder

select file:print preview in code builder with any file active.

==>origin crash

Inhouse
ORG-12487layer.axis.postype and layer.y.position no longer work in 9.2

In a graph window,

run the following script in Origin 2015 SR0. Nothing happens. Fixed in sr1.

layer.y.postype=1; //specify y axis position by percentage

layer.y.position=-50 //specify the y axis position to be 50 percent from the left (middle of x axis)

 

Distributor
ORG-12490Failed to set custom scale after break via Labtalk script
layer.x.break1.inc
layer.x.break2.tickstype
layer.x.break2.ticksbydata$ 

E.g. The following script fails to set ticks after 1st break to be by increment 0.5,

fails to set ticks after 2nd break by dataset, and set ticks to be at 6.7, 7.1, 7.9 8.5 9.6.

win -t plot;
//Enable two axis breaks in x axis
layer.x.breaks.enable = 1;
layer.x.breaks.count = 2;
//Customize the first axis break
//Set the break to be from 2 to 4
layer.x.break1.from = 2;
layer.x.break1.to = 4;
//Change the axis break position to be at 40%
layer.x.break1.pos = 40;
//Change the increment after the first axis break to be 0.5
layer.x.break1.inc = 0.5;
//Customize the second axis break
//Set the break's from and to values to be from 6 to 6.5
layer.x.break2.from = 6;
layer.x.break2.to = 6.5;
//Change the major tick type to be "By Dataset" after the second break
layer.x.break2.tickstype = 3;
//Define a dataset and use it as major tick location after break
layer.x.break2.ticksbydata$ = 6.7 7.1 7.9 8.5 9.6;
Inhouse

 

...

Miscellaneous 

JIRASummaryDetailsSource
ORG-12175Open OPJ saved with German interface in English interface

After opening the opj and clicking Change Parameters to open some analysis dialog and change some settings,

==> Nothing happened or sometimes some nodes in result became empty.

Inhouse
ORG-12388

Origin fail to connect to mathematica V10.0

Origin fail to connect Mathmetica 10 if no other Mathematica version was installed beforeCustomer

Installation and Licensing

JIRASummaryDetailsSource
ORG-12344Origin 2015 failed to start due to R6030 CRT not initialized error. Fixed in sr1.Image RemovedImage AddedCustomer
ORG-12330Open Registry Failure when starting Origin.

This happens:

  • NON-Admin account on Windows XP.
  • Run Origin over a remote desktop connection + concurrent license.
Customer
ORG-123862015 dongle (key) stopped working after using it for a whileThe dongle may become corrupt if 2 Origins try to access it at the same time.Customer

 

...