11/09/2010, 11:16 PM
|
#1 (permalink) |
|
Member
![]() Join Date: Oct 2009
Posts: 52
Likes Received: 0
Thanks: 52
Thanked 38 Times in 22 Posts
|
It should be easy, but I've had a hell of a time finding it. Attached is a screenshot of what I'm looking for.
In the messaging app, at the list view for messages and contacts there is a top and bottom faded-blend image that's white to clear. I'd love to make that black to clear or some other image, but I've not managed to find it everywhere. Sadly I checked every .png in /usr/palm/ (all 2,766 of them) and can't find it. So, if anyone happens to know where it is, very kindly, PLEASE let me know ![]() Found Solution/Location The file in question is located in /usr/palm/frameworks/mojo/submissions/347/images and it's defined in \usr\palm\frameworks\mojo\submissions\347\stylesheets\global-menus.css Code:
.palm-menu.command-menu.palm-default > .palm-menu-fade {
background: url(../images/command-menu-gradient.png) bottom left repeat-x;
}
.palm-menu.command-menu.palm-white > .palm-menu-fade {
background: url(../images/command-menu-gradient-white.png) bottom left repeat-x;
}
![]() To make changing it to match whatever themes I have, like the rest of the /usr/palm/applications/com.palm.app.messaging/stylesheets/messaging.css I've gone ahead and added the following code to messaging.css Code:
.palm-menu.command-menu.palm-default > .palm-menu-fade {
background: url(/media/internal/.scrim/command-menu-gradient.png) bottom left repeat-x; ! important
}
New screenshot attached Note: I've not found the top gradient image with the buttons, but it's very small and not a big worry for me anyway... The blue box is one I touched, the box is red for errors (user online/offline) Alot of the graphics are from various themes that I liked parts of but didn't take as a whole. Thanks all for the help!
Last edited by aramova; 11/10/2010 at 07:10 PM. Reason: Solution Found |
11/09/2010, 11:43 PM
|
#2 (permalink) |
|
Member
![]() Join Date: Jan 2007
Location: in the dark recesses of the earth, awaiting "The Rise of the L@@T"
Posts: 3,991
Likes Received: 184
Thanks: 2,996
Thanked 1,967 Times in 1,402 Posts
|
Scroll-fade-bottom.png
In usr/palm/applications Contact app Same file in messaging app -- Sent from my Palm Pre using Forums Beta
__________________
NEWBIES Check These Threads First WebOS FAQ Export Contacts Backup-Restore Patches/Apps follow me on twitter or Catch me at LOOT ATTN: If You like my Patches or Themes please feel free to DONATE |
11/10/2010, 12:43 AM
|
#3 (permalink) | |
|
Member
![]() Join Date: Oct 2009
Posts: 52
Likes Received: 0
Thanks: 52
Thanked 38 Times in 22 Posts
|
Quote:
Any other suggestions be chance? Thanks! |
|
11/10/2010, 08:48 AM
|
#5 (permalink) |
|
Member
![]() Join Date: Oct 2009
Posts: 52
Likes Received: 0
Thanks: 52
Thanked 38 Times in 22 Posts
|
yes, attempted that, even replaced the earlier suggested images with just a bright pink block hoping if it changed anything I'd see it, did a Luna restart, and still the same white fade.
I'm still open to suggestions, or if anyone happens to know the location the image is declared in CSS that would be awesome. On a side note, when you swipe the Messaging application to card view and it's in the back ground, the image vanishes (that's the normal behavior as tested in the emulator) Could this mean the image is part of the larger OS, and stored/defined somewhere else? |
11/10/2010, 10:02 AM
|
#6 (permalink) | |
|
Member
![]() Join Date: Jan 2007
Location: in the dark recesses of the earth, awaiting "The Rise of the L@@T"
Posts: 3,991
Likes Received: 184
Thanks: 2,996
Thanked 1,967 Times in 1,402 Posts
|
Quote:
scroll-fade-top.png scroll-fade-bottom.png
__________________
NEWBIES Check These Threads First WebOS FAQ Export Contacts Backup-Restore Patches/Apps follow me on twitter or Catch me at LOOT ATTN: If You like my Patches or Themes please feel free to DONATE |
|
11/10/2010, 10:32 AM
|
#7 (permalink) | |
|
Member
![]() Join Date: Oct 2009
Posts: 52
Likes Received: 0
Thanks: 52
Thanked 38 Times in 22 Posts
|
Quote:
Code:
palm-webos-device images # pwd /usr/palm/sysmgr/images palm-webos-device images # ls -l *fade* ls: *fade*: No such file or directory palm-webos-device images # ls -l *scroll* ls: *scroll*: No such file or directory palm-webos-device images # ls -l *top* -rw-r--r-- 1 root root 144 Jun 14 13:44 dashboard-mask-top.png -rw-r--r-- 1 root root 981 Jun 14 13:46 screen-lock-wallpaper-mask-top.png -rw-r--r-- 1 root root 238 Jun 14 13:47 wm-corner-top-left.png -rw-r--r-- 1 root root 222 Jun 14 13:47 wm-corner-top-right.png palm-webos-device images # ls -l *bottom* -rw-r--r-- 1 root root 144 Jun 14 13:44 dashboard-mask-bottom.png -rw-r--r-- 1 root root 1032 Jun 14 13:46 screen-lock-wallpaper-mask-bottom.png -rw-r--r-- 1 root root 218 Jun 14 13:47 wm-corner-bottom-left.png -rw-r--r-- 1 root root 234 Jun 14 13:47 wm-corner-bottom-right.png palm-webos-device images # I'm really trying not to be difficult, lol. I'm just very puzzled by this one. |
|
11/16/2010, 05:11 PM
|
#8 (permalink) |
|
Homebrew Developer
![]() Join Date: Jul 2011
Posts: 127
Likes Received: 68
Thanks: 43
Thanked 3,129 Times in 2,010 Posts
|
You ever figure it out? Those images should be in /usr/palm/frameworks/mojo/submissions/347/images/
I don't remember exactly what they were named, but am pretty sure they had "gradient" in the file name... |
11/16/2010, 07:04 PM
|
#9 (permalink) | |
|
Member
![]() Join Date: Oct 2009
Posts: 52
Likes Received: 0
Thanks: 52
Thanked 38 Times in 22 Posts
|
Quote:
I'm not going to post the theme publicly since its 100% used from other people with some color changes, but the knowledge gained will help me make some custom themes. Thanks again! |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



