Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » [CompositeTable] Questions and bugs
[CompositeTable] Questions and bugs [message #4860] Mon, 12 June 2006 06:44 Go to next message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

Hi David,

Thanks for your repply. I got few questions about this control.
1) Is there anyway that i can lay out my controls using null layout ?
I need that to lay out the controls in rows for each row.

2) Nice if I able to set whether i would like to lay out my controls in
grid or
not. Howbout "setGrid(true/false)" instead of detecting layout
manager...

3) Click and hold the scrollbar, it crash when you started to drag it.
4) Page down and arrow down given a diffrent result. Page down will cause
the table display emply space in last page. (I consider minor bug)

5) Howbout footer ? Need it to display total figures in grid mode.
6) Can I use nebula-dev mailing to post my questions ?

Thanks!
Re: [CompositeTable] Questions and bugs [message #4929 is a reply to message #4860] Tue, 13 June 2006 04:00 Go to previous messageGo to next message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Ivan wrote:
> Thanks for your repply. I got few questions about this control.
> 1) Is there anyway that i can lay out my controls using null layout ?
> I need that to lay out the controls in rows for each row.

Null layout is not supported because changing the O/S theme or changing
the platform will break your layout.

If you want to lay out your controls in rows, I suggest using a
GridLayout on your row object and arrange your controls however you like.

Would this do what you want?

> 2) Nice if I able to set whether i would like to lay out my controls in
> grid or not. Howbout "setGrid(true/false)" instead of detecting layout
> manager...

Unless I'm misunderstanding, I think you can do what you want using a
GridLayout. :-) Please correct me if I'm wrong.

> 3) Click and hold the scrollbar, it crash when you started to drag it.

It's wierd because I'm using the control in a live app and it's not
doing it there, but I was able to reproduce this. Thanks for the bug
report!

> 4) Page down and arrow down given a diffrent result. Page down will
> cause the table display emply space in last page. (I consider minor bug)

This is true. Page down always moves you down by a page. If fewer than
a page of rows is left when you hit page down, you will see the number
of rows that remain.

> 5) Howbout footer ? Need it to display total figures in grid mode.

Hmmmmm... Very nice idea... I filed bug #146749.

> 6) Can I use nebula-dev mailing to post my questions?

As long as Chris doesn't complain, either here or nebula-dev are fine
with me. :-)

Chris, where would you prefer this sort of traffic?


Best regards,

Dave Orme
Visual Editor Project
JFace Data Binding
Re: [CompositeTable] Questions and bugs [message #4997 is a reply to message #4929] Tue, 13 June 2006 04:14 Go to previous messageGo to next message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
David J. Orme wrote:
>> 3) Click and hold the scrollbar, it crash when you started to drag it.
>
> It's wierd because I'm using the control in a live app and it's not
> doing it there, but I was able to reproduce this. Thanks for the bug
> report!

Fixed > HEAD 20060612.

Please let me know if you still have trouble. :-)


Best regards,

Dave Orme
Visual Editor Project
JFace Data Binding
Re: [CompositeTable] Questions and bugs [message #5064 is a reply to message #4997] Tue, 13 June 2006 04:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

ok! will test it now!

Thanks David for fast respond! :-)
Re: [CompositeTable] Questions and bugs [message #5129 is a reply to message #4929] Tue, 13 June 2006 04:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

1) Null layout :-
ya, I argreed that. It break in others platform but.... it required in
my case where I need to display something like... 1st row contain 5
controls and
2nd row contain 2 controls... of cause... this is not crossplatform....
Null layout will ease my job... since mostly our application run in Windows
the most...
We are using Sybase DataWindow which something similar to CompositeTable
but..
not for Java :-( CompositeTable just meet my requirement... SWT + Java :-)

Please open it... :-P
Re: [CompositeTable] Questions and bugs [message #5196 is a reply to message #4929] Tue, 13 June 2006 22:47 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
>> 6) Can I use nebula-dev mailing to post my questions?
>
> As long as Chris doesn't complain, either here or nebula-dev are fine with
> me. :-)
>
> Chris, where would you prefer this sort of traffic?

Using this group is ok. (We will attempt to get the contribution approved
soon.)

-Chris
Re: [CompositeTable] Questions and bugs [message #5264 is a reply to message #5064] Wed, 14 June 2006 01:54 Go to previous messageGo to next message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Ivan wrote:
> ok! will test it now!
> Thanks David for fast respond! :-)

:-)


np

Dave
Re: [CompositeTable] Questions and bugs [message #5330 is a reply to message #5129] Wed, 14 June 2006 03:02 Go to previous messageGo to next message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Ivan wrote:
> 1) Null layout :-
> ya, I argreed that. It break in others platform but.... it required in
> my case where I need to display something like... 1st row contain 5
> controls and
> 2nd row contain 2 controls... of cause... this is not crossplatform....
> Null layout will ease my job... since mostly our application run in Windows
> the most... We are using Sybase DataWindow which something similar to
> CompositeTable but..
> not for Java :-( CompositeTable just meet my requirement... SWT + Java :-)
>
> Please open it... :-P
>
Hmmmmmmm.... Have you tried FormLayout? It may well do what you need.

Alternatively, I just wrote a layout manager (AbsoluteLayout) that does
what you want. If you pull HEAD, you'll see it. ;-) It's untested,
but it's also ridiculously simple. :-P


Regards,

