Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Displaying a message in grid view when no rows are created
Displaying a message in grid view when no rows are created [message #43072] Sat, 10 November 2007 16:19 Go to next message
Supreetha H R is currently offline Supreetha H RFriend
Messages: 24
Registered: July 2009
Junior Member
Hello,

In my (RCP)application selection of some items in the outline view(which
provides the input to the grid view), rows will not be created in grid
view (grid appears empty here except the header)... Is it possible to put
a message on this view (similar to the scenario, where a message appears
in the outline view of eclipse when no files are opened)..?

Thanks & Regards,
Supreetha.H.R
Re: Displaying a message in grid view when no rows are created [message #43208 is a reply to message #43072] Mon, 12 November 2007 15:47 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Hi Supreetha,

I believe the outline view works the way it does by replacing the tree
with a label (perhaps using StackLayout). You could do that or actually
put a paint listener on the Grid and paint whatever message you want.

-Chris

Supreetha H R wrote:
> Hello,
>
> In my (RCP)application selection of some items in the outline view(which
> provides the input to the grid view), rows will not be created in grid
> view (grid appears empty here except the header)... Is it possible to
> put a message on this view (similar to the scenario, where a message
> appears in the outline view of eclipse when no files are opened)..?
>
> Thanks & Regards,
> Supreetha.H.R
>
Re: Displaying a message in grid view when no rows are created [message #586337 is a reply to message #43072] Mon, 12 November 2007 15:47 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Hi Supreetha,

I believe the outline view works the way it does by replacing the tree
with a label (perhaps using StackLayout). You could do that or actually
put a paint listener on the Grid and paint whatever message you want.

-Chris

Supreetha H R wrote:
> Hello,
>
> In my (RCP)application selection of some items in the outline view(which
> provides the input to the grid view), rows will not be created in grid
> view (grid appears empty here except the header)... Is it possible to
> put a message on this view (similar to the scenario, where a message
> appears in the outline view of eclipse when no files are opened)..?
>
> Thanks & Regards,
> Supreetha.H.R
>
Previous Topic:Problem with context menu in editing mode of cells
Next Topic:Grid bug under windows
Goto Forum:
  


Current Time: Thu Apr 25 16:40:17 GMT 2024

Powered by FUDForum. Page generated in 0.03566 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top