Difference between revisions of "Exercise - Using Component Macros"

From Flowcode Help
Jump to navigationJump to search
(Created page with "Component macros are sections of code that have been written to support the components included with Flowcode 6.<br /> The program 'knows' when you have added a component to ...")
 
Line 1: Line 1:
 
Component macros are sections of code that have been written to support the components included with Flowcode 6.<br />
 
Component macros are sections of code that have been written to support the components included with Flowcode 6.<br />
 
+
They take all the effort out of using these components.
 +
This exercise uses them to control a particularly complicated, but very common device, the Liquid Crystal Display (LCD).
 
The program 'knows' when you have added a component to the System or Dashboard panel.
 
The program 'knows' when you have added a component to the System or Dashboard panel.

Revision as of 14:27, 20 June 2013

Component macros are sections of code that have been written to support the components included with Flowcode 6.
They take all the effort out of using these components. This exercise uses them to control a particularly complicated, but very common device, the Liquid Crystal Display (LCD). The program 'knows' when you have added a component to the System or Dashboard panel.