trying to add slide class as master controller for the slide

This commit is contained in:
Chris Cochrun 2022-07-11 09:36:18 -05:00
parent 99afdd0b0f
commit 12a5b0bcf1
8 changed files with 220 additions and 4 deletions

View file

@ -122,6 +122,9 @@ Controls.Page {
const item = serviceItemModel.getItem(index);
print("index grabbed: " + index);
slideObject.setImageBackground("/home/chris/Pictures/RoyalKing.png");
print("The slides backgorund is: " + slideObject.imageBackground);
presentation.stopVideo()
presentation.itemType = item.type;
print("Time to start changing");