RTTSoftware Support Forum

PDF Explorer => General => Topic started by: Padanges on August 25, 2016, 12:14:49 PM

Title: Renaming dynamically updated Filename entry
Post by: Padanges on August 25, 2016, 12:14:49 PM
Hi,
is it possible to edit (using "F2") Filename entry without having its Column in the Grid? For example, I have dynamically calculated/modified "File Name" and would like to edit the Filename [F] but without having the duplicate entry of "File Name" and "Filename" in the same grid.


Regards
Title: Re: Renaming dynamically updated Filename entry
Post by: RTT on August 26, 2016, 01:47:38 AM
No. How would that be implemented?
Title: Re: Renaming dynamically updated Filename entry
Post by: Padanges on August 26, 2016, 06:00:13 AM
You're right ;D
but still, if not to get into the trouble of finding out which exactly column represents FileName column, this might be accomplished by hiding one column, showing the other (with the same width), entering into renaming mode, and back again 8)
Title: Re: Renaming dynamically updated Filename entry
Post by: RTT on August 27, 2016, 01:26:10 AM
I opted to insert, on the fly, a temporary filename column reference to the active grid layout, and remove it when rename is finished. Works pretty well. Thanks for the suggestion.
Title: Re: Renaming dynamically updated Filename entry
Post by: Padanges on August 27, 2016, 08:42:31 AM
That's great  ;D