you can create such a label yourself easily. simply pass in the
dataview into it and override isvisible() { return
dataview.getitemcount()==0; }

-igor

On Sat, Jul 26, 2008 at 5:53 PM, Vitaly Tsaplin
<[EMAIL PROTECTED]> wrote:
>      Hi everyone,
>
>   Can anyone suggest a way to add a messages like "No items" in case
> if no items can be presented by the DataView. Currently I am using a
> simple label hiding it if something presents. Is there any other way?
> Or someone could generalize it by baking it to a reusable component?
>
>      Vitaly
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to