SceneMaker / VisualSceneMaker

Visual SceneMaker is an authoring tool for creating interactive presentations aimed to non-programming experts. It supports the modeling of verbal and non-verbal behavior of Virtual Characters and robots. Therefore, it provides users with a graphical interface and a simple scripting language that allows them to create rich and compelling content.
http://scenemaker.dfki.de
Other
18 stars 11 forks source link

Function Editor does not show static Java java functions - multiple cases #15

Closed SceneMaker closed 10 years ago

SceneMaker commented 10 years ago

Either if Java function is in class path or not, it is not displayed correctly!

SergioSoto commented 10 years ago

There was a bug where java methods were not being shown if the user modified the value of the class textfield in the Function Editor (even if the user set the correct java class path again). The current commited version addresses this issue and displays a message in the method comboBox when the class is not found.

Please comment if you experience more funny behaviors related to this thread.

SceneMaker commented 10 years ago

I can verify the changes. I think adding the method name might be good. So instead of giving feedback "Specified class/object not found" I would suggest having a feedback like " (not in class or class path))". The name of the method is written in the sceneflow document hence easily accessible.

SergioSoto commented 10 years ago

Fixed :)