WkTableWidgetView repaints with funny colors

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

WkTableWidgetView repaints with funny colors

Louis LaBrunda

Hi Group,

When using a WkTableWidgetView in a form in an AbtSwitcherView, after changing to a different form and then back, the WkTableWidgetView paints with a dark gray background color.  This seems like a bug.  For now I would like any kind of circumvention anybody can come up with.  I have tried sending the view:

#hide followed by #show

#redraw

#refreshAllItems

refreshing the items with the items

creating a clean list of items

none of which works.  I have sort on for clicking a column heading, clicking one repaints with the correct coloring.

Anybody have any other ideas?  TIA.

Lou


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: WkTableWidgetView repaints with funny colors

Solveig
Hi Lou,

Could you send in an example showing the problem? We'll take a look at it.

Best,
Solveig

On Friday, January 31, 2014 12:05:20 PM UTC-5, Louis LaBrunda wrote:

Hi Group,

When using a WkTableWidgetView in a form in an AbtSwitcherView, after changing to a different form and then back, the WkTableWidgetView paints with a dark gray background color.  This seems like a bug.  For now I would like any kind of circumvention anybody can come up with.  I have tried sending the view:

#hide followed by #show

#redraw

#refreshAllItems

refreshing the items with the items

creating a clean list of items

none of which works.  I have sort on for clicking a column heading, clicking one repaints with the correct coloring.

Anybody have any other ideas?  TIA.

Lou


--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: WkTableWidgetView repaints with funny colors

Louis LaBrunda

Hi Solveig,

I have circumvented this problem.  On returning to the form that was displaying with the funny colors the data needs to be refreshed.  I found that forking the code to refresh the data painted it correctly where not forking it didn't.  That might have something to do with the UI process but that is just a guess.

As for supplying an example, that won't be very easy and I don't have much time right now.  This program is in VA Smalltalk 8.0.3, so the problem might not even exist is later versions.  If I get some time, I will see what I can whip up.  Anyway, thanks for the reply.

Lou


On Wednesday, February 5, 2014 3:52:55 PM UTC-5, Solveig wrote:
Hi Lou,

Could you send in an example showing the problem? We'll take a look at it.

Best,
Solveig

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/groups/opt_out.