-
Notifications
You must be signed in to change notification settings - Fork 41
user basic
This is a crash course tutorial on the basic functionality of the application.
Launch the Application (CardMaker.exe) -- It should look something like this when started:
Every new project contains the Default layout. A layout is a container for the various elements of a card.
Select the Default layout in the Layout Control window on the left by left-clicking it.
Elements are the individual components of a card (text, images, otherwise).
Click Add on the Layout Control window
Name the element (I named mine Element01)
Leave the type of the Element as Text.
Set the Definition value of the element. If you somehow deselected the Element just click it once again the Layout Control window.
You should see the text you entered into the Definition field appear within the Canvas window.
Left-Click and hold in the Canvas view inside the red and green square to drag the element. This adjusts the x/y values of the element.
Change with X/Y/Width/Height -- You can adjust the element attributes in the Element Control window for fine tuning.
Add a second element in the same manner you added the first. Be sure to give it a unique name.
You can click the element in the Layout Control window that you want to select. In the Canvas window the border of the selected Element will be green.
Double click on an Element in the Layout Control window to toggle its drawing.
In complex layouts it is very likely that elements will overlap partially or completely.
Move the elements on the canvas so they overlap.
Right click on the Canvas in a location where the elements overlap. This will allow you to select an element in the Canvas window. Right-Click also selects single elements as well as helping to select those that overlap.
As with most windows programs you can select multiple elements by holding down the Control(item by item) or Shift(all items between the current clicked selection) key to select multiple items.
You can adjust the elements together by manipulating the controls in the Element Control window. It is important to note that this will set both elements given field to exactly the same value. You can also directly interact with the canvas moving the selected elements together.
This one is critical! Use Control+z
(undo) and Control+y
(redo) to correct any mistakes or step forward.
I recommend you try changing just about everything in the Element Control window as well as the Layout Control window to understand what they actually do. Be sure to see the manual for details!