A few gtkdialog electronic panels

Mathematical tools, physics simulators, CAD, CNC, etc.
Post Reply
Message
Author
User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#16 Post by greengeek »

From other thread:
greengeek wrote: I do notice that it requires a long press on the mouseclick button - if I do my normal click it does not respond so I have to hold my finger on the button a little bit longer than usual.
mister_electronico wrote:Try this, change timer time in the line of program code, I put 100 of time to ensure that work on slower computers, but you can put in 80, 60, 50 or less and the click of mouse will be faster.

Code: Select all

<timer visible="false" milliseconds="true" interval="100"
Thanks for check it and reply.
I see you have now dropped this to 50, but that is still too slow on my machine - I dropped it further to 10 and now it responds quickly to the mouse.
Thanks!

User avatar
mister_electronico
Posts: 969
Joined: Sun 20 Jan 2008, 20:20
Location: Asturias_ España
Contact:

when the program becomes more complex ...

#17 Post by mister_electronico »

Anyway when the program gtkdialog and SVG are made larger, the program become in too slow.

The work with large pictures in SVG with gtkdialog makes processes are very slow.

The only way to make it faster is to make the program much like C or other powerful programming language.

In the program I made this knob thanks to the overwhelming support of the forum "gtkdialog tips" in the end the only way I found to do it a little faster, was doing the biggest part of the code in C.

I'm glad I got this knob for surely it has used in the electronic panels.


This is the link to downdload it.



http://www.murga-linux.com/puppy/viewto ... 367#840367





______________________________________________________________________
My Blog

https://misterelectronicoes.wordpress.c ... -homemade/
Attachments
knob.png
(17.75 KiB) Downloaded 235 times

Post Reply