Everytime I must manualy deselect a new created folder if I want as next do select (per button) all *.tif files or *.png files or *.gif files... or *.gif and *.jpg files
I will copy the selected files to the new created folder per drag and drop but the folder are selected too and this will not work.
Adding a DESELECT ALL before SELECT *.xxx to the buttons is no sollution - this will deselect *.jpg if I want select *.tif additional
[quote="Mani"]Everytime I must manualy deselect a new created folder if I want as next do select (per button) all *.tif files or *.png files or *.gif files... or *.gif and *.jpg files
I will copy the selected files to the new created folder per drag and drop but the folder are selected too and this will not work.
Adding a DESELECT ALL before SELECT *.xxx to the buttons is no sollution - this will deselect *.jpg if I want select *.tif additional
I hope You can understand my bad english...
Mani[/quote]
When you create a new directory, the directory will not be selected automatically! Please explain your need clear. Can you type Finglish? If yes, maybe I can help you.
When you create a new directory, the directory will not be selected automatically! Please explain your need clear. Can you type Finglish? If yes, maybe I can help you.
I don't know any DOpus option for solving this problem, but if you use Power mode, this problem will be solved automatically (see my attached gif anim). If you want to use DOpus under other modes, you could change your Creat Folder code or define a new button/menu with following code:
@Set strDirName={RS|Enter your Dir name}
CreateFolder {s}{$strDirName}
Select DESELECT {$strDirName}
When you create your directories with this button/menu, the problem will not be appeared under other modes too.
I found that my previous code work occasionally I tested many other codes too, but no one of them was permanent under other modes. For example, the following code sometimes worked under Detail mode, another time not worked
Set CHECKBOXMODE=On
Select TOCHECKS
CreateFolder {s}{RS|Enter your Dir name}
Select FROMCHECKS
I think Select have a bug under other modes, except Power mode.
I just can suggest Power mode (See my gif anim).
Regards
P.S: Oh my GOD, why my previous letter Gif anim is moiety take it in full in a ZIP file. GIF Anim.zip (248 KB)
The select thing is because the file display hasn't seen the newly created directory by the time the (first) Select command is run, so there's nothing to deselect yet.