Search found 111 matches

by sinilill
12 Jun 2014 10:15
Forum: Tips & Tricks, Questions & Answers
Topic: Info Panel Position
Replies: 41
Views: 7896

Re: Info Panel Position

No projected time frame. BTW, I recently had a revolutionary idea: The user "declares" a tab (preferably on the 2nd pane) as "Preview Tab", e.g. by relocating it to some pseudo path (e.g.: :preview: ). This tab will preview any file selected in the 1st pane. One of the advantage...
by sinilill
10 Jun 2014 02:37
Forum: Script Exchange
Topic: Selection Store 1.0.1 (March 27, 2014)
Replies: 73
Views: 18867

Re: Selection Store 1.0.1 (March 27, 2014)

Image

Is this a BUG? Tried it with 1.0.1 and the latest beta.
'Show Store Content' always shows item(s) I stored the first time + currently stored item(s). 'Edit Store Content' is OK and shows only the currenlty stored item(s)!
by sinilill
07 Jun 2014 00:29
Forum: Wishes
Topic: Default first 1 item for popup menu
Replies: 7
Views: 951

Re: Default first 1 item for popup menu

Totally agree, every saved click helps to save the rainforest.
by sinilill
04 Jun 2014 13:56
Forum: Tips & Tricks, Questions & Answers
Topic: Load script (custom menu) at selection?
Replies: 13
Views: 3408

Re: Load script (custom menu) at selection?

Thanks, now it's working flawlessly, I appreciate your input!

The BING sound was because I didn't had On KeyUp checked :D
by sinilill
04 Jun 2014 13:27
Forum: Tips & Tricks, Questions & Answers
Topic: Command-line in favorite files menu
Replies: 17
Views: 2155

Re: Command-line in favorite files menu

with the new runret command :D

Code: Select all

::text runret ("cmd /c ipconfig /all"), 720, 900, "IP Config",,;
by sinilill
03 Jun 2014 22:25
Forum: Tips & Tricks, Questions & Answers
Topic: Load script (custom menu) at selection?
Replies: 13
Views: 3408

Re: Load script (custom menu) at selection?

Image

I guess I could live with the 1. scenario, but now my computer makes a BING everytime I run the script :D
by sinilill
03 Jun 2014 21:55
Forum: Tips & Tricks, Questions & Answers
Topic: Load script (custom menu) at selection?
Replies: 13
Views: 3408

Re: Load script (custom menu) at selection?

No time to doc this, but pass 1 as flags to convert it to screen position: syntax: cell(row, column, coord, [flags]) WOW, thanks, the flag is working as intended. But I'm stuck again :( As everybody can see from the scipt, it's only supposed to work with a single selection. It would be a lot more u...
by sinilill
03 Jun 2014 00:19
Forum: Tips & Tricks, Questions & Answers
Topic: Load script (custom menu) at selection?
Replies: 13
Views: 3408

Re: Load script (custom menu) at selection?

Is it supposed to load offset or am I doing something wrong?
Unfortunately my scripting skills are based on trial and error!
by sinilill
01 Jun 2014 21:06
Forum: Tips & Tricks, Questions & Answers
Topic: Load script (custom menu) at selection?
Replies: 13
Views: 3408

Re: Load script (custom menu) at selection?

Managed to get it work, but it's offset, both in x and y direction. Maybe it has something to do with the new Layout? With offset correction :D $row = row(<curitem>); $column = "name"; sel $row; $x = cell($row, $column, "x"); $y = cell($row, $column, "b"); popupmenu(&qu...
by sinilill
01 Jun 2014 18:10
Forum: Tips & Tricks, Questions & Answers
Topic: Load script (custom menu) at selection?
Replies: 13
Views: 3408

Re: Load script (custom menu) at selection?

I'm using load "rename.txt" the txt file contains: "Rename add date+sig" rename , "<date yymm> * - PN"; "Rename after current folder" rename , "<curfolder>"; etc I wanted to make a seperate menu just for renaming files, because my POM is already too ...
by sinilill
01 Jun 2014 16:54
Forum: Tips & Tricks, Questions & Answers
Topic: Load script (custom menu) at selection?
Replies: 13
Views: 3408

Load script (custom menu) at selection?

Hi, I wan't to load a custom menu via keyboard shortcut at the selection, like POM, currently it loads at the mouse pointer.
Is there a way I can specify the position?
by sinilill
28 May 2014 15:35
Forum: Tips & Tricks, Questions & Answers
Topic: Command-line in favorite files menu
Replies: 17
Views: 2155

Re: Command-line in favorite files menu

and here's another using "IpConfig" "IP Configuration|:shellprops" run "C:\Windows\SysNative\cmd.exe /C ""C:\Windows\System32\ipconfig.exe /all"" | clip", ,0,0; text "<clipboard>", 700, 900, "IP Config",,; Nice, but on the first ...
by sinilill
28 May 2014 11:08
Forum: Tips & Tricks, Questions & Answers
Topic: Command-line in favorite files menu
Replies: 17
Views: 2155

Re: Command-line in favorite files menu

Why do you want it to be in the favorite files menu? I'm using a user button on the toolbar which loads a custom menu. Passing command line parameters works just fine, some examples: "CMD - IP Config" run "cmd /c ipconfig & pause" "Weather" open """pd...
by sinilill
25 May 2014 00:10
Forum: Bug Reports
Topic: MP3Tag not efficient with XYplorer
Replies: 4
Views: 1405

Re: MP3Tag not efficient with XYplorer

One solution would be creating a Catalog item, in Application: path to mp3tag.exe and in Action on click: Open selected List items with application. You could also create a toolbar button, On Left click: openwith"path to mp3tag.exe". It's very useful when you are using XYplorer and Mp3tag ...