Move program_guide to develop/legacy

This commit is contained in:
Andy Williams 2017-10-31 12:53:54 +00:00
parent 738ea33110
commit d2aa0b52b0
128 changed files with 21 additions and 21 deletions

View File

@ -11,7 +11,7 @@ Enventor, which is also known as a dynamic EDC (Edje Data Collections) Editor, i
{{ :enventor-main.png?&300|}}
When your application requires real-time changeable layouts like animated ones, you can write the layout design using EDC script, compile it into EDJ format file, and import it into your application using a UI layout component. You can also write design layouts from simple to complex ones using the EDC script with Enventor. Enventor helps you write EDC script code easier and finish your work faster. If you are not familiar with EDC programming, see [[https://www.enlightenment.org/program_guide/edje_pg|Edje Programming Guide]] for more information.
When your application requires real-time changeable layouts like animated ones, you can write the layout design using EDC script, compile it into EDJ format file, and import it into your application using a UI layout component. You can also write design layouts from simple to complex ones using the EDC script with Enventor. Enventor helps you write EDC script code easier and finish your work faster. If you are not familiar with EDC programming, see [[/develop/legacy/program_guide/edje_pg|Edje Programming Guide]] for more information.
Basically, Enventor view is divided into live view and text view. The live view on the left pane previews images corresponding to part objects of the EDC source code. The text view on the right pane contains the EDC source code. Because of its real-time update mechanism, Enventor updates the preview real-time while you modify the source code. Enventor also provides useful functions for you to develop your GUI. Before using Enventor, familiarize yourself with the following functionalities.
@ -166,7 +166,7 @@ By default, the live edit mode provides an auto-aligning functionality which hel
==Fixed Size==
Each part in a layout can be constructed with relative or fixed size. A part with a relative size expands or contracts its size to keep up other parts position and size or a layout size. On the other hand, if a part is constructed with the fixed size, its size does not scale with the other parts or the layout size. When live edit mode is activated, you can find a fixed size tool in the bottom of the live view. You can check fixed size options for width and height if you want the width and height values to be fixed. For more information about scalability concept in EDC, see [[https://www.enlightenment.org/program_guide/scalability/scalability_using_edje|Scalability Using Edje]]
Each part in a layout can be constructed with relative or fixed size. A part with a relative size expands or contracts its size to keep up other parts position and size or a layout size. On the other hand, if a part is constructed with the fixed size, its size does not scale with the other parts or the layout size. When live edit mode is activated, you can find a fixed size tool in the bottom of the live view. You can check fixed size options for width and height if you want the width and height values to be fixed. For more information about scalability concept in EDC, see [[/develop/legacy/program_guide/scalability/scalability_using_edje|Scalability Using Edje]]
{{ :enventor-liveedit5.png?&150|}}

Some files were not shown because too many files have changed in this diff Show More