Search found 113 matches

by hinckel
Tue Oct 22, 2019 5:12 pm
Forum: UX/UI Design
Topic: [SOLVED]Polishing the UI (dialog toolbars and frame sizes)
Replies: 13
Views: 2426

Re: Polishing the UI (dialog toolbars and frame sizes)

sorry again. It is not a "size" parameter in preferences; it is the height of the "frame" window itself of the preferences dialog. About the "Open Document" dialog, the problem is shown in the screen cast message number 3 of this thread. On the tool bar, at the top righ...
by hinckel
Tue Oct 22, 2019 4:39 pm
Forum: UX/UI Design
Topic: [SOLVED]Polishing the UI (dialog toolbars and frame sizes)
Replies: 13
Views: 2426

Re: Polishing the UI (dialog toolbars and frame sizes)

Thanks Kunda1!

My bad. The problem with the window Height size is the Edit->Preferences...
by hinckel
Tue Oct 22, 2019 1:10 pm
Forum: UX/UI Design
Topic: [SOLVED]Polishing the UI (dialog toolbars and frame sizes)
Replies: 13
Views: 2426

Re: Polishing the UI (dialog toolbars and frame sizes)

return from python script >>> for value in FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Addons").GetContents(): ... print(value[1]+" = "+str(value[2])) ... CustomRepositories = WindowWidth = 952 WindowHeight = 659 SplitterLeft = 486 SplitterRight = 445 AutoCheck = True >>...
by hinckel
Tue Oct 22, 2019 11:52 am
Forum: UX/UI Design
Topic: [SOLVED]Polishing the UI (dialog toolbars and frame sizes)
Replies: 13
Views: 2426

[SOLVED]Polishing the UI (dialog toolbars and frame sizes)

1.The Open Files dialog does not show correctly the tool bar. Some buttons are invisible and can only be found by hovering the mouse pointer over them. Namely the Parent directory and Create New. Problems happens to current master (0.19) and 0.18 2. Addon manager window dialog. The height size of th...
by hinckel
Fri Oct 18, 2019 4:59 pm
Forum: Install / Compile
Topic: [SOLVED] compile error with current master (19)
Replies: 1
Views: 678

[SOLVED] compile error with current master (19)

/home/hinckel/FreeCAD/FreeCAD/src/Gui/DlgParameterImp.cpp:415:58: error: conversion from ‘QByteArray’ to non-scalar type ‘std::__cxx11::string {aka std::__cxx11::basic_string<char>}’ requested std::string groupName = sel->text(0).toLatin1(); ~~~~~~~~~~~~~~~~~~~~~^~ make[2]: *** [src/Gui/CMakeFiles/...
by hinckel
Fri Oct 18, 2019 11:26 am
Forum: Help on using FreeCAD
Topic: Hyperbola face disappears after export
Replies: 10
Views: 1971

Re: Hyperbola face disappears after export

Step does not understand hyperbolas and probably parabolas very well. A workaround is to convert these curves to b-splines. But then you loose some information and edit-ability (i.e keep it as an hyperbola). All CAD systems should agree on a uniform representation of conics. By the way the FreeCAD r...
by hinckel
Wed Oct 09, 2019 11:54 am
Forum: Help on using FreeCAD
Topic: [SOLVED]Last commit fails to load saved files.
Replies: 16
Views: 2805

Re: Last commit fails to load saved files.

Thanks, werner, realthunder.
Problem solved on my side.
by hinckel
Tue Oct 08, 2019 10:09 pm
Forum: Help on using FreeCAD
Topic: [SOLVED]Last commit fails to load saved files.
Replies: 16
Views: 2805

Re: Last commit fails to load saved files.

yes, clean build..

make clean

then cmake
then make
by hinckel
Tue Oct 08, 2019 4:25 pm
Forum: Help on using FreeCAD
Topic: [SOLVED]Last commit fails to load saved files.
Replies: 16
Views: 2805

Re: Last commit fails to load saved files.

Official version works fine. Loads saved documents w/o problem. OS: openSUSE Leap 15.1 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.Unknown Build type: Release Python version: 3.6.5 Qt version: 5.9.7 Coin version: 3.1.3 OCC version: 7.3.0 Locale: English/UnitedStates (en_US) Ha...
by hinckel
Tue Oct 08, 2019 12:13 pm
Forum: Help on using FreeCAD
Topic: [SOLVED]Last commit fails to load saved files.
Replies: 16
Views: 2805

[SOLVED]Last commit fails to load saved files.

Self compiled version of last commit fails to load saved freeCAD files. Error message: Traceback (most recent call last): File "<string>", line 1, in <module> <class 'SystemError'>: Python/getargs.c:1358: bad argument to internal function OS: openSUSE Leap 15.1 (KDE//usr/share/xsessions/pl...