Home > Archive > Visual Basic > August 2005 > Gui freeze
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi All,
i built dome dialog that can show the progress and make some actions.
when im activating it, and do not touch any screen i can see the progress
bar progress and evrything work nice.
but when im open a new window (my computer for example)
the gui frozen and not respons until the gui finish the task.
is any one can tell me how can i can solve this kind of problem???
Thanks
| |
| Jan Hyde 2005-08-31, 6:55 pm |
| "Gabi" <Gabi@discussions.microsoft.com>'s wild thoughts were
released on Wed, 31 Aug 2005 04:53:02 -0700 bearing the
following fruit:
>Hi All,
>i built dome dialog that can show the progress and make some actions.
>when im activating it, and do not touch any screen i can see the progress
>bar progress and evrything work nice.
>but when im open a new window (my computer for example)
>the gui frozen and not respons until the gui finish the task.
>is any one can tell me how can i can solve this kind of problem???
>Thanks
Are you refreshing the screen in code?
Jan Hyde (VB MVP)
--
The non-eraseable chalk board was nothing remarkable.
(Megan Waves)
[Abolish the TV Licence - http://www.tvlicensing.biz/]
| |
| J French 2005-08-31, 6:55 pm |
| On Wed, 31 Aug 2005 04:53:02 -0700, "=?Utf-8?B?R2FiaQ==?="
<Gabi@discussions.microsoft.com> wrote:
>Hi All,
>i built dome dialog that can show the progress and make some actions.
>when im activating it, and do not touch any screen i can see the progress
>bar progress and evrything work nice.
>but when im open a new window (my computer for example)
>the gui frozen and not respons until the gui finish the task.
>is any one can tell me how can i can solve this kind of problem???
DoEvents
Look at an earlier thread in this NG
| |
|
| Hi Jan,
During my actions im always keep doing time by time (actually
every 100 msec) an update.
Thanks
"Jan Hyde" wrote:
> "Gabi" <Gabi@discussions.microsoft.com>'s wild thoughts were
> released on Wed, 31 Aug 2005 04:53:02 -0700 bearing the
> following fruit:
>
>
> Are you refreshing the screen in code?
>
>
>
> Jan Hyde (VB MVP)
>
> --
> The non-eraseable chalk board was nothing remarkable.
>
> (Megan Waves)
>
> [Abolish the TV Licence - http://www.tvlicensing.biz/]
>
>
| |
| Jan Hyde 2005-08-31, 6:55 pm |
| "Gabi" <Gabi@discussions.microsoft.com>'s wild thoughts were
released on Wed, 31 Aug 2005 06:16:01 -0700 bearing the
following fruit:
>Hi Jan,
>During my actions im always keep doing time by time (actually
>every 100 msec) an update.
I asked if you were doing a refresh.
J
[color=darkred]
>Thanks
>"Jan Hyde" wrote:
>
Jan Hyde (VB MVP)
--
Ego Trip: Stumbling over your own feat. (Stan Kegel)
[Abolish the TV Licence - http://www.tvlicensing.biz/]
|
|
|
|
|