TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => HammerSkin => Topic started by: brewabel on January 27, 2005, 06:56:08 PM

Title: New twist to the skin
Post by: brewabel on January 27, 2005, 06:56:08 PM
Ok, trying to do a couple major mods myself and here is the problem I'm having.

I'm moving the buttons along the bottom, but can't seem to get the screens to extend all the way across the screen.  I get a weird refresh on the main screen and it won't allow me to use the right side of the screen.

Keeps cutting everything off like the buttons are still there.  Have dug through this file and reached my limit of skin knowledge.

Any help would be greatly appreciated.

Just trying to get the front page straight first.  Disregard most of the code other than that.
Title: New twist to the skin
Post by: Wichtel on January 28, 2005, 01:25:24 AM
Hi brewabel

you us an old Skinversion 1.05, currently we have 1.05.6

Can you give my a Screenshot because at the moment, I cannot comprehend your problem.
Title: New twist to the skin
Post by: Geezer on January 28, 2005, 06:23:50 AM
Brewabel,
 Just a suggestion, try setting your maxheight and height to 288.  See if your images show then.  It looks like your cutting off the display size ot todayplus.  If that works, then you can go back to 266 only after you've done some major coorridinates adjustments.  But I could be wrong too. Just a thought after looking at you code.

Geezer
Title: New twist to the skin
Post by: brewabel on January 28, 2005, 06:25:16 AM
Wichtel,

Had to do a hard reset between the time I posted and your reply.  For some reason, the problem is no longer there.  Not sure what happened.  Here are a couple shots of what I have running through my head.

What was originally happening is the right hand side of the screen was still being reserved for the buttons, so anything going past 211 pixels was getting cut off.

Doesn't seem to be an issue now though.
Title: New twist to the skin
Post by: Broesel on January 28, 2005, 06:59:14 AM
Quote from: brewabel
What was originally happening is the right hand side of the screen was still being reserved for the buttons, so anything going past 211 pixels was getting cut off...

Brewabel, I think, the problem was, that you have to reload the skin
(by config.exe or stop and start the plugin), when you are adjusting the
defregions. This Information is only read once, when the skin is started !
So if you do not reload, the regiondefinitions stay in the memory, every
other thing ist updated through the time defined in region,...

Greetings Broesel
Title: New twist to the skin
Post by: brewabel on January 28, 2005, 08:07:30 AM
Makes sense.  And of course the hard reset definitely cleared that out   :)
Title: New twist to the skin
Post by: Broesel on January 28, 2005, 08:15:13 AM
Quote from: brewabelMakes sense.  And of course the hard reset definitely cleared that out   :)

Yes, of course it did, but is hopefully no more necessary :)

btw. I like the idea, to have the buttons at the bottom of the skin to
have the full width of the screen.
I wanted to make an own skin that way, but didn't get time to finish
more than the mainpage, so I'm waiting for your skin to be published ???

Greetings Broesel
Title: New twist to the skin
Post by: brewabel on January 28, 2005, 11:51:01 AM
Broesel,

Here's a better idea of what I'm looking at.  I'm actually going to change it all together as far as removing the buttons and using some tabs.  Also looking to make the launcher a tabbed part as well.  Thinking about making it static to where it's there regardless of which section you go to.  Find I use the launcher more than anything else.

Again, have a few ideas floating around.  Not sure it will be the full robust skin with rss and everything but will be the stuff I use the most.

I'm open to any ideas or suggestions.
Title: New twist to the skin
Post by: uk_skinner on January 28, 2005, 12:24:57 PM
This is a similiar idea in 2B and UniSkin skin.  Shorcuts are accessible at anytime. Perhaps you can take a look:

http://www.jhollin1138.com/forums/viewtopic.php?t=1645
http://www.jhollin1138.com/forums/viewtopic.php?t=1738
Title: New twist to the skin
Post by: brewabel on January 28, 2005, 01:01:02 PM
Definitely similar.  ZapMe1 is to blame for me doing this at all   :)

The UniSkin is the one that got me thinking about the unchanging launcher.  Don't really pay too much attention to the VGA skins as I can't use them anyway.  Looking at one probably more similar to rbg08's OSX Complete (http://www.pdacorps.com/forum/forum_posts.asp?TID=3457&PN=2) skin.

