[Article/Tutorial] How to build a bean for Servoy - Part 4

I published yet another part of my never ending tutorial on how to build beans for Servoy…

See the announcement on the java-servoy blog and the Servoy Stuff blog.

In this part, you will learn how to turn a plain old JSlider into a full fledged input component ready to drop onto your Servoy solution, using a dataProvider, and with some cool enhancements like i18n readiness, support for double and floating point numbers with adjustable “on-the-fly” precision factor.

As usual, feel free to comment, suggest, question, I’m all ear :)

Enjoy!

While working on the next part of the tutorial I found a problem in the code of the updateSlider() method: I didn’t check IRecord.startEditing() before a call to IRecord.setValue().

I updated the PDF (with a few english corrections too) + Eclipse project + compiled bean jar accordingly.

If you already downloaded the stuff, please get the newer version…

Sorry about that :{