Tag

Dialog

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 8, 2025 · Frontend Development

Elegant Dialog Invocation in Vue: A Scalable Architecture for Configurable Pop‑ups

This article presents a scalable Vue architecture that separates generic dialog logic from component‑specific configuration panels, using dynamic creation with createApp and Element‑Plus dialogs to achieve high cohesion, low coupling, and easy maintenance for numerous low‑code components.

DialogDynamic ComponentElement-Plus
0 likes · 16 min read
Elegant Dialog Invocation in Vue: A Scalable Architecture for Configurable Pop‑ups
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 11, 2023 · Frontend Development

Converting State‑Driven Dialogs to Command‑Style Calls with the useCommandComponent Hook

This article explains how to convert state‑driven Element‑Plus Dialog components into a command‑style API using a custom useCommandComponent hook, discusses the drawbacks of traditional Dialog handling, outlines required component conventions, provides implementation code, and offers practical usage examples for Vue developers.

Composition APIDialogHooks
0 likes · 11 min read
Converting State‑Driven Dialogs to Command‑Style Calls with the useCommandComponent Hook
Python Programming Learning Circle
Python Programming Learning Circle
May 11, 2022 · Frontend Development

wxPython Window and Dialog Tutorial with Complete Code Samples

This article provides a comprehensive guide to creating various wxPython GUI elements—including Frame windows, toolbars, MDI and MiniFrame windows, multiple types of dialogs, and clipboard operations—complete with explanatory text, screenshots, and full Python code examples.

ClipboardDesktopDialog
0 likes · 14 min read
wxPython Window and Dialog Tutorial with Complete Code Samples
Python Programming Learning Circle
Python Programming Learning Circle
Mar 13, 2021 · Frontend Development

Creating Dialog Windows and a Simple Zip Utility with PySimpleGUI

This tutorial demonstrates how to install PySimpleGUI, design one‑shot and persistent windows, use various popup functions for messages, text input, file and folder selection, progress meters, and finally combine these features to build a lightweight Python zip‑compression tool with full code examples.

DialogGUIPySimpleGUI
0 likes · 7 min read
Creating Dialog Windows and a Simple Zip Utility with PySimpleGUI