Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Top Features

  • Parallel Plot
  • Better Backup System
  • Data Visualization Improvements in Graph: Tooltip, Faceaway of unselected plot
  • Matrix in Workbook
  • Common Display Across Layers


Ease of Use

JIRASUMMARYDETAILS
ORG-17653Active Window Indicator

When there are many child windows, it's hard to tell which window is active.

A magenta frame is added around active window title bar 

System Variables

@AWI = bits as follows
0 = No Indicator 1 = Dashed line rectangle 2 = Solid line rectangle 4 = thicker line
@AWF=0 (default), no flashing
@AWF=100, in milliseconds, the flashing time

@AWC for indicator color
ORG-17409Hide folder in bottom panel of Project Explorer

We are working on supporting moving windows in bottom panel to reorder them. If there are folders in subfolder, it's hard to reorder windows. So we hide folder in bottom panel.

  • Folder structure will only show in top panel. 
  • Set system variable @PEF=1 to show folder in bottom panel
  • When mousing over folder in top panel, tooltip will show about folder comments, size, etc. 
ORG-17656New Layout in Batch Plotting dialog
  • Combine Batch Plot with Book, Sheet and Column into one dialog. There is Batch Plot with dropdown list on the top of the dialog.
  • Matching conditions to filter book/sheet are moved on top of the book/sheet list.




Graphing

JIRASUMMARYDETAILS
ORG-17623Extend axis arrow so it can show outside axis endsUser can set offset of axis arrow so the arrow head is longer than original axis.






Programming

JIRASUMMARYDETAILS

ORG-17642

Command to turn on general Audit Log

new LT command

doc -log1; //turns on for current project with empty password
doc -log1 test;//turns on for current project with password = "test"
doc -log0 test;//turns off for current project
doc.AuditLog=; //(ready-only )returns 1 or 0 AuditLog is on/off for the current project.

New system variable that is Registry based added
In Script Window, run
@ALOG=1;//turn on Audit log on New project (untitled)

You can also preset this in msi installer script to set registry
HKEY_CURRENT_USER\Software\OriginLab\Origin 9.5b\International\SysV\ALOG
with a DWORD value of 1







  • No labels