Dave Orme
Re: [CompositeTable] Questions and bugs [message #5658 is a reply to message #5330] Wed, 14 June 2006 08:17 Go to previous message
Eclipse UserFriend
Originally posted by: ivanooi.gmail.com

oh ya! AbsoluteLayout! that might do the job!

Thanks!
Re: [CompositeTable] Questions and bugs [message #562274 is a reply to message #4860] Tue, 13 June 2006 04:00 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Ivan wrote:
> Thanks for your repply. I got few questions about this control.
> 1) Is there anyway that i can lay out my controls using null layout ?
> I need that to lay out the controls in rows for each row.

Null layout is not supported because changing the O/S theme or changing
the platform will break your layout.

If you want to lay out your controls in rows, I suggest using a
GridLayout on your row object and arrange your controls however you like.

Would this do what you want?

> 2) Nice if I able to set whether i would like to lay out my controls in
> grid or not. Howbout "setGrid(true/false)" instead of detecting layout
> manager...

Unless I'm misunderstanding, I think you can do what you want using a
GridLayout. :-) Please correct me if I'm wrong.

> 3) Click and hold the scrollbar, it crash when you started to drag it.

It's wierd because I'm using the control in a live app and it's not
doing it there, but I was able to reproduce this. Thanks for the bug
report!

> 4) Page down and arrow down given a diffrent result. Page down will
> cause the table display emply space in last page. (I consider minor bug)

This is true. Page down always moves you down by a page. If fewer than
a page of rows is left when you hit page down, you will see the number
of rows that remain.

> 5) Howbout footer ? Need it to display total figures in grid mode.

Hmmmmm... Very nice idea... I filed bug #146749.

> 6) Can I use nebula-dev mailing to post my questions?

As long as Chris doesn't complain, either here or nebula-dev are fine
with me. :-)

Chris, where would you prefer this sort of traffic?


Best regards,

Dave Orme
Visual Editor Project
JFace Data Binding
Re: [CompositeTable] Questions and bugs [message #562300 is a reply to message #4929] Tue, 13 June 2006 04:14 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
David J. Orme wrote:
>> 3) Click and hold the scrollbar, it crash when you started to drag it.
>
> It's wierd because I'm using the control in a live app and it's not
> doing it there, but I was able to reproduce this. Thanks for the bug
> report!

Fixed > HEAD 20060612.

Please let me know if you still have trouble. :-)


Best regards,

Dave Orme
Visual Editor Project
JFace Data Binding
Re: [CompositeTable] Questions and bugs [message #562328 is a reply to message #4997] Tue, 13 June 2006 04:44 Go to previous message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
ok! will test it now!

Thanks David for fast respond! :-)
Re: [CompositeTable] Questions and bugs [message #562351 is a reply to message #4929] Tue, 13 June 2006 04:54 Go to previous message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
1) Null layout :-
ya, I argreed that. It break in others platform but.... it required in
my case where I need to display something like... 1st row contain 5
controls and
2nd row contain 2 controls... of cause... this is not crossplatform....
Null layout will ease my job... since mostly our application run in Windows
the most...
We are using Sybase DataWindow which something similar to CompositeTable
but..
not for Java :-( CompositeTable just meet my requirement... SWT + Java :-)

Please open it... :-P
Re: [CompositeTable] Questions and bugs [message #562378 is a reply to message #4929] Tue, 13 June 2006 22:47 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
>> 6) Can I use nebula-dev mailing to post my questions?
>
> As long as Chris doesn't complain, either here or nebula-dev are fine with
> me. :-)
>
> Chris, where would you prefer this sort of traffic?

Using this group is ok. (We will attempt to get the contribution approved
soon.)

-Chris
Re: [CompositeTable] Questions and bugs [message #562401 is a reply to message #5064] Wed, 14 June 2006 01:54 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Ivan wrote:
> ok! will test it now!
> Thanks David for fast respond! :-)

:-)


np

Dave
Re: [CompositeTable] Questions and bugs [message #562423 is a reply to message #5129] Wed, 14 June 2006 03:02 Go to previous message
Dave Orme is currently offline Dave OrmeFriend
Messages: 424
Registered: July 2009
Senior Member
Ivan wrote:
> 1) Null layout :-
> ya, I argreed that. It break in others platform but.... it required in
> my case where I need to display something like... 1st row contain 5
> controls and
> 2nd row contain 2 controls... of cause... this is not crossplatform....
> Null layout will ease my job... since mostly our application run in Windows
> the most... We are using Sybase DataWindow which something similar to
> CompositeTable but..
> not for Java :-( CompositeTable just meet my requirement... SWT + Java :-)
>
> Please open it... :-P
>
Hmmmmmmm.... Have you tried FormLayout? It may well do what you need.

Alternatively, I just wrote a layout manager (AbsoluteLayout) that does
what you want. If you pull HEAD, you'll see it. ;-) It's untested,
but it's also ridiculously simple. :-P


Regards,

Dave Orme
Re: [CompositeTable] Questions and bugs [message #562452 is a reply to message #5330] Wed, 14 June 2006 08:17 Go to previous message
Ivan is currently offline IvanFriend
Messages: 149
Registered: July 2009
Senior Member
oh ya! AbsoluteLayout! that might do the job!

Thanks!
Previous Topic:[CompositeTable] Questions and bugs
Next Topic:adding grid control to my project
Goto Forum:
  


Current Time: Thu Apr 25 11:01:51 GMT 2024

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

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

Back to the top