TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => New Skins / Graphics => Topic started by: arbitrajeu on November 17, 2003, 01:34:06 PM

Title: sysinfoplus v0.10.0
Post by: arbitrajeu on November 17, 2003, 01:34:06 PM
A few people have asked me to post up by system information region, very much following Lordtwisted's lead in providing skin "components" which others can use.

I've packaged up the relevant code into the attached .zip file, consisting of:
Note that you will probably also need to amend the following lines from configextract.txt:

storage,internal,\
storage,storagepath1,\Storage Card\
storage,storagepath2,\iPAQ File Store\
storage,storagepath3,\Dummy\
image,storageicon1,\Program Files\TodayPlus\Images\Minimal\SD Card.png
image,storageicon2,\Program Files\TodayPlus\Images\Minimal\iPAQ File Store.png
image,storageicon3,\Program Files\TodayPlus\Images\Minimal\Dummy.png
shortcut,explorestorage1,\Program Files\TodayPlus\Shortcuts\ExploreSDCard.lnk,Explore SD Card
shortcut,explorestorage2,\Program Files\TodayPlus\Shortcuts\ExploreFileStore.lnk,Explore iPAQ File Store
shortcut,explorestorage3,\Program Files\TodayPlus\Shortcuts\Dummy.lnk,Dummy

This should be self-explanatory, but in general:
Hopefully that's everything.  Do feel free to post questions here.  I hope you enjoy integrating this with your favourite skin.
Title: sysinfoplus v0.10.0
Post by: ya1950 on November 17, 2003, 01:56:30 PM
arbitrajeu

Thanks for this. I already anticipated you and used your code with rbg08's skin in another thread. One question. For some reason I can't get the icon for the sd card to show. Everything else works fine. I changed the storeage1 path in the config file to reflect my CF card but this shouldn't affect anything that I know of. Any thoughts? Meantime I'm going to try the file attached to this post and see if it solves the problem. That failing I'm going to retype the config file. For some reason that I can't fathom cutting and pasting has messed up the config file in the past.

I applaud this move to post skin components as it makes the program a lot easier to use for non-skinners. If this move continues I'd like to suggest deciding on some conventions about which regions are usually used for what functions. This would make it even easier to 'assemble' a skin from components. Actually from the code I've seen this is already happening in a lot of cases.

Thanks a lot for sharing your hard work.

ya1950
Title: sysinfoplus v0.10.0
Post by: Lordtwisted on November 17, 2003, 02:00:58 PM
QuoteI applaud this move to post skin components as it makes the program a lot easier to use for non-skinners

ya1950,

 why thank you verry much. I thought it would be easer for non skinners.
Batteryplus http://www.dark-mojo.com/TodayPlus/viewtopic.php?t=640&start=0


Lordtwisted :lol:
Title: sysinfoplus v0.10.0
Post by: killroy on November 17, 2003, 02:22:45 PM
arbitrajeu,

Nice job. If LT didn't make batteryplus i would use you'rs. His has more info and i love the layout. Good work anyways.


Ronald Doner :lol:
Title: sysinfoplus v0.10.0
Post by: arbitrajeu on November 17, 2003, 04:39:19 PM
Quote from: killroyNice job. If LT didn't make batteryplus i would use you'rs. His has more info and i love the layout. Good work anyways.
Thanks killroy.  

As I mentioned in another post, I'm a minimalist.  Therefore, I kept my system info region as small as possible, with single clicks being required to cycle between program/storage memory, up to three storage devices, free/used memory, elapsed/remaining battery time, soft reset time/elapsed time, etc.

I realise that some people prefer to be able to see more information at once, and it's one of the great things with TodayPlus that we can offer options for everyone  :D
Title: sysinfoplus v0.10.0
Post by: arbitrajeu on November 17, 2003, 04:43:59 PM
Quote from: ya1950One question. For some reason I can't get the icon for the sd card to show. Everything else works fine. I changed the storeage1 path in the config file to reflect my CF card but this shouldn't affect anything that I know of. Any thoughts?
I noticed that on the other post.

The first thing to check is whether you have the right path to the image file in the config.txt.  I have a nasty feeling those might have gotten out of synch in a few places in the process, as I moved from my dev environment, to Minimal release and also for sysinfoplus.  You will notice that in the configextract.txt it refers to the icons in the Minimal images directory... I always intended that people would amend the config.txt to point to their own Image directory... let's call it a "test" ;)

If checking that doesn't work, please feel free to post your config.txt and skin file and I'll take a look.
Title: sysinfoplus v0.10.0
Post by: ya1950 on November 18, 2003, 12:59:44 AM
arbitrajeu

Thanks for the kind offer. Fortunately I used the version posted here, changed the region and the directories and now everything works like a charm. Don't know what was not working before but it's fixed now  :D

Thanks a lot for your hard work and support,

ya1950
Title: sysinfoplus v0.10.0
Post by: ya1950 on November 18, 2003, 11:17:53 AM
arbitrajeu

Another call for help. I'm trying to use your skin as part of a main page by shrinking the icons and moving 4 of them in a box pattern on the right. I think I've manged to move everything and it all seems to work except... pushing any button refreshes the entire region rather than just the button area. Does this sound like anything you can recognize quickly??? Also since I've shrunk the icons to 75% of their former size, do I have to now change the height and width variables of the button commands as well or does the program automatically compensate for this? As always, thanks very much for help.

ya1950
Title: sysinfoplus v0.10.0
Post by: arbitrajeu on November 18, 2003, 11:30:57 AM
Quote from: ya1950Another call for help. I'm trying to use your skin as part of a main page by shrinking the icons and moving 4 of them in a box pattern on the right. I think I've manged to move everything and it all seems to work except... pushing any button refreshes the entire region rather than just the button area.
Hmm... I'm not sure.  Could it just be that you haven't moved or resized a button command appropriately?  Try the things mentioned below and if that doesn't fix it, do post up or PM me the config.txt.

Quote from: ya1950Also since I've shrunk the icons to 75% of their former size, do I have to now change the height and width variables of the button commands as well or does the program automatically compensate for this?
If you change the icon sizes you need to change the height/width of the button areas too.  These are indicated below:

image,127,0,%storageicon2%,t
if,storage,storage3
   button,127,0,13,19,-1,6,var10=3,6
else
   if,storage,storage1
      button,127,0,13,19,-1,6,var10=1,6
   else
   endif
endif

Also remember that if you resize the usage bars you need to change the button links for those too, thus:

draw,roundrect,142,10,26,9,100_100_100,h
button,142,10,26,9,-1,0,%explorestorage1,