Showing a directory listing

G

Guest

Guest
Archived from groups: alt.video.ptv.tivo (More info?)

Hi,

In the application I'm creating I want to display a directory listing
similar to Tivo's Photo Viewer.

What I would like to know is if there is a way to use the BList from
bananas, or some other List object to display this directory structure?
My dificulty arises from the fact that BLists only have one item per
row, and I would like to display 3 items per row.

Right now without using any BLists I've created a simple algorithm that
draws the filenames on the screens and I can move through the filenames
using a highlight. But I have a problem because this method doesn't
allow for the page to scroll up and down and display the items that are
hidden off of the bounds of the screen.

Can someone help in explaining how to either have the page scroll to
show these hidden items or a better approach using BLists?

Thanks,

Carlos
 
G

Guest

Guest
Archived from groups: alt.video.ptv.tivo (More info?)

carlos80@gmail.com wrote:
> Hi,
>
> In the application I'm creating I want to display a directory listing
> similar to Tivo's Photo Viewer.
>
> What I would like to know is if there is a way to use the BList from
> bananas, or some other List object to display this directory structure?
> My dificulty arises from the fact that BLists only have one item per
> row, and I would like to display 3 items per row.
>
> Right now without using any BLists I've created a simple algorithm that
> draws the filenames on the screens and I can move through the filenames
> using a highlight. But I have a problem because this method doesn't
> allow for the page to scroll up and down and display the items that are
> hidden off of the bounds of the screen.
>
> Can someone help in explaining how to either have the page scroll to
> show these hidden items or a better approach using BLists?
>
> Thanks,
>
> Carlos
>

Carlos, I don't believe you'll find many (any?) developers here, this is
mostly a user's forum. Does anybody have a place to point him to for
developer help? I'm sure we all here want to encourage developers as
much as possible.

Randy S.
 
G

Guest

Guest
Archived from groups: alt.video.ptv.tivo (More info?)

I apologize for the developer question...

If anyone can give me some feedback on my question I'd appreciate it.
If not...no biggie!

Thanks once again,

Carlos


SINNER wrote:
> * Randy S. Wrote in alt.video.ptv.tivo:
>
> > Carlos, I don't believe you'll find many (any?) developers here,
>
> Dave Platt is I believe and he has been here recently.
>
> --
> David
 
G

Guest

Guest
Archived from groups: alt.video.ptv.tivo (More info?)

los wrote:
> I apologize for the developer question...
>
> If anyone can give me some feedback on my question I'd appreciate it.
> If not...no biggie!
>
> Thanks once again,
>
> Carlos

Hell, no reason to apologize, I was just trying to tell you not to get
your hopes too high for a useful response! Even though we'd like to.
Maybe Dave can give you a pointer if he shows back up.

Randy S.
 

sinner

Distinguished
Dec 31, 2007
480
0
18,930
Archived from groups: alt.video.ptv.tivo (More info?)

* Randy S. Wrote in alt.video.ptv.tivo:

> Carlos, I don't believe you'll find many (any?) developers here,

Dave Platt is I believe and he has been here recently.

--
David
 

seth

Distinguished
Apr 6, 2004
348
0
18,930
Archived from groups: alt.video.ptv.tivo (More info?)

"SINNER" <arcade.master@googlemail.net> wrote in message
news:Xns96836EFCE51ELouiscypherhellorg@140.99.99.130...
>* Randy S. Wrote in alt.video.ptv.tivo:
>
>> Carlos, I don't believe you'll find many (any?) developers here,
>
> Dave Platt is I believe and he has been here recently.

Yeah, but as a TiVo employee he is limited by what he can and can not say.
 

sinner

Distinguished
Dec 31, 2007
480
0
18,930
Archived from groups: alt.video.ptv.tivo (More info?)

* Seth wrote in alt.video.ptv.tivo:
> "SINNER" <arcade.master@googlemail.net> wrote in message
> news:Xns96836EFCE51ELouiscypherhellorg@140.99.99.130...
>>* Randy S. Wrote in alt.video.ptv.tivo:

>>> Carlos, I don't believe you'll find many (any?) developers here,

>> Dave Platt is I believe and he has been here recently.

> Yeah, but as a TiVo employee he is limited by what he can and can not say.

I cant imagine this post was off limits...You think?

--
David
Never trust an operating system.
 

seth

Distinguished
Apr 6, 2004
348
0
18,930
Archived from groups: alt.video.ptv.tivo (More info?)

"SINNER" <99nesorjd@gates_of_hell.invalid> wrote in message
news:7r49p2xhcd.ln2@news.gates_of_hell.com...
>* Seth wrote in alt.video.ptv.tivo:
>> "SINNER" <arcade.master@googlemail.net> wrote in message
>> news:Xns96836EFCE51ELouiscypherhellorg@140.99.99.130...
>>>* Randy S. Wrote in alt.video.ptv.tivo:
>
>>>> Carlos, I don't believe you'll find many (any?) developers here,
>
>>> Dave Platt is I believe and he has been here recently.
>
>> Yeah, but as a TiVo employee he is limited by what he can and can not
>> say.
>
> I cant imagine this post was off limits...You think?

Not sure of that message was facetious or not...

Just saying that Dave works for the company so don't expect anything outside
the realm of what is already published by TiVo.
 

sinner

Distinguished
Dec 31, 2007
480
0
18,930
Archived from groups: alt.video.ptv.tivo (More info?)

* Seth wrote in alt.video.ptv.tivo:
> "SINNER" <99nesorjd@gates_of_hell.invalid> wrote in message
> news:7r49p2xhcd.ln2@news.gates_of_hell.com...
>>* Seth wrote in alt.video.ptv.tivo:
>>> "SINNER" <arcade.master@googlemail.net> wrote in message
>>> news:Xns96836EFCE51ELouiscypherhellorg@140.99.99.130...
>>>>* Randy S. Wrote in alt.video.ptv.tivo:

>>>>> Carlos, I don't believe you'll find many (any?) developers here,

>>>> Dave Platt is I believe and he has been here recently.

>>> Yeah, but as a TiVo employee he is limited by what he can and can not
>>> say.

>> I cant imagine this post was off limits...You think?

> Not sure of that message was facetious or not...

Not at all, sorry if it came off that way.

> Just saying that Dave works for the company so don't expect anything outside
> the realm of what is already published by TiVo.

No doubt about it. It just didnt seem like the OP was asking for much.

--
David
Libtool shared library portability is only slightly more believable than
perpetual motion machines. Especially on AIX :)."
-- David Leimbach
 
G

Guest

Guest
Archived from groups: alt.video.ptv.tivo (More info?)

Well...I wasn't expecting this post to kick up so much dust.

Anyways, after long hours of beating my head against the wall I was
able to get an answer for what I was looking for. Thanks anyways,

Carlos
 
G

Guest

Guest
Archived from groups: alt.video.ptv.tivo (More info?)

los wrote:
> Well...I wasn't expecting this post to kick up so much dust.
>
> Anyways, after long hours of beating my head against the wall I was
> able to get an answer for what I was looking for. Thanks anyways,
>
> Carlos
>

Nah, it's typical, tangential issues nearly always come up, it keeps it
interesting. Glad you found the answer though!

Randy S.