Search found 4139 matches

by klownboy
25 Apr 2015 14:45
Forum: Tips & Tricks, Questions & Answers
Topic: Large Icons for toolbar
Replies: 4
Views: 764

Re: Large Icons for toolbar

Don, I thought XYplorer would automatically use the 24x24 size icon from the icon resource file if it contained multiple icon sizes (one being 24x24) and your toolbar was set to large icons?
by klownboy
24 Apr 2015 13:39
Forum: Script Exchange
Topic: [Script] WhiteSpaceCtxMenu
Replies: 170
Views: 40189

Re: [Script] WhiteSpaceCtxMenu

if later stuff does not even get evaluated, it has great bearing on the order of my IF - checks. This is a rather simplistic case. Yes, the first gettokenindex or comparison statement the script runs into which is true (e.g., the extension is "jpg"), it will run the load (open the associa...
by klownboy
24 Apr 2015 00:45
Forum: Script Exchange
Topic: [Script] WhiteSpaceCtxMenu
Replies: 170
Views: 40189

Re: [Script] WhiteSpaceCtxMenu

Hey Stef123, I'm glad you got it working alright. As far as the final #550, and not having an else, when it comes right down to it, I could have used 2 separate if statements instead in this situation and then the final #550. I suppose the bottom line is if you don't meet any of the conditions (i.e,...
by klownboy
23 Apr 2015 19:03
Forum: Script Exchange
Topic: [Script] WhiteSpaceCtxMenu
Replies: 170
Views: 40189

Re: [Script] WhiteSpaceCtxMenu

Hi Stef123, I've incorpoarated peterH's comments into the first post but it boils down simply to the 'load' statements (99% of the time it will work as I originally had it - it will fail if you had extensions like .xlsx and were looking for xls). So it may look overwhelming or confusing, but all you...
by klownboy
23 Apr 2015 15:30
Forum: Wishes
Topic: Conditional Keyboard Shortcut
Replies: 4
Views: 471

Re: Conditional Keyboard Shortcut

Why not just map the shortcut to a UDC script which decides the action to take? But still though, I'm not so sure the idea should be discounted so quickly even though binocular222 backed off. It's actually as good idea. You have to keep in mind and I'm sure Don could back this up, the vast majority...
by klownboy
23 Apr 2015 12:54
Forum: Wishes
Topic: Another mode of folder emptyness for prop:#empty
Replies: 1
Views: 343

Re: Another mode of folder emptyness for prop:#empty

Hi Sammay, I was asking for nearly the same thing here http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=13020&hilit=empty#p115638 (see discussion before and after), but at the time Don said it needed more meditation. It looks like we are close in what we needed - maybe. I wanted, and still d...
by klownboy
22 Apr 2015 23:40
Forum: Script Exchange
Topic: [Script] WhiteSpaceCtxMenu
Replies: 170
Views: 40189

Re: [Script] WhiteSpaceCtxMenu

Hi Stef123, I was able to get the menus to combine properly with the separator between them without having to combine them first into another variable as I did above. This way is cleaner and you don't have to make combo variables as I did. First, add the $CopyMove variable made with heredoc along wi...
by klownboy
22 Apr 2015 16:41
Forum: Script Exchange
Topic: [Script] WhiteSpaceCtxMenu
Replies: 170
Views: 40189

Re: [Script] WhiteSpaceCtxMenu

Sorry Stef123, I wasn't thinking...there are a number of ways you can combine the sections. I'd make your copy/move menu items a separate heredoc variable like the others and then combine them either directly in the load command or combine them first into a variable and then load the combo variable....
by klownboy
22 Apr 2015 15:05
Forum: Tips & Tricks, Questions & Answers
Topic: Server slow
Replies: 2
Views: 284

Re: Server slow

The forum was very slow for me this morning, but as of an hour ago it seems to be picking up. Strange, when I open another window to access the forum, it's very slow to get here, but once here in the forum it's not so bad moving around within it. Thanks.
by klownboy
22 Apr 2015 14:35
Forum: Tips & Tricks, Questions & Answers
Topic: Server slow
Replies: 2
Views: 284

Server slow

Is anyone else experiencing extremely slow response form the XY forum. I have a very fast cable connection and have no problems with other sites but since yesterday afternoon, the XY site has been extremely slow to respond. As a matter of fact it was so slow, it timed out and I received the lovely -...
by klownboy
22 Apr 2015 14:24
Forum: Script Exchange
Topic: [Script] WhiteSpaceCtxMenu
Replies: 170
Views: 40189

Re: [Script] WhiteSpaceCtxMenu

But I noticed a problem: the test for file extensions might find wrong results Thanks PeterH for the comments. I should have dug a little deeper on the file extension comparisons before posting especially since I've used SC gettokenindex to do similar comparisons checking for a '0' return. I have b...
by klownboy
21 Apr 2015 17:47
Forum: Tips & Tricks, Questions & Answers
Topic: Add custom commands to context menu ?
Replies: 54
Views: 9436

Re: Add custom commands to context menu ?

Hey Sammay, I'm not sure if you referring to my example script posted in the scripting section mentioned above or previous entries, but yes, I know about CEA_TreeRightClickOnWhite. I didn't want to complicate the explanations or the script, but someone could do the same for the tree as well. At some...
by klownboy
21 Apr 2015 16:09
Forum: Tips & Tricks, Questions & Answers
Topic: Add custom commands to context menu ?
Replies: 54
Views: 9436

Re: Add custom commands to context menu ?

Yes, please do this, Ken. I must try to see how I get along, Hi Stef123, I decided to post an example script in the Script Exchange section. Of course you need to spend a few minutes setting up the script to use your own file types and associated programs. After just a little use, I'm finding it ea...
by klownboy
21 Apr 2015 15:25
Forum: Script Exchange
Topic: [Script] WhiteSpaceCtxMenu
Replies: 170
Views: 40189

[Script] WhiteSpaceCtxMenu

The purpose of this script is to call out specific menus when the user right clicks on the list panel white space. The menu which comes up is dependent on the file type of the current file. So you could set it up such that if you had a jpg or png file selected (i.e <curitem>), a menu with 4 or 5 dif...
by klownboy
20 Apr 2015 18:34
Forum: Tips & Tricks, Questions & Answers
Topic: Add custom commands to context menu ?
Replies: 54
Views: 9436

Re: Add custom commands to context menu ?

Thanks for the reminder Sammay on that setting for bringing up menus like Favorites Files or Favorite Folders at the current mouse position. So it seems to be working quite nicely, in that if I have a particular file selected (e.g., certain extension(s)), a menu comes up with actions associated with...