Search found 12 matches

by mapeze
Mon Oct 18, 2021 7:34 pm
Forum: Open discussion
Topic: [Bug 4480] Cross-document linking does not update on Recompute
Replies: 5
Views: 1804

Re: [Bug 4480] Cross-document linking does not update on Recompute

No idea about the macro workaround, but I found an ugly one: - In the slave document, mark "skip recomputes" (not necessary, just safer if your slave is driving constraints of a model). - Copy/cut/paste all cells of the slave's spreadsheet. All cells at once works well. - Unmark "skip...
by mapeze
Wed May 26, 2021 6:00 am
Forum: TechDraw
Topic: [SOLVED] Spreadsheet with merged cells view
Replies: 4
Views: 2563

Re: [Solved?] Spreadsheet with merged cells view

This change has been merged to the official master branch.
More precisely, the change has been to substitute the line 359:

Code: Select all

rowoffset = rowoffset + cellheight;
with

Code: Select all

rowoffset = rowoffset + sheet->getRowHeight(address.row());
by mapeze
Tue May 18, 2021 7:11 am
Forum: TechDraw
Topic: [SOLVED] Spreadsheet with merged cells view
Replies: 4
Views: 2563

Re: Spreadsheet views: multiline text and merged cells

The Spreadsheet view is shown incorrectly if the Spreadsheet area contains merged cells. More explicitly, the view is shown incorrectly if the area includes at least one row below the merged cells. In DrawViewSpreadsheet.cpp I inserted new line 359 as follows, cellheight = sheet->getRowHeight(addre...
by mapeze
Mon May 17, 2021 5:10 pm
Forum: TechDraw
Topic: [SOLVED] Spreadsheet with merged cells view
Replies: 4
Views: 2563

Re: Spreadsheet views: multiline text and merged cells

OS: Ubuntu 20.04.2 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 0.20.24894 (Git) AppImage
Build type: Release
Branch: master
Hash: a378b6b66f8a5992fc1452567ff59bdb613abc80
Python version: 3.9.4
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.2
Locale: English/United States (en_US)
by mapeze
Tue May 11, 2021 4:25 pm
Forum: TechDraw
Topic: [SOLVED] Spreadsheet with merged cells view
Replies: 4
Views: 2563

[SOLVED] Spreadsheet with merged cells view

Hello, I have been working with drawings for my company the last days and I write here a possible bug I found. First of all thank you very much to all the people working on this project! This kind of posts are by now my unique "help" here. ;) The Spreadsheet view is shown incorrectly if th...
by mapeze
Tue May 11, 2021 10:11 am
Forum: Open discussion
Topic: Techdraw and Spreadsheet. Multiline text and exact table position
Replies: 1
Views: 1652

Techdraw and Spreadsheet. Multiline text and exact table position

Hello, I was just drawing some drawings for my job. I encountered two problems and I write them here just to know if there is any workaround for I want to do or maybe to propose a possible improvements for both Spreadsheet and Techdraw modules. What I want to do is to insert a Revisions table in my ...
by mapeze
Mon Nov 02, 2020 7:33 am
Forum: Open discussion
Topic: IGES output for tube laser cutting
Replies: 4
Views: 2150

Re: IGES output for tube laser cutting

Another idea:

When importing, it seems important to define the length axis of the tube (I read it from an Autodesk forum). The axis of the tube in both IGS files you attached are different.
by mapeze
Fri Oct 30, 2020 7:57 am
Forum: Open discussion
Topic: [Bug 4480] Cross-document linking does not update on Recompute
Replies: 5
Views: 1804

Re: [Bug 4480] Cross-document linking does not update on Recompute

The next versions works as expected: OS: Debian GNU/Linux 10 (buster) (XFCE/lightdm-xsession) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.16822 (Git) AppImage Build type: Release Branch: master Hash: 243aebf2dfbfe192b5bbd067020a5318a0fa8d0d Python version: 3.7.1 Qt version: 5....
by mapeze
Thu Oct 29, 2020 9:01 am
Forum: Open discussion
Topic: [Bug 4480] Cross-document linking does not update on Recompute
Replies: 5
Views: 1804

Re: Cross-document linking does not update on refresh

Another test with no slave update on refresh: OS: Debian GNU/Linux 10 (buster) (XFCE/lightdm-xsession) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.22846 (Git) AppImage Build type: Release Branch: master Hash: 1f46b72491a0008384a6db4f2615a656249f6f08 Python version: 3.8.6 Qt ve...
by mapeze
Thu Oct 29, 2020 8:59 am
Forum: Open discussion
Topic: [Bug 4480] Cross-document linking does not update on Recompute
Replies: 5
Views: 1804

Re: Cross-document linking does not update on refresh

I tested with another two systems: 1) The update works as expected: OS: Debian GNU/Linux 10 (buster) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18. Build type: Release Python version: 2.7.16rc1 Qt version: 5.11.3 Coin version: 4.0.0a OCC version: 7.3.0 Locale: English/UnitedStat...