Technical support and scripting issues
Moderators: Dorian (MJT support), JRL
-
fightcancer
- Macro Veteran
- Posts: 249
- Joined: Fri Apr 15, 2005 8:32 am
Post
by fightcancer » Wed Sep 18, 2024 2:37 pm
Code: Select all
MessageModal>1
Dialog>Dialog1
object Dialog1: TForm
Left = 247
Top = 97
HelpContext = 5000
BorderIcons = [biSystemMenu]
Caption = 'CustomDialog'
ClientHeight = 211
ClientWidth = 476
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
ShowHint = True
OnTaskBar = False
PixelsPerInch = 96
TextHeight = 13
end
EndDialog>Dialog1
MessageModal>2
MessageModal>3
If the cursor is anywhere after the first line, then "Run from Top" doesn't work and the debugger runs from the current line where the cursor is.
-
Marcus Tettmar
- Site Admin
- Posts: 7394
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
-
Contact:
Post
by Marcus Tettmar » Fri Sep 20, 2024 9:45 am
I can't replicate. Same macro, run from top always runs from top, no matter which line I have selected.
-
fightcancer
- Macro Veteran
- Posts: 249
- Joined: Fri Apr 15, 2005 8:32 am
Post
by fightcancer » Fri Sep 20, 2024 7:38 pm
Marcus Tettmar wrote: ↑Fri Sep 20, 2024 9:45 am
I can't replicate. Same macro, run from top always runs from top, no matter which line I have selected.
Huh.... I can duplicate this issue 100% of the time in 15.0.25 and 15.0.24. Any suggestions?
Anyone else have this issue?
-
Grovkillen
- Automation Wizard
- Posts: 1131
- Joined: Fri Aug 10, 2012 2:38 pm
- Location: Bräcke, Sweden
-
Contact:
Post
by Grovkillen » Fri Sep 20, 2024 7:59 pm
Yeah, I'm with Marcus on this one... cannot duplicate the problem on my machine.
-
fightcancer
- Macro Veteran
- Posts: 249
- Joined: Fri Apr 15, 2005 8:32 am
Post
by fightcancer » Tue Oct 08, 2024 2:56 am
What's the best way to get help with this issue?