Here it is guys,
the skin i use. It isn't really a new design. I've cut and pasted from many other skins and adjusted is to my needs. The idea was to make a really clean skin with a minimal on graphics.
Most of the graphics aren't mine either it's mostly from the people on this forum.
I woud like to thank Lordtwisted, Rbg08, Blazinwolf, jhollin1138 and all the others on this forum for sharing their skins, graphics and ideas.
One note: The skin still has some minor issues i haven't had the time to solve. The biggest problem is that it will not load unless there is data in the buffer. So when you hit the clear buffer button and then the reload plugin button it wont reload untill you first download some data with another skin.
So if someone knows what i did wrong i would really like to know, so i can fix the problem.
(http://members.chello.nl/~o.ozturk/screen3.gif)
Some features:
- Update time turn red when the update is older than an hour.
- Moonphases and sunup/down alternate, so it doesn take extra space.
- Batterybar hasn't got the brightness control, instead it alternates the storage cards.
- Launchbar has 4 section with up to 20 icons per section.
- The weather has 4 forecast days.
- News has scrolling.
- The clocks are digital.
- The Poom is standard, with adjusted graphics.
The skin starts with Moon/Sun, Bat info, quiklaunch, weather and rss. When you push the poom button Bat info, weather and rss disappear and poom appears. Other combinations are possible but this was for me the most practical combination.
With some combinations the scrolbarr appears, i find this very ugly, but again i havent had the time to solve that problem too.
So feel free to use the skin, adjust is make it work for you.
Let me know what you think of it.
Quote from: YogimanHere it is guys,
the skin i use. It isn't really a new design. I've cut and pasted from many other skins and adjusted is to my needs. The idea was to make a really clean skin with a minimal on graphics.
Most of the graphics aren't mine either it's mostly from the people on this forum.
I woud like to thank Lordtwisted, Rbg08, Blazinwolf, jhollin1138 and all the others on this forum for sharing their skins, graphics and ideas.
So if someone knows what i did wrong i would really like to know, so i can fix the problem.
So feel free to use the skin, adjust is make it work for you.
Let me know what you think of it.
Hi Yogiman:
Love the simplicity of the skin. I have acouple questions and request for you.
1. How do I change the order of the different sections?
2. Can you add the owners info?
3. Also, in te order of asking; Can you add stock feeds?
4. The first launcher is 10pixels off. Starts at 40 instead of 31, and so on
Thanks.
LawofA
Quote from: LawofAQuote from: YogimanHere it is guys,
the skin i use. It isn't really a new design. I've cut and pasted from many other skins and adjusted is to my needs. The idea was to make a really clean skin with a minimal on graphics.
Most of the graphics aren't mine either it's mostly from the people on this forum.
I woud like to thank Lordtwisted, Rbg08, Blazinwolf, jhollin1138 and all the others on this forum for sharing their skins, graphics and ideas.
So if someone knows what i did wrong i would really like to know, so i can fix the problem.
So feel free to use the skin, adjust is make it work for you.
Let me know what you think of it.
Hi Yogiman:
Love the simplicity of the skin. I have acouple questions and request for you.
1. How do I change the order of the different sections?
2. Can you add the owners info?
3. Also, in te order of asking; Can you add stock feeds?
4. The first launcher is 10pixels off. Starts at 40 instead of 31, and so on
Thanks.
LawofA
1. You can change the order of the sections by cutting and pasting the whole region in the skin. for example: if you cut the bat info region and paste it at the bottom of the skin. the region wil show up as last.
2. Where do you want the owner info ?
3. Dunno how i can do that, maybe you can cut and paste it from another skin ?
4. I know the first launcher is a bit off. I did that on purpose, so this skin would fit onto another background i have :)
Özkan
Quote from: YogimanQuote from: LawofAQuote from: YogimanHere it is guys,
1. You can change the order of the sections by cutting and pasting the whole region in the skin. for example: if you cut the bat info region and paste it at the bottom of the skin. the region wil show up as last.
2. Where do you want the owner info ?
3. Dunno how i can do that, maybe you can cut and paste it from another skin ?
4. I know the first launcher is a bit off. I did that on purpose, so this skin would fit onto another background i have :)
Özkan
Hi Yogiman:
Thanks for your suggestions. I did the cut and paste and it worked.
2. Owner info should be during poweron. I will try to look into SRS slider and check the appropriate region.
3. I observed that when I click on the icon for the weather, all these sections become activated: weather, systems info, RSS and Launcher. Any ideas.
Thanks.
LawofA
Lawofa,
I linked all the buttons so there are basicly two views to the skin. When you push the weather icon it also activates rss and bat info. If you push the poom button the waether weather,rss and batinfo dissapear.
You can easaly disable this function, just remove the bold lines :
if,region,1,=,0
imagebutton,18,0,weather active.png,t,1,4,999,-1
else
imagebutton,18,0,weather.png,t,1,4,0,-1
button,18,0,11,11,11,4,999,
button,18,0,11,11,4,4,0,
button,18,0,11,11,8,4,0,
button,18,0,11,11,16,4,0,
endif
if,region,4,=,0
imagebutton,31,0,rss active.png,t,4,4,999,-1
else
imagebutton,31,0,rss.png,t,4,4,0,-1
// button,31,0,11,11,10,4,999,
endif
if,region,10,=,0
imagebutton,31,13,clock active.png,t,10,4,999,-1
else
imagebutton,31,13,clock.png,t,10,4,0,-1
// button,225,0,11,11,4,4,999,
endif
if,region,11,=,0
imagebutton,5,0,calendar active.png,t,11,4,999,-1
else
imagebutton,5,0,calendar.png,t,11,4,0,-1
button,5,0,11,11,1,4,999,
button,5,0,11,11,4,4,999,
button,5,0,11,11,8,4,999,
button,5,0,11,11,10,4,999,
button,5,0,11,11,19,4,0
endif
if,region,8,=,0
imagebutton,18,13,battery active.png,t,8,4,999,-1
else
imagebutton,18,13,battery.png,t,8,4,0,-1
endif
if,region,16,=,0
imagebutton,5,13,launch active.png,t,16,4,999,-1
else
imagebutton,5,13,launch.png,t,16,4,0,15,-1
endif
yogiman
Thanks for the skin it will be one that I will be using.
How do I get the launcher tab names to not show up in the same line as the application icons?
Quote from: bearcatx16yogiman
Thanks for the skin it will be one that I will be using.
How do I get the launcher tab names to not show up in the same line as the application icons?
Find this section:
imagebutton,2,2,expand active.png,t,18,4,0,16,17
image,
28,0,launcher_menu.png,tr
deactivatebuttons,17
and adjust the bold coordinates.
Yogiman
Thanks for your reply and info. on this matter.
I'm starting to understand, somewhat, TD+ but sometimes I have to go hmmmmmmmm :?
bcx16
If someone is interrested, i've got the same skin now with 6 lines RSS so you use up the empty space at the bottom of the screen.
Quote from: YogimanIf someone is interrested, i've got the same skin now with 6 lines RSS so you use up the empty space at the bottom of the screen.
Hi Yogiman:
I am very much intrested. Did you remove the scrolling? I am using the original skin a lot.
Thanks.
LawofA
Hi,
I attached a zip file with the new rss section, just copy it into the skin over the old rss section. The scrolling is still there, you can disable it if you want. Also included in the zip is one png file called scroll1.png. You can copy that in your image folder (colors-3d)
Yogiman.
Here's a variation of my skin. I've made some changes that are copied from ather skins. Most of them are from Lordtwisted, RBG08, etc. They are the man !
(http://members.chello.nl/~o.ozturk/2004.gif)
The skin has basically two views. The view with weather, rss, etc. and the view with the agenda. I've linked the buttons so you don't need to tap different buttons to get the screen you want.
Tapping the date refreshes the data.
Tapping the weather icon on the top region shows the forecast for that day. Tapping the forecast returns it to the normal weather view.
Day and night icons alternate so do the moon and sun icons.
The button on the top region with the right arrow swithes between city's.
Update time turns red when the update is older than an hour.
RSS is six lines and can scroll. Scrolling starts automatically when you tap the online/offline button.
I'm sure there are some bugs in the skin, so if you find one let me know.
Another one :)
(http://members.chello.nl/~o.ozturk/2004_1.png)
And another one....
(http://members.chello.nl/~o.ozturk/donderdag.png)
(http://members.chello.nl/~o.ozturk/maandag.png)
(http://members.chello.nl/~o.ozturk/vrijdag.png)
It just occures to me that the weather portions of the skins are Dutch.
If you cut and paste (overwrite) this section of the skin, the problem should be solved.
//=================================================
// REGION 3 - PAGE 100
// Current Weather Details
//=================================================
region,3,100,-1
load,city,%var0%
button,0,0,240,54,3,3,,1
changefont,Frutiger Linotype,11,b
text,23,0,[name],c
todayicon,6,9,,t
offsetadd,0,1
today,sky,145,0,,,c
today,realtemp,140,24,,°F,r
changefont,Frutiger Linotype,11,
text,51,12,Temperature:,l
today,temp,140,12,,°F,r
text,51,24,Feels Like:,l
text,51,36,Barometer:,l
today,barometer,140,36,, in,r
changefont,Frutiger Linotype,11,b
today,humidity,235,12,,%,r
changefont,Frutiger Linotype,11,
text,150,12,Humidity:,l
text,150,24,UV:,l
today,uv,235,24,,,r
today,date,235,36,,,r
offsetadd,0,53
endregion,3,100
//=================================================
// REGION 3 - PAGE 200
// Vars used: 1
//=================================================
region,3,200,-1
load,city,%var0%
button,0,0,240,54,3,3,,1
changefont,Frutiger Linotype,11,b
forecast,date_ddd,%var1%,24,0,,,c
changefont,Frutiger Linotype,11,
forecasticon,%var1%,6,9,,t
nightforecasticon,%var1%,200,9,,t
changefont,Frutiger Linotype,11,b
text,217,0,Night,c
changefont,Frutiger Linotype,11
forecast,text,%var1%,120,2,Day: ,,c
forecast,nighttext,%var1%,120,14,Night: ,,c
offsetadd,-15,14
changefont,Frutiger Linotype,11,b
forecast,high,%var1%,125,12,,°F,r
forecast,low,%var1%,195,12,,°F,r
forecast,precipitation,%var1%,205,24,,%,r
changefont,Frutiger Linotype,11,
text,75,12,High:,l
text,145,12,Low:,l
text,60,24,Chance of Precipitation:,l
offsetadd,15,40
endregion,3,200
Hi Yogiman,
nice work, .... :D
like the first one with the aternating Moon/Suntime
maybe i will make a german translation of it ...
Greetings Broesel
Quote from: BroeselHi Yogiman,
nice work, .... :D
like the first one with the aternating Moon/Suntime
maybe i will make a german translation of it ...
Greetings Broesel
Tnx,
All of the skins above have the alternating moon/sun. I just didn't use moving gifs to display them .
Hi Yogiman:
I downloaded your current update of skins and copied and pasted sections for the 'English' section. The problem is that when one clicks the weather for a certain date, no detail information shows up. I tried with other skins and it shows.
I have checked the info line by line and I can't seem to find the error of what is causing this to happen.
Just have a look.
LawofA
Quote from: LawofAHi Yogiman:
I downloaded your current update of skins and copied and pasted sections for the 'English' section. The problem is that when one clicks the weather for a certain date, no detail information shows up. I tried with other skins and it shows.
I have checked the info line by line and I can't seem to find the error of what is causing this to happen.
Just have a look.
LawofA
Wich one did you try ? If you tell me, i'll see if i can make a english version for you.
Quote from: YogimanQuote from: LawofAHi Yogiman:
Wich one did you try ? If you tell me, i'll see if i can make a english version for you.
Hi Yogiman:
The 2004.zip
Thanks.
LawofA
Quote from: LawofAQuote from: YogimanQuote from: LawofAHi Yogiman:
Wich one did you try ? If you tell me, i'll see if i can make a english version for you.
Hi Yogiman:
The 2004.zip
Thanks.
LawofA
I've updated the 2004.zip file. It should work now.
Thanks Yogiman.
I am going to try it now.
LawofA
MySkin is definitely my skin. :D
Quote from: LawofAThanks Yogiman.
I am going to try it now.
LawofA
Hi Yogiman:
Thanks for the skin. I want to let you know that I have discovered that moving the city for the weather, the current info in region '0' is not alternating properly. City 1 is not showing nighticons and after city 2, weather icons in the current weather displays day icon for night and so on.
Could you take a look?
Thanks.
LawofA
Lawofa, i'm not sure what you mean. But maybe it has somthing to do with the following; Find this section in reigon 0 and change load,city,1 to load,city,%var0%
if,refresh
color,font,125_125_125
else
color,font,-1_4_-1
endif
load,city,1
//image,59,39,clock-today.png,t
text,75,27,Last Update,l`
Let me know if this is what you mean.
Quote from: YogimanLawofa, i'm not sure what you mean. But maybe it has somthing to do with the following; Find this section in reigon 0 and change load,city,1 to load,city,%var0%
load,city,1
//image,59,39,clock-today.png,t
text,75,27,Last Update,l`
Let me know if this is what you mean.
Hi Yogiman:
I changed the syntax as directed. It does not solve the problem. I don't think I mentioned it before, but the nighttime icon does not show up also as it alternates between daytime and nighttime icons.
Thanks.
LawofA
Quote from: LawofAQuote from: YogimanLawofa, i'm not sure what you mean. But maybe it has somthing to do with the following; Find this section in reigon 0 and change load,city,1 to load,city,%var0%
load,city,1
//image,59,39,clock-today.png,t
text,75,27,Last Update,l`
Let me know if this is what you mean.
Hi Yogiman:
I changed the syntax as directed. It does not solve the problem. I don't think I mentioned it before, but the nighttime icon does n
ot show up also as it alternates between daytime and nighttime icons.
Thanks.
LawofA
That's strange, did you change anything on the skin ? It works pefect for me.
Hi yogiman!
I wanted to try your skin but I am having major problems!
After a while more and more of your skin disapears !!!
In the begining everything is fine, but then, when the upper left area should start (I guess so) to cycle, it is not displayed anymore.
Then the more I tab the more disapears.
Do I have to set filters for poom?
Please help, because your skin looks really nice !!!
Quote from: bbiedermHi yogiman!
I wanted to try your skin but I am having major problems!
After a while more and more of your skin disapears !!!
In the begining everything is fine, but then, when the upper left area should start (I guess so) to cycle, it is not displayed anymore.
Then the more I tab the more disapears.
Do I have to set filters for poom?
Please help, because your skin looks really nice !!!
Hi,
I have the same problems, i don't know what the problem is :( When i find a solution i will let you know. I suspect it has something to do with the moonphases. When i comment them out the skin works ok.
I am also having bthe same problems with 2004_eng. I commented out the Moon Phase & Night Weather section & all is well.
Three other issues:
1. The update time space is not suffecient the final ] overlaps the last digit
2. How can I change the CF icon on the system area to an icon for the ipaq file store?
3. The launcher places a blank space before the first icon. Any suggestions to remove iut so I can add anadditional icon?
This is a great skin. Please let us know when you have worked out the problem with the moon phase & night weather.
Quote from: YogimanQuote from: bbiedermHi yogiman!
After a while more and more of your skin disapears !!!
In the begining everything is fine, but then, when the upper left area should start (I guess so) to cycle, it is not displayed anymore.
Then the more I tab the more disapears.
I have the same problems, i don't know what the problem is :( When i find a solution i will let you know. U suspect it has something to do with the moonphases. When is comment them out the skin works ok.
Yes, that has to do with the moonphases. There is missing an endif
after the calcvar....moonphase are 7 endif's, but there has to be 8 !
Insert an endif after the 7th endif, that should fix it.
Greetings Broesel
Quote from: fdroms
3. The launcher places a blank space before the first icon. Any suggestions to remove iut so I can add anadditional icon?
Look for this code in Region 17 (Launcher-Section):
Offsetadd,5,0 shortcut,30,0,apps-%var16%-1,s
button,30,0,16,16,-1,0,%apps-%var16%-1
change it to:
offsetadd,5,0 (small o) and make a carriage/return after the line.
That should work
Edit: better:
comment out the line with the offset else it shifts the icons to the right.
//offsetadd,5,0 or delete it.
Greetings Broesel
Hi Broesel,
thanks for your corrections. Yesterday evening i looked at the code but i just didn't see it... after a long day of work it gets a little hard to see little thing like that :)
Quote from: fdromsI am also having bthe same problems with 2004_eng. I commented out the Moon Phase & Night Weather section & all is well.
Three other issues:
1. The update time space is not suffecient the final ] overlaps the last digit
2. How can I change the CF icon on the system area to an icon for the ipaq file store?
3. The launcher places a blank space before the first icon. Any suggestions to remove iut so I can add anadditional icon?
This is a great skin. Please let us know when you have worked out the problem with the moon phase & night weather.
1. For the final ] look for: text,162,27,],l and then adjust 162 to 163 or more. That should shift the ] to the right.
2. Look for cf0.png (should be 2 of them) replace the name for an icon you want to use for your filestore. In your config utlity you should place the filestore second in the storagegroup.
3. Try the changes Broesel suggested, they should work. (This typo in the skin happened because i edited the skin with notepad on the ipaq :)
The changes suggested by Broesel work for every skin by the way.
Quote from: YogimanHi Broesel, thanks for your corrections.
No Problem, as the mooncode you use is from me, it was not so
difficult to find the problem, as I had some problems with it too, before
I got it to work.
Greetings Broesel
Quote from: BroeselQuote from: YogimanHi Broesel, thanks for your corrections.
No Problem, as the mooncode you use is from me, it was not so
difficult to find the problem, as I had some problems with it too, before
I got it to work.
Greetings Broesel
I didn't even know the code was yours :) Thanks for that too...
Thanks for the help. The only item that didn't work is the launcher fix. I tried both of the fixes, commenting out the offset line and changing to a small o and the space at the beginning of the launcher remains.
Any suggestions?
And again, another variation. I corrected some errors in the skin (thanks Joelw :) ) and added some more stuff to it.
- Added a refresh button.
- You can still refresh when tap the date.
- You can change weathericons on the fly.
- When you tap the battery icon, it takes you to the battery settings.
- Added Ipaq file store to the memory info.
- When you tap the filestore icon it starts explorer and takes you to the filestore, this works also if you tap the cf and sd icons.
- Removed the space at the beginning of the quicklaunch.
- Some more little things, you'll see when you use it.
For the skin to work you have set the storagepaths in config.exe in the following order:
\SD Card
\CF Card
\IPAQ File Store
In the Shortcut groups You have to add the following 4 shortcuts to the first group you have. They have to be on position 11,12,13 and 14:
\windows\sd card.lnk
\windows\cf card.lnk
\windows\ipaq.lnk
\windows\powerg.lnk
(http://members.chello.nl/~o.ozturk/2004_6.gif)
Thanks to Broesel, Joelw and the rest of the people here on the Forum for sharing their ideas, graphics and solutions.
What is the last icon under the date? Mine has no action.
Great Job!
But translation is not perfect!
If you click on weather icon to dispaly daily status, some info are in netherland instead of english
Quote from: fdromsWhat is the last icon under the date? Mine has no action.
Well, looks like my "cloud"-button and should change the weather-icons
but is missing an initvar-command.
Look for this in the skin:
-------------------- snip ----------------
initvar,var24,1
if,var,var24,,=,1
options,weathericondir,Weather Icons\lt,png
image,167,14,wolke_blau.png,t
button,167,14,11,11,-1,6,var24=2,-1
else
options,weathericondir,Weather Icons\weather.com,png
image,167,14,wolke_blau.png,t
button,167,14,11,11,-1,6,var24=1,-1
endif
-------------------- snap ----------------
and insert the red marked line.
Greetings Broesel
I've added the red line at the top as you said but it doesn't work
Now it looks this way:
initvar,var24,1
if,var,var24,,=,1
options,weathericondir,Weather Icons\lt,png
image,167,14,wolke_blau.png,t
button,167,14,11,11,-1,6,var24=2,-1
else
options,weathericondir,Weather Icons\weather.com,png
image,167,14,wolke_blau.png,t
button,167,14,11,11,-1,6,var24=1,-1
endif
Is that correct?
Quote from: spankyI've added the red line at the top as you said but it doesn't work
Does the skin show you the weathericons ? Are you sure, you placed
the LT-folder and the Weather.com-folder in the Weather Icons-folder ?
And it works only, if the weather-section is opened !
QuoteIs that correct?
That looks correct for me, but i can't test it for now.
Greetings Broesel
Now it works perfectly
The icons allow to switch between weather-icons
Thanks!
I need more help
I've seen that if I click agenda button only top section + agenda are displayed
If I switch to weather, the switch also enable other buttons (shortcuts, battery and rss links)
I'd like to eliminate this kind of link between weather+battery+rsslinks buttons: it is possible?
In this way I could see ONLY what I want: both top section + agenda + weather (without shortcuts, battery and rss links). In this way when I press weather button, battery & rss links should remain inactive (=not displayed)
Is there anyone that could help me to do this?
Quote from: spankyI need more help
I've seen that if I click agenda button only top section + agenda are displayed
If I switch to weather, the switch also enable other buttons (shortcuts, battery and rss links)
I'd like to eliminate this kind of link between weather+battery+rsslinks buttons: it is possible?
In this way I could see ONLY what I want: both top section + agenda + weather (without shortcuts, battery and rss links). In this way when I press weather button, battery & rss links should remain inactive (=not displayed)
Is there anyone that could help me to do this?
Hi Spanky:
Checkout this link. http://www.dark-mojo.com/todayplus/viewtopic.php?t=1121&postdays=0&postorder=asc&&start=0
LawofA
It doesn't work
I've already tried
Values are not the same as this new skin
This is what I find in this new skin:
if,region,1,=,0
imagebutton,102,14,weather active.png,t,1,4,999,-1
else
imagebutton,102,14,weather.png,t,1,4,0,-1
button,102,14,11,11,11,4,999,
button,102,14,11,11,4,4,0,
button,102,14,11,11,8,4,0,
button,102,14,11,11,16,4,0,
button,102,14,11,11,10,4,999,
endif
if,region,4,=,0
imagebutton,141,14,rss active.png,t,4,4,999,-1
else
imagebutton,141,14,rss.png,t,4,4,0,-1
button,141,14,11,11,10,4,999,
endif
if,region,11,=,0
imagebutton,89,14,calendar active.png,t,11,4,999,- button,89,14,11,11,1,4,999,
button,89,14,11,11,4,4,999,
button,89,14,11,11,8,4,999,
//button,89,14,11,11,19,4,0
button,89,14,11,11,10,4,999
button,89,14,11,11,16,4,9991
else
imagebutton,89,14,calendar.png,t,11,4,0,-1
endif
if,region,10,=,0
imagebutton,154,14,clock active.png,t,10,4,999,-1
else
imagebutton,154,14,clock.png,t,10,4,0,-1
button,154,14,11,11,4,4,999,
endif
if,region,8,=,0
imagebutton,128,14,battery active.png,t,8,4,999,-1
else
imagebutton,128,14,battery.png,t,8,4,0,-1
endif
if,region,16,=,0
imagebutton,115,14,launch active.png,t,16,4,999,-1
else
imagebutton,115,14,launch.png,t,16,4,0,15,-1
endif
I've removed the bold instructions, there's no more links but if I try to display only top+agenda+weather the weather icons are at the bottom of the page!
Quote from: spankyIt doesn't work
I've already tried
Values are not the same as this new skin
This is what I find in this new skin:
if,region,1,=,0
imagebutton,102,14,weather active.png,t,1,4,999,-1
else
imagebutton,102,14,weather.png,t,1,4,0,-1
button,102,14,11,11,11,4,999,
button,102,14,11,11,4,4,0,
button,102,14,11,11,8,4,0,
button,102,14,11,11,16,4,0,
button,102,14,11,11,10,4,999,
endif
if,region,4,=,0
imagebutton,141,14,rss active.png,t,4,4,999,-1
else
imagebutton,141,14,rss.png,t,4,4,0,-1
button,141,14,11,11,10,4,999,
endif
if,region,11,=,0
imagebutton,89,14,calendar active.png,t,11,4,999,- //button,89,14,11,11,1,4,999,
//button,89,14,11,11,4,4,999,
//button,89,14,11,11,8,4,999,
//button,89,14,11,11,19,4,0
//button,89,14,11,11,10,4,999
//button,89,14,11,11,16,4,9991
else[/color]
imagebutton,89,14,calendar.png,t,11,4,0,-1
endif
I've removed the bold instructions, there's no more links but if I try to display only top+agenda+weather the weather icons are at the bottom of the page!
Spanky:
It worked for me. You need to comment out the remainder of the lines too.
LawofA
Take a look here:
if,region,1,=,0
imagebutton,102,14,weather active.png,t,1,4,999,-1
else
imagebutton,102,14,weather.png,t,1,4,0,-1
endif
if,region,4,=,0
imagebutton,141,14,rss active.png,t,4,4,999,-1
else
imagebutton,141,14,rss.png,t,4,4,0,-1
button,141,14,11,11,10,4,999,
endif
if,region,11,=,0
imagebutton,89,14,calendar active.png,t,11,4,999,-1
else
imagebutton,89,14,calendar.png,t,11,4,0,-1
//button,89,14,11,11,1,4,999,
//button,89,14,11,11,4,4,999,
//button,89,14,11,11,8,4,999,
//button,89,14,11,11,19,4,0
//button,89,14,11,11,10,4,999
//button,89,14,11,11,16,4,999
endif
if,region,10,=,0
imagebutton,154,14,clock active.png,t,10,4,999,-1
else
imagebutton,154,14,clock.png,t,10,4,0,-1
button,154,14,11,11,4,4,999,
endif
if,region,8,=,0
imagebutton,128,14,battery active.png,t,8,4,999,-1
else
imagebutton,128,14,battery.png,t,8,4,0,-1
endif
if,region,16,=,0
imagebutton,115,14,launch active.png,t,16,4,999,-1
else
imagebutton,115,14,launch.png,t,16,4,0,15,-1
endif
if,refresh
imagebutton,76,14,refresh active.png,t,-1,-1,
else
imagebutton,76,14,refresh.png,t,0,7,,-1
endif
This is how my skin looks... Is this correct?
It doesn't work, when I choose both agenda & weather the weather icons are at the very bottom of the screen with black background!
Please help
can you post me your skin with no links?
Thanks
Quote from: spankycan you post me your skin with no links?
Thanks
Wich skin do you use ? I'll remove the linking of the buttons for you and see what i can do about the weathericons.
You probally need a defregion override in there somewhere. Basically i made the skin to have two views. One view with the top region and agenda and the other view with the rest of the regions, this was for me the most useable.
this skin: 2004_6.txt
I don't want links, so I can decide what to display (in detail I would top+weather+agenda)
THANKS
Quote from: spankythis skin: 2004_6.txt
I don't want links, so I can decide what to display (in detail I would top+weather+agenda)
THANKS
Try this one.
I've made some small changes. The weather is English (was Dutch...oeps)
Removed the linking.
Now the skin works even if the buffer is empty (thanks to Joelw)
Let me now, if it works for you.
Thanks!
It works perfectly!
Where can I find the images that you use - I have the weather icons, i need the "\ozkan" directory.
Please and thank you.
I've noticed...
Top+Weather+Agenda and Battery works well but rss, links and world time are not displayed correctly (they're displayed at the bottom of the screen with a black background (the same problem that weather+agenda+battery gave before your fix).
Could you also fix this?
Quote from: mee8495Where can I find the images that you use - I have the weather icons, i need the "\ozkan" directory.
Please and thank you.
You can find the whole package one page earlier.
Quote from: spankyI've noticed...
Top+Weather+Agenda and Battery works well but rss, links and world time are not displayed correctly (they're displayed at the bottom of the screen with a black background (the same problem that weather+agenda+battery gave before your fix).
Could you also fix this?
Look here for the problem: http://www.dark-mojo.com/todayplus/viewtopic.php?t=1252&highlight=scrolling
I see - 2004_6.zip has the files. Thank you.
Now - a bit off base - what are the apps in your tool bar at the bottom of the screen? The power button and the green number? I haven't seen those before...
Thanks for your time and effort - you have a great skin and the txt file is easy to navigate and edit.
Quote from: mee8495I see - 2004_6.zip has the files. Thank you.
Now - a bit off base - what are the apps in your tool bar at the bottom of the screen? The power button and the green number? I haven't seen those before...
Thanks for your time and effort - you have a great skin and the txt file is easy to navigate and edit.
Thanks for using the skin, if you find mistakes or have problems in the skin share them :)
The green number is my cpu speed, you can download the util here: http://www.immiersoft.com
The green button on the right is Handymenu from dinarsoft: http://www.pocketgear.com/software_detail.asp?id=10093
It's a very handymenu ;)
I don't have any additional plugin! (only today plus)
Try to install 2004_7.txt skin and you'll notice the bug I reported you regarding rss, shortcuts and world time
Let me know
How can I replace the links in 2004_7 (I like the rest of this version) .
Quote from: spankyI don't have any additional plugin! (only today plus)
Try to install 2004_7.txt skin and you'll notice the bug I reported you regarding rss, shortcuts and world time
Let me know
I know what you mean... i have the same problem with skins from other people. I think thinks it's a program issue and has nothing to do with the skin.
First of all - thanks for taking the time to help the newbies.
That said - some skins will close one module to open another. How can I implement that in your skin? If I open the RSS page - I want it to close the agenda page so as to not have scroll bars on the side.
Is this do-able?
What about adding the wind info to the weather dialogs? I notice that MSN has "wind: W8" on their page. I fly R/C planes and this would be helpful information...
Quote from: mee8495What about adding the wind info to the weather dialogs? I notice that MSN has "wind: W8" on their page. I fly R/C planes and this would be helpful information...
That's not too difficult just add the following in region 3,100 (Current Weather Details):
text,150,36,Wind:,l
today,windspeed,175,36,, Mph,l
today,winddir,235,36,,,r
Just adjust the x,y coordinates to fit in your skin.
Quote from: mee8495First of all - thanks for taking the time to help the newbies.
That said - some skins will close one module to open another. How can I implement that in your skin? If I open the RSS page - I want it to close the agenda page so as to not have scroll bars on the side.
Is this do-able?
This one's a little tricky, i'll look into it when i have the time.
Yogiman, where can I reattach the links to create just the 2 views that you setup in your original skin. I really like that feature along with all of the changes you made in the latest english version.
Thanks for all of your help.
Quotemee8495 wrote:
First of all - thanks for taking the time to help the newbies.
That said - some skins will close one module to open another. How can I implement that in your skin? If I open the RSS page - I want it to close the agenda page so as to not have scroll bars on the side.
Is this do-able?
This one's a little tricky, i'll look into it when i have the time.
Yogiman,
actually it is simple, all you have to do is add a button to the imagebuttons you already have, so when you press them they will close whatever regions you have open or you can add -1 for a toatal refresh at the end of the button. it depends how it is set up. I didn't try you'r skin so i don't know if it is the original setup, and the original regions.
Lordtwisted :D
Take a look at the word attached file and let me know
Thanks!
Thank you both LT and Yogiman! I will give it a try.
Quote from: LordtwistedQuotemee8495 wrote:
First of all - thanks for taking the time to help the newbies.
That said - some skins will close one module to open another. How can I implement that in your skin? If I open the RSS page - I want it to close the agenda page so as to not have scroll bars on the side.
Is this do-able?
This one's a little tricky, i'll look into it when i have the time.
Yogiman,
actually it is simple, all you have to do is add a button to the imagebuttons you already have, so when you press them they will close whatever regions you have open or you can add -1 for a toatal refresh at the end of the button. it depends how it is set up. I didn't try you'r skin so i don't know if it is the original setup, and the original regions.
Lordtwisted :D
Lt,
The setup of the skin is a mix of all the skins posted here on the forum, i haven't changed the region numbers so that the regions would be interchangeable.
I know you van add a button to the imagebutton, but i don't think that's what he means, because that was in the first skin he had. I think he means the option where 3 regions can be displayed in the same space when the button with the trianlge is tapped.
I remember on the original TP version 9.something - if you had agenda open, and then tapped RSS, agenda would close to make room for rss, and same the other way around. That is what I want to happen. Like in your original myskin. I have not dug that deep yet, I am easing back into this programming business!!!
PS: I have made some changes to the 2004 skin and really like it - I will try to figure out how to take a screen shot and post it. I added wind dir and velocity to the top left box and changed the box to be more accomodating to size differences in the displayed text.
Last question for now - how do I add the up or down arrow for the barometer? I am a real weather buff!
Here is the screenshot
Quote from: mee8495Here is the screenshot
For the rss to close when you tap op the calendar find this section and than add the bold part.
if,region,11,=,0
imagebutton,5,0,calendar active.png,t,11,4,999,-1
else
imagebutton,5,0,calendar.png,t,11,4,0,-1
button,5,0,11,11,4,4,999, I haven't tested it but it should work....
Where can I find the explanation of what the numbers represent??? Is there a guide, or is it all word of mouth? I hope it is no bother for me to keep bugging you.
button,5,0,11,11,4,4,999,
item, xpos, ypos, ?,?,?,?,on/off, refresh
If this is correct, what are the "?"
button,<x>,<y>,<width>,<height>,<target region>,<action>,<data>,<regions to update>
This is one string, just got wraped.
Quote from: mee8495Where can I find the explanation of what the numbers represent??? Is there a guide, or is it all word of mouth?
You can find that in the skin-reference (ver10.2)
http://www.dark-mojo.com/todayplus/viewtopic.php?t=3
Greetings Broesel
Quote from: mee8495Here is the screenshot
Looks good btw.
My Battery Meter seems to have a problem. The % charge works fine, but the time remaining always says 0. Any suggestions?
Quote from: fdromsMy Battery Meter seems to have a problem. The % charge works fine, but the time remaining always says 0. Any suggestions?
It's a bug, SRS said it would be fixed in 0.12.0 (if there;s going to be one)
Can you assign functions to the hard buttons on the PPC? I would like to see if you can get it to refresh when you hit the iTask button....[/quote]
Anybody still using one of these skins ?
As an answer on your last question, YES! Great Skin. I'm using a modified 2004_6 (Removed Uptime, Estimated, .... and back to dutch translation).
I've a question about the time buttons. I've noticed that when you replace the '[name]' with let say 'Geldrop' that it becomes visible.
But how can I get another 'worldtime' for example "New York" :?:
:oops:
Ok, I've got to look better into the source next time. I've added a new timezone in TodayPlus Config and changed the [name] section in the skinfile 2004_6.txt. It automaticly changed the time to the correct timezone when I select the clock button.
Everything works great!
Thanks for the great skin. :wink: