Search found 8991 matches

by openBrain
Fri Nov 24, 2023 5:55 am
Forum: Forum français
Topic: [Résolu] Lancement impossible - weekly-builds-35081-2023-11-20
Replies: 8
Views: 5510

Re: Lancement impossible - weekly-builds-35081-2023-11-20

adrianinsaval wrote: Fri Nov 24, 2023 1:43 am What's the error in English?
Something like "The procedure entry point could not be located in the dynamic link library".
by openBrain
Thu Nov 23, 2023 5:26 pm
Forum: Open discussion
Topic: Sketcher : Remove Delete All Constraints from toolbar
Replies: 15
Views: 5612

Re: Sketcher : Remove Delete All Constraints from toolbar

Removing from toolbar is fine for me.
I'm more skeptical about context menu. Once you focus on the constraint list, you can Ctrl+A then Del. I don't think it is useful there.
by openBrain
Thu Nov 23, 2023 5:23 pm
Forum: Open discussion
Topic: Sketcher: Offset tool
Replies: 5
Views: 2560

Re: Sketcher: Offset tool

There are 2 different points discussed here and this could clutter the discussion I think.
by openBrain
Thu Nov 23, 2023 5:13 pm
Forum: Python scripting and macros
Topic: Python - Clear "Report view" console
Replies: 7
Views: 3549

Re: Python - Clear "Report view" console

user12642493 wrote: Thu Nov 23, 2023 11:11 am Can you then elaborate/explain a bit more in which way the FC_SU macro could be useful here and give some examples ? Thank you.
As you can see from the topic you linked, FC_SU has the ability to clear Report View. And it's a Python script. So what you need is inside.:)
by openBrain
Tue Nov 14, 2023 6:25 pm
Forum: Help on using FreeCAD
Topic: Unable to select object
Replies: 4
Views: 504

Re: Unable to select object

There's also kind of a flaw.
If you untick Display/Colors/Enable Selection Highlighting, then all newly created objects will be not selectable by default.
by openBrain
Thu Nov 09, 2023 8:08 pm
Forum: Developers corner
Topic: [User input] Sketcher - ToolWidget
Replies: 121
Views: 51253

Re: [User input] Sketcher - ToolWidget

Ah. Good to known. I usually do this with QTimer, but I wanted to use std for once, not the right pick! Yes, definitely needs changing. Thanks. Qt has the QElapsedTimer class that would be appropriate too. ;) um... that seems a quite tricky one... Let's see if it pours over the weekend... I think y...
by openBrain
Wed Nov 08, 2023 6:07 pm
Forum: Developers corner
Topic: [User input] Sketcher - ToolWidget
Replies: 121
Views: 51253

Re: [User input] Sketcher - ToolWidget

I had this work half done and decided to finish it: https://github.com/abdullahtahiriyo/FreeCAD_sf_master/tree/_DrawSketchHandle_LongPress_MouseRightButton_ Cool addition. Didn't test but had a look at the code : * IMO better use 'steady_clock' than 'system_clock'. The former is guaranteed to be mo...