Re: [Emc-users] pyVCP buttons

2007-07-24 Thread Anders Wallin
 Is there a way to set the height and width of button widgets in pyVCP?  
 I'm trying to setup a VCP alongside AXIS for use with my touchscreen 
 monitor and, for best results, I need the buttons to be on the large side.
 Thanks in advance!

This could work (but perhaps only on EMC2.2?)
button
   height40/height
   width50/width
/button


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] pyVCP buttons

2007-07-24 Thread Stan Blosser
Nope, not in 2.1.6.  :-( 

Anders Wallin wrote:
 ...
 This could work (but perhaps only on EMC2.2?)
 button
height40/height
width50/width
 /button

   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] pyVCP buttons

2007-07-24 Thread Anders Wallin

If the button has some text in it one workaround would be to control the 
text size with
font('Helvetica',50)/font

and adjust that number 50 until the button size looks good.

 Nope, not in 2.1.6.  :-( 
 
 Anders Wallin wrote:
 ...
 This could work (but perhaps only on EMC2.2?)
 button
height40/height
width50/width
 /button

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users