PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Pocket PC Themes (http://forum.ppcgeeks.com/forumdisplay.php?f=31)
-   -   [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions) (http://forum.ppcgeeks.com/showthread.php?t=68289)

storyr 05-13-2009 10:36 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Quote:

Originally Posted by Coucher (Post 912263)
Storyr,

Figured out the issue in my situation. Additionally, I feel it may the same a few others have experienced. After reading someone make a comment about their "menu enhancement" and then running your slowed down script, I determined the problem was when the files are selected.

I had installed "francarl FingerMenu" ( http://forum.ppcgeeks.com/showthread...399#post726399 ) a while back. It replaces most all of the system menus with larger, more finger friendly menus. It seems as though it may change the order of some of the menu items as well which is what was causing the failure on the file selection step.

I disabled FingerMenu, reran everything, and it worked flawlessly. Below for either your, or anyone's use is a video demonstrating how the injection should run when run correctly.

http://www.youtube.com/watch?v=uZ8RQeYsRuQ

Hope this helps with some of you out there experiencing problems with the injection.

Nice video! Well, we're certainly getting closer to a solution. Here's what the vanilla Total Commander menus look like. Perhaps someone with the issue could start TC post what there's look like:

http://www.venusware.net/images/wpa/screen11.png-http://www.venusware.net/images/wpa/screen13.png

I'm looking at alternatives to fix the issue...

storyr 05-13-2009 10:38 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Quote:

Originally Posted by rebecker (Post 912392)
Storyr,

I don't have Total Commander installed, but still get an error at Line 305.

BTW, thanks for your continued work with WP. About every 2 months I start looking at other weather apps, but always come back to WP after a few days.

-Bob-

np Bob - I get this worked out soon...

storyr 05-13-2009 10:40 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Quote:

Originally Posted by j-squared (Post 912415)
I was also having the zip error - and I had WP-Activate installed on my storage card. I uninstalled it and re-installed it on the device itself - and now it works!

I do have one minor issue in that it does display the current temp in degrees C not F. How do I change that?

The widget reads the WeatherPanel setting for units and displays accordingly. You'll need to go into you WeatherPanel settings and change the units there:

http://www.venusware.net/images/wpa/screen14.png

jmorton10 05-13-2009 10:41 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Quote:

Originally Posted by storyr (Post 912455)
Did you exit Mobile Shell, the restart it? (or, alternatively, soft reset)

Yes, I did (I tried both, about three times)

~John

Tuffgong4 05-13-2009 10:51 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Quote:

Originally Posted by storyr (Post 912463)
Nice video! Well, we're certainly getting closer to a solution. Here's what the vanilla Total Commander menus look like. Perhaps someone with the issue could start TC post what there's look like:

-
I'm looking at alternatives to fix the issue...


deleted pictures so they dont take up too much space :)


my menu enhancement has the same layout structure as the vanilla TCommander menu layout if that helps at all.

mckenph 05-13-2009 10:52 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Quote:

Originally Posted by Coucher (Post 912263)
Storyr,

Figured out the issue in my situation. Additionally, I feel it may the same a few others have experienced. After reading someone make a comment about their "menu enhancement" and then running your slowed down script, I determined the problem was when the files are selected.

I had installed "francarl FingerMenu" ( http://forum.ppcgeeks.com/showthread...399#post726399 ) a while back. It replaces most all of the system menus with larger, more finger friendly menus. It seems as though it may change the order of some of the menu items as well which is what was causing the failure on the file selection step.

I disabled FingerMenu, reran everything, and it worked flawlessly. Below for either your, or anyone's use is a video demonstrating how the injection should run when run correctly.

http://www.youtube.com/watch?v=uZ8RQeYsRuQ

Hope this helps with some of you out there experiencing problems with the injection.

That was it. I also had Fingermenu installed. Deactivated it and everything is working fine

Tuffgong4 05-13-2009 11:04 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Fixed my first problem but ran in to another error. I watched the gif you posted Storyr and then went to # select the widgets.xml file
SendSpecial( "F2" )
Sleep( 750 )
SendSpecial( "Down" )
Sleep( 750 )
SendSpecial( "Down" )
Sleep( 750 )
SendSpecial( "Down" )
Sleep( 750 )
SendSpecial( "CR" )
Sleep( 750 )
WaitForActive( "Select/Unselect files", 5 )
Sleep( 750 )
SendKeys( "Select/Unselect files", "widgets.xml" )
Sleep( 750 )
SendSpecial( "Tab" )
Sleep( 750 )
SendSpecial( "CR" )
Sleep( 750 )

in this document I added another

SendSpecial( "Down" )
Sleep( 750 )

and it got past the error I was getting but the next step for unzip got an error now...

progress maybe??

mckenph 05-13-2009 11:10 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Quote:

Originally Posted by mckenph (Post 912502)
That was it. I also had Fingermenu installed. Deactivated it and everything is working fine

OK I was wrong. Everything loaded got the widget to appear however when I press the widget it says loading weather panel and then goes away and does not pop up WP

Tuffgong4 05-13-2009 11:45 AM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
1 Attachment(s)
added a few lines to the .mscr in a few places
SendSpecial( "Down" )
Sleep( 750 )
seems that menu enhancement needs the first option counted as well
and I get a lot further but now I get this error in the image and now a problem with line 311

probably has to do with selections to zip the file.

storyr 05-13-2009 12:29 PM

Re: [Mobile Shell 3.0 Widget] WeatherPanel (with current conditions)
 
Quote:

Originally Posted by jmorton10 (Post 912480)
Yes, I did (I tried both, about three times)

~John

All I can think of is to reinstall WP-Activate and redo each step.

The CAB installs the registry entries, and the Inject installs the xml for the widgets. These are the two things required for a widget to work in MS.

Quote:

Originally Posted by mckenph (Post 912533)
OK I was wrong. Everything loaded got the widget to appear however when I press the widget it says loading weather panel and then goes away and does not pop up WP

1. Make sure WeatherPanel is running in your Today screen
2. It won't work with a default WeatherPanel layout - you must use something like PhatPhinger.
3. If that doesn't work, try exiting MS the restarting.

Quote:

Originally Posted by Tuffgong4 (Post 912598)
added a few lines to the .mscr in a few places
SendSpecial( "Down" )
Sleep( 750 )
seems that menu enhancement needs the first option counted as well
and I get a lot further but now I get this error in the image and now a problem with line 311

probably has to do with selections to zip the file.

I'm going to try some new things this evening - thanks to you and everyone else for taking the time :)


All times are GMT -4. The time now is 01:23 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0