The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Misc.

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
bafaneh Posted - 07/25/2011 : 4:31:39 PM
Origin Ver. and Service Release (Select Help-->About Origin): 8.5
Operating System: xp

Hello,

Why are the characters '<', '(', '{' (the last one is shift+[ ) so difficult to distinguish from each other in Origin?

Is the only way to avoid this to create code in a text editor like Notepad and paste it into Origin?

Also, wouldn't it be more logical to change the GetSize command in the following code to GetSize(aa)? My reasoning is that since getsize is attached to aa with a 'period', it doesn't need the ')'. But if it is built to use '()' then it should at least have the array/integer inside the parentheses.

// Declare integer 'nSize',
// and assign to it the length of the new array:
int nSize = aa.GetSize();

It just doesn't make sense for a person who hasn't already accustomed himself to the language/syntax used in coding.

Thoughts?
-Basheer
2   L A T E S T    R E P L I E S    (Newest First)
bafaneh Posted - 07/27/2011 : 5:25:27 PM
Thank you very much, fontnumber=2 has a clear difference between the characters.

-Basheer
minimax Posted - 07/27/2011 : 01:26:38 AM
quote:

Why are the characters '<', '(', '{' (the last one is shift+[ ) so difficult to distinguish from each other in Origin?

Is the only way to avoid this to create code in a text editor like Notepad and paste it into Origin?



I suppose you are talking about "Script Window".
If so, in file Origin.ini (in your User Files Folder), there is a section [Font].
You can change the FontNumber=0 to another value.

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000