Dialog Editor off the screen
Moderators: Dorian (MJT support), JRL
Dialog Editor off the screen
I am trying to edit one of my old program's dialog windows, but when I open the dialog editor, it opens the windows such that the top control bar is off the top of my monitor. I have tried all the tricks I know to move the windows, but because they open as a special child window of MS, I haven't had any luck.
Anyone had/solved this problem or have any good tricks to try?
TIA
Andrew T.
Anyone had/solved this problem or have any good tricks to try?
TIA
Andrew T.
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Dialog Editor off the screen
That's exactly the thread I was looking for. Cheers!
Yes, we have a Custom Scripting Service. Message me or go here
Re: Dialog Editor off the screen
The script fix worked for me. Thanks.
Sounds like I have the same setup as Grovkillen and the same issue. Not sure how repeatable it is for MS staff, but hopefully a fix can be made in upcoming versions because it is a truly frustrating problem.
Thanks again,
Andrew T.
Sounds like I have the same setup as Grovkillen and the same issue. Not sure how repeatable it is for MS staff, but hopefully a fix can be made in upcoming versions because it is a truly frustrating problem.
Thanks again,
Andrew T.
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Dialog Editor off the screen
Frustratingly, we haven't been able to replicate it at all.
Yes, we have a Custom Scripting Service. Message me or go here
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Dialog Editor off the screen
This gets it visible again. Edit accordingly :
If it's an existing Dialog, you can also control where it's displayed on screen with the Left and Top parameters. They may be too low or off screen.
Code: Select all
Let>REG_INTASSTR=1
RegistryWriteKey>HKEY_CURRENT_USER,SOFTWARE\MJTNET\MSched15,dlgToolFormLeft,300
RegistryWriteKey>HKEY_CURRENT_USER,SOFTWARE\MJTNET\MSched15,dlgToolFormTop,300
RegistryWriteKey>HKEY_CURRENT_USER,SOFTWARE\MJTNET\MSched15,dlgPropsHeight,500
Yes, we have a Custom Scripting Service. Message me or go here
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Dialog Editor off the screen
Please try having different zoom/dpi settings of the screens. I think it's causing problems.
- Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
- Contact:
Re: Dialog Editor off the screen
I have solved my problems using MS (meta to fix problems I have with MS using MS)
viewtopic.php?f=2&t=10878#p46715
viewtopic.php?f=2&t=10878#p46715
- Dorian (MJT support)
- Automation Wizard
- Posts: 1380
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
Re: Dialog Editor off the screen
On the subject of using MS to do something in MS, I often use a script to write a script. For example extracting 600 field Ids and creating hundreds of XLGetCell lines for those Excel sheets that have so many columns the column name starts spelling words.
Yes, we have a Custom Scripting Service. Message me or go here