View Single Post
  #163 (permalink)  
Old 05-14-2009, 06:40 PM
rebecker's Avatar
rebecker
N00b
Offline
Location: Usually on the beach in Costa Rica
 
Join Date: Sep 2008
Posts: 29
Reputation: 25
rebecker is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)

Quote:
Originally Posted by storyr View Post
uh oh... maybe I shouldn't have fixed it...



WP-Activate reads the plugin layout file and finds all of the "clickable" stuff on it. Then it sends a mouse click to the WP plugin on the the top-left-most item that it finds. On your theme, that item is opening the WP details, which shows those dumb buttons. And obviously, there's something weird about that icon being there.

I don't suppose you'd want to try PhatPhinger IV - I took care to make sure it's nearly impossible to open the WP details. Probably not, as I figure you're running your own customized version.

What I did was lay a window over the the big icons and text that opens the current conditions window, like this:

Code:
;WINDOW-0
0,0,W-45,H-55
#VOID#
popup-forecast.wpx
0,26,240,294
POPUP
In this case, the window is covering the entire area from the left side of the screen up to the start button, and from the top of the layout down to the top of the forecast section.



Yes, that would be very easy. On thing though, I'm not sure I can do the black box behind the text.
I'll check out PhatPhinger IV. Can you give me a link?

Yes, I really didn't expect a black box. Just a lazy cut/paste on my part.

-Bob-