SanskritFritz wrote:I got this idea from the forum, someone discovered this by accident, maybe BlackDog.
I know someone who did not so much by accident but by having more time to experiment with this and that . It must have been before the forum changed (after a crash or so) cause I can only find a summary.
No better solution still? That's all right, I found plenty of other useful tips scanning through the posts today...
Balderstrom wrote:@ SansskritFritz
RE: AutoIT Script
; (careful when selecting a folder, by default it calculates the size,
; which can be time consuming)
Anytime TC starts calc'ing a folder when I don't want...In my experience hitting [Esc] will stop it.
I have not read and tested your script yet...
But,
Why do you need to use space? Send "insert" button! It would not cause unwanted space calculation.
By default, Insert moves down. Then I should move back, but if i'm at the end of the list, Ins didnt move down, and i get to the wrong file. Surely there is a message to send, but until there is real need for the script, i wont budge
I switched to Linux, bye and thanks for all the fish!
SanskritFritz wrote:By default, Insert moves down. Then I should move back, but if i'm at the end of the list, Ins didnt move down, and i get to the wrong file. Surely there is a message to send, but until there is real need for the script, i wont budge
Am I right that this code saves the current position:
; Go back to the original position
; The message was taken from Winspector
SendMessage 0x19e, %sf_Position%, 0, %sf_FocusedControl%, ahk_class TTOTAL_CMD
?
If so, why do you need to return back after "insert" ?
It is not such a nice that this script won't work in the root directory.
Last edited by Laplace on 2005-10-25, 11:59 UTC, edited 1 time in total.
You are right, but anyway, is there any way to check the if the first item is "[..]" ? Having [..] in the root looks unusual for me.
There is definitely a way, i have to find an elegant way, one method could be to copy the first position to the clipboard and check it. I dont have much time at the moment, later i will return to the problem.
PS: on the other hand, it wont work then anyway, and besides, when was the last time you renamed a file in the root of any drive?
I switched to Linux, bye and thanks for all the fish!