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 ->
I'll put some data in and see what happens next..........
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}.
B4J Version: 10.20
Parsing code. (1.54s)
Java Version: 11
Building folders structure. (2.50s)
Compiling code. Error
Error compiling program.
Error description: Unknown member: getfiledetails
Error occurred on line: 397
fileDet = app.UI.GetFileDetails(fileObj)
Word: getfiledetails
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 befileDet = app.UI.GetFileDetails(fileObj)
Now it loads as expected but not with the MySQL data (either the dummy or the real data I entered previously).fileDet = app.GetFileDetails(fileObj)
I'll put some data in and see what happens next..........
Last edited: