hi,

i just started again with kixtart and got my first problem.

the source (button exit):

$bt_exit = $Form.Controls.Button()
$bt_exit.FontSize = 8,25
$bt_exit.Height = 23
$bt_exit.Left = 270
$bt_exit.Text = "Exit"
$bt_exit.Top = 210
$bt_exit.Width = 75
$bt_exit.onClick = "endsoft()"

the source (function to call) :

Function endsoft()
Exit 0
EndFunction

if i click on the button, nottings happend.

some reason?

thanks in advance
expodium