Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT table not rendering correctly
SWT table not rendering correctly [message #445195] Thu, 28 October 2004 06:42 Go to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Hello,

has anybody heard of a problem with SWT tables not rendering correctly? I
provide an multi page editor that has several tables on its pages. On one
certain PC those tables either do not render completely (simply a grey
area intead) or - when you see the tables themselves - the table headers
and scrollbars are missing. On other PCs there's no problems...

Any ideas? (Operating system W2K, no multi desktop tools)

Thanks for any comment,
Michael
Re: SWT table not rendering correctly [message #445218 is a reply to message #445195] Thu, 28 October 2004 14:04 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Could be the version of comctl32.dll that is on the W2K box. Search for the
file in the Windows exploder and check the version tab in the properties
dialog. Can you make a simple version of your code (ie. stand alone
snippet) that failse on W2K and works elsewhere? Have you tried the latest
version of SWT from HEAD to see if the problem has been fixed?

"Michael Wenz" <michael.wenz@sap.com> wrote in message
news:clq4cn$bp9$1@eclipse.org...
> Hello,
>
> has anybody heard of a problem with SWT tables not rendering correctly? I
> provide an multi page editor that has several tables on its pages. On one
> certain PC those tables either do not render completely (simply a grey
> area intead) or - when you see the tables themselves - the table headers
> and scrollbars are missing. On other PCs there's no problems...
>
> Any ideas? (Operating system W2K, no multi desktop tools)
>
> Thanks for any comment,
> Michael
>
Re: SWT table not rendering correctly [message #445233 is a reply to message #445218] Fri, 29 October 2004 12:00 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Steve,

thanks a lot for your tips!

It cannot be a W2K problem since the plugin is working fine on other PCs
running W2K. So far I also did not find a simple version of the coding
that reproduces the problem even on this particular PC.

But I will go and check the version of that DLL as soon as I get access to
that PC again. BTW I have also a W2K installation, my DLL version is
5.81.4916.400.

Thanks, Michael


Steve Northover wrote:

> Could be the version of comctl32.dll that is on the W2K box. Search for the
> file in the Windows exploder and check the version tab in the properties
> dialog. Can you make a simple version of your code (ie. stand alone
> snippet) that failse on W2K and works elsewhere? Have you tried the latest
> version of SWT from HEAD to see if the problem has been fixed?

> "Michael Wenz" <michael.wenz@sap.com> wrote in message
> news:clq4cn$bp9$1@eclipse.org...
> > Hello,
> >
> > has anybody heard of a problem with SWT tables not rendering correctly? I
> > provide an multi page editor that has several tables on its pages. On one
> > certain PC those tables either do not render completely (simply a grey
> > area intead) or - when you see the tables themselves - the table headers
> > and scrollbars are missing. On other PCs there's no problems...
> >
> > Any ideas? (Operating system W2K, no multi desktop tools)
> >
> > Thanks for any comment,
> > Michael
> >
Re: SWT table not rendering correctly [message #445340 is a reply to message #445233] Wed, 03 November 2004 08:05 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Hi Steve (and others, too),

I figuered out the version of that DLL, it's 5.81.4807.2300, so somewhat
older than mine. But there are other PCs with that same version of the DLL
where the table renders fine. Would it make sense anyway to upgrade the
DLL to my version?

Any other ideas?

Thanks a lot,
Michael


Michael Wenz wrote:

> Steve,

> thanks a lot for your tips!

> It cannot be a W2K problem since the plugin is working fine on other PCs
> running W2K. So far I also did not find a simple version of the coding
> that reproduces the problem even on this particular PC.

> But I will go and check the version of that DLL as soon as I get access to
> that PC again. BTW I have also a W2K installation, my DLL version is
> 5.81.4916.400.

> Thanks, Michael


> Steve Northover wrote:

>> Could be the version of comctl32.dll that is on the W2K box. Search for the
>> file in the Windows exploder and check the version tab in the properties
>> dialog. Can you make a simple version of your code (ie. stand alone
>> snippet) that failse on W2K and works elsewhere? Have you tried the latest
>> version of SWT from HEAD to see if the problem has been fixed?

>> "Michael Wenz" <michael.wenz@sap.com> wrote in message
>> news:clq4cn$bp9$1@eclipse.org...
>> > Hello,
>> >
>> > has anybody heard of a problem with SWT tables not rendering correctly? I
>> > provide an multi page editor that has several tables on its pages. On one
>> > certain PC those tables either do not render completely (simply a grey
>> > area intead) or - when you see the tables themselves - the table headers
>> > and scrollbars are missing. On other PCs there's no problems...
>> >
>> > Any ideas? (Operating system W2K, no multi desktop tools)
>> >
>> > Thanks for any comment,
>> > Michael
>> >
Re: SWT table not rendering correctly [message #445345 is a reply to message #445340] Wed, 03 November 2004 14:48 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
I'm not convinced that it's the DLL version. We need to work on 5.8x.x.
Can you make a simple example that doesn't render on the workstation and
post it here?

"Michael Wenz" <michael.wenz@sap.com> wrote in message
news:cma3h2$aop$1@eclipse.org...
> Hi Steve (and others, too),
>
> I figuered out the version of that DLL, it's 5.81.4807.2300, so somewhat
> older than mine. But there are other PCs with that same version of the DLL
> where the table renders fine. Would it make sense anyway to upgrade the
> DLL to my version?
>
> Any other ideas?
>
> Thanks a lot,
> Michael
>
>
> Michael Wenz wrote:
>
> > Steve,
>
> > thanks a lot for your tips!
>
> > It cannot be a W2K problem since the plugin is working fine on other PCs
> > running W2K. So far I also did not find a simple version of the coding
> > that reproduces the problem even on this particular PC.
>
> > But I will go and check the version of that DLL as soon as I get access
to
> > that PC again. BTW I have also a W2K installation, my DLL version is
> > 5.81.4916.400.
>
> > Thanks, Michael
>
>
> > Steve Northover wrote:
>
> >> Could be the version of comctl32.dll that is on the W2K box. Search
for the
> >> file in the Windows exploder and check the version tab in the
properties
> >> dialog. Can you make a simple version of your code (ie. stand alone
> >> snippet) that failse on W2K and works elsewhere? Have you tried the
latest
> >> version of SWT from HEAD to see if the problem has been fixed?
>
> >> "Michael Wenz" <michael.wenz@sap.com> wrote in message
> >> news:clq4cn$bp9$1@eclipse.org...
> >> > Hello,
> >> >
> >> > has anybody heard of a problem with SWT tables not rendering
correctly? I
> >> > provide an multi page editor that has several tables on its pages. On
one
> >> > certain PC those tables either do not render completely (simply a
grey
> >> > area intead) or - when you see the tables themselves - the table
headers
> >> > and scrollbars are missing. On other PCs there's no problems...
> >> >
> >> > Any ideas? (Operating system W2K, no multi desktop tools)
> >> >
> >> > Thanks for any comment,
> >> > Michael
> >> >
>
>
Re: SWT table not rendering correctly [message #445358 is a reply to message #445345] Thu, 04 November 2004 09:45 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Sorry, but up till now all our simple examples worked also on this
workstation and the example that won't work is far to complex and large to
publish it here. I will keep on trying. Thanks a lot for your help, Steve!

Regards, Michael


Steve Northover wrote:

> I'm not convinced that it's the DLL version. We need to work on 5.8x.x.
> Can you make a simple example that doesn't render on the workstation and
> post it here?

> "Michael Wenz" <michael.wenz@sap.com> wrote in message
> news:cma3h2$aop$1@eclipse.org...
>> Hi Steve (and others, too),
>>
>> I figuered out the version of that DLL, it's 5.81.4807.2300, so somewhat
>> older than mine. But there are other PCs with that same version of the DLL
>> where the table renders fine. Would it make sense anyway to upgrade the
>> DLL to my version?
>>
>> Any other ideas?
>>
>> Thanks a lot,
>> Michael
>>
>>
>> Michael Wenz wrote:
>>
>> > Steve,
>>
>> > thanks a lot for your tips!
>>
>> > It cannot be a W2K problem since the plugin is working fine on other PCs
>> > running W2K. So far I also did not find a simple version of the coding
>> > that reproduces the problem even on this particular PC.
>>
>> > But I will go and check the version of that DLL as soon as I get access
> to
>> > that PC again. BTW I have also a W2K installation, my DLL version is
>> > 5.81.4916.400.
>>
>> > Thanks, Michael
>>
>>
>> > Steve Northover wrote:
>>
>> >> Could be the version of comctl32.dll that is on the W2K box. Search
> for the
>> >> file in the Windows exploder and check the version tab in the
> properties
>> >> dialog. Can you make a simple version of your code (ie. stand alone
>> >> snippet) that failse on W2K and works elsewhere? Have you tried the
> latest
>> >> version of SWT from HEAD to see if the problem has been fixed?
>>
>> >> "Michael Wenz" <michael.wenz@sap.com> wrote in message
>> >> news:clq4cn$bp9$1@eclipse.org...
>> >> > Hello,
>> >> >
>> >> > has anybody heard of a problem with SWT tables not rendering
> correctly? I
>> >> > provide an multi page editor that has several tables on its pages. On
> one
>> >> > certain PC those tables either do not render completely (simply a
> grey
>> >> > area intead) or - when you see the tables themselves - the table
> headers
>> >> > and scrollbars are missing. On other PCs there's no problems...
>> >> >
>> >> > Any ideas? (Operating system W2K, no multi desktop tools)
>> >> >
>> >> > Thanks for any comment,
>> >> > Michael
>> >> >
>>
>>
Re: SWT table not rendering correctly [message #445384 is a reply to message #445358] Thu, 04 November 2004 18:06 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Try commenting out parts of your code until the table renders properly (ie.
don't set the color of table items etc). Is the table filled from a
background thread?

"Michael Wenz" <michael.wenz@sap.com> wrote in message
news:cmctms$ckn$1@eclipse.org...
> Sorry, but up till now all our simple examples worked also on this
> workstation and the example that won't work is far to complex and large to
> publish it here. I will keep on trying. Thanks a lot for your help, Steve!
>
> Regards, Michael
>
>
> Steve Northover wrote:
>
> > I'm not convinced that it's the DLL version. We need to work on 5.8x.x.
> > Can you make a simple example that doesn't render on the workstation and
> > post it here?
>
> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
> > news:cma3h2$aop$1@eclipse.org...
> >> Hi Steve (and others, too),
> >>
> >> I figuered out the version of that DLL, it's 5.81.4807.2300, so
somewhat
> >> older than mine. But there are other PCs with that same version of the
DLL
> >> where the table renders fine. Would it make sense anyway to upgrade the
> >> DLL to my version?
> >>
> >> Any other ideas?
> >>
> >> Thanks a lot,
> >> Michael
> >>
> >>
> >> Michael Wenz wrote:
> >>
> >> > Steve,
> >>
> >> > thanks a lot for your tips!
> >>
> >> > It cannot be a W2K problem since the plugin is working fine on other
PCs
> >> > running W2K. So far I also did not find a simple version of the
coding
> >> > that reproduces the problem even on this particular PC.
> >>
> >> > But I will go and check the version of that DLL as soon as I get
access
> > to
> >> > that PC again. BTW I have also a W2K installation, my DLL version is
> >> > 5.81.4916.400.
> >>
> >> > Thanks, Michael
> >>
> >>
> >> > Steve Northover wrote:
> >>
> >> >> Could be the version of comctl32.dll that is on the W2K box. Search
> > for the
> >> >> file in the Windows exploder and check the version tab in the
> > properties
> >> >> dialog. Can you make a simple version of your code (ie. stand alone
> >> >> snippet) that failse on W2K and works elsewhere? Have you tried the
> > latest
> >> >> version of SWT from HEAD to see if the problem has been fixed?
> >>
> >> >> "Michael Wenz" <michael.wenz@sap.com> wrote in message
> >> >> news:clq4cn$bp9$1@eclipse.org...
> >> >> > Hello,
> >> >> >
> >> >> > has anybody heard of a problem with SWT tables not rendering
> > correctly? I
> >> >> > provide an multi page editor that has several tables on its pages.
On
> > one
> >> >> > certain PC those tables either do not render completely (simply a
> > grey
> >> >> > area intead) or - when you see the tables themselves - the table
> > headers
> >> >> > and scrollbars are missing. On other PCs there's no problems...
> >> >> >
> >> >> > Any ideas? (Operating system W2K, no multi desktop tools)
> >> >> >
> >> >> > Thanks for any comment,
> >> >> > Michael
> >> >> >
> >>
> >>
>
>
Re: SWT table not rendering correctly [message #445547 is a reply to message #445384] Mon, 08 November 2004 07:24 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
I will continue trying but up till now I didn't find out what the problem
really is. I only noticed that on a PC with a running screen reader (JAWS
in this case) we had the same problem. Does anybody know of any issues
with that?

There is no special rendering for the tables (e.g. no special coloring
etc.). No background thread either. Also the content of the tables is not
the problem as it appears (at least in most of the cases, sometimes it's
also missing), but what is missing all the time are the headers and scroll
bars of the tables.

Thanks, Michael



Steve Northover wrote:

> Try commenting out parts of your code until the table renders properly (ie.
> don't set the color of table items etc). Is the table filled from a
> background thread?

> "Michael Wenz" <michael.wenz@sap.com> wrote in message
> news:cmctms$ckn$1@eclipse.org...
>> Sorry, but up till now all our simple examples worked also on this
>> workstation and the example that won't work is far to complex and large to
>> publish it here. I will keep on trying. Thanks a lot for your help, Steve!
>>
>> Regards, Michael
>>
>>
>> Steve Northover wrote:
>>
>> > I'm not convinced that it's the DLL version. We need to work on 5.8x.x.
>> > Can you make a simple example that doesn't render on the workstation and
>> > post it here?
>>
>> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
>> > news:cma3h2$aop$1@eclipse.org...
>> >> Hi Steve (and others, too),
>> >>
>> >> I figuered out the version of that DLL, it's 5.81.4807.2300, so
> somewhat
>> >> older than mine. But there are other PCs with that same version of the
> DLL
>> >> where the table renders fine. Would it make sense anyway to upgrade the
>> >> DLL to my version?
>> >>
>> >> Any other ideas?
>> >>
>> >> Thanks a lot,
>> >> Michael
>> >>
>> >>
>> >> Michael Wenz wrote:
>> >>
>> >> > Steve,
>> >>
>> >> > thanks a lot for your tips!
>> >>
>> >> > It cannot be a W2K problem since the plugin is working fine on other
> PCs
>> >> > running W2K. So far I also did not find a simple version of the
> coding
>> >> > that reproduces the problem even on this particular PC.
>> >>
>> >> > But I will go and check the version of that DLL as soon as I get
> access
>> > to
>> >> > that PC again. BTW I have also a W2K installation, my DLL version is
>> >> > 5.81.4916.400.
>> >>
>> >> > Thanks, Michael
>> >>
>> >>
>> >> > Steve Northover wrote:
>> >>
>> >> >> Could be the version of comctl32.dll that is on the W2K box. Search
>> > for the
>> >> >> file in the Windows exploder and check the version tab in the
>> > properties
>> >> >> dialog. Can you make a simple version of your code (ie. stand alone
>> >> >> snippet) that failse on W2K and works elsewhere? Have you tried the
>> > latest
>> >> >> version of SWT from HEAD to see if the problem has been fixed?
>> >>
>> >> >> "Michael Wenz" <michael.wenz@sap.com> wrote in message
>> >> >> news:clq4cn$bp9$1@eclipse.org...
>> >> >> > Hello,
>> >> >> >
>> >> >> > has anybody heard of a problem with SWT tables not rendering
>> > correctly? I
>> >> >> > provide an multi page editor that has several tables on its pages.
> On
>> > one
>> >> >> > certain PC those tables either do not render completely (simply a
>> > grey
>> >> >> > area intead) or - when you see the tables themselves - the table
>> > headers
>> >> >> > and scrollbars are missing. On other PCs there's no problems...
>> >> >> >
>> >> >> > Any ideas? (Operating system W2K, no multi desktop tools)
>> >> >> >
>> >> >> > Thanks for any comment,
>> >> >> > Michael
>> >> >> >
>> >>
>> >>
>>
>>
Re: SWT table not rendering correctly [message #445560 is a reply to message #445195] Mon, 08 November 2004 13:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eric.brenner.gd-ais.com

I've seen this problem so you're not crazy. I have a table in a FormPage
that renders incorrectly when I do the following:

- Go to minimize state
- Go back to maxmized state

The table column headers are either missing or half drawn. I deployed my
set of plugins to 2 other machines running W2K and didn't see the problems
there. I have no idea what causes this.





Michael Wenz wrote:

> Hello,

> has anybody heard of a problem with SWT tables not rendering correctly? I
> provide an multi page editor that has several tables on its pages. On one
> certain PC those tables either do not render completely (simply a grey
> area intead) or - when you see the tables themselves - the table headers
> and scrollbars are missing. On other PCs there's no problems...

> Any ideas? (Operating system W2K, no multi desktop tools)

> Thanks for any comment,
> Michael
Re: SWT table not rendering correctly [message #445572 is a reply to message #445547] Mon, 08 November 2004 15:40 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Please attach a screen shot.

"Michael Wenz" <michael.wenz@sap.com> wrote in message
news:cmn6vk$8li$1@eclipse.org...
> I will continue trying but up till now I didn't find out what the problem
> really is. I only noticed that on a PC with a running screen reader (JAWS
> in this case) we had the same problem. Does anybody know of any issues
> with that?
>
> There is no special rendering for the tables (e.g. no special coloring
> etc.). No background thread either. Also the content of the tables is not
> the problem as it appears (at least in most of the cases, sometimes it's
> also missing), but what is missing all the time are the headers and scroll
> bars of the tables.
>
> Thanks, Michael
>
>
>
> Steve Northover wrote:
>
> > Try commenting out parts of your code until the table renders properly
(ie.
> > don't set the color of table items etc). Is the table filled from a
> > background thread?
>
> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
> > news:cmctms$ckn$1@eclipse.org...
> >> Sorry, but up till now all our simple examples worked also on this
> >> workstation and the example that won't work is far to complex and large
to
> >> publish it here. I will keep on trying. Thanks a lot for your help,
Steve!
> >>
> >> Regards, Michael
> >>
> >>
> >> Steve Northover wrote:
> >>
> >> > I'm not convinced that it's the DLL version. We need to work on
5.8x.x.
> >> > Can you make a simple example that doesn't render on the workstation
and
> >> > post it here?
> >>
> >> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
> >> > news:cma3h2$aop$1@eclipse.org...
> >> >> Hi Steve (and others, too),
> >> >>
> >> >> I figuered out the version of that DLL, it's 5.81.4807.2300, so
> > somewhat
> >> >> older than mine. But there are other PCs with that same version of
the
> > DLL
> >> >> where the table renders fine. Would it make sense anyway to upgrade
the
> >> >> DLL to my version?
> >> >>
> >> >> Any other ideas?
> >> >>
> >> >> Thanks a lot,
> >> >> Michael
> >> >>
> >> >>
> >> >> Michael Wenz wrote:
> >> >>
> >> >> > Steve,
> >> >>
> >> >> > thanks a lot for your tips!
> >> >>
> >> >> > It cannot be a W2K problem since the plugin is working fine on
other
> > PCs
> >> >> > running W2K. So far I also did not find a simple version of the
> > coding
> >> >> > that reproduces the problem even on this particular PC.
> >> >>
> >> >> > But I will go and check the version of that DLL as soon as I get
> > access
> >> > to
> >> >> > that PC again. BTW I have also a W2K installation, my DLL version
is
> >> >> > 5.81.4916.400.
> >> >>
> >> >> > Thanks, Michael
> >> >>
> >> >>
> >> >> > Steve Northover wrote:
> >> >>
> >> >> >> Could be the version of comctl32.dll that is on the W2K box.
Search
> >> > for the
> >> >> >> file in the Windows exploder and check the version tab in the
> >> > properties
> >> >> >> dialog. Can you make a simple version of your code (ie. stand
alone
> >> >> >> snippet) that failse on W2K and works elsewhere? Have you tried
the
> >> > latest
> >> >> >> version of SWT from HEAD to see if the problem has been fixed?
> >> >>
> >> >> >> "Michael Wenz" <michael.wenz@sap.com> wrote in message
> >> >> >> news:clq4cn$bp9$1@eclipse.org...
> >> >> >> > Hello,
> >> >> >> >
> >> >> >> > has anybody heard of a problem with SWT tables not rendering
> >> > correctly? I
> >> >> >> > provide an multi page editor that has several tables on its
pages.
> > On
> >> > one
> >> >> >> > certain PC those tables either do not render completely (simply
a
> >> > grey
> >> >> >> > area intead) or - when you see the tables themselves - the
table
> >> > headers
> >> >> >> > and scrollbars are missing. On other PCs there's no problems...
> >> >> >> >
> >> >> >> > Any ideas? (Operating system W2K, no multi desktop tools)
> >> >> >> >
> >> >> >> > Thanks for any comment,
> >> >> >> > Michael
> >> >> >> >
> >> >>
> >> >>
> >>
> >>
>
>
Re: SWT table not rendering correctly [message #445685 is a reply to message #445572] Tue, 09 November 2004 08:19 Go to previous messageGo to next message
Michael Wenz is currently offline Michael WenzFriend
Messages: 1931
Registered: July 2009
Location: Walldorf, Germany
Senior Member
Steve: I sent you the screen shot by mail.

Thanks,
Michael

Steve Northover wrote:

> Please attach a screen shot.

> "Michael Wenz" <michael.wenz@sap.com> wrote in message
> news:cmn6vk$8li$1@eclipse.org...
>> I will continue trying but up till now I didn't find out what the problem
>> really is. I only noticed that on a PC with a running screen reader (JAWS
>> in this case) we had the same problem. Does anybody know of any issues
>> with that?
>>
>> There is no special rendering for the tables (e.g. no special coloring
>> etc.). No background thread either. Also the content of the tables is not
>> the problem as it appears (at least in most of the cases, sometimes it's
>> also missing), but what is missing all the time are the headers and scroll
>> bars of the tables.
>>
>> Thanks, Michael
>>
>>
>>
>> Steve Northover wrote:
>>
>> > Try commenting out parts of your code until the table renders properly
> (ie.
>> > don't set the color of table items etc). Is the table filled from a
>> > background thread?
>>
>> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
>> > news:cmctms$ckn$1@eclipse.org...
>> >> Sorry, but up till now all our simple examples worked also on this
>> >> workstation and the example that won't work is far to complex and large
> to
>> >> publish it here. I will keep on trying. Thanks a lot for your help,
> Steve!
>> >>
>> >> Regards, Michael
>> >>
>> >>
>> >> Steve Northover wrote:
>> >>
>> >> > I'm not convinced that it's the DLL version. We need to work on
> 5.8x.x.
>> >> > Can you make a simple example that doesn't render on the workstation
> and
>> >> > post it here?
>> >>
>> >> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
>> >> > news:cma3h2$aop$1@eclipse.org...
>> >> >> Hi Steve (and others, too),
>> >> >>
>> >> >> I figuered out the version of that DLL, it's 5.81.4807.2300, so
>> > somewhat
>> >> >> older than mine. But there are other PCs with that same version of
> the
>> > DLL
>> >> >> where the table renders fine. Would it make sense anyway to upgrade
> the
>> >> >> DLL to my version?
>> >> >>
>> >> >> Any other ideas?
>> >> >>
>> >> >> Thanks a lot,
>> >> >> Michael
>> >> >>
>> >> >>
>> >> >> Michael Wenz wrote:
>> >> >>
>> >> >> > Steve,
>> >> >>
>> >> >> > thanks a lot for your tips!
>> >> >>
>> >> >> > It cannot be a W2K problem since the plugin is working fine on
> other
>> > PCs
>> >> >> > running W2K. So far I also did not find a simple version of the
>> > coding
>> >> >> > that reproduces the problem even on this particular PC.
>> >> >>
>> >> >> > But I will go and check the version of that DLL as soon as I get
>> > access
>> >> > to
>> >> >> > that PC again. BTW I have also a W2K installation, my DLL version
> is
>> >> >> > 5.81.4916.400.
>> >> >>
>> >> >> > Thanks, Michael
>> >> >>
>> >> >>
>> >> >> > Steve Northover wrote:
>> >> >>
>> >> >> >> Could be the version of comctl32.dll that is on the W2K box.
> Search
>> >> > for the
>> >> >> >> file in the Windows exploder and check the version tab in the
>> >> > properties
>> >> >> >> dialog. Can you make a simple version of your code (ie. stand
> alone
>> >> >> >> snippet) that failse on W2K and works elsewhere? Have you tried
> the
>> >> > latest
>> >> >> >> version of SWT from HEAD to see if the problem has been fixed?
>> >> >>
>> >> >> >> "Michael Wenz" <michael.wenz@sap.com> wrote in message
>> >> >> >> news:clq4cn$bp9$1@eclipse.org...
>> >> >> >> > Hello,
>> >> >> >> >
>> >> >> >> > has anybody heard of a problem with SWT tables not rendering
>> >> > correctly? I
>> >> >> >> > provide an multi page editor that has several tables on its
> pages.
>> > On
>> >> > one
>> >> >> >> > certain PC those tables either do not render completely (simply
> a
>> >> > grey
>> >> >> >> > area intead) or - when you see the tables themselves - the
> table
>> >> > headers
>> >> >> >> > and scrollbars are missing. On other PCs there's no problems...
>> >> >> >> >
>> >> >> >> > Any ideas? (Operating system W2K, no multi desktop tools)
>> >> >> >> >
>> >> >> >> > Thanks for any comment,
>> >> >> >> > Michael
>> >> >> >> >
>> >> >>
>> >> >>
>> >>
>> >>
>>
>>
Re: SWT table not rendering correctly [message #445690 is a reply to message #445685] Tue, 09 November 2004 15:23 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Please post it here so others can see.

"Michael Wenz" <michael.wenz@sap.com> wrote in message
news:cmpujf$3ck$1@eclipse.org...
> Steve: I sent you the screen shot by mail.
>
> Thanks,
> Michael
>
> Steve Northover wrote:
>
> > Please attach a screen shot.
>
> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
> > news:cmn6vk$8li$1@eclipse.org...
> >> I will continue trying but up till now I didn't find out what the
problem
> >> really is. I only noticed that on a PC with a running screen reader
(JAWS
> >> in this case) we had the same problem. Does anybody know of any issues
> >> with that?
> >>
> >> There is no special rendering for the tables (e.g. no special coloring
> >> etc.). No background thread either. Also the content of the tables is
not
> >> the problem as it appears (at least in most of the cases, sometimes
it's
> >> also missing), but what is missing all the time are the headers and
scroll
> >> bars of the tables.
> >>
> >> Thanks, Michael
> >>
> >>
> >>
> >> Steve Northover wrote:
> >>
> >> > Try commenting out parts of your code until the table renders
properly
> > (ie.
> >> > don't set the color of table items etc). Is the table filled from a
> >> > background thread?
> >>
> >> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
> >> > news:cmctms$ckn$1@eclipse.org...
> >> >> Sorry, but up till now all our simple examples worked also on this
> >> >> workstation and the example that won't work is far to complex and
large
> > to
> >> >> publish it here. I will keep on trying. Thanks a lot for your help,
> > Steve!
> >> >>
> >> >> Regards, Michael
> >> >>
> >> >>
> >> >> Steve Northover wrote:
> >> >>
> >> >> > I'm not convinced that it's the DLL version. We need to work on
> > 5.8x.x.
> >> >> > Can you make a simple example that doesn't render on the
workstation
> > and
> >> >> > post it here?
> >> >>
> >> >> > "Michael Wenz" <michael.wenz@sap.com> wrote in message
> >> >> > news:cma3h2$aop$1@eclipse.org...
> >> >> >> Hi Steve (and others, too),
> >> >> >>
> >> >> >> I figuered out the version of that DLL, it's 5.81.4807.2300, so
> >> > somewhat
> >> >> >> older than mine. But there are other PCs with that same version
of
> > the
> >> > DLL
> >> >> >> where the table renders fine. Would it make sense anyway to
upgrade
> > the
> >> >> >> DLL to my version?
> >> >> >>
> >> >> >> Any other ideas?
> >> >> >>
> >> >> >> Thanks a lot,
> >> >> >> Michael
> >> >> >>
> >> >> >>
> >> >> >> Michael Wenz wrote:
> >> >> >>
> >> >> >> > Steve,
> >> >> >>
> >> >> >> > thanks a lot for your tips!
> >> >> >>
> >> >> >> > It cannot be a W2K problem since the plugin is working fine on
> > other
> >> > PCs
> >> >> >> > running W2K. So far I also did not find a simple version of the
> >> > coding
> >> >> >> > that reproduces the problem even on this particular PC.
> >> >> >>
> >> >> >> > But I will go and check the version of that DLL as soon as I
get
> >> > access
> >> >> > to
> >> >> >> > that PC again. BTW I have also a W2K installation, my DLL
version
> > is
> >> >> >> > 5.81.4916.400.
> >> >> >>
> >> >> >> > Thanks, Michael
> >> >> >>
> >> >> >>
> >> >> >> > Steve Northover wrote:
> >> >> >>
> >> >> >> >> Could be the version of comctl32.dll that is on the W2K box.
> > Search
> >> >> > for the
> >> >> >> >> file in the Windows exploder and check the version tab in the
> >> >> > properties
> >> >> >> >> dialog. Can you make a simple version of your code (ie. stand
> > alone
> >> >> >> >> snippet) that failse on W2K and works elsewhere? Have you
tried
> > the
> >> >> > latest
> >> >> >> >> version of SWT from HEAD to see if the problem has been fixed?
> >> >> >>
> >> >> >> >> "Michael Wenz" <michael.wenz@sap.com> wrote in message
> >> >> >> >> news:clq4cn$bp9$1@eclipse.org...
> >> >> >> >> > Hello,
> >> >> >> >> >
> >> >> >> >> > has anybody heard of a problem with SWT tables not rendering
> >> >> > correctly? I
> >> >> >> >> > provide an multi page editor that has several tables on its
> > pages.
> >> > On
> >> >> > one
> >> >> >> >> > certain PC those tables either do not render completely
(simply
> > a
> >> >> > grey
> >> >> >> >> > area intead) or - when you see the tables themselves - the
> > table
> >> >> > headers
> >> >> >> >> > and scrollbars are missing. On other PCs there's no
problems...
> >> >> >> >> >
> >> >> >> >> > Any ideas? (Operating system W2K, no multi desktop tools)
> >> >> >> >> >
> >> >> >> >> > Thanks for any comment,
> >> >> >> >> > Michael
> >> >> >> >> >
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >>
> >>
>
>
Previous Topic:How to output some different color text?
Next Topic:Page Wizard to read a property file
Goto Forum:
  


Current Time: Fri Apr 19 17:03:37 GMT 2024

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

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

Back to the top