Author Topic: temporarily hide dialog box  (Read 2034 times)

0 Members and 1 Guest are viewing this topic.

mailmaverick

  • Bull Frog
  • Posts: 493
temporarily hide dialog box
« on: April 25, 2015, 10:19:44 AM »
I have a routine in which an Image is loaded into a DCL Dialog Box.
The loading of image takes lot of time during which the empty dialog box is shown which appears bad.

I want that till the time the image is loaded, the dialog box should hide and as soon as it loads, it should unhide and be visible.

How to do that ?

ur_naz

  • Newt
  • Posts: 68
  • Made in Ukraine
Re: temporarily hide dialog box
« Reply #1 on: April 25, 2015, 11:39:54 AM »
There is no way to do so you want

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: temporarily hide dialog box
« Reply #2 on: April 26, 2015, 10:13:42 AM »
Try moving the time-consuming code above the call to (new_dialog).

ChrisCarlson

  • Guest
Re: temporarily hide dialog box
« Reply #3 on: April 27, 2015, 07:22:32 AM »
You could make a progress bar? simply break up the processing with pre-coded dialog windows.