Search found 504 matches

by dcapeletti
Mon Jun 06, 2022 9:30 pm
Forum: Help on using FreeCAD
Topic: Unable to run FCCircularText [Problem with screen size]
Replies: 14
Views: 2322

Re: Unable to run FCCircularText [Problem with screen size]

Thank you very much, problem solved. I propose that if it is possible to read the width and height of the parent window (FreeCAD) to assign half of that dimension to the macro window would be great. Also, the maximize button is very nice and it would look great if the window appears in the center of...
by dcapeletti
Mon Jun 06, 2022 5:24 pm
Forum: Help on using FreeCAD
Topic: Unable to run FCCircularText [Problem with screen size]
Replies: 14
Views: 2322

Re: Unable to run FCCircularText [Problem with screen size]

Thank you very much. Have you already added the scrollbar?

Diego
by dcapeletti
Sun Jun 05, 2022 11:45 am
Forum: Help on using FreeCAD
Topic: Unable to run FCCircularText [Problem with screen size]
Replies: 14
Views: 2322

Unable to run FCCircularText [Problem with screen size]

Hi, I am using trying to run FCCircular text to create a 160° circular text but I am unable to access the buttons at the bottom of the macro to create the text. Attached is an image of what is happening to me. Maybe it is a problem with the window construction as it is not flexible for different res...
by dcapeletti
Mon Oct 25, 2021 7:43 pm
Forum: Python scripting and macros
Topic: Internal server for FreeCAD
Replies: 27
Views: 9930

Re: Internal server for FreeCAD

That's now supported with 39e02ca195d In the terminal window where FreeCAD is running you call port = 12345 timeout = -1 import Web Web.waitForConnection("localhost", port, timeout) and in the client window you run the requests as usual. Note, that waitForConnection() only handles one req...
by dcapeletti
Tue Oct 19, 2021 2:18 pm
Forum: Help on using FreeCAD
Topic: Changing the color of an object by means of conditional properties
Replies: 0
Views: 1326

Changing the color of an object by means of conditional properties

Hi, I want to change the color of a simple cube or a material when its height changes for example. is it possible to do by a conditional property without python script? I can't find a way to change the color of an object using a conditional on its parametric properties. Thanks OS: Debian GNU/Linux 1...
by dcapeletti
Sat Oct 16, 2021 10:53 am
Forum: Python scripting and macros
Topic: Internal server for FreeCAD
Replies: 27
Views: 9930

Re: Internal server for FreeCAD

That's now supported with 39e02ca195d Thanks, I will try it in the next week. I wonder, now that the Read and Write functionality is integrated, will it be possible on the server side to list the connected clients and send them messages, for example if the model state changes notify them of the cha...
by dcapeletti
Sat Oct 16, 2021 10:25 am
Forum: Python scripting and macros
Topic: Internal server for FreeCAD
Replies: 27
Views: 9930

Re: Internal server for FreeCAD

Let's change that "100% sure" to 99% sure since the firewall is just another piece of software. I know a IT guy at a school and the words trust and software don't go together very often. In these times, I presume nothing is secure unless it's not powered. :) I was just thinking that if yo...
by dcapeletti
Thu Oct 14, 2021 8:13 am
Forum: Python scripting and macros
Topic: Internal server for FreeCAD
Replies: 27
Views: 9930

Re: Internal server for FreeCAD

I don't know if this makes any difference to your coding but could you please presume that someone will want to remove something like this later. I want someday for FreeCAD to go into the school system and stand alone operation is a big advantage. I plan to remove all internet connection code and a...
by dcapeletti
Wed Oct 13, 2021 7:06 pm
Forum: Python scripting and macros
Topic: Internal server for FreeCAD
Replies: 27
Views: 9930

Re: Internal server for FreeCAD

Hi, I downloaded the weekly-builds version and I confirm that it works! But apparently it does not work, when I start FreeCAD with -c in console mode the server does not respond to the client.

Regards
by dcapeletti
Sun Oct 03, 2021 10:18 am
Forum: Help on using FreeCAD
Topic: Updating FreeCAD AppImage does not work
Replies: 2
Views: 784

Updating FreeCAD AppImage does not work

Hi, I am using this version: OS: Debian GNU/Linux 11 (bullseye) (GNOME/gnome-xorg) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.24291 (Git) AppImage Build type: Release Branch: (HEAD detached at 0.19.2) Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac Python version: 3.8.8 Qt ver...