We recently updated to release 1.5.1 of RSTA and Autocomplete and there is still one issue that we would like to mention:
There are two files named ErrorStrip.properties and FocusableTip.properties and there are only little possibilities to customize the messages of them. I would like to have the possibility to define an own resource manager for the messages of ErrorStrip and FocusableTip because:
- in most cases I think RSTA is used embedded in an existing system and it is inconvinient for customers to have a resource for each jar you have embedded in your project
- sometimes you even want to detach the language of resources from the current Locale
- sometimes in embedded systems you don't even want to load resources from the file system, so you have other ways to fetch your messages
- in client/server systems you have to find your own ways to ensure that the client is able to define own messages for some gui objects and therefore a file in the server package is not a good idea
So it would be nice to be able to define own "message fetchers" instead of having a hard coded ResourceBundle defined in ErrorStrip and FocusableTip.
Is there a chance that we see this in one of the next releases?
Thank you!
Christian
