Search found 18 matches

by XSreyfQT4hV6
09 Feb 2018 23:43
Forum: Bug Reports
Topic: Case Sensitive folders
Replies: 1
Views: 673

Case Sensitive folders

https://blogs.windows.com/windowsexperience/2018/02/07/announcing-windows-10-insider-preview-build-17093-pc/ Starting in 17089, NTFS has a new flag that can be set on directories to indicate all operations in those directories should be treated as case sensitive, which allows Windows applications t...
by XSreyfQT4hV6
31 Jan 2018 16:26
Forum: Bug Reports
Topic: Thumbnail while scrolling
Replies: 17
Views: 3765

Re: Thumbnail while scrolling

Yes.... It basically its always this way. I have never seen it work the way it should.
Fresh installs of windows, fresh installs of xyplorer etc.

I thought that's why a vm with it might be nice.
by XSreyfQT4hV6
30 Jan 2018 15:29
Forum: Bug Reports
Topic: Thumbnail while scrolling
Replies: 17
Views: 3765

Re: Thumbnail while scrolling

I can produce it in a brand new build of windows. If i produce a virtual machine(virtualbox?) with the issue would you peak at it?
by XSreyfQT4hV6
30 Jan 2018 03:37
Forum: Bug Reports
Topic: Thumbnail while scrolling
Replies: 17
Views: 3765

Re: Thumbnail while scrolling

Any chance on revisiting this? Its a super annoying bug that a few other have confirmed. I would be happy to help however i can.
by XSreyfQT4hV6
07 Jan 2018 02:22
Forum: Wishes
Topic: Thumbnail creation Create all tweak.
Replies: 1
Views: 596

Thumbnail creation Create all tweak.

Can we get a tweak to thumbnail creation? I really want to use "Create all thumbnails at once" but since it creates them from top to bottom you have to wait and wait and wait to get to the portion you want to see. I would like to see it create all the thumbnails but start with thumbs that ...
by XSreyfQT4hV6
20 Dec 2017 23:31
Forum: Script Exchange
Topic: PowerShell inside script.
Replies: 4
Views: 1939

Re: PowerShell inside script.

I will check it out. Thank you.
by XSreyfQT4hV6
20 Dec 2017 23:26
Forum: Script Exchange
Topic: PowerShell inside script.
Replies: 4
Views: 1939

Re: PowerShell inside script.

Didnt even think of that :P
Thx

Is there an easy way to write a multi line file?

In bash you can do something like this. Wondering if there is a clean looking way to do it in XY

Code: Select all

cat >/etc/myconfig.conf <<EOL
line 1, ${kernel}
line 2, 
line 3, ${distro}
line 4 line
... 
EOL
by XSreyfQT4hV6
20 Dec 2017 23:02
Forum: Script Exchange
Topic: PowerShell inside script.
Replies: 4
Views: 1939

PowerShell inside script.

I am a completely newbie when learning scripting in XY I am working on running powershell code from within XY and having it spit back data. Here is something i came up with. $cmd = """powershell.exe"" -ExecutionPolicy Bypass -Command ""mkdir c:\temp -ErrorAction Si...
by XSreyfQT4hV6
20 Dec 2017 17:36
Forum: Script Exchange
Topic: How to execute a PowerShell script from XYplorer?
Replies: 8
Views: 4194

Re: How to execute a PowerShell script from XYplorer?

For anyone reading this later here is what i did. foreach($token, <selitems |>, "|" ) { $cmd = """powershell.exe"" -ExecutionPolicy Bypass -File ""$token"""; run $cmd; } This will run any selected powershell scripts bypassing script signing...
by XSreyfQT4hV6
20 Dec 2017 17:22
Forum: Bug Reports
Topic: Thumbnail while scrolling
Replies: 17
Views: 3765

Re: Thumbnail while scrolling

mouse wheel.

*UPDATE*
I am able to create the issue with the scroll bar as well.
by XSreyfQT4hV6
20 Dec 2017 14:24
Forum: Bug Reports
Topic: Thumbnail while scrolling
Replies: 17
Views: 3765

Re: Thumbnail while scrolling

Is there anything that we could do to help you track it down? I was also able to recreate this issue on a clean machine with a 20MB bmp i created in paint i copy pasted a few hundred times. Cleared my thumbs folder, turned off create all thumbnails at once. Set thumbs to #3. If i scroll no matter ho...
by XSreyfQT4hV6
19 Dec 2017 22:10
Forum: Bug Reports
Topic: Thumbnail while scrolling
Replies: 17
Views: 3765

Re: Thumbnail while scrolling

This shows the issue well. Thank you.

I find the issue happens EVERY time i scroll before the visible screen of thumbnails is populated. If i wait until all are created then scroll, it works.
by XSreyfQT4hV6
16 Dec 2017 17:26
Forum: Bug Reports
Topic: Thumbnail while scrolling
Replies: 17
Views: 3765

Re: Thumbnail while scrolling

There are a few scenarios here. Scrolling when all thumbs on screen have been created or scrolling when some have been created. In addition you can scroll to an area with thumbs already created and an area with nothing created. What it feels like to me is when you scroll while it is creating the thu...
by XSreyfQT4hV6
15 Dec 2017 22:44
Forum: Tips & Tricks, Questions & Answers
Topic: Any good youtube guides for XYplorer
Replies: 2
Views: 725

Any good youtube guides for XYplorer

I have been using XYplorer for about a month or so but feel i am just scratching the surface.
Are there any comprehensive guide videos out there? I have looked around but not seeing anything to in depth for usage.