Messages - Nod5 [ switch to compact view ]

Pages: prev1 ... 29 30 31 32 33 [34] 35 36 37 38 39 ... 234next
166
I noticed that if I open an incognito tab in Chrome or Firefox and load donationcoder.com then the main page loads as http (not https). While loaded as http Chrome labels the connection "Not secure" and some of the top menu bar icons are not visible. Once any link on the page is pressed the https version is loaded.

167
Find And Run Robot / minor bug: FARR locks #filecontents file if empty
« on: February 17, 2020, 03:57 AM »
Minor bug: If an alias uses #filecontents and the file exists and is empty then FARR locks that file.

To reproduce:
1. Make an alias with this as Results
#filecontents C:\test.txt
2. Create the empty file "C:\test.txt"
3. Run the alias
4. close FARR
5. try to delete or write to "C:\test.txt"

This might also affect the fileresults command, I haven't had time to test that yet.

168
Find And Run Robot / Re: FARR is on other monitor, can't see
« on: February 06, 2020, 11:52 AM »
If this only happens in the newest FARR version then it is probably an issue that mouser will fix.

In the meantime you could try some workarounds:

First, check if you can move the FARR window using the Win + Shift + Left/Right shortcuts in Windows. Those shortcuts work on most windows. Did not work on my FARR though, but worth a first try.

Alternatively, try using an AutoHotkey script to move the window to the visible part of the screen. One single line of code is enough to move the FARR window to near the middle of the primary display on my PC.
WinMove, ahk_class TMainForm ahk_exe FindAndRunRobot.exe,, 500, 500

If that works then you could for convenience make a FARR alias to run the script when you type "move".
alias name: move FARR
regex: ^move$
Result: dolaunch C:\folder\moveFARR.ahk

Modify the result line to the filename and folder you want for the AutoHotkey script.
You could also change the "move" part of the regex to whatever other string you want to use to launch the script.

169
Find And Run Robot / Re: FARR - Suggested Hotkey
« on: January 23, 2020, 08:38 AM »
Ctrl+space is also used by the editor
Alt+space is free but I use it for moving window, by opening the system menu.
Well, do you use those more often than FARR? If no, then why not just remap them to something else with AutoHotkey.

Or you could split them like so: Left Ctrl + Space for FARR, Right Ctrl + Space for something else.

170
Find And Run Robot / Re: FARR - Suggested Hotkey
« on: January 22, 2020, 01:40 PM »
I suggest Ctrl+Space or Alt+Space. Both very quick and easy to press without looking down at the keyboard. Take your pick  :)

Pages: prev1 ... 29 30 31 32 33 [34] 35 36 37 38 39 ... 234next
Go to full version