Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | sci.ID.pos SEARCH    

  Functions
sci.charReceived
sci.eventAuthor
sci.ID.create
sci.ID.getString
sci.ID.pos
sci.ID.sendMessage.NN
sci.messageReceived

  Events
event.sci:notify

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

Function
sci.ID.pos

Language: MioScript
Product: MioFactory


Syntax

sci.ID.pos(left, top, width, height)


Parameters

INTleft, topPosition of the Scintilla editor in the window.
INTwidth, heightSize of the Scintilla editor.


Return value

No value is returned.


Description

Set the pos of the Scintilla editor.
This function should be called when the size of the window containing the editor is changed.