Is it possible that the files which are being truncated were created or downloaded during the time that XY is minimized?
I tried to replicate that scenario here but XY still behaved correctly.
Search found 4307 matches
- 10 Apr 2019 16:36
- Forum: Bug Reports
- Topic: Autosize columns = 0 not properly applied
- Replies: 19
- Views: 2057
- 08 Apr 2019 13:39
- Forum: Bug Reports
- Topic: [FIXED] Crash on Ctrl+Click Find Files Tab Bar Whitespace
- Replies: 2
- Views: 543
Re: Crash on Ctrl+Click Find Files Tab Bar Whitespace
I'm sure you squashed it in v19.80.0138 but I missed the weekend releases so confirmed fix in v19.80.0141.
Thanks!

Thanks!

- 04 Apr 2019 17:52
- Forum: Bug Reports
- Topic: [FIXED] Crash on Ctrl+Click Find Files Tab Bar Whitespace
- Replies: 2
- Views: 543
[FIXED] Crash on Ctrl+Click Find Files Tab Bar Whitespace
:ninja: In fresh 19.80.0136. (various info below) Ctrl+F to activate Find Files . Ctrl+Click to the right of the Excluded tab. Results in a dialog: Run-time error '341': Invalid control array index --------------------------- OK --------------------------- Followed by exiting crash. :blackstorm: XYp...
- 02 May 2018 17:43
- Forum: Wishes
- Topic: HoverBox improvements
- Replies: 173
- Views: 20400
Re: HoverBox improvements
Don, can you check and confirm the behavior when Show info tips only while the shift key is held down is enabled?
What I'm seeing is that shift+hover shows HB and ctrl+shift+hover does nothing.
I expected and would prefer ctrl+shift+hover to show the info tips when that option is enabled.
What I'm seeing is that shift+hover shows HB and ctrl+shift+hover does nothing.
I expected and would prefer ctrl+shift+hover to show the info tips when that option is enabled.
- 26 Jul 2017 22:10
- Forum: Wishes
- Topic: Age Graphics
- Replies: 48
- Views: 13612
Re: Age Graphics
Don, any chance you could replace the Customize Age Graphics dialog with the standard list management one? Then we would be able to live preview all the definitions instead of only those the list would currently show. Next wish the ability to use such a dialog from a script similar to InputSelect bu...
- 20 Jul 2017 16:30
- Forum: Tips & Tricks, Questions & Answers
- Topic: Beta v18.10.0101 AGE CIRCLES/BARS
- Replies: 21
- Views: 2794
Re: Beta v18.10.0101 AGE CIRCLES/BARS
Yes, with "Ok" I meant I will add a tweak for Marco. :) Any chance you can add AgeCirclesAtModified support to the tweak SC? Would be great to quickly toggle between the choices and see the difference without having to restart XY when deciding which I prefer. ;) Also, fantastic work while I've been...
- 18 May 2017 16:01
- Forum: Bug Reports
- Topic: Inactive pane colour not saved
- Replies: 2
- Views: 756
Re: Inactive pane colour not saved
XY is converting the zero to the default color.
If you adjust it to '00001' or '010101' it will keep.
See also: viewtopic.php?f=2&t=8653
If you adjust it to '00001' or '010101' it will keep.
See also: viewtopic.php?f=2&t=8653
- 05 Apr 2017 21:27
- Forum: Tips & Tricks, Questions & Answers
- Topic: Screenshots of icon column use?
- Replies: 1
- Views: 668
Re: Screenshots of icon column use?
A bit of a work in progress but... Quick visual comparison: 2017-04-05 145648.png Purple solid dot: Orphan Outer ring: Date modified. Single inner dot: File size. Double inner dot: Non-recursive child count. (Left: Directories, Right: Files.) Orange solid dot: Error - multiple matching items. (Not d...
- 05 Apr 2017 15:26
- Forum: Wishes
- Topic: inputselect() - new style value
- Replies: 1
- Views: 556
Re: inputselect() - new style value
My response is in the other thread but just to reiterate: ... the combination of the two flags (2+128) has been discouraged nearly as long, and I would be surprised if anyone relied on the actual existing behavior of 2+128 ignoring checkboxes, so I feel it is probably okay to make 128 returns the se...
- 05 Apr 2017 15:16
- Forum: Tips & Tricks, Questions & Answers
- Topic: inputselect parent from tabbed list
- Replies: 21
- Views: 2623
Re: inputselect parent from tabbed list
Where were you in 2014? https://www.xyplorer.com/xyfc/viewtopic.php?p=113769#p113769 You are both mistaken in believing that 128 returns the index of the checked item. Read the documentation with my emphasis added: 128 = Return selected index (first item = "1"). If nothing is selected, "0" (zero) is...
- 30 Mar 2017 17:09
- Forum: Wishes
- Topic: Custom column - Ability to display icon(s)
- Replies: 82
- Views: 9820
Re: Custom column - Ability to display icon(s)
Uses Extra 1-3 columns so that we could add "animation". Now it just needs some noise from beep or sound . ;) "Slot Machine" $icons = ':meta|:cofi|:favs|:ctb1|:hotlist|:del|:nuke|:paper|:sfs|:ctb1'; $winner = ':ctb1'; $iconCount = GetToken($icons, 'Count', '|'); // Wheels $w1 = FormatList($icons, 'x...
- 30 Mar 2017 15:21
- Forum: Wishes
- Topic: Custom column - Ability to display icon(s)
- Replies: 82
- Views: 9820
Re: Custom column - Ability to display icon(s)
Can we please have the the ability to specify a list of icons that are shown side by side? Yep, can be done. Has been done. Filled my morning but it was worth it. Still waiting for a script that emulates a slot machine... :mrgreen: :beer: Thanks Don! However, this doesn't seem to work with Extra Co...
- 30 Mar 2017 13:11
- Forum: Wishes
- Topic: wishing my scripts could refresh individual items in list
- Replies: 8
- Views: 1312
Re: wishing my scripts could refresh individual items in list
The active pane's active tab will automatically refresh the extra column when tagging items and you can explicitly tag only the items you want to "refresh".autocart wrote:I'm not sure what would be achieved by that in this thread's context?TheQwerty wrote:What about having your script tag the items using one of the extra tags?
- 30 Mar 2017 12:46
- Forum: Wishes
- Topic: wishing my scripts could refresh individual items in list
- Replies: 8
- Views: 1312
Re: wishing my scripts could refresh individual items in list
What about having your script tag the items using one of the extra tags?
EDIT: As for Sammay's wish perhaps a new variable <cc_currentValue>? This would return the cell's current value if it exists which would allow us the ability to act on or even modify it.
EDIT: As for Sammay's wish perhaps a new variable <cc_currentValue>? This would return the cell's current value if it exists which would allow us the ability to act on or even modify it.
- 30 Mar 2017 12:30
- Forum: Wishes
- Topic: Keyboard navigation "add/edit tags by list"
- Replies: 13
- Views: 1883
Re: Keyboard navigation "add/edit tags by list"
Odd that Ctrl+Space will not yield.
I have no love for the F-row, so maybe wait until other opinions are voiced.
I have no love for the F-row, so maybe wait until other opinions are voiced.