TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => Help and Support => Topic started by: iznogoud on November 06, 2003, 11:15:33 AM

Title: Owner information
Post by: iznogoud on November 06, 2003, 11:15:33 AM
Hello,

I'm a new guy here (I'm french) and I tried TodayPlus last week, it's really great but I have a problem with it.
I don't know how to do to have my owner information at the screen. This information are in my config.txt but not on my screen.

Can somebody help me ?

Thanks

Iznogoud :-)
Title: Owner information
Post by: jhollin1138 on November 06, 2003, 12:18:46 PM
Which skin are you using?  I remember reading that srs left the "owner section" out of the "slider" skin.
Title: Owner information
Post by: iznogoud on November 07, 2003, 05:26:42 AM
I use the OSX's skin. In fact, I don't know which parameters I need in my config.txt. I think I need to have a section with my owner information and a section with the police, size,....
I have the first but not the second one.

Can you help me ?

Thanks a lot
Title: Owner information
Post by: jhollin1138 on November 07, 2003, 08:53:18 AM
After reviewing the rgb08's OSX Skin (http://dark-mojo.com/TodayPlus/viewtopic.php?t=542), it too does not have an Owner section.  It will have to be added to the skin.  Here is the code from srs's "Analog-Weather.com" skin.  
region,0,900,-1
offset,offset_-1,offset_-1
changefont,tahoma,12,b
text,70,6,%owner name%,c
changefont,tahoma,12,
text,70,18,%owner phone%,c
text,70,30,%owner address%,c
changefont,tahoma,8,
text,48,45,Version: ,l
version,92,45,r
changefont,tahoma,12,
image,141,0,%owner image%,
offsetadd,0,56
endregion,0,900

You might be able to get it working in rgb08's OSX skin.
Title: It doesn't work, sorry.....
Post by: iznogoud on November 14, 2003, 09:29:28 AM
Thanks for your help but it doesn't work. I think, I miss something but I don't know what. I added your information in my OSX Complete skin.txt but nothing appears in the screen. I think I need to change some parameters in region or something like that but I don't know what.

Thanks again

Here my OSX Complete skin translate in french, maybe you could help me with it :-)
Title: Owner information
Post by: jhollin1138 on November 14, 2003, 04:23:40 PM
I will try to play around with it this weekend.  I will need to load the OSX skin myself.  One thing off the top of my head missing after a quick review would be there is nothing to load the owner region.  You could try a "poweron" at the beginning of the skin.  It should look something like this:
poweron,0,900
I will see what I can do this weekend.
Title: Still don't work
Post by: sinclairs on November 16, 2003, 03:10:35 AM
Hi I am the new one here.
Follow the steps but still don't work. :oops:
Title: Owner information
Post by: joelw135 on November 16, 2003, 04:13:01 PM
I am using ver 10 slider skin, the owner information is in the config file but I don't see anything in the skin file.  What do I put in the skin file and WHERE? Thanks.
Title: Owner information
Post by: Itanium on November 16, 2003, 04:18:16 PM
Quote from: joelw135I am using ver 10 slider skin, the owner information is in the config file but I don't see anything in the skin file.  What do I put in the skin file and WHERE? Thanks.

