XWidgetSoft Forum

XWidget & XLaunchpad , Desktop customization
It is currently May 7th, 2025, 10:59 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 52 posts ] 
Author Message
PostPosted: October 29th, 2013, 12:21 pm 
Offline

Joined: June 18th, 2012, 12:07 am
Posts: 268
I upgraded from Version 1.8.2 to 1.8.8 with the patch, and my weathercore no longer works, see pic.
Left is V1.8.2 all OK, right in V1.8.8 weathercore not working, any ideas or suggections ?
Attachment:
V1.8.8.jpg
V1.8.8.jpg [ 68.1 KiB | Viewed 50750 times ]


Top
 Profile  
 
PostPosted: October 29th, 2013, 12:46 pm 
Offline

Joined: June 18th, 2012, 12:07 am
Posts: 268
After opening the widget in designer, changing nothing, and then closing, it now look like this
Attachment:
now.jpg
now.jpg [ 35.8 KiB | Viewed 50747 times ]

had to restore from package backup to fix.


Top
 Profile  
 
PostPosted: October 29th, 2013, 10:13 pm 
Offline
User avatar

Joined: March 8th, 2013, 10:27 pm
Posts: 353
The format for core binding in recent releases have changed. ${param} has become the default. But the old %format appears not supported. And some other binding parameters has also changed in the recent release.

_________________
Life is a myriad game... Just play it!


Top
 Profile  
 
PostPosted: October 30th, 2013, 3:04 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
Yes the %format is not supported from the v1.84....
Even when you open an old widget you will see that the % codes are converted to {}

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: October 30th, 2013, 6:37 am 
Offline

Joined: March 4th, 2013, 9:38 pm
Posts: 17
I am having the same trouble.

In my opinion the problem are not the old variables (because they get converted but the error still occurs).

To proof that, I created a complete new testing widget with all available AccWeather.Core data (at least up to day2).

All variables are in the format ${xxx} and I still get value "0" for all temperature data, while all other non-temperature* are correct. // * except speed related data and pressure

After some testings I found out, that, after restarting XWidget, everything looks fine again... until... the next reboot.

If XWidget is not started with Windows and run manually afterwards instead, everything is working properly too.

More testing:
If I set the Temp Unit to Fahrenheit I can let XWidget start with Windows (XP), all temp values get filled with the correct (Fahrenheit) values.
But, if I switch my Temp Unit to "Celsius" (using menu with "!SetCelcius"), then all values (which could be converted, like temperatures, pressure and speeds) will be filled with "0" (which can be fixed again with restarting XWidget).

I can reproduce this behaviour as often as I like, it's always the same.
Reloading only the widget does not help anything. And the files in die Cache folder show all the proper values (both units) for those "zero" values.

So it seems, the trouble is somehow related to Temp Unit "Celsius" and XWidget reading/interpreting the file (when started/initialised on Windows startup)
(btw: Changing the other settings "Language" and "WindSpeed Unit" does not have any negative effect for me on all combinations I have tried, only "Temp Unit: Celsius".).

On my system, XWidget is starting slightly before the network icon appears in the tray, maybe you know if this (network) could have some influence on that issue.
When I disable the network connection and reboot, I don't get zero filled Celsius values (but I guess, in that case XWidget does not execute all functions).

I hope the error can be found and fixed soon.

With kind regards

P. S.:

${updateTime} is missing the leading zero in minutes. It's now shown as 14:5 instead of expected 14:05 and as it was before (e. g. version 1.84 ).

${dayText1} gives as result 10-30 and
${moonPhaseDesc1} is giving moonPhaseDesc1. Are those values correct?

Is it possible to access other AccuWeather data (e. g. "CloudCover") that Xwidget does not offer but that are already in the cached data files?

P. P. S.: And not to forget: Many, many thanks for the new version! :) Except for the above descripted issue, the new AccuWeather.Core is simply wonderful and a big jump.
 


Top
 Profile  
 
PostPosted: October 30th, 2013, 8:07 am 
Offline
User avatar

Joined: June 10th, 2012, 5:57 am
Posts: 313
jackiDi wrote:
I am having the same trouble.

In my opinion the problem are not the old variables (because they get converted but the error still occurs).

To proof that, I created a complete new testing widget with all available AccWeather.Core data (at least up to day2).

All variables are in the format ${xxx} and I still get value "0" for all temperature data, while all other non-temperature* are correct. // * except speed related data and pressure

After some testings I found out, that, after restarting XWidget, everything looks fine again... until... the next reboot.

If XWidget is not started with Windows and run manually afterwards instead, everything is working properly too.

More testing:
If I set the Temp Unit to Fahrenheit I can let XWidget start with Windows (XP), all temp values get filled with the correct (Fahrenheit) values.
But, if I switch my Temp Unit to "Celsius" (using menu with "!SetCelcius"), then all values (which could be converted, like temperatures, pressure and speeds) will be filled with "0" (which can be fixed again with restarting XWidget).

I can reproduce this behaviour as often as I like, it's always the same.
Reloading only the widget does not help anything. And the files in die Cache folder show all the proper values (both units) for those "zero" values.

So it seems, the trouble is somehow related to Temp Unit "Celsius" and XWidget reading/interpreting the file (when started/initialised on Windows startup)
(btw: Changing the other settings "Language" and "WindSpeed Unit" does not have any negative effect for me on all combinations I have tried, only "Temp Unit: Celsius".).

On my system, XWidget is starting slightly before the network icon appears in the tray, maybe you know if this (network) could have some influence on that issue.
When I disable the network connection and reboot, I don't get zero filled Celsius values (but I guess, in that case XWidget does not execute all functions).

I hope the error can be found and fixed soon.

With kind regards

P. S.:

${updateTime} is missing the leading zero in minutes. It's now shown as 14:5 instead of expected 14:05 and as it was before (e. g. version 1.84 ).

${dayText1} gives as result 10-30 and
${moonPhaseDesc1} is giving moonPhaseDesc1. Are those values correct?

Is it possible to access other AccuWeather data (e. g. "CloudCover") that Xwidget does not offer but that are already in the cached data files?

P. P. S.: And not to forget: Many, many thanks for the new version! :) Except for the above descripted issue, the new AccuWeather.Core is simply wonderful and a big jump.
 



hi,jackiDi. thanks to your feedback. i have told Tony about this.


Top
 Profile  
 
PostPosted: October 30th, 2013, 1:05 pm 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
Guys sounds crazy but I have not all these problems with the designer or the accuweather core...!
All my old widgets works fine and the Windows still recognizes the old file format..
(maybe because the prev was a patched version for Android support and the files remained in the folder/registry?)
I installed over the prev version and all works (for now) except this little character bug on the city selection window:


Attachments:
2013-10-30_220155.jpg
2013-10-30_220155.jpg [ 69.08 KiB | Viewed 50706 times ]

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/
Top
 Profile  
 
PostPosted: October 30th, 2013, 11:29 pm 
Offline

Joined: June 18th, 2012, 12:07 am
Posts: 268
Quote:
All my old widgets works fine
Would someone please mind checking some of the old widgets that have a update now event using !UpdateWeather for the accweathercore, does it still work. :?: As the update now does not work on all the accweather widgets I have, only the first time when they load.
Thanks :)


Last edited by meme on October 31st, 2013, 1:12 am, edited 1 time in total.

Top
 Profile  
 
PostPosted: October 31st, 2013, 12:59 am 
Offline
User avatar

Joined: May 12th, 2012, 8:32 pm
Posts: 594
jimking wrote:
Guys sounds crazy but I have not all these problems with the designer or the accuweather core...!
All my old widgets works fine and the Windows still recognizes the old file format..
(maybe because the prev was a patched version for Android support and the files remained in the folder/registry?)
I installed over the prev version and all works (for now) except this little character bug on the city selection window:


Hi, Jimking, please try this patch , I had try to fix this problem : http://xwidget.com/download_patch.php

_________________
XWidget Software Developer
[XWidget for Android] [Lastest version of XWidget] [Lastest patch of XWidget]
[XDesktop for Android/Windows]


Top
 Profile  
 
PostPosted: October 31st, 2013, 1:47 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
meme wrote:
Quote:
All my old widgets works fine
Would someone please mind checking some of the old widgets that have a update now event using !UpdateWeather for the accweathercore, does it still work. :?: As the update now does not work on all the accweather widgets I have, only the first time when they load.
Thanks :)

I think that the refresh works for me but the problem is that very often the weather widgets just stop working...
I don't know if is because of accuweather's server issue...

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: October 31st, 2013, 1:54 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
Tony wrote:
Hi, Jimking, please try this patch , I had try to fix this problem : http://xwidget.com/download_patch.php

Confirm that the bug is fixed.. :)

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: October 31st, 2013, 2:07 am 
Offline
User avatar

Joined: May 12th, 2012, 8:32 pm
Posts: 594
meme wrote:
Quote:
All my old widgets works fine
Would someone please mind checking some of the old widgets that have a update now event using !UpdateWeather for the accweathercore, does it still work. :?: As the update now does not work on all the accweather widgets I have, only the first time when they load.
Thanks :)



Hi, meme, please try this patch , I had try to fix this problem : http://xwidget.com/download_patch.php

_________________
XWidget Software Developer
[XWidget for Android] [Lastest version of XWidget] [Lastest patch of XWidget]
[XDesktop for Android/Windows]


Top
 Profile  
 
PostPosted: October 31st, 2013, 3:40 am 
Offline

Joined: March 4th, 2013, 9:38 pm
Posts: 17
meme wrote:
Would someone please mind checking some of the old widgets that have a update now event using !UpdateWeather for the accweathercore, does it still work. :?: As the update now does not work on all the accweather widgets I have, only the first time when they load.
Thanks :)

!UpdateWeather still works for me.
But there is some change: In the previous release(s), the value "%UpdateTime" was showing (more or less) the time of when you used the function !UpdateWeather. Now (v1.88) it seems to be the time when the data on Accuweather was last updated (intervall of 10 minutes?). (And - as mentioned above - the leading "0" in "minutes" is missing (which looks horrible) ;) )
Tony wrote:
Hi, Jimking, please try this patch , I had try to fix this problem : http://xwidget.com/download_patch.php

I can confirm too, the strange characters in the "Change Location" dialog are gone.


Top
 Profile  
 
PostPosted: October 31st, 2013, 4:42 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
I don't know...I have the impression that the weather update very often stuck on "updating...."

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: October 31st, 2013, 9:40 pm 
Offline

Joined: June 18th, 2012, 12:07 am
Posts: 268
Quote:
Hi, meme, please try this patch , I had try to fix this problem : http://xwidget.com/download_patch.php
Tony weather update still not working for me even after patch.
Setting page shows timer spinning "updated 31 min ago", but update does not proceed when requested.


Top
 Profile  
 
PostPosted: November 1st, 2013, 8:04 am 
Offline
User avatar

Joined: June 10th, 2012, 5:57 am
Posts: 313
meme wrote:
Quote:
Hi, meme, please try this patch , I had try to fix this problem : http://xwidget.com/download_patch.php
Tony weather update still not working for me even after patch.
Setting page shows timer spinning "updated 31 min ago", but update does not proceed when requested.

hi,meme. something changed in the latest version. the refresh time means the time accuweather.com updates its data, not the time you press refresh button any longer.


Top
 Profile  
 
PostPosted: November 2nd, 2013, 12:53 am 
Offline

Joined: June 18th, 2012, 12:07 am
Posts: 268
Thank you qiancang, jimking, Tony, jackiDi and digigamer for you help with this problem
The cause of my AccWeatherCore failing to update was this line of code
Code:
AccWeatherCore1.cmd(null,'!UpdateWeather');

In previous versions it worked OK but now once executed prevents any more updates from occurring. Is this a bug?
Once removed everything works OK. !UpdateWeather from a button press now works. :D


Top
 Profile  
 
PostPosted: November 2nd, 2013, 2:34 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
meme wrote:
Once removed everything works OK. !UpdateWeather from a button press now works. :D

Yeap! Is better and more easy to use buttom or right click "binding cores" codes for these simple operations than a script! ;)

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: November 3rd, 2013, 2:32 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
I've installed the patch but still the Current Temperature and Current Real Feel are 0ºC or 32ºF. Any solution?


Top
 Profile  
 
PostPosted: November 3rd, 2013, 2:38 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
Which widget you're using and which patch you installed?

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: November 3rd, 2013, 3:11 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
Jimking, I'm using the xwidget 1.8.8, the patch given by Tony in this thread and any weather widget, for instance Tiny Weather (http://www.deviantart.com/art/Tiny-Weat ... -289065446)


Top
 Profile  
 
PostPosted: November 3rd, 2013, 3:50 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
So the widget doesn't work at all?
Have you installed the patch that Tony posted below my comment? (close completely the program and then replace/overwrite all the files in the program files xwidget folder with the patched. Then run it again).
http://xwidget.com/download_patch.php

I tested and the widget works fine on my pc...

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: November 3rd, 2013, 4:08 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
Yes, I installed the patch for a second time just in case and the widget still shows no temperature. I'm trying this other widget (http://www.deviantart.com/art/HTC-Weath ... -288352643) and same result. I'm using a w7 32bit.


Attachments:
weather.jpg
weather.jpg [ 29.79 KiB | Viewed 50576 times ]
Top
 Profile  
 
PostPosted: November 3rd, 2013, 4:54 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
I use Windows7 x32 too...
Have you tried to replace the binding cores maually (put them again) in the Designer..?
Using prev version of XWidget the widget worked?

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: November 3rd, 2013, 5:08 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
I've just created a weather widget from the scratch and have the same problem. Using the 1.8 version the weather widget worked fine, after updating to 1.8.8 it ceased to.


Top
 Profile  
 
PostPosted: November 3rd, 2013, 6:22 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
Really strange flibio..! Ok, let's do a little trick. I'm curious if will work after this:

1)Make a backup of this folder:
My Docs-> xwidget-> Widgets (is the folder where the installed widgets are saved).
2) Uninstall XWidget and delete ALL the remaining folders (in program files and my Docs-xwidget)
3) Use a registry clean program like CCleaner to clean the registry and reboot your pc
4) Install XWidget's last version again:
http://xwidget.com/
DO NOT RUN IT.
5) Copy/paste this folder (extract it first) and OVERWRITE (and all the files inside) the XWidget folder in the Program files
http://hugefiles.net/ufdaf0pxkxjk
6) Copy the old folder with your widgets (My Docs-> xwidget-> Widgets)
7) Run the program and test

Tell me if works now.
If you still have problem I don't know...

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: November 3rd, 2013, 7:02 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
I'm using the portable version. Anyway, I tried what you said but still doesn't work.


Top
 Profile  
 
PostPosted: November 3rd, 2013, 7:30 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
Tony, where could I find the 1.8 portable version? I prefer that. Thanks.


Top
 Profile  
 
PostPosted: November 3rd, 2013, 7:34 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
flibio wrote:
I'm using the portable version. Anyway, I tried what you said but still doesn't work.

Use the normal installed .exe version not the portable..! The folder that I sent you is MY program's folder and all work ok! So the same thing had to happen to you too! I don't know what the other users here can tell you but I think that something wrong with your pc man, registry or firewall. It's not make sense!
If you have troubles just go back to the prev version. An "old" working version is always better than a new version that doesn't work.

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: November 3rd, 2013, 8:47 am 
Offline
User avatar

Joined: July 9th, 2012, 1:14 pm
Posts: 112
I'm using the portable version 1.88 of XWidget too (Win7x64) and the weather widget works very well.
The portable version is available here. http://xwidget.com/

Unfortunately the translation into German is not entirely correct (upper case and lower case). I could correct this if wished.
Attachment:
weather.png
weather.png [ 86.25 KiB | Viewed 50558 times ]


Top
 Profile  
 
PostPosted: November 3rd, 2013, 4:34 pm 
Offline

Joined: June 18th, 2012, 12:07 am
Posts: 268
I also changed to the portable version after using the install version, I made the mistake of moving all my widgets from the install versions default location eg. user/.... to the portabe version folder location. I found most widget work fine in either loaction but the weather widgets worked in the original location but not in the portable version loaction. I no that probably dosent make sense but it was diffently the case. Moved them back to the original location and they work OK.


Top
 Profile  
 
PostPosted: November 4th, 2013, 11:11 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
meme wrote:
I also changed to the portable version after using the install version, I made the mistake of moving all my widgets from the install versions default location eg. user/.... to the portabe version folder location. I found most widget work fine in either loaction but the weather widgets worked in the original location but not in the portable version loaction. I no that probably dosent make sense but it was diffently the case. Moved them back to the original location and they work OK.


Thanks meme, that should be the problem. But, how do you "tell" xwidget portable that the widget folder is located now on My Documents rather than on AppData? I've been looking into various ini files and I didn't find anything.

For Tony: This is a bug to be fixed, why the weather widgets doesn't work on AppData?

Thank you all.


Top
 Profile  
 
PostPosted: November 4th, 2013, 11:59 am 
Offline

Joined: June 18th, 2012, 12:07 am
Posts: 268
Quote:
But, how do you "tell" xwidget portable that the widget folder is located now on My Documents rather than on AppData
I did not have to do anything, it found them anyway, I dont know if that was because I had previously had the installed version, which is now uninstalled, the portable version still finds them in the My docs folder OK.


Top
 Profile  
 
PostPosted: November 8th, 2013, 3:54 pm 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
Sometimes the weather widgets not work and show all the values 0oC/F...
Seems that when I restart the program the problem is fixed but surely this is not normal.... :|

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: November 13th, 2013, 7:28 am 
Offline
User avatar

Joined: August 9th, 2012, 3:45 am
Posts: 116
Location: Kiev, Ukraine
Pity! Ver.1.881 - and still not fixed. Weather goes crazy: zero current temp data and strange language changes in wind direction data. And no refresh/update. Restarting widget buying a couple of hours working properly. But then everything's starting over. One question: WHEN?Image

_________________
Image~ELECTROSELF~


Top
 Profile  
 
PostPosted: December 6th, 2013, 12:37 am 
Offline

Joined: June 11th, 2013, 10:42 am
Posts: 26
any news for weather bug? and for me the same things wrong data many times shows zero and mainly i can't find my city.in the previous xwidget i found my city and everything was ok now only big cities...i am from greece


Top
 Profile  
 
PostPosted: December 6th, 2013, 8:52 am 
Offline
User avatar

Joined: June 12th, 2012, 11:05 am
Posts: 257
Location: Barcelona
The same problem to me. 1.8.8.11111
W7 x64... so sad! :(


Top
 Profile  
 
PostPosted: December 7th, 2013, 6:03 am 
Offline

Joined: October 26th, 2013, 8:17 am
Posts: 362
i have xp and xwidget.1.8.8.1111-portable:
and everything works fine.

maybe it's a win7 problem

did you test with ekerweather widget (the one comes with xwidget)?
did you check the tags to be correct in designer?


Top
 Profile  
 
PostPosted: December 7th, 2013, 6:50 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
The bug depends on the program hamid, not the widgets or the tags..
As I said the "Restart" of XWidget resolves the issue..

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: December 7th, 2013, 11:02 am 
Offline

Joined: October 26th, 2013, 8:17 am
Posts: 362
jimking wrote:
The bug depends on the program hamid, not the widgets or the tags..
As I said the "Restart" of XWidget resolves the issue..


but i have the same version and this never happens for me


Top
 Profile  
 
PostPosted: December 25th, 2013, 2:06 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
OK, I think I see what the problem is, at least in w7. I don't know why I didn't think of it before. I just ran xwidget as administrator and now it works. The think I don't know whether I'm now in the jimking's situation ("restarting resolves the issue" -- never happened to me) or its completely resolved; still working, though.
Jimking, were you running xwidget as administrator, too?

Regards and merry christmas


Top
 Profile  
 
PostPosted: December 25th, 2013, 3:40 am 
Offline
User avatar

Joined: December 5th, 2012, 5:52 pm
Posts: 4887
flibio wrote:
OK, I think I see what the problem is, at least in w7. I don't know why I didn't think of it before. I just ran xwidget as administrator and now it works. The think I don't know whether I'm now in the jimking's situation ("restarting resolves the issue" -- never happened to me) or its completely resolved; still working, though.
Jimking, were you running xwidget as administrator, too?

Regards and merry christmas

Hello flibio. From the benning, on my laptop with Win7 x32 Ultimate, XWidget runs with the Autostart option without changing any admin privileges. The issue with the weather update appears only in this last version..

_________________
...and remember: don't take life too seriously...
My profile on Deviantart: http://jimking.deviantart.com/


Top
 Profile  
 
PostPosted: December 25th, 2013, 1:56 pm 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
jimking wrote:
Hello flibio. From the benning, on my laptop with Win7 x32 Ultimate, XWidget runs with the Autostart option without changing any admin privileges. The issue with the weather update appears only in this last version..


Mmm, I run xwidget from a link, not with the autostart option enabled. Have you tried this? I've been executing xwidget since this morning with admin privileges and the temperature never has been 0º. Notwithstanding this, I think tony should check what's the matter with this odd situation, but meanwhile you could run xwidget as admin in order to make work the weather core.

Regards


Top
 Profile  
 
PostPosted: December 26th, 2013, 6:06 am 
Offline
User avatar

Joined: June 12th, 2012, 11:05 am
Posts: 257
Location: Barcelona
Quote:
but meanwhile you could run xwidget as admin in order to make work the weather core.

Would be nice if it were that easy but ... your solution does not work for me.
I use windows 7 x64.


Top
 Profile  
 
PostPosted: December 26th, 2013, 9:30 am 
Offline

Joined: August 11th, 2012, 3:13 am
Posts: 25
Armando wrote:
Would be nice if it were that easy but ... your solution does not work for me.
I use windows 7 x64.


In that case I have no idea what the problem can be. Let's hope tony could figure it out.


Top
 Profile  
 
PostPosted: December 29th, 2013, 12:27 am 
Offline

Joined: June 11th, 2013, 10:42 am
Posts: 26
i use previous version and everything ok...i will wait for the next release maybe it will be fixed


Top
 Profile  
 
PostPosted: December 30th, 2013, 7:57 am 
Offline

Joined: October 26th, 2013, 8:17 am
Posts: 362
Armando wrote:
Quote:
but meanwhile you could run xwidget as admin in order to make work the weather core.

Would be nice if it were that easy but ... your solution does not work for me.
I use windows 7 x64.

some question about when it happens:
1. does it happen always or only sometimes?
2. does it happen at the start or at the middle?

something to try:
3. by restarting xwidget; does it fix the problem?
4. by reloading widget (RightClick>Window>Reload); does it fix the problem?
5. by opening it in editor and save it and then restarting xwidget; does it fix the problem?
6. by using tags in code (as "${}"); does it fix the problem?
7. by using tags in code (as "%..."); does it fix the problem?

i have added my own made widget below that have tags in code
you can use it to test "%..." tags in code:
Attachment:
weeklyaccuweather [v1.0.0-2013.12.30].xwp [176.19 KiB]
Downloaded 675 times


===============
i have a question for tony:
why some of the cores at the start, have tags filled with zero? shouldn't it be null or empty at the start? (i have tested pop3mailcore and accuweathercore and have this problem)
so i have to always skip first values of tags (when updating for the first time) in the code

i was wrong:
they doesn't filled with zero at start,
they filled with zero while updating for the first time.

so now the question is why the tags are filled with zero while updating
shouldn't it be null or empty?
===============


Last edited by hamid on December 30th, 2013, 6:30 pm, edited 2 times in total.

Top
 Profile  
 
PostPosted: December 30th, 2013, 12:44 pm 
Offline
User avatar

Joined: June 12th, 2012, 11:05 am
Posts: 257
Location: Barcelona
some question about when it happens:
1. does it happen always or only sometimes?
"always" is a bit ambiguous, but I'd say yes, always.


2. does it happen at the start or at the middle?
not understand the question :(


something to try:
3. by restarting xwidget; does it fix the problem?
In my case, does not always work "restart" I have to "exit" and then start again xwidget.
Anyway, when I reboot xwidget I can get weather update. And thus I do every time I want to see the weather update: I reset xwidget.


4. by reloading widget (RightClick>Window>Reload); does it fix the problem?
Nop

5. by opening it in editor and save it and then restarting xwidget; does it fix the problem?
I have not tried, but restarting xw the problem is resolved. In fact, momentarily resolved ..

6. by using tags in code (as "${}"); does it fix the problem?
I do not understand. In fact "core binding" it used: $ {curTemp}, $ {cityName}, $ {curWeatherIconNum}, etc.

7. by using tags in code (as "%..."); does it fix the problem?
As experienced in other widget, when you change "$ {}" to "% ..." xwidget automatically leave it again: "$ {}"
But I can be mistaken about this.


Top
 Profile  
 
PostPosted: December 30th, 2013, 3:06 pm 
Offline

Joined: October 26th, 2013, 8:17 am
Posts: 362
Armando wrote:
2. does it happen at the start or at the middle?
not understand the question :(
does it working correctly at the start of widget and after some time change to zero?
or
at the start it will show zero and after some time it will work correct?


Armando wrote:
3. by restarting xwidget; does it fix the problem?
Anyway, when I reboot xwidget I can get weather update. And thus I do every time I want to see the weather update: I reset xwidget.
you mean when rebooting xwidget it doesn't show zero temp or you mean something else?
is your problem "updating weather doesn't work" or "it's showing zero temperature"?


Armando wrote:
7. by using tags in code (as "%..."); does it fix the problem?
As experienced in other widget, when you change "$ {}" to "% ..." xwidget automatically leave it again: "$ {}"
But I can be mistaken about this.
it will change "%..." to ${} for tags in the designer (gui)
but if you use "%..." in the script code, it doesn't change them to ${}

do you use my widget that i posted before?
it has "%..." tags in script code,
so you don't have to write code for testing it, just use it and post the result


-------------

and some other questions:
1. are you using install version or portable version?
2. did you have install version or portable version before using this version?
3. did you run the xwidget as admin (RightClick on xwidget.exe>select run as admin) or just using a admin account?

-------------


Top
 Profile  
 
PostPosted: December 31st, 2013, 1:39 pm 
Offline
User avatar

Joined: June 12th, 2012, 11:05 am
Posts: 257
Location: Barcelona
Quote:
does it working correctly at the start of widget and after some time change to zero?
YES,
This is what happens. Actually not always switch to zero, sometimes it just does not update the information.


Quote:
you mean when rebooting xwidget it doesn't show zero temp or you mean something else?
is your problem "updating weather doesn't work" or "it's showing zero temperature"?
I think I've clarified in the previous answer.

Quote:
it will change "%..." to ${} for tags in the designer (gui)
but if you use "%..." in the script code, it doesn't change them to ${}
OK, Interesting, I did not know.

Quote:
do you use my widget that i posted before?
it has "%..." tags in script code,
so you don't have to write code for testing it, just use it and post the result
I'll test.

and some other questions:
1. are you using install version or portable version? Instal version
2. did you have install version or portable version before using this version? Instal version
3. did you run the xwidget as admin (RightClick on xwidget.exe>select run as admin) or just using a admin account? yes, but did not solve the problem.
Bye Hamid!


Top
 Profile  
 
PostPosted: January 5th, 2014, 5:09 am 
Offline
User avatar

Joined: June 12th, 2012, 11:05 am
Posts: 257
Location: Barcelona
Quote:
do you use my widget that i posted before?
it has "%..." tags in script code,
so you don't have to write code for testing it, just use it and post the result

The same result. No works (fails to update weather data, or switch to zero)


Top
 Profile  
 
PostPosted: January 12th, 2014, 6:47 pm 
Offline

Joined: October 26th, 2013, 8:17 am
Posts: 362
Armando wrote:
1. are you using install version or portable version? Instal version
2. did you have install version or portable version before using this version? Instal version

i have used only portable version; so i don't know if any problem with install version
the only thing that i can recommend is to try portable version too
to do this:

1. backup your xwidget AppData folder (that your widgets and themes are inside of it)
2. uninstall installed version of xwidget
3. remove any remaining of xwidget in installed folder
4. copy portable version to your desire directory
5. copy your recent backup of AppData to the new xwidget portable folder
6. test a weather widget


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 52 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: Google [Bot] and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB® Forum Software © phpBB Group