Master Page - No affect on pages - Forum

Forum Navigation
You need to log in to create posts and topics.

Master Page - No affect on pages

In VisualNeo (Windows) the Master Page did what it was supposed to do - and there was only one. In VisualNeo Web, I can add all manner of buttons and containers and nothing shows up on any of my regular pages! Also, why are there many "masters?" How can there be more than one master - wouldn't they just be regular pages then?

How does the Master Page work if it doesn't show up when I Run the application?

I cannot find anything in the Help beyond a brief mention of Master Pages.

On a slightly different note: How do you learn all the scriptable objects when there is nothing in the Help about them? For example, "neoanimation" which is actually in one of the YouTube videos. In the video a "CSS Object" is set with "[mycss]" - I have tried to find the documentation for this and cannot. The video tutorial does not explain what this variable is for; it is not used in the animation that I can tell.

Chris.

Hi @agilefalcon,

Take a look at page "properties", "foreground-masterpage".

You must select the Master Page you want to use (if you have more than one Masterpage)

Hope this help

Regards,

@agilefalcon, please take a look at the included sample apps under the "neoanimation" folder.
It's almost impossible for me to create a detailed help on every plugin so I try to include at least a sample app for each one.
This is how a "CSS Object" looks like:

CreateEmptyObject [mycss]
SetVar [mycss.background] "red"
SetVar [mycss.left] 456
SetVar [mycss.top] "+=44"
SetVar [mycss.width] 30
SetVar [mycss.height] 30
neoAnimateTo "Container1" [mycss] 2 0 "back" "easeout"

This way you can animate may properties at the same time.

Regarding Master Pages, you can have many Master Pages and use them in whatever Page, for the background and for the foreground. Just select a normal page and choose the appropiate Master Page from the Properties Panel.

Best regards.