Author Topic: 0.4r1 released (comments are still welcome)  (Read 6478 times)

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1679
0.4r1 released (comments are still welcome)
« on: July 22, 2015, 08:51:45 PM »
Dear friends!

I thing current test version (b270, b273, b276) is a good release candidate. But I would really appreciate some confirmation.

Especially, please check that new implementation of Internal Display is working.

Thanks in advance,
your AZ.

EDIT: I decide to add a little bit more to it, comming soon ;)
« Last Edit: August 04, 2015, 11:05:30 PM by azslow3 »

Offline MarKo

  • Power user
  • Full Member
  • *
  • Posts: 249
Re: 0.4r1 release, I need beta testers feedback
« Reply #1 on: July 24, 2015, 11:37:40 AM »
Hi Alexey,
i´m back now and i will check this on weekend.
martin.

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1679
Re: 0.4r1 release, I need beta testers feedback
« Reply #2 on: July 24, 2015, 07:58:10 PM »
Thanks, but please wait for b273 or later (not uploaded, I have to check it myself first).
There will be nothing visibly different from 270, but I have done what I had to in internals (about evaluation of current parameter values inside logical actions, for example in case someone whans display value which was just set, so SONAR is not yet returning it).

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1679
Re: 0.4r1 release, I need beta testers feedback
« Reply #3 on: July 25, 2015, 10:30:29 AM »
b273 is uploaded

Offline MarKo

  • Power user
  • Full Member
  • *
  • Posts: 249
Re: 0.4r1 release, I need beta testers feedback
« Reply #4 on: July 25, 2015, 12:29:53 PM »
Display font & color is nice!
but there is a small bug, which was not there before:
the display does not remeber it´s screen-position, looks like hard-coded coordinates.

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1679
Re: 0.4r1 release, I need beta testers feedback
« Reply #5 on: July 25, 2015, 03:37:20 PM »
I can not reproduce... In fact that part was not touched. Are you using 2 screens? Try to "save it" on second?

Coordinates are checked for "negative" (I have managed to move it out of screen completely, and that I have introduced the check).

Also is that happens on preset reload or also when use simply "Hide"/"Show" ?

Offline MarKo

  • Power user
  • Full Member
  • *
  • Posts: 249
Re: 0.4r1 release, I need beta testers feedback
« Reply #6 on: July 25, 2015, 03:54:39 PM »
it happens on every hide/show, but:
i have it normally just a few pixels off to the left, because i use a font size that produces a display-width slightly wider than my screen. To maximize the viewable area, i move it so that the borders are slightly out of screen (just a few pix).
Perhaps you could tolerate some (small) offset? As long as it is partially on screen, there is no problem in "losing" the window.

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1679
Re: 0.4r1 release, I need beta testers feedback
« Reply #7 on: July 26, 2015, 10:57:44 AM »
I have uploaded changed version.

Linux/Wine and Windows 8 have different behavior for windows handling. I have modified the code so:
1) the display can partially out of screen
2) the display size can be bigger then screen
I hope that should work as you want then.

Offline MarKo

  • Power user
  • Full Member
  • *
  • Posts: 249
Re: 0.4r1 release, I need beta testers feedback
« Reply #8 on: July 26, 2015, 10:03:35 PM »
Quote
I hope that should work as you want then.
Thank you, now i have the complete display centered on screen, and the window-borders are just outside.