The spinner field when tested in the developer was fine in both smart and web client. But after deploying in the application server its disabled/uneditable when accessed from a web client while its working as expected in smart client.
The log file doesn’t have any info regarding this.
Is the spinner field any different from other fields, that it’s not working on web client when accessed from a application server
any suggestions would be really helpful …
The spinner field when tested in the developer was fine in both smart and web client. But after deploying in the application server its disabled/uneditable when accessed from a web client, while its working as expected in smart client.
The log file doesn’t have any info regarding this.
I am also facing exactly the same problem. The spinner element seem to be disabled in web-client when running from the servoy-server,while from servoy developer it works fine.
What i have done is(for testing):
Created a spinner field and a combo box.
Attached the same value list to both the element.
For combo box it is fine but for spinner it is not working in web client.
I was wondering, is it a known bug or i am missing some thing here…