>      <halpin>x_dro</halpin>

acutally, quotes are required here:
   <halpin>"x_dro"</halpin>


I guess I should have explained that an XML tag like:
<option>value</option>

is insde pyvcp transformed into a function call 
pyvcp_widget(option=value)
which is a class inherited from Tkinter.

so if you read in the Tkinter documentation about something like:
superoption=coolvalue  for some widget, then it's likely that it can 
very easily be supported in pyVCP, and you would specify it in the XML 
file as
<superoption>coolvalue</superoption>

currently that does however require a change to the source since there's 
a list of valid options in pyvcp_widgets.py

Anders

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to