Messages - nitrix-ud [ switch to compact view ]

Pages: prev1 ... 86 87 88 89 90 [91] 92 93 94 95 96 ... 112next
451
@_ak
i think it has to do with your options (interface tab, second checkbox)
since i'm on a notebook with no numeric keyboard, i never use numpad...

452
perhaps we can remedy that.. it seems to me i should set up some default folders like MyMusic, MyPictures, etc, using keyword modifiers to make it easier for sharing this kind of thing -- then you'd just have to share an alias file which would work for anyone.

nice idea !

453
well in fact it seems i cannot control anything  :(

@Nod5
F12::
ControlGetText, xvar, TEdit1, %A_space%Find and Run Robot v2 ahk_class TMainForm
ControlGetText, xvar2, TPanel1, %A_space%Find and Run Robot v2 ahk_class TMainForm
Msgbox %xvar% %xvar2%
return

i'm trying to access the TPanel1 text (the status bar)
the code above does not work 
do you have an idea ?

same question for the result list...etc.

454
Thanks Nod5

i thought i could not control Find and Run Robot with autohotkey until now....
there is a space before the title... i missed that !

cheers

455
so here is how to create a nice alias for searching music collection organized in folders (one folder = one album)  ;D

1) create a new entry in the search folders tab
  • directory = your music folder
  • use an optional keyword (ex: folder_music)
mp3_1.png

2) create a new action alias (this one is to invoke different actions on the selected result) VERY POWERFUL FARR TRICK
mp3_2.png
one could add actions to play/enqueue in itunes or windows media player, etc.

3) then create the search template using the dosearch command VERY POWERFUL FARR TRICK
mp3_3.png
the regexp mask is
^m (.*)
so that "m " triggers the alias
the search template is
Music album search $$1 | dosearch -alias +folder_music +open_winamp +\ $$1
  • -alias means i don't want to search alias
  • +folder_music tells FARR, i just want results from my music folder
  • +\ tells FARR i just want folders
  • +open_winamp is the action modifier


Notes :
  • you can in matter of seconds create a second music alias for searching a networked drive, call it "mn" for music network, create a new search folder entry with the UNC path \\network\my music... this is a very handy way to play music on a networked drive...
  • regexp aliases + dosearch + action modifier is VERY POWERFUL and IMHO makes FARR unique
  • it would be great to be able to select multiple results then invoke the action... (we could enqueue multiple albums...)
  • i cannot really share this alias since this trick uses a search folder entry, an action alias, ... so i made a step-by-step explanation

hope it will be helpful

Pages: prev1 ... 86 87 88 89 90 [91] 92 93 94 95 96 ... 112next
Go to full version