Search found 149 matches

by nyholku
Thu Jan 26, 2017 7:39 pm
Forum: Python scripting and macros
Topic: Pie Menu
Replies: 226
Views: 60992

Re: Pie Menu

Yeah, well, this is minuscule thing, not worth pursuing. The action on "mouse press" rather than "mouse release" behaviour is much more relevant as it is against the button/widget 'spec' of how buttons should work, but most people will probably not even notice so that is not a bi...
by nyholku
Thu Jan 26, 2017 6:56 pm
Forum: Python scripting and macros
Topic: Pie Menu
Replies: 226
Views: 60992

Re: Pie Menu

Interesting! I pressed TAB -> Pie menu appeared I pressed the 'X' button -> Pie menu was hidden I CTRL-TAB:ed to an other application and back I pressed TAB -> Pie menu appeared, no ghost frame! I did above several times, then I wrote this message and when I tried again I get the ghost frame?! Hmm, ...
by nyholku
Thu Jan 26, 2017 6:11 pm
Forum: Python scripting and macros
Topic: Pie Menu
Replies: 226
Views: 60992

Re: Pie Menu

Hi, thanks for the tips, appreciated! So you are saying that even if looks like the transparency works for Pie Menu, it only works because the Pie Menu is visible there when the no screen updates are happening, or what? As to navigation cube and transparency, I could live for a time being with an no...
by nyholku
Wed Jan 25, 2017 5:52 pm
Forum: Python scripting and macros
Topic: Pie Menu
Replies: 226
Views: 60992

Re: Pie Menu

I noticed a small glitch On Macos 10.10.5 (Yosemite) if I switch out/in of FreeCAD for example by CMD-TAB or by clicking at non-FreeCAD window and then a FreeCAD window, then the first TAB press after that produces some extra frames around the widgets: http://www.eazycnc.com/temp/piemenuglitch.png S...
by nyholku
Wed Jan 25, 2017 5:34 pm
Forum: Python scripting and macros
Topic: Pie Menu
Replies: 226
Views: 60992

Re: Pie Menu

I had brief look at the code and operation. Very nice both code and operation. This I'm sure will help me a lot in my own coding. Two very small details. 1) The button act on mouse press rather than on mouse release which is not customary and works differently on the rest of the buttons in the UI. I...
by nyholku
Wed Jan 25, 2017 8:50 am
Forum: Python scripting and macros
Topic: Pie Menu
Replies: 226
Views: 60992

Re: Pie Menu

Great, thanks, I will have a look!
by nyholku
Wed Jan 25, 2017 8:50 am
Forum: UX/UI Design
Topic: FreeCAD UI Overhaul anyone?
Replies: 47
Views: 19432

Re: FreeCAD UI Overhaul anyone?

Thanks, brilliant, that is exactly it.
by nyholku
Wed Jan 25, 2017 6:01 am
Forum: Python scripting and macros
Topic: Pie Menu
Replies: 226
Views: 60992

Re: Pie Menu

Hi, sorry if this is answered in the thread already (in truth did not comb through all the 20 pages): I understand this is not yet released but does it already work correctly on Macos? Where can I have a look at the code? Any idea when this will be released? I have some ideas that I want to work on ...
by nyholku
Wed Jan 25, 2017 5:17 am
Forum: UX/UI Design
Topic: FreeCAD UI Overhaul anyone?
Replies: 47
Views: 19432

Re: FreeCAD UI Overhaul anyone?

@ickby

I found your experimental UI code and I have some questions but I think this is the wrong thread, better continue this where you originally announced it. But now I've spent 20 minutes trying to find this discussion... I found it last week but now I cannot stumble on it!
by nyholku
Sun Jan 22, 2017 9:08 pm
Forum: Developers corner
Topic: Any way of speeding up compiles?
Replies: 14
Views: 2540

Re: Any way of speeding up compiles?

@ickby

Ok, I need to try that, actually that should really speed things up a bit as a make with nothing changed takes some time.