Can anybody tell me why this script in the "OnPreviewRender" tab:
dim PreviewPage as xpTextObject
dim Dir as xpSceneDirector
self.GetObjectByName("PreviewChoiceVLTxt",PreviewPage)
self.GetSceneDirectorByName("SceneDirector1",Dir)
If PreviewPage.Text = "Row1" then
Dir.Position = 25
ElseIf PreviewPage.Text = "Row2" then
Dir.Position = 30
ElseIf PreviewPage.Text = "Row3" then
Dir.Position = 35
ElseIf PreviewPage.Text = "Row4" then
Dir.Position = 40
ElseIf PreviewPage.Text = "Row5" then
Dir.Position = 45
End If
Is working in XP10.1_5434 but NOT in XP11.1_5760?
And with "working" I mean: by choosing one of the options (Row1-5) I want to see the preview of that director position.
------------------------------
Rob van Rooyen
Senior Graphics Specialis
NEP The Netherlands
Hilversum Netherlands
------------------------------