anyuianyui
anyui
anyui-LIVE
Feedback
  • English
  • 简体中文
anyui
anyui-LIVE
Feedback
  • English
  • 简体中文
  • Introduction

    • Introduction
  • Get Started

    • Get Started
  • Workspace

    • Workspace
  • Editor

    • Overview
    • Toolbar
    • Navigator
    • Inspector
    • Statusbar
    • Settings
    • Canvas
    • Preview
  • Subjects

    • Image
    • Font
    • Layout
    • Dynamic LVGL version
    • Override screen size
    • Codegen
    • Transplant

The status bar is the footer of the editor. It displays editing status and document synchronization state, and surfaces the relevant bottom panel.

Status information

The status bar shows live editing state, including:

  • The current mode (edit or preview).
  • The active session state.
  • The number of selected widgets.
  • The timestamp of the last build.

Compliance badge

The compliance badge indicates the number of compliance issues detected in the document. Clicking it opens the problems tab in the bottom panel.

Runtime status badge

The runtime status badge shows the state of the LVGL runtime connection and the accumulated event log. Clicking it opens the runtime tab in the bottom panel.

Bottom panel wiring

The badges are wired to the dockable bottom panel: clicking the compliance badge surfaces the problems tab, and clicking the runtime status badge surfaces the runtime tab.

Related guides

  • Overview - the editor interface as a whole.
  • Preview - preview mode and runtime state.
Prev
Inspector
Next
Settings