Search found 23 matches

by JimXYUser
09 Oct 2019 22:02
Forum: Tips & Tricks, Questions & Answers
Topic: XYplorer not displaying actual icon
Replies: 4
Views: 1104

Re: XYplorer not displaying actual icon

I'm able to solve the problem by making the icon display size bigger and also set the toolbar icon size to Autosize Button (under Customize Toolbar > Options > Autosize Button)
by JimXYUser
09 Oct 2019 15:24
Forum: Tips & Tricks, Questions & Answers
Topic: XYplorer not displaying actual icon
Replies: 4
Views: 1104

Re: XYplorer not displaying actual icon

Yes, Windows Explorer does it correctly, only XYplorer has problem.
by JimXYUser
09 Oct 2019 08:45
Forum: Tips & Tricks, Questions & Answers
Topic: XYplorer not displaying actual icon
Replies: 4
Views: 1104

XYplorer not displaying actual icon

XYplorer didn't display actual icon but only show a generic icon of an image viewer. I'm using Fastone Image Viewer, instead of XYplorer showing the actual icon, it now shown a generic Fastone icon only. This also happen on the Toolbar icon, all showing a generic Fastone icon. https://i.ibb.co/8BHdc...
by JimXYUser
22 Sep 2019 07:15
Forum: Bug Reports
Topic: How do you want to open this file
Replies: 11
Views: 3570

Re: How do you want to open this file

@jupe

thanks for the link, i finally fix it. yea! :appl:
by JimXYUser
22 Sep 2019 04:42
Forum: Bug Reports
Topic: How do you want to open this file
Replies: 11
Views: 3570

Re: How do you want to open this file

I have the same issue and I'm using Window 10 Pro. Solved it by going to gpedit -> Local Computer Policy -> Computer configuration -> Administrative templates -> Windows Compononents -> File Explorer -> Do not show the 'new application installed' notification -> Enabled. I don't understand the above...
by JimXYUser
07 Apr 2015 22:23
Forum: Tips & Tricks, Questions & Answers
Topic: How to Paste text into .txt file with Unicode support?
Replies: 5
Views: 1287

How to Paste text into .txt file with Unicode support?

Hi,

When i copy some text and -> Paste Special -> Paste Text Into New File
It create a ANSI encoded text file.

How can I paste into a Unicode text file? (reason, some Unicode is not supported in ANSI).

thanks
by JimXYUser
07 Dec 2014 00:26
Forum: Wishes
Topic: How to make the Tree in the middle (in between) of 2 Panels?
Replies: 4
Views: 934

Re: How to make the Tree in the middle (in between) of 2 Pan

maybe I should put a wishlist for this. thanks anyway.
by JimXYUser
06 Dec 2014 23:06
Forum: Wishes
Topic: How to make the Tree in the middle (in between) of 2 Panels?
Replies: 4
Views: 934

How to make the Tree in the middle (in between) of 2 Panels?

Is there a way to make the Tree in the middle (in between) of two Y-Panels?

Ok, make it more clear, the XYplorer display:

1 Panel on the left, | then Tree | and 1 Panel on the right.


How can I make the above display format.

Thanks.
by JimXYUser
13 Jun 2013 23:32
Forum: Tips & Tricks, Questions & Answers
Topic: How to use a button to "Edit with" to edit a file
Replies: 6
Views: 1718

Re: How to use a button to "Edit with" to edit a file

Thanks Stefan for the instruction. I manage to get Notepad to open a (or some) document(s) in edit.

Here is the code:

Code: Select all

openwith Notepad, (m);
You are right, I can't find anyway to attach a shortcut key to custom button. Maybe it would be nice to add this feature in future version.

thank again.
by JimXYUser
13 Jun 2013 22:04
Forum: Tips & Tricks, Questions & Answers
Topic: How to use a button to "Edit with" to edit a file
Replies: 6
Views: 1718

Re: How to use a button to "Edit with" to edit a file

that's not what i wanted, by putting the exe path into the name field, I need to Drag & Drop (to button) to Edit the file But I wanted just Click to Edit (not Drag & Drop to Edit).

thanks.
by JimXYUser
13 Jun 2013 19:07
Forum: Tips & Tricks, Questions & Answers
Topic: How to use a button to "Edit with" to edit a file
Replies: 6
Views: 1718

How to use a button to "Edit with" to edit a file

Hi, I know that i can use Droppable User Buttons (DUB) to drop a file to the button n Edit it. But can i just Click on the button and Notepad will Edit it (without drag & drop), a click is more easy then Drag & Drop. E.g. I select a file and click on a button to edit it in, say Notepad. (Usi...
by JimXYUser
23 Dec 2012 22:18
Forum: Script Exchange
Topic: Trim white spaces
Replies: 5
Views: 1441

Re: Trim white spaces

foreach($file, <get SelectedItemsPathNames>, "<crlf>") {
rename r, "\s{2,} > ", , $file;
}
very good! thanks.
by JimXYUser
23 Dec 2012 21:16
Forum: Script Exchange
Topic: Trim white spaces
Replies: 5
Views: 1441

Re: Trim white spaces

Sorry for not making myself clear, i would like to put the above script to rename some files that have many white spaces.

How do i do that, as right now, the script prompt for input and i don't know how to turn $Input into file name.

thanks for the help.
by JimXYUser
23 Dec 2012 09:47
Forum: Script Exchange
Topic: Trim white spaces
Replies: 5
Views: 1441

Trim white spaces

In script, how to trim more then 1 white space into just one.

e.g.

Code: Select all

From : "I  have   many    white    spaces."                [Note: many spaces in between]

To    : "I have many white spaces."                         [Note: Become, only 1 space in between ]
thanks.
by JimXYUser
25 Nov 2012 07:50
Forum: Tips & Tricks, Questions & Answers
Topic: how to pass an argument to a command ID
Replies: 4
Views: 1091

Re: how to pass an argument to a command ID

that is my destination file. btw is there a way to pass argument to any command ID (beside copy as) that need user input?