| View previous topic :: View next topic |
| Author |
Message |
hzbinden Newbie
Joined: 08 Mar 2006 Posts: 2
|
Posted: Wed Mar 08, 2006 2:21 pm Post subject: Dialog Designer is not launched |
|
|
I installed, for evaluation purposes, Personal VDS 4 on a computer with Windows XP SP2. Now, if the key F2 is pressed with the cursor in the script area (no matter if empty or not), the dialog designer isn't launched. However, in the task manager, there is a process 'dialog designer.exe' which requires 50 % of CPU performance.
What is wrong?
Thanks for any help! |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Thu Mar 09, 2006 2:01 am Post subject: |
|
|
hi and welcome to our little corner of the world
off the top of my head, F2 will work if you have the code for the interface in your script and if you first select/highlight DIALOG in the line DIALOG CREATE ... this is because it will highlight (and work with) all the code between DIALOG CREATE and DIALOG SHOW ... this raises the other issue of not having blank lines in your interface code as it can't cope with that
i have never tried F2 any other way and i know that it works using the method above
serge _________________
|
|
| Back to top |
|
 |
hzbinden Newbie
Joined: 08 Mar 2006 Posts: 2
|
Posted: Thu Mar 09, 2006 12:39 pm Post subject: |
|
|
Hi Serge,
I have solved this problem by (temporarily) changing the regional options from 'German (Switzerland)' to 'English (Great Britain)'. Obviously, VDS works properly with English regional settings only.
Thanks for your help! |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Thu Mar 09, 2006 1:18 pm Post subject: |
|
|
that's an interesting find...
serge _________________
|
|
| Back to top |
|
 |
|