libvips / nip2

A spreadsheet-like GUI for libvips.
https://libvips.github.io/libvips/
GNU General Public License v2.0
360 stars 13 forks source link

Help: Filter_paint_text_item, Removing source related Place-Region's in cell copies ?. (nip2-8.7.1) #120

Open MvGulik opened 1 month ago

MvGulik commented 1 month ago

I created a copy(S) of group(Q). Which contained some "Filter_paint_text_item" cells. In those copied "Filter_paint_text_item" cells the "Place-Region" links back to the source cell (Q..). (Looked at the *.ws source to see if I could do something there ... but found no related direct link)

I figured out I can give those S-cases a new "Place-Region" (DB4 in screenshot) But how do I get rid of those Q-related "Place-Region" inside the S group ? (preferably without effecting the Q-cells themself of course)

Or ... Do I have to re-create both Q and S groups ... :-(

Screenshot from 2024-10-23 13-50-30

Using nip2-8.7.1 (Linux)

jcupitt commented 1 month ago

Hi @MvGulik, you can fold up those rows (press the up button a few times) to hide the widget.

Did you see nip4, by the way? I wrote a short post about it for opencollective.

https://opencollective.com/libvips/updates/progress-on-nip4

MvGulik commented 1 month ago

Hi

No, I was not aware about that news. Congrats on the OpenCollective funding. nip4 preview looking really sleek. :-) But still a lot of work to do as I read it correct. Hope things go smoothly. ;-)

Not sure if with "hide the widget" you just mean the region-widget. For which I know you can hide there display in other parts of the sheet by collapsing the source region-widget. ... But seeing them where I don't expect them keeps confusing me. ... Turns out I have to change that part of the process I use a bit anyway.