bloggs
05-18-2008, 07:16 PM
ok i'm stumped on this. i have used this before but for some reason i have this System exception for my diolague creation.
not sure whats going on but the Diolague is created but nothing works after that.
here is the code with the error.
(
rollout BlockRoll "Block"
(
button RBTN "EggECute" pos:[25,25] width:55 height:16
)
on RBTN pressed do
(
print "hello World"
)
blockFloater = newRolloutFloater "Block" 100 100
addRollout BlockRoll blockFloater
)
this is the error i get
** system exception **
OK
cheers
john
not sure whats going on but the Diolague is created but nothing works after that.
here is the code with the error.
(
rollout BlockRoll "Block"
(
button RBTN "EggECute" pos:[25,25] width:55 height:16
)
on RBTN pressed do
(
print "hello World"
)
blockFloater = newRolloutFloater "Block" 100 100
addRollout BlockRoll blockFloater
)
this is the error i get
** system exception **
OK
cheers
john
