Search found 34 matches

by U_2582
05 Mar 2015 13:55
Forum: Tips & Tricks, Questions & Answers
Topic: Tiles view in "My Computer"
Replies: 2
Views: 738

Tiles view in "My Computer"

As you can see in the screenshot, details text is not fully shown. How can I adjust the width?
Image

Thanks
by U_2582
29 Sep 2014 09:50
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbar CB dropdown icon
Replies: 0
Views: 808

Toolbar CB dropdown icon

Is it possible to change the small dropdown arrow indicator for toolbar custom buttons?

Image

having "Fire click on mousedown" is nice, but the little arrow is too much for a minimalist like me.

Danke
by U_2582
22 Sep 2014 10:33
Forum: Wishes
Topic: Type to find (launcher)
Replies: 3
Views: 1298

Re: Type to find (launcher)

Yeah, many more of those are out there, but it would be nice to have it in XYplorer.
That's why this thread is under wishes.

Danke
by U_2582
20 Sep 2014 09:37
Forum: Wishes
Topic: Type to find (launcher)
Replies: 3
Views: 1298

Type to find (launcher)

A small edit box next to the address bar (just like quick search in windows explorer) where you have a predefined list of apps, locations, links etc, and each item has labels/tags, by typing in the edit box explorer will list matches in a dropdownmenu based on fuzzy search in tags/labels and item pa...
by U_2582
20 Sep 2014 03:57
Forum: Script Exchange
Topic: Load script into memory
Replies: 4
Views: 1449

Load script into memory

I have few custom user buttons to load favorite files and folders as menus (drop down menus), some contain many entries and they are not smooth/fast to load, I think because they rebuild the menu and menu icons every time they are clicked. Is there a way to load them once on startup and keep them in...
by U_2582
09 Sep 2014 13:57
Forum: Script Exchange
Topic: Enabl button on selection only
Replies: 25
Views: 5928

Re: Enabl button on selection only

HTML with JavaScript redirection after 3 seconds: "popup" $G_MSG = "Nothing selected!"; $G_TIMEOUT_SECONDS = 3; html(<<<#HTML <html><body> <h1>$G_MSG</h1> <script>window.setTimeout(function() { window.location = 'xys:timeout'; }, $G_TIMEOUT_SECONDS * 1000);</script> </body></htm...
by U_2582
09 Sep 2014 11:53
Forum: Script Exchange
Topic: Enabl button on selection only
Replies: 25
Views: 5928

Re: Enabl button on selection only

PeterH, The multi-line looks much better than the separator, but why is the second line grayed out?! Btw, Your code didn't work for me, needed <crlf> load <<<#>>>> "Nothing selected in the file list.|<xyicons>\cross.ico" end 1; <crlf>"Select something and try again."#>>>>,,s; end...
by U_2582
08 Sep 2014 14:15
Forum: Script Exchange
Topic: Enabl button on selection only
Replies: 25
Views: 5928

Re: Enabl button on selection only

Nice SammaySarkar, only glitch is that I'm getting an extra separator in the popupmenu.
Also can I define icon size for the popupmenu? 24, 32 etc
by U_2582
07 Sep 2014 15:50
Forum: Script Exchange
Topic: Enabl button on selection only
Replies: 25
Views: 5928

Re: Enabl button on selection only

Thanks for the help guys :)
popupmenu is the best solution for now, is it possible to add an icon to it?
by U_2582
06 Sep 2014 15:52
Forum: Script Exchange
Topic: Enabl button on selection only
Replies: 25
Views: 5928

Re: Enabl button on selection only

Actually I just started scripting in XYplorer, its very useful. At the moment I'm checking on top of my script to see if something is selected or not, like this... end ($p_selCount == 0), "Nothing selected in the file list."; But that requires one more click to get rid of the msg, I tried ...
by U_2582
06 Sep 2014 14:15
Forum: Script Exchange
Topic: Enabl button on selection only
Replies: 25
Views: 5928

Re: Enabl button on selection only

Thanks for the reply SammaySarkar.
Is it possible to have a balloon tip? Easier to dismiss than a msg.
by U_2582
06 Sep 2014 02:22
Forum: Script Exchange
Topic: Enabl button on selection only
Replies: 25
Views: 5928

Enabl button on selection only

Just like open with toolbar button, how can I have a custom button enabled only when items are selected?

Thanks
by U_2582
25 Jul 2014 03:39
Forum: Tips & Tricks, Questions & Answers
Topic: "Sort by" stuck on "Size"
Replies: 5
Views: 1195

"Sort by" stuck on "Size"

In recent versions "Sort by" is stuck on "Size", I always had it on "Type", saving and restarting doesn't work. It will even revert to "sort by size" just by opening a different folder.

Any idea?
Thanks