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??
|