Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | gui.k SEARCH    

gui.k

  Libraries
alertEngineEx.js
channels.js
gui.k
mioEngine.js
optionsMenu.js
popupAlert.kLIB
popupAlertEx.js
scrollingTicker.js
stats.js
window_resizable.k
xmlFeed.js
xmlSettings.js

  TechNotes
Adding a Login feature
Get the real size of a web page
How to create a Business Card
How to create a Desktop Alert
How to create a Desktop Ticker
How to create a Scrolling Alert Software
How to create a Scrolling Ticker
How to create a simple RSS Reader
How to debug
LCD Monitor Chart: Screen Resolution, Size, Pitch, Display Area
Managing read marks
Measuring Elements in JavaScript
Media center remote control
Statistics: How to track users and actions
XML Configuration File Format

Library
gui.k

Language: MioScript
Product: MioFactory


This library provides a set of controls for building richly interactive applications.

The controls are mioEngine based and not HTML based but can be controled from JavaScript.

dialogBox

 
Add dialog boxes to your applications.

Dialog Box
HTML dialog box
Dialog Box
Text dialog box


dialog.text, dialog.html
dialog.isVisible, dialog.close

Dialog boxes can be displayed from JavaScript:
mio_dialog, mio_dialog_html
mio_dialog_close

 

pushButton

 
Add push buttons to your applications with rollover effect.

Push Buttons

Push buttons are used in dialog boxes.

pushButton.create
pushButton.text.set, pushButton.text.get
pushButton:mouse:click