Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | About MioScript SEARCH    


  TechNotes
About MioEngine
About MioScript
Adding a Login feature
Admin Panel Configuration File: Account
Admin Panel Configuration File: Alerts
Admin Panel Configuration File: Channels
Admin Panel Configuration File: Servers
Admin Panel Configuration File: Software
Admin Panel Configuration File: Tasks
Admin Panel Installation Troubleshooting
Deploying an application remotely
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
Installing Admin Panel on a server
LCD Monitor Chart: Screen Resolution, Size, Pitch, Display Area
Managing read marks
Measuring Elements in JavaScript
Media center remote control
Mio File Format
MioScript: Conditions
MioScript: Events
MioScript: Functions
MioScript: Loops
MioScript: Variables and Data Types
Programming MioScript
Statistics: How to track users and actions
Where to host Mioplanet Admin Panel
XML Configuration File Format

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

  Products
All Products
MioDB
MioFactory
Mioplanet Admin Panel

TechNote
About MioScript

Language: MioScript


 MioScript is a versatile scripting language interpreted by MioEngine.

You will be able to create complex applications or widgets with a limited number of lines of code. The final EXE file will be small (600 kb) and easy to install.

MioScript povides a lot of tools to help your application to communicate with other applications, with the resources of the local computer, with the Internet or with external devices.

MioScript can be used to:

Control and animate the window's shape
Read and write on the disk
Store data in the registry
Embed web browsers
Communicate with JavaScript, ActionScript, Java, VBScript etc.
Audio (MP3, WMA, wave), video and DVD playback
Draw and manipulate graphics
Full screen mode and capability to change the resolution
Read and control the mouse
Read the keyboard whenever the application have the focus or not
Control robots, read sensors, communicate with a microcontroller via RS232
Communicate with a car via RS232+OBDII
Create interfaces for UMPCs and touch panels
Etc.
 

Programming with MioScript

 
Programming MioScript

MioScript: Events
MioScript: Functions
MioScript: Variables and Data Types
MioScript: Conditions
MioScript: Loops

How to debug