This post refers
I have been fiddling to see if I find why this family tree graphic display doesn't work for me.
I just updated 5.27 with the github 5.36 version of Sithasodaisy5.
After sorting out a couple of weird things: the error is now as follows {it comes out of this sub
Private Sub prefPeople_selectprofile_filechange(e As BANanoEvent) in module pgFamilyTree}.
I had this running (as in
This post refers) but didn't have the family tree graphic - which is what I was looking at tonight. Had the SQL table display and so on working properly.
Now all I get is the Waiting to load semi-circles.
Any ideas Mashy?
EDIT -> Seems like in this Private app As SDUI5App 'ignore
SDUI5App is a missing library or something but its not in RED in the IDE so has to be present.
when I typed this into the code pane
fileDet = app.UI.
When I reached the UI. the drop-down doesn't have a member .GetFileDetails.
EDIT 2 : OK fixed that - its a TYPO in the code ->
should be
Now it loads as expected but not with the MySQL data (either the dummy or the real data I entered previously).
I'll put some data in and see what happens next..........