Feature suggestions

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #101
(2013-03-07 07:40)Steverae Wrote:  You may remember I asked you via pm's if you didn't mind me modifying the graphics files to my liking in this skin...... I have a question which I have tried for ages to get working but cannot find a way to do it in your skin.

I'm a bit unsure what feature are you suggesting here? Smile Please, make a separate thread in the future.

<off_topic>
Make another image control for your logo and place it below background, so that MiniBackground include 2 images instead of single background with logo.
</off_topic>

My skins:

Quartz
Amber
(This post was last modified: 2013-03-07 08:58 by pecinko.)
find quote
Steverae Offline
Member
Posts: 61
Joined: Feb 2012
Reputation: 0
Post: #102
(2013-03-07 08:57)pecinko Wrote:  
(2013-03-07 07:40)Steverae Wrote:  You may remember I asked you via pm's if you didn't mind me modifying the graphics files to my liking in this skin...... I have a question which I have tried for ages to get working but cannot find a way to do it in your skin.

I'm a bit unsure what feature are you suggesting here? Smile Please, make a separate thread in the future.

<off_topic>
Make another image control for your logo and place it below background, so that MiniBackground include 2 images instead of single background with logo.
</off_topic>

OMG.... I can't believe it was that easy..... thank you ever so much, you don't know how long i've been messing with this trying to get it to work.....

Any change this could be incorporated into the next release and (bottom right corner of screen)

Code:
<include name="MiniBackground">
    <control type="image" description="Default BG">
      <posx>0</posx>
      <posy>0</posy>
      <width>1920</width>
      <height>1080</height>
      <texture>img/BlackDot.png</texture>
    </control>
    <control type="image" description="HomeLogo">
      <posx>1700</posx>
      <posy>900</posy>
      <width>2200</width>
      <height>160</height>
      <texture>img/HomeLogo.png</texture>
    </control>
  </include>
[/code}

If no Homelogo.png is present it'll be blank, maybe this can be an on/off option in the settings tab of Quartz ?

Thanks again
find quote
Post Reply