RapaGUI TreeView gadget "GetEntry" parent segfaults

Report any Hollywood bugs here
Post Reply
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

RapaGUI TreeView gadget "GetEntry" parent segfaults

Post by SamuraiCrow »

When using the parent location relative to a leaf node in the root, RapaGUI segfaults. When using the "Root", "Head" designation it works but "Active", "Parent" doesn't. The system I am using right now is ARM Linux on a RasPi 2 using GTK 2+ under Raspbian.
I'm on registered MorphOS using FlowStudio.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: RapaGUI TreeView gadget "GetEntry" parent segfaults

Post by airsoftsoftwair »

Thanks for the report, will be fixed for the next update of RapaGUI.
SamuraiCrow
Posts: 475
Joined: Fri May 15, 2015 5:15 pm
Location: Waterville, Minnesota USA

Re: RapaGUI TreeView gadget "GetEntry" parent segfaults

Post by SamuraiCrow »

You're welcome! Thank-you for working on this! The convergence of a cross-platform applet format with native GUI support is something I have needed for a long time! :D
I'm on registered MorphOS using FlowStudio.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: RapaGUI TreeView gadget "GetEntry" parent segfaults

Post by airsoftsoftwair »

Code: Select all

- Fix [Windows/MacOS/Linux]: Treeview.GetEntry() segfaulted when used with "Active" for item and
  "Parent" for position on a node/item in the root list
Post Reply