Opened 17 years ago

Last modified 17 years ago

#121 reopened defect

ConstructionArea of the PaletteWindow sometimes doesn't appear

Reported by: steinmet Owned by: steinmet
Priority: minor Milestone: Promot 0.9
Component: PromotGuiVizEdit Version: 0.8.0
Severity: bad Keywords:
Cc:

Description

When opening the Visual Editor the ConstructionArea? of the PaletteWindow? sometimes doesn't appear until a click on it, may be a timing problem in building up the PaletteWindow?.

Change History (2)

comment:1 Changed 17 years ago by rempel

  • Resolution set to fixed
  • Status changed from new to closed

the moduleConstructionArea is constructed twice (with null as ModuleGRaphModel, and in setupForModel with the real model). Synchronizing the setupForModel part resolves this at least for the reproducible cases i tested (empty models). ideally the empty constructor should only do the minimum required work (e.g. setting drawing size and model without a real model is unnecessary). so there is still the need for some cleanup work in ModuleConstructionArea?(). if there are still models which doesn't display the ModuleConstructionArea? some reproducible test cases would be nice.

comment:2 Changed 17 years ago by steinmet

  • Resolution fixed deleted
  • Status changed from closed to reopened

Doesn't work anyhow.

Note: See TracTickets for help on using tickets.