The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
filezilla copy url
#1
filezilla has no option for copy remote file(s) as web url (my ftp server is well structured, each domain has a folder)
so i show a custom menu with my options on mouse middle click.
i found out that using match in acc is helping a lot.
currently it does work as expected when one file is selected.
but how do i get the selected items of the SysListView32 i spot?
Macro filezilla
Code:
Copy      Help
out
Acc m=acc(mouse)
str file = m.Name
;out m.Name
int w=win("* - FileZilla" "wxWindowClassNR" "" 0x5)
Acc aSelectedFiles.Find(w "LIST" "" "class=SysListView32" 0x4 0 3)

out "how to get selected items of SysListView32 when using acc?"




Acc aFolder.Find(w "COMBOBOX" "" "class=ComboBox" 0x1004 0 2)
;out aFolder.Value
str folder.gett(aFolder.Value -1 "/" )
str path.gett(aFolder.Value 1 "/" 2)


sel PopupMenu("Copy URL[]Delete")
,case 1
,,_s.format("http:/%s.com/%s/%s" folder path file)
,,out _s
,,err
,case 2
,,out "delete"
,,;key X
,,;int hwnd=win("Bestätigung erforderlich" "#32770")
,,;
,,;wait 0 WC hwnd
,,;but id(6 hwnd)
,,;wait 0 WC win("FileZilla" "#32770")
,,;but id(6 win("FileZilla" "#32770"))

Confusedhock: :roll: Tongue
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)