TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => New Skins / Graphics => Topic started by: Geezer on January 28, 2005, 01:21:24 PM

Title: Some Transparent Icons in POOM Do Not Display Correctly
Post by: Geezer on January 28, 2005, 01:21:24 PM
I've got a bug that I'm tracking down with my newest version of the 2B-VGA skin.  I hope someone here has seen this and more importantly, can remember how to correct it.  If you know me, you know to shrug it off as an old age thing..  :roll:   Anyway, while I'm displaying my agenda region, the FIRST and only the first POOM icon displays with the transparency color showing.  The very same icon, listed later in the sort, displays correctly without the transarency color showing.  (It doesn't do this with every filter sort.  I have 8 filters and it only happens in two of them.)  Has anyone seen this before? I'm at work but if I need to, I'll upload a screen shot when I get home or maybe tomorrow.  Got a busy birthday party to go to tonight.  :D  

Let me know..

Geezer
Title: Some Transparent Icons in POOM Do Not Display Correctly
Post by: Wichtel on January 28, 2005, 02:19:54 PM
make sure that in the code the t for transparency is available, Example: image,2,2,clock-today.bmp,t

The other solution check the images for the RGB code, 255_0_255.
Title: Some Transparent Icons in POOM Do Not Display Correctly
Post by: Geezer on January 28, 2005, 02:46:45 PM
Quote from: Wichtelmake sure that in the code the t for transparency is available, Example: image,2,2,clock-today.bmp,t

The other solution check the images for the RGB code, 255_0_255.

It's there.  The "t" that is.  It works with all the other lines that get filtered.  It's just that first line.    :cry:   And I know that the 255_0_255 is correct because they display correctly in the other lines.  It's just that first line..  Very odd/strange!  I was thinking that you had seen this before too.  I was hoping at least.   :idea:   Common Wichtel, you can do it.  :P
Title: Some Transparent Icons in POOM Do Not Display Correctly
Post by: Wichtel on January 28, 2005, 03:05:10 PM
Suggestion: Attach a screenshot. Post the code Section and attach the Image. Then I take a closer look at this
Title: Some Transparent Icons in POOM Do Not Display Correctly
Post by: Geezer on January 28, 2005, 05:06:22 PM
Quote from: WichtelSuggestion: Attach a screenshot. Post the code Section and attach the Image. Then I take a closer look at this

I figured it out.  Seems the POOM filter code needs to be in a certain order.  I had the following line mixed up.   The first line is what I had.

options,taskformat,0,12,13,%iconstart,0%%categoryicons,10,1%%checkbox,15,1,12,12,%checkbox.png,checkedbox.png,t%%iconstart,44%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%tab,28%%countdown%%changefont,tahoma,11,b%%textcolor,0_0_128%%tab,55%%subject%%changefont,tahoma,11,%%resettextcolor%

I changed it to this and it's now working.  

options,taskformat,0,12,13,%checkbox,15,1,12,12,checkbox.png,checkedbox.png,t%%iconstart,44%%priorityicon,-10,1,lowpriority.png,normal priority.png,high priority.png,t%%iconstart,0%%categoryicons,10,1%%tab,28%%countdown%%changefont,tahoma,11,b%%textcolor,0_0_128%%tab,55%%subject%%changefont,tahoma,11,%%resettextcolor%
Title: Some Transparent Icons in POOM Do Not Display Correctly
Post by: uk_skinner on January 28, 2005, 05:32:02 PM
Are you the codes you post  are for "Business Task"?  

text,335,87,Business Agenda,c
options,calendarfilter,5

And no option, format for task.. :?:
Title: Some Transparent Icons in POOM Do Not Display Correctly
Post by: Geezer on January 28, 2005, 05:36:05 PM
Quote from: uk_skinnerAre you the codes you post  are for "Business Task"?  

text,335,87,Business Agenda,c
options,calendarfilter,5

And no option, format for task.. :?:

Oops  let me edit that and try again.. :-)  Thanks  Been a loooong day..
Title: Some Transparent Icons in POOM Do Not Display Correctly
Post by: Geezer on January 29, 2005, 06:01:13 AM
Okay, my last question on this subject is for the EXPERTS.  Did any of you know of this unique formatting problem?

I guess that's what I get for trying something new and getting in the learning process.  Hopefully, someone will see this in a search, in the future.  I didn't find anything here on this topic.