Author Topic: v.2.14 - Medieval Forecasting Methods - BETA version for testing  (Read 121 times)

0 Members and 1 Guest are viewing this topic.

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
v.2.14 - Medieval Forecasting Methods - BETA version for testing
« on: November 25, 2024, 06:08:47 PM »
Hi there - I've taken the decision to release this significant update of the Medieval Forecasting Methods module in beta for further testing.

I have made some key changes to the module, including adding a circumambulations tab. This is a complex piece of code and it needs further testing before being released in the main PD update.

If anyone would like to test it and provide feedback please download from the link below. Just copy the file to your medieval folder within PD and go from there. Please post bugs/feedback here.

Further details about the circumambulations tab can be found in the Help file - just click the button at the bottom left of the screen on this tab.

Thanks. Ed

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1243
    • View Profile
Re: v.2.14 - Medieval Forecasting Methods - BETA version for testing
« Reply #1 on: November 26, 2024, 09:01:00 AM »
I love the multiwheels Ed  :D
Only thing i saw is on the return tab the button with new return is too small and the edit to the left of it could be a few pixels higher.
Greetings from Groningen Netherlands.

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: v.2.14 - Medieval Forecasting Methods - BETA version for testing
« Reply #2 on: November 26, 2024, 09:13:48 AM »
Hi Jean - thanks for the feedback. I tried to increase the width of the button but I get this weird 'double button' thing again. See screenshot. Once the button is clicked the overlaid button goes. It's like there's two buttons when the module is first loaded.

button(width * .135, height * .96, "New Return", calcNewReturn);
command(BUTTON, 0, WIDTH, 100);

Ed

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: v.2.14 - Medieval Forecasting Methods - BETA version for testing
« Reply #3 on: November 26, 2024, 09:17:29 AM »
By the way, if I put the command() line before the button line I get the attached error message.

Ed

Jean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1243
    • View Profile
Re: v.2.14 - Medieval Forecasting Methods - BETA version for testing
« Reply #4 on: November 26, 2024, 09:37:55 AM »
this works for me, the button looks wider, nothing else

Code: [Select]
button(width * .135, height * .96, "New Return", calcNewReturn);
command(BUTTON, buttonnumber, WIDTH, 100);

It could just be a wine glitch.

About the error, if you put the command() before this button there are no buttons yet, this is the first button, so you get an error.
Greetings from Groningen Netherlands.

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: v.2.14 - Medieval Forecasting Methods - BETA version for testing
« Reply #5 on: November 26, 2024, 10:09:03 AM »
Hi Jean - I think you're probably right, could be a HP thing too. I will test on my laptop.

Thanks for the feedback. I will leave the width at 100 to make a bigger button.

Ed

ABer

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Hi there - the release of this updated module is imminent. Please update later today if you are a regular user. Thanks to those of you that downloaded and tested.

Horoscope-Medieval-Medieval Forecasting Methods: v.2.18 - added circumambulations tab, updated help, bug fixes

Best wishes. Ed