| View previous topic :: View next topic |
| Author |
Message |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Mon May 30, 2011 9:55 am Post subject: Dynpos4 question [SOLVED] |
|
|
Hi,
I'm start to using dynpos4 but happen a strange thing:
after esecute the script inside ide, the dialog is showed two times like a two indipendent process I don't understand why
Any Idea?
Last edited by Tdk161 on Tue Jun 07, 2011 12:03 am; edited 1 time in total |
|
| Back to top |
|
 |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Mon May 30, 2011 6:36 pm Post subject: |
|
|
| The second process handles the resizing of your dialogs and treats them as windows via HWND, it's a helper process. |
|
| Back to top |
|
 |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Mon May 30, 2011 9:15 pm Post subject: |
|
|
Ok cnodnarb,
What I can make to resolve this issue? |
|
| Back to top |
|
 |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Mon May 30, 2011 9:58 pm Post subject: |
|
|
Nothing you can do if you want true multithreaded resizing in VDS. You have to run a separate process, otherwise you have to use the standard methods.
I will say that helper processes should be identified as such, I don't like that the helper process has the same name as the primary executable.
So like for WebWrite.exe I would call the helper process WebWrite_helper.exe that way tech support agents (which I've done for a couple of years in the past) would not be confused about why there are two of the same process running.
Also I would continue to code the resize event, in case the helper process gets destroyed. |
|
| Back to top |
|
 |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Tue Jun 07, 2011 12:04 am Post subject: |
|
|
| Thank you cnodnarb |
|
| Back to top |
|
 |
|