Tweaking the KAT Demo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Tweaking the KAT Demo

RichWhite
Would anyone know what file I need to dig into to tweek the default
"Interactive Server Address" popup settings that allows the client to connect
to a host Island?  By default its set to "www.croquetcollaborative.org" but I
am wanting to set it to default an IP address on our LAN for some trainings we
are conducting.

Additionally .... Im sure this is a simple process but have not come across how
to do it... is there a way to change the icon text?.... It currently says "KAT
Demo"... I am wanting it to say something (not so creative) like "Drag me to
the workspace" for the training session?


Thanks in advance !

Rich


======
Reply | Threaded
Open this post in threaded view
|

Re: Tweaking the KAT Demo

KiranMutt
Hi Rich,

Under Wisconsin-UI category of KAT demo code, go to KCroquetParticipant and select defaultRouterAddress  Class method.

There, you may have to change default initialAnswer to your address ( initialAnswer: ' www.croquetcollaborative.org' to say www.change.org ).

In the same class KCroquetParticipant in the class method descriptionForPartsBin change
partName: 'KAT Demo' to your appropriate tagline.

Hope it helps and am correct!


Thanks & Regards
Kiran

On 9/14/07, [hidden email] <[hidden email]> wrote:
Would anyone know what file I need to dig into to tweek the default
"Interactive Server Address" popup settings that allows the client to connect
to a host Island?  By default its set to " www.croquetcollaborative.org" but I
am wanting to set it to default an IP address on our LAN for some trainings we
are conducting.

Additionally .... Im sure this is a simple process but have not come across how
to do it... is there a way to change the icon text?.... It currently says "KAT
Demo"... I am wanting it to say something (not so creative) like "Drag me to
the workspace" for the training session?


Thanks in advance !

Rich


======