Q&A
Build and Run
Why I encounter build error even with an empty project on Windows?
- First make sure you've installed the latest version of Anyui.
- Make sure you've installed
Anyui
inC://
of yourWindows
, as due to security model ofAnyui
, we only allowAnyui
to access specific folders, and on Windows,C://
disk is the only disk thatAnyui
can access.
Why it takes some much to build the project even in Incremental mode?
- Make sure you've installed the latest version of Anyui. Since v0.13.0 we've greatly optimized the build process.
Opertions
How to select multiple components
To quickly select multiple components, you can:
- Hold
Shift
key and click the component you want to select - Drag a rectangle on the canvas to select the component
How to delete multiple components
Select the components you want to delete, then:
- Hold key combination
Ctrl/Cmd + Delete
to delete them - Right click the selected components, click “Delete”
How to copy multiple components
Select the components you want to copy, then:
- Hold
Alt/Option
key and drag the selected components - Right click the selected components, click “Copy”,then right click the canvas and click “Paste”
How to quickly adjust the position of multiple components
Select the components you want to adjust, then drag them.
How to quickly resize multiple components
Select the components you want to resize, then drag the corner of the rectangle.
How to undo and redo
Click the “Undo” button in the toolbar, you can return to the previous state. You can undo multiple times. After undoing, if you haven't done any editing, you can click the “Redo” button to return to the latest state.
Why can't the Checkbox be resized?
Checkbox doesn't support resizing.