(2024-06-30, 01:13)mikeSiLVO Wrote: I'm not really sure what you are asking with the pop up bubbles.
Let's start from the beginning. Can you tell me what you want to see happen?
Then we can go from there and take it step by step
When you first click on the movie, you get the "landing screen", you see, trailer, tmdb info, director, rating, similar, settings, etc... and all of remaining buttons.... that is the "normal" expectation no ask there.
When you click on the "tmdb info" button, in the last video I showed, what it shows, is that ALL of the buttons listed above, go away, and new ones are created, because the script is creating an "new" but similar layout except that now the new buttons are now defined as: Crew, Set, Similar, Videos, and Info.
The "info" happens to contain the fields that you had me test, awards, budget etc... so embuary has 3 unique xmls for video, person, image as you are aware. So for this "movie" when I click "tmdb info" I am trying to reconcile how to recreate the workflow of Crew, Set, Similar, Videos, and Info as shown in the last video. That is really the purpose of that video, just to show that it is "redrawing" the screen, updating the buttons, and providing the "tmdb" data based on the movie itself.
Now, I know tmdb helper is probably going to change that flow, so I'm trying to figure out exactly how that needs to be done since you mentioned the helper is doing it all "on one screen" which negates embuary's method... does that clarify my concern? I'm not entirely sure how to not lose the functionality due to the new implementation of an all on one page vs a "sub page" type of workflow.