mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-16 23:45:17 +01:00
Author:halw
Date:2011-03-31T19:21:05.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@867 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -27,22 +27,6 @@ To use the EiffelRibbon library and tools you must have:
|
||||
## Windows SDK 7.0 or greater
|
||||
## Visual Studio 2008 or greater
|
||||
|
||||
=Current state of development=
|
||||
|
||||
Initial distribution:
|
||||
:The EiffelRibbon library is not usable directly. The EiffelRibbon design tool allows you to design a ribbon and will generate code that relies on the EiffelRibbon library.
|
||||
|
||||
:A class <code>EV_RIBBON_TITLED_WINDOW</code> is provided with the library. <code>EV_RIBBON_TITLED_WINDOW</code> is a descendant of the standard EiffelVision 2 class <code>EV_TITLED_WINDOW</code>. The ribbon classes generated by EiffelRibbon tool can be added only to instances of <code>EV_RIBBON_TITLED_WINDOW</code>.
|
||||
|
||||
==Known issues and limitations==
|
||||
|
||||
Initial distribution:
|
||||
|
||||
* Not all elements shown in the Type selector can actually be used in a design. For the unusable elements, pick-and-drop is disabled.
|
||||
* Resizing policy is not yet supported.
|
||||
* It is necessary to freeze the target system each time the EiffelRibbon code is regenerated.
|
||||
* When using EV_RICH_TEXT within a ribbon, the EV_RICH_TEXT may not be refreshed right after the ribbon has been displayed.
|
||||
|
||||
=The EiffelRibbon design tool=
|
||||
|
||||
The EiffelRibbon design tool allows you to design a ribbon graphically, then generate the corresponding Eiffel classes necessary to implement your design.
|
||||
@@ -70,6 +54,22 @@ The typical usage of the design tool is much like the typical usage of EiffelBui
|
||||
* Use EiffelStudio to compile the generated code.
|
||||
|
||||
|
||||
=Current state of development=
|
||||
|
||||
Initial distribution:
|
||||
:The EiffelRibbon library is not usable directly. The EiffelRibbon design tool allows you to design a ribbon and will generate code that relies on the EiffelRibbon library.
|
||||
|
||||
:A class <code>EV_RIBBON_TITLED_WINDOW</code> is provided with the library. <code>EV_RIBBON_TITLED_WINDOW</code> is a descendant of the standard EiffelVision 2 class <code>EV_TITLED_WINDOW</code>. The ribbon classes generated by EiffelRibbon tool can be added only to instances of <code>EV_RIBBON_TITLED_WINDOW</code>.
|
||||
|
||||
==Known issues and limitations==
|
||||
|
||||
Initial distribution:
|
||||
|
||||
* Not all elements shown in the Type selector can actually be used in a design. For the unusable elements, pick-and-drop is disabled.
|
||||
* Resizing policy is not yet supported.
|
||||
* It is necessary to freeze the target system each time the EiffelRibbon code is regenerated.
|
||||
* When using EV_RICH_TEXT within a ribbon, the EV_RICH_TEXT may not be refreshed right after the ribbon has been displayed.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user