Name column is missing grid, just white when selected?
How can I get the grid and blue color back on the Name column?
Sorted by date modified and no issue in that column.
Name column a) grid is missing b) background is white instead of the blue like the other columns
Name column is missing grid, just white when selected?
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
PlorerXY6
- Posts: 83
- Joined: 13 Oct 2022 19:51
-
admin
- Site Admin
- Posts: 66579
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Name column is missing grid, just white when selected?
Got a screenshot?
FAQ | XY News RSS | XY X
-
PlorerXY6
- Posts: 83
- Joined: 13 Oct 2022 19:51
Re: Name column is missing grid, just white when selected?
see attached, I want the grid back in Name column...don't understand what is wrong! Pressing F2 brings back the blue color of note.
To see the attached files, you need to log into the forum.
-
PlorerXY6
- Posts: 83
- Joined: 13 Oct 2022 19:51
Re: Name column is missing grid, just white when selected?
To see the attached files, you need to log into the forum.
-
admin
- Site Admin
- Posts: 66579
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Name column is missing grid, just white when selected?
Cannot reproduce.
Click menu Help | Various Information and post the return.
Click menu Help | Various Information and post the return.
FAQ | XY News RSS | XY X
-
PlorerXY6
- Posts: 83
- Joined: 13 Oct 2022 19:51
Re: Name column is missing grid, just white when selected?
It says--
EDIT - (cut these as resolved/issue was a script per below)
Last edited by PlorerXY6 on 21 Mar 2024 14:35, edited 2 times in total.
-
PlorerXY6
- Posts: 83
- Joined: 13 Oct 2022 19:51
Re: Name column is missing grid, just white when selected?
Update looks like I had a button script filter applied that I thought was only being applied to one folder...clicked again & it went away. Is there another way to know if I have a filter/script applied and to reset it to off?
Script--
perm $P_CC_Trigger;
$mode = popupmenu("Date modified;m|Date created;c|Extension;e");
if !($mode) { status "No mode selected, aborted!", "8B4513", "stop"; end 1==1; }
$P_CC_Trigger = $mode;
// Date (created or modified)
if (regexmatches($mode, "c|m")) {
$colorFilters = <<<>>>
L:age$mode: <= 24 h //today>000000 //,00EE00
L:age$mode: <= 168 h //this week>000000 //,24EE00
L:age$mode: <= 744 h //this month>000000 //,68EE00
L:age$mode: <= 8544 h //this year>000000 //,ACEE00
L:age$mode: > 8544 h //way older>000000 //,FFEE00
>>>;
// File extension
} else {
// new (clever) $colorFilters definition...
}
#485; // Refresh list
colorfilter($colorFilters, <crlf>);
Script--
perm $P_CC_Trigger;
$mode = popupmenu("Date modified;m|Date created;c|Extension;e");
if !($mode) { status "No mode selected, aborted!", "8B4513", "stop"; end 1==1; }
$P_CC_Trigger = $mode;
// Date (created or modified)
if (regexmatches($mode, "c|m")) {
$colorFilters = <<<>>>
L:age$mode: <= 24 h //today>000000 //,00EE00
L:age$mode: <= 168 h //this week>000000 //,24EE00
L:age$mode: <= 744 h //this month>000000 //,68EE00
L:age$mode: <= 8544 h //this year>000000 //,ACEE00
L:age$mode: > 8544 h //way older>000000 //,FFEE00
>>>;
// File extension
} else {
// new (clever) $colorFilters definition...
}
#485; // Refresh list
colorfilter($colorFilters, <crlf>);
XYplorer Beta Club