Either way, we'll see how it actually ends up
Title: New twist to the skin
Post by: ZapMe1 on January 28, 2005, 02:27:28 PM
QuoteDefinitely similar. ZapMe1 is to blame for me doing this at all
You're Welcome !!  (http://www.cheesebuerger.net/images/more/bigs/c005.gif)
Title: New twist to the skin
Post by: brewabel on February 03, 2005, 08:10:48 AM
See post below.

Having access problems and it double posted.
Title: New twist to the skin
Post by: brewabel on February 03, 2005, 08:17:05 AM
Have another place I'm stuck.  Hope you guys can help out with.

I'm trying to add a 6th day to my weather section and here are the problems I'm running into.  When I added a 6th day a couple different things happened.  First off, everytime I would select the weather page, it would soft reset my device.

I've remmed out the two lines you see in the code below:

imagebutton,162,163,wetter_button_detail2.png,t,7,4,0,3
button,162,163,95,13,-1,6,var1=6
forecasticon,6,82,180,,t
color,font,0_0_0
// forecast,date_dddd,6,163,163,,,l
// forecast,date_MM.dd,6,235,163,,,r
color,font,-1_4_-1
text,196,178,H:,l
text,196,188,L:,l
text,196,198,P:,l
color,font,195_0_0
forecast,high,6,236,178,, °F,r
color,font,0_0_195
forecast,low,6,236,188,, °F,r
color,font,-1_4_-1
forecast,precipitation,6,236,198,, %,r


When I rem these two lines out, I get what you see in the screenshot.  It doesn't soft reset me anymore, but I don't get the icons or the data.

Let me know what you guys think.
Title: New twist to the skin
Post by: uk_skinner on February 03, 2005, 08:30:56 AM
brewabel:

 When I looked the city.txt in the buffer folder, I did not see the 6th day forecast.  If you open it under notepad and look the last one "this.swFore", I only saw the date up to "02/07/2005".  Did you see "02/08/2005" in your file?  If not, probably it is the reason you got softreset.  And the number you got probably was not right.  They could be the other information.
Title: New twist to the skin
Post by: Broesel on February 03, 2005, 08:33:43 AM
Quote from: brewabelWhen I added a 6th day a couple different things happened.  First off, everytime I would select the weather page, it would soft reset my device.

Well, there are only 5 days forecast in the cityx.txt, so I assume, the
softreset is caused by using the number 6 in forecast, ...

Don't believe, you can get a 6th day (only current day + 4)

Broesel

Edit: uk_skinner beats me again ...l
Title: New twist to the skin
Post by: brewabel on February 03, 2005, 09:36:20 AM
Quote from: BroeselDon't believe, you can get a 6th day (only current day + 4)

I have Current Day + 5 right now.

Will take a look at the city.txt file though.  Thanks for the direction point :)
Title: New twist to the skin
Post by: uk_skinner on February 03, 2005, 09:49:35 AM
Quote from: brewabel
Quote from: BroeselDon't believe, you can get a 6th day (only current day + 4)

I have Current Day + 5 right now.

Will take a look at the city.txt file though.  Thanks for the direction point :)

I second broesel's statement.

The informatio you got was taken from other information.  Looks the numbers in the city.txt was a long list and supposedly was taken by 5.  The numbers you got for the 6th day was not right.  That was the reason, you have an empty one in your screen shot.
Title: New twist to the skin
Post by: brewabel on February 03, 2005, 10:01:17 AM
Quote from: uk_skinnerbrewabel:

 When I looked the city.txt in the buffer folder, I did not see the 6th day forecast.  If you open it under notepad and look the last one "this.swFore", I only saw the date up to "02/07/2005".  Did you see "02/08/2005" in your file?  If not, probably it is the reason you got softreset.  And the number you got probably was not right.  They could be the other information.

Yeah, I'm showing dates from 02/04/2005 - 02/08/2005.  So basically I'm seeing 5 days worth of info, not counting the current day.

Any ideas of how I can make it see the 6th day?
Title: New twist to the skin
Post by: Broesel on February 03, 2005, 10:09:09 AM
Quote from: brewabelYeah, I'm showing dates from 02/04/2005 - 02/08/2005.  So basically I'm seeing 5 days worth of info, not counting the current day.
Any ideas of how I can make it see the 6th day?

In Germany, when I'm synching after 6 pm it switches from current
day to the next day, but never more then 5 days, so I don't believe,
you will get a sixth day.

You only will see the next day by forecast, .. 1 and no more the actual day.

Broesel