Versions Compared

Key

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

...

JIRASUMMARYDETAILS
ORG-18496Advanced color list failed to work in LabTalk GetN dialog

Try Script,

Code Block
win -t Plot;
layer.color = 16777471; 
mycolor = layer.color;
GetN (Layer bgColor) mycolor:@CNCR;

==> The color list failed to show.

Fixed in Origin 2019.


ORG-18551DDE command error in G version and G Office

In German OS, Origin2018b G and Office2013 G

1. Open Origin and the Excel file in attachment.
2. Run below script in Script Window:

dde -c Excel|[Xdaten.xls]Tabelle1 idxd;
dde -rc idxd R1C1:R5C2 [Book1]Sheet1!R1C1;

3. Refresh

==>#Command Error!

To fix this problem, replace the second command with

dde -rc idxd Z1S1:Z5S2 [Book1]Sheet1!R1C1;