D
DLPB_
Guest
Apparently the tabs in dialogue are created from the space value. A normal tab is 4 spaces (E1 function), and a selection tab is 10 spaces (E0 function).
I have tried to locate in the executable the whereabouts of the code that decides whether it is 4 or 10 spaces etc. I need to be able to change this so I can directly affect tab spacing.
Anyone have any idea where it is? There has to be a place in code that looks up the data in window.bin for the space value and then does the math on it. Ive tried tracing what accesses the space value but came up with nothing.
Any ideas?
I have tried to locate in the executable the whereabouts of the code that decides whether it is 4 or 10 spaces etc. I need to be able to change this so I can directly affect tab spacing.
Anyone have any idea where it is? There has to be a place in code that looks up the data in window.bin for the space value and then does the math on it. Ive tried tracing what accesses the space value but came up with nothing.
Any ideas?