NetTalk Central

Author Topic: scroll browse?  (Read 3764 times)

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
scroll browse?
« on: September 27, 2013, 02:41:46 AM »
Hallo,


Anyone implement scroll browse in NT7?
If yes, please share some tips how to do that.

Thank you,
Robert

peterH

  • Sr. Member
  • ****
  • Posts: 413
    • View Profile
Re: scroll browse?
« Reply #1 on: September 27, 2013, 06:00:02 AM »
Hi Robert,

No, I haven't (that's not what you asked  ;))

But Steve Ryan has an interesting class coming, see the ng's.

FWIW I do, however, use a "cowboy trick" in an app targeted specifically for tablets (iPads in fact). Here I let the users decide how many rows they want to see in a browse. By setting a large number they sort of get a "scrolling experience" which works quite well.

Peter

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: scroll browse?
« Reply #2 on: October 26, 2013, 11:22:25 AM »
Hallo Bruce,


Do you have any plan to support scroll browse in NT7?
Is there any trick to implement now the scroll in browse?

Thank you,
Robert

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: scroll browse?
« Reply #3 on: October 27, 2013, 04:39:09 AM »
there are some tricks - using CSS - but they're not that easy to explain if you're not familiar with CSS. (and if you are familiar then you probably don't need much help)

With NT8 there may be more in the way of template options though.

cheers
Bruce

bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: scroll browse?
« Reply #4 on: October 27, 2013, 06:02:13 PM »
Hi Robert,

I've done them, but you'd need to be more specific.

I've done ones which are common for phones and tablets, where i generate a browse of say 100 records that match whatever the search criteria is (or no search criteria) and then they can request more rows and it loads more records and you can keep scrolling.

Alternatively you can do it with a normal table, but it means you need to load all the results and then just use a CSS div as a "window" utilising {overflow: auto; height: someHeight;} to get a scrolling window.

But if you have a complex page with lots of other stuff on it, things can get complicated, works good for mobile/tablet though.

Requires CSS know-how and how to call NT as ajax manually.

Regards
Bill Shields

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: scroll browse?
« Reply #5 on: October 27, 2013, 10:50:56 PM »
Hallo Bruce,

>there are some tricks - using CSS - but they're not that easy to explain if you're not familiar with CSS.
In NT6 I got it working but after upgrade to NT7 it doesn't work anymore...if you can give some idea then I could make it work again.

(and if you are familiar then you probably don't need much help)
well I was not born in CSS family :o) but I could learn fast.

>With NT8 there may be more in the way of template options though.
Thanks. Did you take a look of infinite scroll like wall in facebook? it could be interesting.

Robert

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: scroll browse?
« Reply #6 on: April 28, 2014, 11:33:09 PM »
Hallo Bruce,

Any news on this one for NT8? Or you have an example?
I have a lot of browse and child where I have around 10 to 30 records and I would like to make them with scroll. Users ask me this a lot and also I found not very user friendly buttons back,next....

Infinite scroll like in facebook will be best of the best! :-)

Thank you,
Robert

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: scroll browse?
« Reply #7 on: April 29, 2014, 11:53:07 PM »
Hi Robert,

I don't have news on this at this point.

cheers
Bruce