You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greatings!
Talking about v7.2.
Default order of items in Detach menu, determined by the order in which attachments were put on.
Sometimes this leads to confusion in the menu, as on the first screenshot, and makes it difficult to find the needed attachment.
My first idea was to create virtual folders in menu, to put attachments with similar names in, but it seems to make some difficulties and ugly solutions in coding (or not?), so we can just put a string lButtons = llListSort(lButtons, 1, TRUE);
between lines 262 and 263 in oc_rlvsuite, and get a prettier list, as on the second screenshot.
The text was updated successfully, but these errors were encountered:
Greatings!
Talking about v7.2.
Default order of items in Detach menu, determined by the order in which attachments were put on.
Sometimes this leads to confusion in the menu, as on the first screenshot, and makes it difficult to find the needed attachment.
My first idea was to create virtual folders in menu, to put attachments with similar names in, but it seems to make some difficulties and ugly solutions in coding (or not?), so we can just put a string
lButtons = llListSort(lButtons, 1, TRUE);
between lines 262 and 263 in oc_rlvsuite, and get a prettier list, as on the second screenshot.
The text was updated successfully, but these errors were encountered: