From: Bruce S. <Bru...@nc...> - 2009-01-12 17:07:45
|
Thanks for the report. Here's the nub of the problem: The following crashes hard, at least on Vista: f = frame() b = box(frame=f) b.opacity=0.3 But the following doesn't crash: f = frame() b = box(frame=f, opacity=0.5) b.opacity=0.3 I have no idea what causes this. Bruce Sherwood symion wrote: > The following program generates a Microsoft Visual C++ Assertion error > message! > It has something to do with a box in a frame and changing opacity! > > Symion > |