C
cath1602
I have a C# Forms application with two axDrawingControls in two
separate forms. Each one has a template with its own stencil.
Sometimes when I open the 2nd form (which I do by double clicking a
shape on the first drawing control - see below), the stencil window is
not show. If I right click anywhere on the drawing control, or if I
minimise and maximise the application the stencil window appears.
It works ok if the shape I am dble clicking is already selected. If it
is not already selected it goes wrong.
(The double clicking works by making the dble click behaviour set a
value in a cell and detecting a cell changed event.)
Can anyone give me any clues to a how I might go about tracking down
what is going on?
Catherine
separate forms. Each one has a template with its own stencil.
Sometimes when I open the 2nd form (which I do by double clicking a
shape on the first drawing control - see below), the stencil window is
not show. If I right click anywhere on the drawing control, or if I
minimise and maximise the application the stencil window appears.
It works ok if the shape I am dble clicking is already selected. If it
is not already selected it goes wrong.
(The double clicking works by making the dble click behaviour set a
value in a cell and detecting a cell changed event.)
Can anyone give me any clues to a how I might go about tracking down
what is going on?
Catherine