There is no owner information area in slider skin. Easiest way out would be that you switch to a different skin (calendar skin (http://www.dark-mojo.com/TodayPlus/viewtopic.php?t=668) e.g) that shows this information. Otherwise you have to define a new region in slider skin and program its visibility as it suits you.
Title: Owner information
Post by: joelw135 on November 16, 2003, 04:21:31 PM
I tried the calender skin v10 but couldn't get it to run at all. So the next best thing would be to put it in the skin file but I couldn't figure out where or how.
Title: Owner information
Post by: Itanium on November 16, 2003, 05:14:34 PM
Ok. Here is a quick solution for you :)

Replace the region0 (date area) code with this code. Now you can switch between Data and Owner Info by the click of the clock/owner info image in the left corner. I avoided adding a new region or changing height of region0 because that will be a little more work (may be later I ll do that). So the owner info is not the exact replica of system plugin for that purpose but it present the same amount of information.

You will also need to put the image I attach with in the Images\Colors-3D folder.


region,0,0,-1
defregion,0,0,0,240,20,2
offset,offset_-1,offset_-1
offsetadd,0,4
image,5,-1,clock-today.png,t
button,4,-2,18,18,0,4,1-highlight,0,14
changefont,tahoma,14,b
time,30,0,0,5,ls,l,
offsetadd,0,16
changefont,tahoma,11,
endregion,0,0

region,0,1,-1
defregion,0,0,0,240,20,2
offset,offset_-1,offset_-1
offsetadd,0,4
image,5,-1,OwnerInfo.png,t
button,4,-2,18,18,0,4,0-highlight,0,14
changefont,tahoma,13,b
text,30,0,%owner name%,l
changefont,tahoma,12,
text,130,1,%owner phone%,l
offsetadd,0,16
changefont,tahoma,11,
endregion,0,1
Title: Owner information
Post by: joelw135 on November 16, 2003, 05:22:19 PM
Thanks that will do for now, but it would be nice for it to be up there all the time.
Title: Owner information
Post by: joelw135 on November 16, 2003, 05:37:35 PM
I added the image to the 3d image folder but it doesn't come up.  It still works for the information. But no button shows.
Title: Owner information
Post by: Itanium on November 16, 2003, 05:45:40 PM
in your skin file (slider.txt?) check around the top for a line like

options,imagedir,Images\Colors-3D

this Images\Colors-3D is the folder where you need to place the image. If you have a different folder specified here, you need to out the image in that folder. There is also a folder My Icons-3D. Make sure you are not mixing up the two.
Title: Owner information
Post by: joelw135 on November 16, 2003, 05:50:22 PM
I checked it is in the correct folder.
Title: Owner information
Post by: Itanium on November 16, 2003, 05:56:11 PM
:) I'm out of any clue now. Works like charm for me here.

Here are the two lines which fetch these images..

image,5,-1,clock-today.png,t

image,5,-1,OwnerInfo.png,t

If one works and other don't. I can't say what is the reason other than image being in wrong place or image is corrupt.

Can you try using clock-today.png in the other line too and vice versa to check the image corruption possiblity.
Title: Owner information
Post by: joelw135 on November 16, 2003, 06:32:03 PM
Found the problem, when I copied the ownerinfo.png to the 3D Images file. I used copy and paste.  I forgot that it would rename it ownerinfo[1] that was the problem. Thanks again.
Title: Great
Post by: iznogoud on November 17, 2003, 10:14:40 AM
Itanium, thanks, it's working but with the OSX's skin, it's difficult to define the region or maybe I don't know how I need to configure it. In fact, it should be that :-)
I can have my owner image and name but not in the region I want and I can't have it in the back of my screen. I have owner information and weather for example in the same time on my screen. I don't know why, I try a lot of different region and defregion but I don't understand what is it.
For example :
region,25,0,200
defregion,25,0,0,160,40,2
What does it mean in bold ?

Thanks again for your help
Title: owner image with calendar2 skin
Post by: tolkien on November 19, 2003, 07:30:38 AM
Hello to everybody!!!
I'm following your discussion about the code to use to add the owner image. I've downloaded the calendar2 skin, because it's the only one with the owner information! But unfortunately no owner image! I'm not able to add the code you've suggested. In particular I don't know which specific region to replace.
Is it necessary to copy "region 0,0,-1" and "0,1,-1" in two different places or not? Which lines I have to remove? I'm quite a newbie and so I don't understand so much about region, defregion, poweron, offsetadd, offset and most of those strange things you say!!!!!!!!!!!!  :lol:   :oops:   :shock:
I've attached my calendar skin, if necessary!
Thanks for your help