Agent Plugin not showing

Hi All,

Anyone have any idea on what the agent plugin do in Servoy?

And also how it is used?

Thanks

plugins.agent.x = 100;
plugins.agent.y = 100;

plugins.agent.setBalloonSize(100,80);
plugins.agent.setImageURL('media:///icon.png');
plugins.agent.setLocation(100, 100);
plugins.agent.setVisible(true);
plugins.agent.show();
plugins.agent.speak("Hi, How are you?");

It is not showing anything.

Is there anything going wrong.

Can anyone please help on this.

I’m happy I’n not the only one having this issue…
The issue also seem to be old news… :wink:

Agent
The Agent Plugin demonstrates how you can include an animated graphic “agent” (similar to the familiar Microsoft agent “Clippie”) that floats on top of the data layer. (see http://servoy.com/generic.jsp?mt=393&taxonomy_id=638)

Hi Karel,

I filed a support case for this.
It is broken up in Servoy 3.5 as well in 3.1.

ars:
Hi Karel,
I filed a support case for this.

Excellent!

It is broken up in Servoy 3.5 as well in 3.1.

That’s not so excellent… :wink:

freecolours:

ars:
Hi Karel,
I filed a support case for this.

Excellent!

It is broken up in Servoy 3.5 as well in 3.1.

That’s not so excellent… :wink:

Hmm… :wink:

Will be fixed in Servoy 3.5

Download jar for Servoy 3.1.x:
http://www.servoy.com/downloads/downloa … /agent.jar

Hi Jan,

Great :D :D

Everything is working fine.

Karel, It is solved. :D :D

Thanks, Jan.

Out of curiosity: where do you use the agent plugin for?

By using the Agent Plugin, you can give your solution a good look.

I am just thinking to use to display certain information to user by using agent.

It will be very good if it animates to show some expressions. :D

You can animate it by changing it’s image! You can even use your own photo!

Thanks Jan Aleman.

jaleman:
Out of curiosity: where do you use the agent plugin for?

We’re using the Agent for -internal- development help.
For example as a wizzard in how to use templates to add a new solution/module.

Jan Blok:
Will be fixed in Servoy 3.5

Download jar for Servoy 3.1.x:
http://www.servoy.com/downloads/downloa … /agent.jar

Thanks a lot, Jan! Agent is on duty again :D