engunneer wrote:
yes, you can modify the tooltip commands to place them where you want.
You can also remove the SetTimerCommand, or otherwise modify the notifications you get. I encourage you to experiment with this a bit. You can use the 'test' version for experimenting, since it won't harm your real application.
If you need help modifying the tooltip, let me know, but the help file explains it pretty well.
As advised, I changed a few lines in the code. I marked the lines that said SetTimer, ClearToolTip and then the ClearToolTip label and the ToolTip command that features once the file is executed with a
; to disable them. Under the F11 Hotkey, after the line ToolTip, Current Mode is %IncrementMode%, I added the code 800, 2 as the X and Y position of the tooltip and preceded that with CoordMode, ToolTip, Screen. These coordinates displays the Tooltip in the right hand corner of the screen and is permanently displayed there as the SetTimer, ClearToolTip lines of code have been disabled. I hope the 800, 2 coordinates would be the same (that is almost on the right hand side top corner) for all screens regardless of things like screen size, resolution and other stuff. This is more or less what I need and perhaps the best way that I could go about doing the same. If there is a better way, please advice.
engunneer wrote:
I also encourage you to learn what the proper flow of this script is, in the event you need to change it. I'll be happy to answer any technical question about why it does what it does.
Currently I am basking in the happiness that your code works like a charm

. I know there is a lot to learn from your script, especially for a rookie like me and will bear in mind your advice. Will definitely come back knocking here in case I need any technical questions answered.
engunneer wrote:
Lastly, you can get in the habit of pressing F11 twice, and it will show you the current mode.
If I adopt the practice highlighted above to have the ToolTip permanently displayed on the right hand corner of the screen then I will skip this step. I also realized how the F12 Hotkey displays the currently-in-operation mode (more of a way to double check) – nice touch. I will probably adhere to the permanent display for now, keeping the F12 Hotkey code in mind; in case the permanently displayed ToolTip is found to be too distracting at a later stage.
engunneer wrote:
You can also use a GUI to display status, I just felt it wasn't needed right away.
Now that would be a cool way of doing it but GUI is way above my head to even think about how to go about it. If you can once again spare me your valuable time and effort in getting this GUI done, it would be inviting, interesting and awesome.
engunneer wrote:
and yes, I had the byref in the wrong place. Its job in life is to make sure that the LoadNextFile function sends the new FileNumber back to the rest of the script, which was an earlier problem. Another problem was my initial setup of IncrementMode, where I used = instead of :=. That was a rookie mistake on my part.
I can see the plethora of replies (effective working scripts) that you contribute to this forum and my estimated guess is that besides being a distinguished member of this forum you surely must be a moderator too (with over 7000 posts to your name, it would be foolish not to have you as one, unless you do not want that). A rookie mistake just goes to prove that you too are human at the end of the day.
I cannot say this enough – Thank You! Thank You! Thank You! for everything…