Simple Image Addition

The forum for designers and developers.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
mrshankly
Posts: 15
Joined: 20. Feb 06, 23:53
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Simple Image Addition

Postby mrshankly » 24. Mar 06, 13:40

Anyone able to tell me how to add an simple image of any type to any part of the jukebox display? I have tried following the instructions but for some reason it doesn't appear. I have removed the playlist section at the top and want to put my own image(s) there to fill the space. Any help would be greatly appreciated.

User avatar
Iznogood
Posts: 271
Joined: 6. Nov 05, 12:27
Location: NRW
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Simple Image Addition

Postby Iznogood » 24. Mar 06, 14:48

Please post your code. i will try to help you

mrshankly
Posts: 15
Joined: 20. Feb 06, 23:53
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Simple Image Addition

Postby mrshankly » 24. Mar 06, 15:31

Thanks for your help again - much appreciated

My disp.xml file is as follows - where I have added the img tag is in red.


<button x="13" y="9" h="14" src="z_shuffleetc.png" srcindex="0" target="shuffle" />
<button x="same" y="next+4" h="14" src="z_shuffleetc.png" srcindex="1" target="repeat" />
<button x="same" y="next+4" h="14" src="z_shuffleetc.png" srcindex="4" target="startvis" />

<box x="41" y="6" w="54" h="54" target="displaycover" />

<scrollbar x="same" y="0" w="100%-120" src="z_seek_slider.png" target="seek" hideifunused="1"

<box><img src="MYIMAGE.png" />


Where I want the image to appear is anywhere within the red box on attached IMAGE1 below
and the image itself (MYIMAGE.png) is like as in attached image IMAGE2 below
I have the image completely surrounded by the green box 3 pixels thick.

Thanks again


Iznogood wrote:
> Please post your code. i will try to help you
Attachments
Example.png
Example.png (174.61 KiB) Viewed 2563 times

mrshankly
Posts: 15
Joined: 20. Feb 06, 23:53
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Simple Image Addition

Postby mrshankly » 24. Mar 06, 15:33

Iznogood wrote:
> Please post your code. i will try to help you
Attachments
MYIMAGE.png
MYIMAGE.png (6.75 KiB) Viewed 2559 times

User avatar
Iznogood
Posts: 271
Joined: 6. Nov 05, 12:27
Location: NRW
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Simple Image Addition

Postby Iznogood » 24. Mar 06, 15:49

First you forget to close the scollbar tag:
<scrollbar x="same" y="0" w="100%-120" src="z_seek_slider.png" target="seek" hideifunused="1"/>

Then there is a open box tag with no use, remove it:
<box><img src="MYIMAGE.png" />

Maybe that's it?


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Return to “Developer Network”