thats the way i did 
my client loads silabs one
and i added a few sprites for interfaces and shiot
still workin on it
but silabs way of sharing the models is great
but this is going off-topic.. 

Originally Posted by
Impulse-X
*cough*
Code:
public void selectoption(string option)
*cough*
ooh yea sure thanks for telling
full code is
Code:
public void selectoption(String question, String s1, String s2, String s3)
{
sendFrame171(1, 2465);
sendFrame171(0, 2468);
sendFrame126(question, 2460);
sendFrame126(s1, 2461);
sendFrame126(s2, 2462);
sendFrame126(s3, 2463);
sendFrame164(2459);
}
tut edited