I believe I have found a BUG in the Google Drive component & It is stopping me from achieving my goal for a client.
Goal is - Google Drive list of image files on the left of screen (File names only), when an item from list is selected, that image is "Loaded" or displayed on the right of the screen. Pretty simple....but it is not working.
Here is the setup:
Make a large full screen scene, and use the Google component to display a "LIST" view of a directory down the entire LEFT 1/3 of screen
This will display only the "NAMES" of the files.
This will be used for selecting the desires item from the list view & sending a "$selectedItem" event to the JSON Viewer in the next step
Add in the "JSON Viewer" in that same scene to the right of the list
Have this receive the "NAMES" event
IF....you make the viewer show the NAME of the file that is selected on the left....all works properly & the selected name on the left shows up. on the right.
Now....If you change that viewer to the OBJECT (Meaning image) instead of the name.....nothing shows up on the right when selected.
However we know it's getting the command, as we can see it work with the file names.
I have tried many different parameters for the send & receive events as well as the Event Provider (id, name, object, image, file, weblink, linkview, and more)
Obviously the file name is referred to as "NAME" or "TITLE" as both of those work when sent & received.
I'm not sure what the "IMAGE FILE" is referred to on the back end of the Google Drive component on your system, that may be the glitch to this.
>>>> Now here is the curious thing that makes me think there is a BUG stopping this.
if you REVERSE all of this & make a LIST of the IMAGES themselves down the left of the screen (Meaning you see all the images in list view)
and then the Viewer on the Right snows the NAMES or TITLES of the files when selected - it works!!!
so......I need some help on this, Please advise.
-StarVue