need reapter control with all possible functionality

  • Thread starter Thread starter KALYAN sundar
  • Start date Start date
KALYAN said:
need reapter control with all possible functionality

I Googled "reapter", and all I got was a bunch of stuff about a musical
group.

Surely you mean something else?

(Not that "all possible functionality" is really all that realistic a
request, nor is it likely that if you're not asking about something
that's already in .NET that you're going to find what you're looking for
faster by asking here than just by using Google yourself. But what the
heck…I'm curious what "reapter" is going to turn out to be. :) )

Pete
 
I Googled "reapter", and all I got was a bunch of stuff about a musical
group.

Surely you mean something else?

(Not that "all possible functionality" is really all that realistic a
request, nor is it likely that if you're not asking about something that's
already in .NET that you're going to find what you're looking for faster
by asking here than just by using Google yourself. But what the heck…I'm
curious what "reapter" is going to turn out to be. :) )

Well, I'm sure it's a "repeater" control*. Now, as far as "all possible
functionality" goes, he probably wants a repeater that can repeat once, and
that can repeat twice, and that can repeat thrre times, and that can repeat
four times, and...well that's just crazy! Who's going to sit around and
handle all infinity possibilities?!



*Hmmm, I got to thinking and now I'm less sure. Perhaps he wants a "raptor"
control. Maybe it goes around eating the other controls on the form....
 
Hi Jeff!

*Hmmm, I got to thinking and now I'm less sure. Perhaps he wants a
"raptor" control. Maybe it goes around eating the other controls on
the form....

I am interested in that, too! But do you have different raptors and did
the user see a nice fight?

But I am living in germany - so I need a Property to disable the view of
blood (Or to give it simply some other color like green or so!). Else my
program with raptor controls would be rated 18+ ...

Thank you in advance for the raptor controls :)

Konrad
 
Jeff said:
Well, I'm sure it's a "repeater" control*. Now, as far as "all possible
functionality" goes, he probably wants a repeater that can repeat once, and
that can repeat twice, and that can repeat thrre times, and that can repeat
four times, and...well that's just crazy! Who's going to sit around and
handle all infinity possibilities?!

Seems to me, if you write the "repeater" control correctly, all you have
to implement is the base "repeat once" functionality. Then if you want
higher-order repetition, you just pass the control to itself, and let it
do all the work.

What's the point of writing a "repeater" control that includes "all
possible functionality" if the control can't repeat itself?
 
Back
Top