You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
is it possible to use arrays of slieds based on defined arraylist?
i would like to have 2 possibility in my presentation . one for user and one for presenter.
e.g. I would like to show specific slides, like 1,4, 5, 8, 2, 4 for user mode UserSlideMode = slides(1,4, 5, 8, 2, 4 ) in this way i'm able to reuse any slide(s)
and show all or define an array for presenter: PresenterSlideMode = Slides(*)
as default will use the user mode and by pressing e.g L key activate and switch to presenter mode!
thank you in advance
Peter
The text was updated successfully, but these errors were encountered:
Hi ,
is it possible to use arrays of slieds based on defined arraylist?
i would like to have 2 possibility in my presentation . one for user and one for presenter.
e.g. I would like to show specific slides, like 1,4, 5, 8, 2, 4 for user mode
UserSlideMode = slides(1,4, 5, 8, 2, 4 )
in this way i'm able to reuse any slide(s)
and show all or define an array for presenter:
PresenterSlideMode = Slides(*)
as default will use the user mode and by pressing e.g L key activate and switch to presenter mode!
thank you in advance
Peter
The text was updated successfully, but these errors were encountered: