• Welcome to TodayPlus Boards v2.
 

Suggestions for Hammerskin

Started by grayme, December 05, 2004, 04:39:29 PM

Previous topic - Next topic

grayme

Witchel, how about moving the control buttons for the radar picture up to the top as this would enable the latest update time (usually part of the picture by the website at the bottom) to be seen?

Also, how about a shortcut to the city radar picture on the main screen, to get to it with one tap?  :)

Wichtel

I already have tried this and I then didn't like it anyway.

But with the button I find this good, I will work this in into tomorrow's update.
Greetings Wichtel 
 

miwi-media.com | Web & Screendesign

grayme

Quote from: WichtelI already have tried this and I then didn't like it anyway.

But with the button I find this good, I will work this in into tomorrow's update.

Would it be possible to put in a variable that we can change in the skin to move the buttons to the top? Alternatively, how do I do it (I've tried but nothing moved!  :oops: )?

Wichtel

I think I have misunderstood you. You can explain this once again? . With my bad knowledge of English I understand this for it.
Greetings Wichtel 
 

miwi-media.com | Web & Screendesign

grayme

Witchel, two suggestions:

1). Move the radar control buttons up to the top so we can see the time of the picture (see at the bottom, 'Sunday' is under the buttons.)

2). Put a link to the radar picture on the main screen.

uk_skinner

Quote from: graymeWitchel, two suggestions:

1). Move the radar control buttons up to the top so we can see the time of the picture (see at the bottom, 'Sunday' is under the buttons.)

grayme:  If you don't need the top 20 "pixel" of your image, then just add "-20" in y to move your image up 20 pixels.

Quote2). Put a link to the radar picture on the main screen.

Looks like there is no good place for the green icon in the mian page.  Maybe the space above "update"?

grayme

Quotegrayme: If you don't need the top 20 "pixel" of your image, then just add "-20" in y to move your image up 20 pixels.
I could, but then there would be a gap underneath; I'd prefer to move the buttons.  :)

QuoteLooks like there is no good place for the green icon in the mian page. Maybe the space above "update"?
That is fine for me, just bear in mind that Witchel usually has the time in there (though I believe most of us have it on the top bar?).

These were suggestions to include in his default skin rather than just mine, if he doesn't like them he can ignore them and I'll set about tailoring mine.

uk_skinner

grayme:

 Is this what you would like?

 I used "offest" code to adjust the position of buttons.  The upside is you only add two codes.  However, there are 2 downsides:

1) You will lose "tap-on-image-then-go-back-to-weather page" function.
2) The pop-up menu will remain the same position, that is right low corner.

grayme

Quote from: uk_skinnergrayme:

 Is this waht you would like?

Yes, that's it.

The upsides beat the downsides, what do I need?

Also, how do you move the starting position of the picture so it shows all the right side?

Thanks

uk_skinner

Quote from: grayme
Yes, that's it.

The upsides beat the downsides, what do I need?

Also, how do you move the starting position of the picture so it shows all the right side?

Thanks

Here is the code for region,7,6.  The additions are in red.  I put "if..else" to move the start position for that particular image without changing Witchtel's default position.  I did not do a fully test so if you see any "wired" things happened please let me know.

