Author |
Message |
10/02/2014 10:53:42
|
cfuchs
Active
Joined: 21/01/2013 09:33:01
Messages: 16
Offline
|
Hey,
in our project, we are using a simple paging mechanism showing page numbers above a grid. Now, we want to disable the vertical scrolling.
Using the verticalscrollmode "hidden", it is only possible to hide the scrollbar, nevertheless the user is able to use the mouse wheel to scroll down the grid rows. So, I thought of using the "noscrollmode" attribute, however this attribute deactivates both horizontal and vertical scroll actions.
Is it possible to extend the noscrollmode attribute such that one is able to choose to disable either horizontal or vertical or all scrolling within a grid?
Thanks in advance,
Christian
|
|
|
10/02/2014 11:04:54
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
we can add a new attribute DISABLESCROLLING.
Update for today is already in its build phase, but should be in with next update.
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
16/02/2014 17:43:31
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
...we added an attribute SCROLLINGENABLED for tomorrow's update (20140217). If you set this to "false" then scrolling via mouse wheel and keyboard is not enabled anymore.
Regards, Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
17/02/2014 16:14:42
|
cfuchs
Active
Joined: 21/01/2013 09:33:01
Messages: 16
Offline
|
Hallo Björn,
thanks for the quick response and update. After updating, the editor shows the new attribute correctly and I have set it to false as described. Nevertheless, there is no difference - i.e. scrolling is still possible.
Can you check the current version?
Thanks,
Christian
|
|
|
17/02/2014 16:20:14
|
CaptainCasa
Power User
Joined: 21/11/2007 12:23:06
Messages: 5555
Offline
|
Hi,
could you please check, if the client-jars are running in the correct version on your side.
To do so: switch logging on (Systemsteuerung > Java > Erweitert > Java Konsole anzeigen). Then start webstart/applet and check the version that is output at the beginning of the log. It should be 20140217...
Thanks + regards,
Björn
|
Björn Müller, CaptainCasa GmbH |
|
|
17/02/2014 16:25:51
|
cfuchs
Active
Joined: 21/01/2013 09:33:01
Messages: 16
Offline
|
Code:
2014:02:17 16:22:24:923 | 44 | INFO | Version information:
<version name="5_0_20140217"/>
Seems fine to me. I have also flushed the Java temporary files in order to really install a new version.
|
|
|
17/02/2014 16:39:11
|
cfuchs
Active
Joined: 21/01/2013 09:33:01
Messages: 16
Offline
|
Solved
There was some more temporary stuff around. When both old and new server libs are on the project, there is not any conflict, however it seems like the old ones are prefered.
After removing all old libs and building from scratch, feature works as intended.
|
|
|
|