B4J Question [sithasodaisy5]-familytree [cont.]

rabbitBUSH

Well-Known Member
Licensed User
Longtime User
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}.

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 ->

fileDet = app.UI.GetFileDetails(fileObj)
should be
fileDet = app.GetFileDetails(fileObj)
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..........
 
Last edited:

T201016

Active Member
Licensed User
Longtime User
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..........
I'm currently working on this project and I came across the same problem, have you figured out why fileDet = app.GetFileDetails(fileObj) is not working properly? Thanks in advance for the tip.
 
Upvote 0

rabbitBUSH

Well-Known Member
Licensed User
Longtime User
have you figured out
No, I did contact Mashy can't remember what he said. Sorry can't help any further, I just moved on and left it for another way to do it. At the time I thought I would use that exercise to enter into B4J which I haven't used.

Sometimes the problem is about ones own setup versus that of the developer - so it all works there but not here (as it were). so the Dev has a problem then replicating things in that case. I didn't get into that chase I'm afraid.

So well I just left it ..... Good luck let us know if you solve it. (Maybe Mashy is watching these posts..,...). 😁
 
Upvote 0

rabbitBUSH

Well-Known Member
Licensed User
Longtime User
Ohh my... how on earth did I miss this question? I am so sorry, its not my thing not to answer questions related to stuff I do here. 🙏

I think I even missed updating github with the bug free version, its now done, please check this version.

Ta!
👍🏻
That's alright - We all know what a sleepy hollow the city formerly known as East London is........
 
Upvote 0
Top