InvitationNotFound wrote: »Well, I was lately working on exactly the same thing. Anyway, glad to see I won't have to release what I was coding.
Anyway, I don't think this is an issue of PapaCrown or any other Addon. In my opinion the function SetFloatingMarkerInfo() is badly implemented (read: bug). I've already wrote a private message to ZOS_ChipHilseberg on esoui regarding this function.
I'm experiencing crashes when calling this function multiple times (e.g. changing the texture) and I guess that's the reason you require the reloadui otherwise the game would crash from time to time. My point here is, you can't expect every addon author to take care of all other existing addons, which are using this function call. It simply shouldn't crash the game. Furthermore, it would be nice being able to reset or change the textures on the fly.
@ZOS_GinaBruno, @ZOS_JessicaFolsom could you forward this as a bug report? thanks.
Tillalarrien wrote: »InvitationNotFound wrote: »Well, I was lately working on exactly the same thing. Anyway, glad to see I won't have to release what I was coding.
Anyway, I don't think this is an issue of PapaCrown or any other Addon. In my opinion the function SetFloatingMarkerInfo() is badly implemented (read: bug). I've already wrote a private message to ZOS_ChipHilseberg on esoui regarding this function.
I'm experiencing crashes when calling this function multiple times (e.g. changing the texture) and I guess that's the reason you require the reloadui otherwise the game would crash from time to time. My point here is, you can't expect every addon author to take care of all other existing addons, which are using this function call. It simply shouldn't crash the game. Furthermore, it would be nice being able to reset or change the textures on the fly.
@ZOS_GinaBruno, @ZOS_JessicaFolsom could you forward this as a bug report? thanks.
Might be not that well versed in coding addons, but yes. As soon as u have it called a 2nd time it crashes.
Thats a reason for having a reloadUI required.
Also on topic, there is no good function to clear the marker on the go. I was trying to add a setting where crown would only appear in groups larger then 4. It worked when group went from 4 to 5 members, but I found no good way of removing the mark once the group number dropped back to 4.