Dialog Improvements for Reinforcement WB

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
balrobs
Posts: 449
Joined: Fri Apr 24, 2020 8:58 pm

Dialog Improvements for Reinforcement WB

Post by balrobs »

Hello,
when using the Reinforcement Workbench with dark stylesheets (Edit-> Preferences-> General-> stylesheet: dark ....) I discovered problems with some dialogs. Most of them work fine as shown in the image below:
straight_rebar.png
straight_rebar.png (155.04 KiB) Viewed 1532 times
but those for generating Column Reinforcement:
column_reinforcement.png
column_reinforcement.png (187.28 KiB) Viewed 1532 times
and Beam Reinforcement:
beam_reinforcement.png
beam_reinforcement.png (220.28 KiB) Viewed 1532 times
seems to have problems.
Cheers
balrobs
Posts: 449
Joined: Fri Apr 24, 2020 8:58 pm

Re: Dialog Improvements for Reinforcement WB

Post by balrobs »

balrobs wrote: Mon Sep 28, 2020 7:54 pm Hello,
when using the Reinforcement Workbench with dark stylesheets (Edit-> Preferences-> General-> stylesheet: dark ....) I discovered problems with some dialogs. Most of them work fine as shown in the image below:
straight_rebar.png
but those for generating Column Reinforcement:
column_reinforcement.png
and Beam Reinforcement:
beam_reinforcement.png
seems to have problems.
Cheers
Edit:
Sorry, I forgot my system info:

Code: Select all

OS: Ubuntu 20.04.1 LTS (ubuntu:GNOME/ubuntu)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.
Build type: Release
Branch: unknown
Hash: 1ef31842c921dcb8a4e2045dc5664e509e4b25f2
Python version: 3.8.2
Qt version: 5.12.8
Coin version: 4.0.0
OCC version: 7.3.0
Locale: English/United States (en_US)
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: Dialog Improvements for Reinforcement WB

Post by vocx »

balrobs wrote: Mon Sep 28, 2020 7:58 pm when using the Reinforcement Workbench with dark stylesheets
The Reinforcement Workbench is an Addon; it is not part of the base FreeCAD system. Try contacting its author to address your question directly to him.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
balrobs
Posts: 449
Joined: Fri Apr 24, 2020 8:58 pm

Re: Dialog Improvements for Reinforcement WB

Post by balrobs »

vocx wrote: Tue Sep 29, 2020 2:30 am
balrobs wrote: Mon Sep 28, 2020 7:58 pm when using the Reinforcement Workbench with dark stylesheets
The Reinforcement Workbench is an Addon; it is not part of the base FreeCAD system. Try contacting its author to address your question directly to him.
Thank you @vocx for your reply. Will try to contact the author in the dedicated forum topic.
User avatar
amrit3701
Posts: 343
Joined: Mon Jun 13, 2016 5:37 pm

Re: Dialog Improvements for Reinforcement WB

Post by amrit3701 »

balrobs wrote: Tue Sep 29, 2020 8:34 am Thank you @vocx for your reply. Will try to contact the author in the dedicated forum topic.
Issue created: https://github.com/amrit3701/FreeCAD-Re ... issues/104

I will let you know once issue resolve. :)

Cheers,
Amritpal Singh
Github, Like my work, sponsor me!
User avatar
Suraj Dadral
Posts: 307
Joined: Fri Sep 07, 2018 5:32 pm
Contact:

Re: Dialog Improvements for Reinforcement WB

Post by Suraj Dadral »

This issue has been fixed partially as per PR: https://github.com/amrit3701/FreeCAD-Re ... t/pull/106

Now, everything looks fine except images in dialog:
BeamReinforcementUi.PNG
BeamReinforcementUi.PNG (91.79 KiB) Viewed 1247 times
ColumnReinforcementUi.PNG
ColumnReinforcementUi.PNG (45.09 KiB) Viewed 1247 times
So, created issue for same here: Need svg images for column and beam reinforcement dialog

Thanks,
balrobs
Posts: 449
Joined: Fri Apr 24, 2020 8:58 pm

Re: Dialog Improvements for Reinforcement WB

Post by balrobs »

Suraj Dadral wrote: Sat Oct 03, 2020 4:25 pm This issue has been fixed partially as per PR: https://github.com/amrit3701/FreeCAD-Re ... t/pull/106

Now, everything looks fine except images in dialog:
BeamReinforcementUi.PNG
ColumnReinforcementUi.PNG

So, created issue for same here: Need svg images for column and beam reinforcement dialog

Thanks,
Hi @Suraj,

thank you so much for your quick fix ;)
I've tried to produce a starting point for the missing svg-files by using Techdraw and cleaning them a bit with Inkscape:
CircularColumnReinforcement.svg
(43.06 KiB) Downloaded 36 times
Column_SingleTieMultipleRebars.svg
(87 KiB) Downloaded 41 times
Column_TwoTiesSixRebars.svg
(86.21 KiB) Downloaded 35 times
The files don't yet contain any colors since I'm not sure which of them fit best with light and dark themes.
I also didn't add any texts because I'm not sure how to best deal with internationalization.

PS: The image for Beam_TwoLeggedStirrups.png is still missing. I will try to make something similar to this soon when I find some time.
balrobs
Posts: 449
Joined: Fri Apr 24, 2020 8:58 pm

Re: Dialog Improvements for Reinforcement WB

Post by balrobs »

balrobs wrote: Sun Oct 04, 2020 8:24 pm PS: The image for Beam_TwoLeggedStirrups.png is still missing. I will try to make something similar to this soon when I find some time.
As promised the missing svg image.I hope it can be usefull :D
Beam_TwoLeggedStirrups.zip
(173.03 KiB) Downloaded 37 times
Cheers
Post Reply