region,7,6,1

   cleararea,0,0,240,267,
   options,imagedir,images\Radar

   deactivatebuttons,1
   deactivatebuttons,3
   deactivatebuttons,8

   activatebuttons,7

   if,region,8,1
      updateregions,8
   else
   endif

   if,var,var9,,>,%var29%
      storevar,var9=1
   else
   endif

   if,var,var9,,<,1
      storevar,var9=%var29%
   else
   endif

   load,city,%var9%

   if,var,var9,,=,1

      storevar,var3=-58
   else
   endif


   image,%var3%,%var23%,%var9%.png
   image,%var3%,%var23%,%var9%.jpg
   image,%var3%,%var23%,%var9%.gif





   //======================================
   // Heading
   //======================================

   image,1,0,headline_breit_gelb_verlauf.png,t
   changefont,Tahoma,13,b
   color,font,0_0_0
   text,125,0,Radar for - ,r
   text,125,0,[name],l
   color,font,-1_4_-1   
   changefont,Tahoma,12


   //======================================
   // Control arrows
   //======================================
   offset,0,-200

   imagebutton,98,236,links.png,t,-1,13,var3_50,7  //left

   imagebutton,128,236,rechts.png,t,-1,13,var3_-50,7  //right

   imagebutton,113,251,unten.png,t,-1,13,var23_-50,7  //down

   imagebutton,113,221,oben.png,t,-1,13,var23_50,7  //up

   imagebutton,128,221,rechts_oben.png,t,-1,13,var3_-50,7  //upright
   button,128,221,13,13,-1,13,var23_50,7

   imagebutton,98,221,links_oben.png,t,-1,13,var3_50,7  //upleft
   button,98,221,13,13,-1,13,var23_50,7

   imagebutton,128,251,rechts_unten.png,t,-1,13,var3_-50,7  //downright
   button,128,251,13,13,-1,13,var23_-50,7

   imagebutton,98,251,links_unten.png,t,-1,13,var3_50,7  //downleft
   button,98,251,13,13,-1,13,var23_-50,7

   imagebutton,113,236,refresh.png,t,-1,6,var3=-8,7  //Reset Image Position
   button,113,236,13,13,-1,6,var23=18,7  //Reset Image Position

   imagebutton,5,251,Wetterbutton_aktualisieren.png,t,-1,0,%apps-7-1,7
   color,font,0_0_0    
   text,28,251,Update,l
   color,font,-1_4_-1

   button,0,0,240,211,3,4,0,3
   button,0,0,240,211,-1,6,var25=1,-1
   button,0,0,240,211,1,4,0
   button,0,0,240,211,7,4,999

   imagebutton,153,236,Kalenderpfeil_rechts.png,t,7,13,var9_1,7
   button,153,236,70,12,-1,6,var3=-8,7  //Reset Image Position
   button,153,236,70,12,-1,6,var23=18,7  //Reset Image Position

   imagebutton,17,236,Kalenderpfeil_links.png,t,7,13,var9_-1,7
   button,17,236,70,12,-1,6,var3=-8,7  //Reset Image Position
   button,17,236,70,12,-1,6,var23=18,7  //Reset Image Position

   //===================================
   //RADAR CITY SELECTION
   //===================================

   imagebutton,153,251,wetter_auswahl.png,t,8,4,1,7
   color,font,0_0_0
   text,178,251,City,l
   color,font,-1_4_-1

if,var,var52,,=,1
   image,27,223,indikator1.png
   image,153,223,indikator2.png
else
   image,27,223,indikator3.png
   image,153,223,indikator4.png
endif
offset,0,0
endregion,7,6

uk_skinner

grayme:

 I forgot to tell you.  The codes I posted will only reposition the 1.gif(jpg/png) in city radar(access by green icon).  If that is not in your case, please let me know.

 Also I should pointed out, the "tap-on-image......" function can be restored by recodeing.  I believe same as for the pop-up menu.

Timmy

@Grayme,

I, too, think the 'upper' side is better to place these things: more practice and it gives a better lay-out of the screen.


@Uk_skinner,
I admire the fast way you manage the wishes of other members. I think you have a bright mind!


Timmy
Toshiba e750BT, WM 2003, Today Plus 0.11.0, WISbar Adv, Agenda Fusion, Pocket Slides, TomTom

uk_skinner

Quote from: Timmy
@Uk_skinner,
I admire the fast way you manage the wishes of other members. I think you have a bright mind!


Timmy

No word.   :oops:  :oops:  :oops:

grayme

Thanks UK, I'll give it a whurl!  :D

Wichtel

grayme

You see, UK_skinner has already worked out the solution.:approve:

I will put a radar badge on the Mainpage in the next version.The most suitable place is between the day names of the weather icons. I will adapt this one to the design of the Mainpage, though.


I then have already understood you correctly by the way, however, wasn't sure.
Greetings Wichtel 
 

miwi-media.com | Web & Screendesign