Agent Dialogsize

I do love the Agent option. It gives me the ability to show the user per layout or action what he/she needs to do or what the possibilities are.. :)

There’s one thing that I would like to do and that is to be able to set the size of the ‘speak balloon’ (because the amount of characters in the balloon is pretty limited). Is this possible?

I do have a ‘side solution’ where I loop the text in the balloon with an application.sleep () action, but it’s not ideal… :cry:

Is possible now.

plugins.agent.show()
plugins.agent.setBalloonSize(500,500);
plugins.agent.speak(<dataprovider_with_long_text>)

donwload:
http://downloads.servoy.com/beta/2.1_product/agent.jar

Thanks a lot Jan! :D Works great! One question still; is it also possible to view HTML in the balloon? Would be nice if it’s possible to show text in bold, set size, type etc…

possible now when text starts with '…

donwload:
http://downloads.servoy.com/beta/2.1_product/agent.jar

Thanks again Jan! That’s what I call PERFECT SERVICE! :lol: