Adapt client's pop-up image to display orientation

Asked by Rui Santos

In the client's code,it woud be good to have two pop-up images, and call each one in function of the display orientation.
Sometimes the displays are mounted on vertical position, and the image is always horizontal.
I've already coded this for the .NET client, with custom images, and works like a charm.

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Dan Garner
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

I'm sorry I don't understand? What popup image are we talking about?

Alex

Revision history for this message
Rui Santos (ruialexandrsantos) said :
#2

When the client is started, and while data is being downloaded from the server, an image appears in the screen (splash image).
I hope this information helped.

Revision history for this message
Alex Harrington (alexharrington) said :
#3

I understand what you mean by the splash screen.

If you have a patch to contribute I'm sure Dan would appreciate it. If you can email in a diff or upload a branch to Launchpad with the modification that would be helpful.

Alex

Revision history for this message
Rui Santos (ruialexandrsantos) said :
#4

Can I email the two procedures where I've changed the code instead?
 Somehow I've needed to change the project type do .NET 4 framework, because of the Interop dll's...

Aside from splash orientation, I've also forced Xibo client to be the topmost window.

Revision history for this message
Best Dan Garner (dangarner) said :
#5

Of course, please email to <email address hidden>

Revision history for this message
Rui Santos (ruialexandrsantos) said :
#6

Thanks Dan Garner, that solved my question.