Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Image en fond écran synoptique dans GE?

Image en fond écran synoptique dans GE? 1 year 5 months ago #11762

  • Sébastien
  • Sébastien's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 175
  • Thank you received: 2
  • Karma: 0
Bonjour,
comment placer une image en arrière plan dans mon synoptique dans GE?
ProviewR V6.0

J'ai essayé avec :

#overview {
background-image: url("/pwrp/exe/overview_background.png");
}

je cherche le fichier rtt_xtt.css ? si vous avez un exemple en vous remerciant par avance.

/seb
SEB
The administrator has disabled public write access.

Image en fond écran synoptique dans GE? 1 year 5 months ago #11766

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3176
  • Thank you received: 502
  • Karma: 133
Hi Seb,

You have to create the file $pwrp_load/rt_xtt.css, and also insert the filename into BackgroundImage in Graph attributes.

/Claes
The administrator has disabled public write access.

Image en fond écran synoptique dans GE? 1 year 5 months ago #11768

  • Sébastien
  • Sébastien's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 175
  • Thank you received: 2
  • Karma: 0
Hi Claes,
Thanks, well I created the file rt_xtt.css in "Load" and saved it with "#overview {
background-image: url("/pwrp/exe/overview_background.png");
} "

and I saved in "exe" the image file "M241CE24T.png" which is my image.

After in GE " GraphAttribut I put the name of the image file " M241CE24T.png " but still nothing in the background?
Did I do it right?
Thanks
/SEB
SEB
The administrator has disabled public write access.

Image en fond écran synoptique dans GE? 1 year 5 months ago #11770

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3176
  • Thank you received: 502
  • Karma: 133
Hi Seb,

The url in rt_xtt.css should be '/pwrp/exe/M241CE24T.png'.

/Claes
The administrator has disabled public write access.

Image en fond écran synoptique dans GE? 1 year 5 months ago #11772

  • Sébastien
  • Sébastien's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 175
  • Thank you received: 2
  • Karma: 0
Hi Claes,
Thank you,

Capturedcran2022-10-2622.54.57.jpg


but still no background for the synoptic, but the background is white now!
well here it is,
thank you.
Seb
SEB
The administrator has disabled public write access.

Image en fond écran synoptique dans GE? 1 year 5 months ago #11773

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3176
  • Thank you received: 502
  • Karma: 133
Hi Seb,

/pwrp/exe is the path in a process station. On your development station it would be /usr/local/pwrp/projet/bld/x86_64_linux/exe. But it seems as if you put the png-file in the same directory as the css-file ($pwrp_load) you don't have to specify the path at all.

#overview {
background-image: url("M241C24T.png");
}

/Claes
Last Edit: 1 year 5 months ago by claes.
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 7.961 seconds