Web Client: Scroll bar

Questions, answers, tips and ideas on Servoy Client

Web Client: Scroll bar

Postby ethandz » Thu Oct 10, 2013 3:25 am

Hello all,

in table view:
if a number of records exceed y-axis screen, instead of showing the scroll bar, it shows page numbers and arrow buttons for previous or next page, How can we fix this problem?
(it was working in smart client with the same table view)
ethandz
 
Posts: 7
Joined: Thu Oct 10, 2013 3:13 am

Re: Web Client: Scroll bar

Postby sovanm » Thu Oct 10, 2013 7:34 am

Hi Ethandz,

It is not a problem in fact, it is the default view of the table view in servoy web client.
If you want to show the scroll bar in case of web client, add a client property onSolutionOpen method.
Here is the code.
Code: Select all
      function onMainSolutionOpen() {
              application.putClientProperty(APP_UI_PROPERTY.TABLEVIEW_WC_DEFAULT_SCROLLABLE, true);
              // All other stuffs....
      }


Hope this will help you.
Thanks,
sovanm
 
Posts: 99
Joined: Fri Oct 28, 2011 1:55 pm
Location: Bhubaneswar, India

Re: Web Client: Scroll bar

Postby ethandz » Fri Oct 11, 2013 1:10 am

Thank you very much.
ethandz
 
Posts: 7
Joined: Thu Oct 10, 2013 3:13 am

Re: Web Client: Scroll bar

Postby huber » Mon Aug 11, 2014 9:21 pm

Thanks!
Robert Huber
7r AG, Switzerland
SAN Developer
http://www.seven-r.ch
User avatar
huber
 
Posts: 516
Joined: Mon May 14, 2012 11:31 pm

Re: Web Client: Scroll bar

Postby david » Mon Aug 11, 2014 10:15 pm

Recommend keeping it simple and sticking with the default pageable version. We found the performance and UX was so subpar we ended up rolling slickgrid into Servoy. And that took a LOT of work as the current Servoy web client is a beast to hack.

Servoy 8 and the new web client should change the landscape of UI widgets.
David Workman, Kabootit

Image
Everything you need to build great apps with Servoy
User avatar
david
 
Posts: 1727
Joined: Thu Apr 24, 2003 4:18 pm
Location: Washington, D.C.


Return to Servoy Client

Who is online

Users browsing this forum: No registered users and 6 guests