<div dir="ltr">When I try to add a new FCGuide to an empty FCGuides collection,<br>it works fine, but if there are some guides (of the same type -<br>horizontal or vertical), it cannot add a new one.<br>I think this problem started in Final 26 and<br>relevant so far for both JWLua 0.54 and RGP 0.59<br><br>Example:<br>local ggp = finale.FCGridsGuidesPrefs()<br>ggp:Load(1)<br>local hg = ggp:GetHorizontalGuides()<br>hg:AddGuide(640)<br>ggp:Save()<br><br>Artem.<br></div>