| View previous topic :: View next topic |
| Author |
Message |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Mon Aug 09, 2004 9:11 am Post subject: [resolved] DIALOG CREATE bug? |
|
|
Anyone else noticed this? If the dialog style CLASS is the first style parameter to be specified, it seems to be ignored and the dialog has the default class name TVDSDialog. I can't see why this should be happening, but since it apparently does, it's necessary to work around the error by placing some other style like SAVEPOS before it. I have a gut feeling there might be a connection between this and why the order of the RUN command parameters WAIT and PIPE may be important when they aren't supposed to be... _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Mon Aug 09, 2004 10:35 am Post subject: |
|
|
You're quite right: the apparent error was due to some conditional code resulting in the dialog being created by a different line than the one I was looking at.  _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
|