Giter VIP home page Giter VIP logo

ec-luart-uidialogs's Introduction

ec-luart-uidialogs

This project provides common dialog ui functions for LuaRT. It has been designed to simplify and improve the creation of graphical user interfaces with the LuaRT ui module.

examples

LuaRT 1.8.0

Features

The module provides the following dialog functions:

Name Description Module
calendardialog Displays a dialog that shows a month calendar to choose a date. Returns the selected date. uidialogs.lua
choiceindexdialog Displays a dialog that shows a list of choices, and allows the user to select one. Returns the index of selected choice. uidialogs.lua
choicetextdialog Displays a dialog that shows a list of choices, and allows the user to select one. Returns the text of selected choice. uidialogs.lua
numberentrydialog Displays a dialog that requests a number input from the user. Returns the entered number. uidialogs.lua
passwordentrydialog Displays a dialog that requests a password input from the user. Returns the entered password. uidialogs.lua
texteditdialog Displays a dialog that requests a text input (multiple lines) from the user. Returns the entered text. uidialogs.lua
textentrydialog Displays a dialog that requests a text input (single line) from the user. Returns the entered text. uidialogs.lua

More detailed descriptions and usage examples can be found in the docs folder.

Installation

  1. Create a folder called "ecluart" in your application.
  2. Copy the "uidialogs.lua" file into this folder.
[application]
|
|----ecluart
|   |
|   |----uidialogs.lua
|   |----...
|
|----app.wlua

Usage

The dialog module can be loaded using the function require():

local uidialogs = require("ecluart.uidialogs") 

License

Copyright (c) 2023 by esferatec. It is open source, released under the MIT License. See full copyright notice in the LICENSE.md file.

ec-luart-uidialogs's People

Contributors

esferatec avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.