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

  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...

  MioScript Libraries
gui.k
popupAlert.kLIB
window_resizable.k

MioScript Reference



 MioScript is a scripting language interpreted by MioEngine.

MioScript is programmed with MioFactory.

MioScript gives a full access to MioEngine. You will be able to create any kind of applications and distribute it as a small autonomous EXE file.

More information about MioScript: Programming MioScript
 

TechNotes related to MioScript


  About MioScript
 Get the real size of a web page
 MioScript: Conditions
 MioScript: Events
 MioScript: Functions
 MioScript: Loops
 MioScript: Variables and Data Types
 Programming MioScript
 

Code Samples

 
Browse some of the code samples provided to illustrate some MioScript functions or events.

An elliptic window turn and turn over the screen.
View sample: num.cos

A red line is drawn in a elliptic window to show where the mouse is.
View sample: num.getAngle

Create one window per monitor and right information about each monitor.
View sample: screen...

Simulate a transparent window using the screen capture function.
View sample: screen.copyTo.ID

Dock a window at the left of the screen.
View sample: window.ID.appBar.enable