Page 1 of 1

Template Layer when in a VPR

Posted: 30 Mar 2016, 14:42
by joysprod
Unfortunately I cant get the Template Layer to work in the (F1) Examples so I'm having difficulty in trying to understand it.

I have a template layer that is loading a scene that has been made into a template. The data I am pasting into the 'Data' is

{
"@": "ventuz://templates/v5_touch%20scenes%7Cs1/Main/S2"
}

Works fine in Designer. Cant get the same when the Scene loader is made into a VPR and having a mental block as to why its not working.

Help Anyone?

Regards

Peter

Re: Template Layer when in a VPR

Posted: 30 Mar 2016, 15:36
by chriss0212
hi peter,

don't know, if it helps in your case... but we normaly copy vprs into the project root. otherwise we have many problems with pathes... maybe same in this case.

next:
i normaly don't use a vpr anymore... if possible i start the project in "director mode".

greetz

christian

Re: Template Layer when in a VPR

Posted: 30 Mar 2016, 17:44
by joysprod
Hi Chris,

Yes have tried the VPR at root and still no go.

Now have a further problem in that right-clicking on the project file does not give me an option to run as Director on this machine. Have Re-Installed V5 and removed V4 but still nothing. I dont know if this is a Registry problem?

Regards

Peter

Re: Template Layer when in a VPR

Posted: 30 Mar 2016, 18:07
by joysprod
Hi Chris, Have now got it working running in director mode. Unfortunately have found a bug with touches not being transmitted through the Template mode. Will post in the bug section.

Re: Template Layer when in a VPR

Posted: 31 Mar 2016, 09:31
by Götz_B
Moin,

there was something with vpr and templates....
Please try to write your data string in lower case:

{
"@": "ventuz://templates/v5_touch%20scenes%7Cs1/main/s2"
}


Cheers,

Götz

Re: Template Layer when in a VPR

Posted: 01 Apr 2016, 14:20
by joysprod
Hi Götz

Have tried that and have now exhausted all possibilities of making this work - even as a very simple template and loader made into a VPR.

Change the template loader scene to default.vzs and running in Director mode works just fine. Bug?

Regards

Peter

Re: Template Layer when in a VPR

Posted: 04 Apr 2016, 09:13
by Götz_B
No Bug.
I attached a vpa. Works fine. Even without setting everything to lower case.
Did you forget the Resource Linker?

Re: Template Layer when in a VPR

Posted: 06 Apr 2016, 18:30
by joysprod
Ah Yes!

Looks like it was in twice! The one that had all the scenes ticked got deleted leaving an empty one that of course was doing nothing. So many places to hide nodes now!!

Peter