Search found 84 matches
- 30 Apr 2020 09:50
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
Thank you for the key words! I'll do.
- 30 Apr 2020 03:23
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
Width/Height of Video/Image - in a single Column
I use Dimensions, Frame Width, Frame Height in a 3 columns so is it possible to combine all of them in a single custom column?
I use Dimensions, Frame Width, Frame Height in a 3 columns so is it possible to combine all of them in a single custom column?
- 29 Apr 2020 10:50
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
Thank you! It works good.
- 29 Apr 2020 06:36
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
#1 question I use below code to clear .ddd in file or folder name. Its last part of the word in the file or folder. File name: aaa.bbb.ccc.ddd.txt I am expecting: aaa.bbb.ccc.txt Folder name: aaa.bbb.ccc.ddd I am expecting: aaa.bbb.ccc foreach($item, <get selecteditemspathnames>, <crlf>, , "No file...
- 15 Sep 2019 13:20
- Forum: Tips & Tricks, Questions & Answers
- Topic: Off Fit Mode Unless Image Size Better Than 1280x720
- Replies: 13
- Views: 773
Re: Off Fit Mode Unless Image Size Better Than 1280x720
I got it. Thanks a lot for your time and replies. I really highly appreciate that.
- 15 Sep 2019 12:26
- Forum: Tips & Tricks, Questions & Answers
- Topic: Off Fit Mode Unless Image Size Better Than 1280x720
- Replies: 13
- Views: 773
Re: Off Fit Mode Unless Image Size Better Than 1280x720
PC infos: CPU: Intel Core i7-3960X RAM: 32 GB You really greatly mentioned 'image scaled' . Yeah, I see slow down occurs when I scaled images, unfortunately, if image size 1280x720 and I tried to zoom image in this case slow down / lagging occurs. Fortunately, it doesn't matter if image size 1280x40...
- 14 Sep 2019 17:18
- Forum: Tips & Tricks, Questions & Answers
- Topic: Off Fit Mode Unless Image Size Better Than 1280x720
- Replies: 13
- Views: 773
Re: Off Fit Mode Unless Image Size Better Than 1280x720
I guess slow down depends on size of image files. So I don't have to check any settings of XY, am I correctly understanding?
- 14 Sep 2019 05:33
- Forum: Tips & Tricks, Questions & Answers
- Topic: Off Fit Mode Unless Image Size Better Than 1280x720
- Replies: 13
- Views: 773
Re: Off Fit Mode Unless Image Size Better Than 1280x720
Oh! I don't think 1280x720 image is a big one. Am I think wrong?
- 13 Sep 2019 13:09
- Forum: Tips & Tricks, Questions & Answers
- Topic: Off Fit Mode Unless Image Size Better Than 1280x720
- Replies: 13
- Views: 773
Re: Off Fit Mode Unless Image Size Better Than 1280x720
Sorry I didn't explained well enough.
In 'Full Screen Preview' mode I press 'W' for 'Fit Width' mode and now image extend until to fit width of display (this is ok) but now I need to drag image Up / Down with 'Right Mouse Button' while I try to drag XY all the way slow down.
In 'Full Screen Preview' mode I press 'W' for 'Fit Width' mode and now image extend until to fit width of display (this is ok) but now I need to drag image Up / Down with 'Right Mouse Button' while I try to drag XY all the way slow down.
- 13 Sep 2019 04:42
- Forum: Tips & Tricks, Questions & Answers
- Topic: Off Fit Mode Unless Image Size Better Than 1280x720
- Replies: 13
- Views: 773
Re: Off Fit Mode Unless Image Size Better Than 1280x720
When I use 'Fit Width' in that mode XY slow down. What am I have to check for it?
- 25 Aug 2019 03:17
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
This really looks like so easy and so simple but it took a lot of efforts and consumed a lot of times. So far works good. Thanks a lot for your great explanations, I really highly appreciate that @highend Hope nothing wrong in this code. foreach($folder, <get SelectedItemsPathNames |>, , "e") { $bas...
- 18 Aug 2019 21:16
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
Unfortunately since first time I shared my AHK code lines. Today I need to share it again that it reached over 700 lines most of them I wrote by myself. Yes I remember that we already talked about this. https://i.snipboard.io/OEAnlu.jpg So since you and @jupe explained well (I believe so) but I real...
- 18 Aug 2019 02:29
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
I would like to add ' . ' to this line but can't and I tried like this ' .|_ ' unfortunately this doesn't work. foreach($folder, <get SelectedItemsPathNames |>, , "e") { $base = gpc($folder, "base", -2, 1); $newName = replace(regexreplace($base, "^(.*?)(.Male|.Female|_Male|_Female)(.*?$)", "$1"), "....
- 16 Aug 2019 23:04
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
I didn't remove it vice versa I tried to add more lines for files. Thanks a lot. Seems works good.
- 16 Aug 2019 21:40
- Forum: Tips & Tricks, Questions & Answers
- Topic: Miscellaneous - Questions
- Replies: 60
- Views: 5884
Re: Miscellaneous - Questions
I believe this is maybe so easy but still trying unfortunately couldn't done it by myself. I'd like to below code also could work for files , please. foreach($folder, <get SelectedItemsPathNames |>, , "e") { if (exists($folder) != 2) { continue; } $base = gpc($folder, "base", -2, 1); $newName = repl...