has anybody here got this plugin to work?
if yes, could you please post a complete sample of your code?
I tried all the ways explained in this post but I still can’t get the callback function working…
studiomiazzo:
has anybody here got this plugin to work?
if yes, could you please post a complete sample of your code?
I tried all the ways explained in this post but I still can’t get the callback function working…
I have got it to work, using the sample solution that is supplied with it (I don’t know about the code in this post working or not, but sample solution does)
make sure you download the sample on the files page (Files - KeyListeners Plugin - ServoyForge) as well and import that and have a play
If you still can’t get it to work, reply again…
Rafi
I’d tried the sample solution in the meanwhile, it works but only in the smart client…
Did you ever try it with the web client?
I suppose that I cannot get the typed key in this manner when I’m on the web…
studiomiazzo:
I’d tried the sample solution in the meanwhile, it works but only in the smart client…
Did you ever try it with the web client?
I suppose that I cannot get the typed key in this manner when I’m on the web…
Currently not web compatible, as it makes use of Swing Component listeners.
Not sure if I will make try to make a Wicket (web client) behavior for this one, since it would make Ajax call to the server for each key typed in the “listened” field, which could take your server down after a while…
Will see if I can use some Throttle behavior to implement this safely.
For now in the web client it will not break though, it will just do nothing and tell you so in the server log.
so, no, it won’t work on web client (I’d like it if it did too )