austinvernsonger / keynote-nf

Automatically exported from code.google.com/p/keynote-nf
0 stars 0 forks source link

Problem with font color in macro (color not accepted) #417

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. My goal is to create a macro that outputs in my file: "@DES = " (without 
quotation marks, of course) in olive color. Afterwards, the macro switches back 
to my standard screen font color (teal).
2. I recorded the keystrokes.

What is the expected output? What do you see instead?
When I play the macro, I receive this message: "Macro aborted in line 2". 
"Reason: 'clOlive' is not a valid integer value".

What version are you using? On what operating system?
1.7.8.1 Win XP

Please provide any additional information below.
I am attaching the macro file to this message.

Original issue reported on code.google.com by correofe...@gmail.com on 14 Oct 2011 at 1:51

Attachments:

GoogleCodeExporter commented 9 years ago
Problem solved using this syntax (learnt from the Test_Macro):
;1.0|Desc||1|14/10/2011 15:44:16
#fontname|Consolas
#fontsize|14
@STYLEON(bold)
#fontcolor|clOlive
#insertchar|64|1|Consolas|0
68|S
69|S
83|S
32|
48|S
32|
@STYLEOFF(bold)
#fontcolor|clTeal

I am a newcomer. I would be very grateful if someone could give me a link to 
Keynote macro language. 

Original comment by correofe...@gmail.com on 15 Oct 2011 at 11:06