How in a script within the browser window can you open the folder window and focus on folders?
I've tried this, but it doesn't open the folder panel.... browser_window "folders"
Thanks,
Joey....
I've tried this, but it doesn't open the folder panel.... browser_window "folders"
Thanks,
Joey....
Inviato Mon 22 Aug 11 @ 2:08 pm
Here you go Joey
browser_folder : if focus is on songs, change focus to folders. if focus is on folders, open or close the subfolders of the selected folder.
browser_enter : if focus is on songs, load the selected song. if focus is on folders, change focus to songs.
browser_folder : if focus is on songs, change focus to folders. if focus is on folders, open or close the subfolders of the selected folder.
browser_enter : if focus is on songs, load the selected song. if focus is on folders, change focus to songs.
Inviato Mon 22 Aug 11 @ 8:05 pm
Thanks for the help, I looked and tried the browser_folder script, it only focuses if the folder window is already opened, if it's not open and your in the browser window it won't open the folder panel...
so in effect it doesn't work....if folder window is closed...
I need it to Open folder window & Focus the folders.....
Thanks,
Joey....
so in effect it doesn't work....if folder window is closed...
I need it to Open folder window & Focus the folders.....
Thanks,
Joey....
Inviato Mon 22 Aug 11 @ 9:32 pm
page "browser" & browser_window "folders" & browser_folder
how about that?
how about that?
Inviato Mon 22 Aug 11 @ 10:18 pm
It didn't open the folder window, once I opened it manually it was able to focus the folders, but was not able to open subfolders, like in browser_folder....
Any ideas?
Any ideas?
Inviato Tue 23 Aug 11 @ 10:27 am
yep this is tested... working
browser_folder & browser_window "folders" ? nothing : browser_window "folders"
browser_folder & browser_window "folders" ? nothing : browser_window "folders"
Inviato Tue 23 Aug 11 @ 10:37 am
It didn't open the folder window, once I opened it manually it was able to focus the folders and open subfolders, like in browser_folder....
Wow it looked good to me, why doesn't it work to open the folder window??
Thanks
Wow it looked good to me, why doesn't it work to open the folder window??
Thanks
Inviato Tue 23 Aug 11 @ 10:53 am
not sure what you mean in saying it doesn't open the folder window... On my desktop as a test I was on the effects page, on the press of a key mapped to that, it changes the page to the library and opens/closes any folder trees that it is focused on, with any further presses
Inviato Tue 23 Aug 11 @ 11:21 am
Ok, what I mean is, If you are in the browser window with no panels open and the focus is on the browser, when I press the key mapped with the script it does not open the folder window panel...
Inviato Tue 23 Aug 11 @ 11:30 am
Ok now I follow you... It sounds like you have opened the folder lock, so it opens and closes when your cursor is over it. Unfortunately I couldn't make it work I tried
skin_panel "folders" & browser_folder & browser_window "folders" ? nothing : browser_window "folders"
lock_panel "folders" & browser_folder & browser_window "folders" ? nothing : browser_window "folders"
neither work, you should ask for it in the wishes forum If you want it
skin_panel "folders" & browser_folder & browser_window "folders" ? nothing : browser_window "folders"
lock_panel "folders" & browser_folder & browser_window "folders" ? nothing : browser_window "folders"
neither work, you should ask for it in the wishes forum If you want it
Inviato Tue 23 Aug 11 @ 11:45 am
Appreciate your effert to help me out.....
Thank you
Joey....
Thank you
Joey....
Inviato Tue 23 Aug 11 @ 11:55 am