Hello

I am working on pyvcp_widgets, esp the bar widget.

I added a 'style' that is extreme simplistic,

its just a single line with a user defined 'thumb'

( thumb is old school for the indicator that moves along the length of the bar )

Anyways, rather than try to guess what shapes to allow,

I added a tag to the xml 'dwgf'

( dwgf for the drawing file, a tkinter polygon designed by user)
for example <dwgf>"emptyDiamond.py"</dwgf?  will import "emptyDiamond"

The object created will move according to the signal driving the bar.
(I've hal connected it to a random generator and to a siggen.sine)

To allow importing the file, I added importlib near top of pycvp_widgets.py.

I don't see any conflict. all new features (xml tags )are defaulted to None.

All custom marker files will need to be in same dir as pyvcp+widgets.py

Any problems with adding importlib?

( Its handy to import other module files too, Ive used it to include 
dictionaries as well )

tomp

_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to