:sign0085:
When I run my latest program all is well.
But then...
I click on a link to load the module for drawing.
I see the waitCursor, then it stops and I'm still looking at the main form.
I then minimise the program, then using the task manager bring it back.
I now see the form from the drawing module.
after using the drawing module it closes leaving nothing on the screen, but in task manager the program is still running so clicking on it brings up the program back at the original main form.
Code Snippet
Main program main form
Drawing Module
Happy to paste code but this is a very large project.
Any idea what may be wrong, please? :sign0085:
When I run my latest program all is well.
But then...
I click on a link to load the module for drawing.
I see the waitCursor, then it stops and I'm still looking at the main form.
I then minimise the program, then using the task manager bring it back.
I now see the form from the drawing module.
after using the drawing module it closes leaving nothing on the screen, but in task manager the program is still running so clicking on it brings up the program back at the original main form.
Code Snippet
Main program main form
B4X:
mdlDraw.Show("New", wikiDir & DrawingTitleTB.Text & DrawingNumber+1)
B4X:
Public Sub Show(status, file)
Imagefile=file
FileStatus=status
FileNameTB.Text=ImageFile
...... do some stuff to setup
frmDraw.Show
End Sub
Any idea what may be wrong, please? :sign0085: