RC 398
- par
- Posts: 8739
- Joined: Mon Sep 21, 2009 11:56 am
- Name: Pasha
- Location: Saint-Petersburg, Russia
- Contact:
Re: RC 398
error: regular pictures are not working right.
A user can add any picture to YoWindow, to display it instead of the landscape.
In the release build this feature is broken.
Besides a Bulgarian translation was added.
A user can add any picture to YoWindow, to display it instead of the landscape.
In the release build this feature is broken.
Besides a Bulgarian translation was added.
- Mallorca
- Posts: 1757
- Joined: Sun Jul 11, 2010 8:59 am
- Name: Werner Heidotting
- Location: Son Servera, Mallorca, Spain
- Contact:
Re: RC 398
PROBLEM
Hi Pasha, after update to RC 398 I got this view:
No time bar, no weather :? I can only change the landscape ...
What could be happened?
Werner

Hi Pasha, after update to RC 398 I got this view:
No time bar, no weather :? I can only change the landscape ...
What could be happened?
Werner
My weatherstation: TFA-Nexus with WsWin
http://wetter.toernover.com
Wonderground
http://www.wunderground.com/weatherstat ... hspan=year
My Place:
http://goo.gl/maps/VO3i
http://wetter.toernover.com
Wonderground
http://www.wunderground.com/weatherstat ... hspan=year
My Place:
http://goo.gl/maps/VO3i
- countryroads
- Posts: 8844
- Joined: Tue Apr 27, 2010 3:38 am
- Name: Marty
- Location: Mansfield, Ohio USA
- Contact:
Re: RC 398
Hi Pasha and Werner,
My Windows XP are working as they should.
Marty
My Windows XP are working as they should.
Marty
-
- Posts: 1645
- Joined: Wed Nov 18, 2009 9:58 am
- Location: Vienna, Austria
Re: RC 398
No problems here with this RC - works as desired!
»Man is impressive. In a universe full of untold secrets he has invented boredom.«
- par
- Posts: 8739
- Joined: Mon Sep 21, 2009 11:56 am
- Name: Pasha
- Location: Saint-Petersburg, Russia
- Contact:
Re: RC 398
Werner, it seems to me you have pressed Tab key occasionally, it hides all User Interface (UI).
Try pressing Tab again to show it back.
Try pressing Tab again to show it back.
- Mallorca
- Posts: 1757
- Joined: Sun Jul 11, 2010 8:59 am
- Name: Werner Heidotting
- Location: Son Servera, Mallorca, Spain
- Contact:
Re: RC 398
Hi Pasha,
I'm using allways the tab key to make the screenshots for my landscapes. But in this case nothing happens by pressing this key. Also after restarting Win 7 the same situation. So I reinstalled Yowin (before I saved the landscapes file of course
)
The new installation works stable now. But there was a new "problem": after add in the saved landscapes file in the same directory, I was hopefull to get the landscapes back ... unfortunately no landscape was shown in Yowindow
So I had to add more then 200 landscapes manually ...
Do you know a way to solve this problem in the future when it is necessary to reinstall Yowindow?
Werner
I'm using allways the tab key to make the screenshots for my landscapes. But in this case nothing happens by pressing this key. Also after restarting Win 7 the same situation. So I reinstalled Yowin (before I saved the landscapes file of course

The new installation works stable now. But there was a new "problem": after add in the saved landscapes file in the same directory, I was hopefull to get the landscapes back ... unfortunately no landscape was shown in Yowindow

So I had to add more then 200 landscapes manually ...
Do you know a way to solve this problem in the future when it is necessary to reinstall Yowindow?
Werner
My weatherstation: TFA-Nexus with WsWin
http://wetter.toernover.com
Wonderground
http://www.wunderground.com/weatherstat ... hspan=year
My Place:
http://goo.gl/maps/VO3i
http://wetter.toernover.com
Wonderground
http://www.wunderground.com/weatherstat ... hspan=year
My Place:
http://goo.gl/maps/VO3i
- par
- Posts: 8739
- Joined: Mon Sep 21, 2009 11:56 am
- Name: Pasha
- Location: Saint-Petersburg, Russia
- Contact:
Re: RC 398
Ah... I wish you let me know before you had uninstalled YoWindow.
Next time you notice this problem with missing UI, please send me options.xml, it will help me to find out what went wrong.
I'm very sorry you had to add all your landscapes back to YoWindow.
YoWindow keeps track of the landscapes in options.xml file
On Windows 7 it is in this folder
C:\Users\par\AppData\Roaming\YoWindow
Before uninstalling YoWindow copy landscapes tag and its contents
After the installation paste it back to options.xml
Example:
<landscapes>
<landscape name="Village" type="plugin" id="com.yowindow.village">
</landscape>
<landscape src="C:\ProgramData\YoWindow/landscapes/live_sky_example/pyramids.ywl" name="Landscape made from picture" type="picture" id="com.yowindow.pyramids">
</landscape>
<landscape name="desert" type="picture" id="12BA69593D7">
<data src="c:/users/public/pictures/sample pictures/desert.jpg">
</data>
</landscape>
</landscapes>
Next time you notice this problem with missing UI, please send me options.xml, it will help me to find out what went wrong.
I'm very sorry you had to add all your landscapes back to YoWindow.
YoWindow keeps track of the landscapes in options.xml file
On Windows 7 it is in this folder
C:\Users\par\AppData\Roaming\YoWindow
Before uninstalling YoWindow copy landscapes tag and its contents
After the installation paste it back to options.xml
Example:
<landscapes>
<landscape name="Village" type="plugin" id="com.yowindow.village">
</landscape>
<landscape src="C:\ProgramData\YoWindow/landscapes/live_sky_example/pyramids.ywl" name="Landscape made from picture" type="picture" id="com.yowindow.pyramids">
</landscape>
<landscape name="desert" type="picture" id="12BA69593D7">
<data src="c:/users/public/pictures/sample pictures/desert.jpg">
</data>
</landscape>
</landscapes>