How to create a new UI design using UI Designer in Carbide.c++
Article Metadata
How To Create a New UI Design?
You add objects to your existing UI designs visible in the UI Design Editor view using one of the following methods:
• Select the component, then click in the design itself to place it in the design • Click and drag the component to the design
The component is added to the UI design (layout or non-layout regions as appropriate) and also appears in the Layout view.
Below figure tell us how we can add menu to the non layout area of the project. Once the menu bar, menu item and menu item has been added to the non layout of the designer editor it can be used by programmer by Drag and Drop phenomena.
Use the Application Editor AppUi page to edit the application's base container interface, or background of a view design, just as the UI Design Editor edits all of the user designs that overlay the background. Except for the limited number of components one can add here, the AppUi page performs exactly as the UI Design Editor.
Figure 1 - The Application Editor AppUi Page
Figure 2 - Ready to add a Menu Bar object to the non-layout area
- Relevant Article




(no comments yet)