Skip to main content



      Home
Home » Eclipse Projects » Nebula » Maximize problem
Maximize problem [message #21795] Wed, 03 January 2007 00:04 Go to next message
Eclipse UserFriend
Originally posted by: krishna_24jan.yahoomail.com

Hi,

I have a grid with some rows and columns. I have resized my grid size in
the code bu using grid.setSize().When i run my application iam getting the
size of the grid that i have set in my code.But when i maximize it ,the
grid gets maximized but the griditems in which i have placed images dosent
get resized.

can any one help me out in this..?





Thanks in advance
krishna
Re: Maximize problem [message #21842 is a reply to message #21795] Wed, 03 January 2007 07:11 Go to previous messageGo to next message
Eclipse UserFriend
Hi Krishna ,


Try with SashForm....
Re: Maximize problem [message #21886 is a reply to message #21842] Thu, 04 January 2007 01:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: krishna_24jan.yahoomail.com

nop!its not workin with sahform!
Re: Maximize problem [message #22063 is a reply to message #21795] Thu, 04 January 2007 11:27 Go to previous messageGo to next message
Eclipse UserFriend
Krishna,

I don't quite understand. Are you trying to change the width of the
columns?

-Chris

krishna wrote:
> Hi,
>
> I have a grid with some rows and columns. I have resized my grid size
> in the code bu using grid.setSize().When i run my application iam
> getting the size of the grid that i have set in my code.But when i
> maximize it ,the grid gets maximized but the griditems in which i have
> placed images dosent get resized.
>
> can any one help me out in this..?
>
>
>
>
>
> Thanks in advance
> krishna
>
Re: Maximize problem [message #22569 is a reply to message #22063] Mon, 08 January 2007 02:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: krishna_24jan.yahoomail.com

No,iam not trying to change the size of grid columns.!
I have placed some text in grid items.Now when i maximize the grid,the
window size gets maximized but the grid size remains the same.
Re: Maximize problem [message #22874 is a reply to message #22569] Mon, 08 January 2007 09:33 Go to previous messageGo to next message
Eclipse UserFriend
Can you attach some code?

krishna wrote:
> No,iam not trying to change the size of grid columns.!
> I have placed some text in grid items.Now when i maximize the grid,the
> window size gets maximized but the grid size remains the same.
>
Re: Maximize problem [message #29025 is a reply to message #22569] Tue, 13 February 2007 13:01 Go to previous message
Eclipse UserFriend
The grid is not getting maximized since it didnt know the change in the
window size.

you may need to handle the control event, and resize the grid through
that event. So whenever there is a resize, your code should be invoked
to resize the complete grid.


krishna wrote:
> No,iam not trying to change the size of grid columns.!
> I have placed some text in grid items.Now when i maximize the grid,the
> window size gets maximized but the grid size remains the same.
>
Re: Maximize problem [message #573672 is a reply to message #21795] Wed, 03 January 2007 07:11 Go to previous message
Eclipse UserFriend
Hi Krishna ,


Try with SashForm....
Re: Maximize problem [message #573707 is a reply to message #21842] Thu, 04 January 2007 01:42 Go to previous message
Eclipse UserFriend
nop!its not workin with sahform!
Re: Maximize problem [message #573909 is a reply to message #21795] Thu, 04 January 2007 11:27 Go to previous message
Eclipse UserFriend
Krishna,

I don't quite understand. Are you trying to change the width of the
columns?

-Chris

krishna wrote:
> Hi,
>
> I have a grid with some rows and columns. I have resized my grid size
> in the code bu using grid.setSize().When i run my application iam
> getting the size of the grid that i have set in my code.But when i
> maximize it ,the grid gets maximized but the griditems in which i have
> placed images dosent get resized.
>
> can any one help me out in this..?
>
>
>
>
>
> Thanks in advance
> krishna
>
Re: Maximize problem [message #574358 is a reply to message #22063] Mon, 08 January 2007 02:06 Go to previous message
Eclipse UserFriend
No,iam not trying to change the size of grid columns.!
I have placed some text in grid items.Now when i maximize the grid,the
window size gets maximized but the grid size remains the same.
Re: Maximize problem [message #574589 is a reply to message #22569] Mon, 08 January 2007 09:33 Go to previous message
Eclipse UserFriend
Can you attach some code?

krishna wrote:
> No,iam not trying to change the size of grid columns.!
> I have placed some text in grid items.Now when i maximize the grid,the
> window size gets maximized but the grid size remains the same.
>
Re: Maximize problem [message #578477 is a reply to message #22569] Tue, 13 February 2007 13:01 Go to previous message
Eclipse UserFriend
The grid is not getting maximized since it didnt know the change in the
window size.

you may need to handle the control event, and resize the grid through
that event. So whenever there is a resize, your code should be invoked
to resize the complete grid.


krishna wrote:
> No,iam not trying to change the size of grid columns.!
> I have placed some text in grid items.Now when i maximize the grid,the
> window size gets maximized but the grid size remains the same.
>
Previous Topic:label provider for grid viewer
Next Topic:To change the color of the image in the cell
Goto Forum:
  


Current Time: Thu May 01 07:24:35 EDT 2025

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

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

Back to the top