> On 21 Nov 2019, at 10:59 am, Gene Heskett <[email protected]> wrote:
> 
> On Wednesday 20 November 2019 18:15:19 Phillip Carter wrote:
> 
>>> On 21 Nov 2019, at 9:55 am, Gene Heskett <[email protected]>
>>> wrote:
>>> 
>>> On Sunday 17 November 2019 06:02:06 Gene Heskett wrote:
>>>> On Sunday 17 November 2019 05:18:14 andy pugh wrote:
>>>>> On Sat, 16 Nov 2019 at 21:39, Gene Heskett <[email protected]>
>>> 
>>> [...]
>>> 
>>>> What I have that looks like its working, is a timedelay, turned on
>>>> and off as an oscillator by an xor2 in the out to in feedback path,
>>>> and a pair of spinboxes to set the on and off times independently
>>>> from pyvcp. Biggest problem is the display spinbox, no way to
>>>> control its width and its HUGE.
>>> 
>>> Inch and a half of empty space in the middle,
>> 
>> Try putting the spin boxes in a hbox, like:
>> 
>> <pyvcp>
>> <labelframe text= "mist motor speed">
>>   <vbox>
>>    <hbox>
>>     <spinbox>
>>       <width>”4"</width>
>>       <halpin>"mist-on-adj"</halpin>
>>       <min_>0.00</min_>
>>       <max_>1.00</max_>
>>       <initval>0.1</initval>
>>       <resolution>0.01</resolution>
>>       <format>"1.2f"</format>
>>       <font>("Helvitica",12)</font>
>>       <param_pin>0</param_pin>
>>     </spinbox>
>>    </hbox>
>>    <hbox>
>>     <spinbox>
>>       <width>”4"</width>
>>       <halpin>"mist-off-adj"</halpin>
>>       <min_>0.00</min_>
>>       <max_>0.50</max_>
>>       <initval>5.0</initval>
>>       <resolution>0.01</resolution>
>>       <format>"1.2f"</format>
>>       <font>("Helvitica",12)</font>
>>       <param_pin>0</param_pin>
>>     </spinbox>
>>    </hbox>
>>   </vbox>
>> </labelframe>
>> </pyvcp>
> 
> Shrinks it a few pixels, Andy but not near enough.  See small snapshot 
> attached. The longest area is the width of the right panel.  Adding a 
> width to the hbox is a showstopper syntax error. As shown above, its 
> just ignored.
> 

For some reason the quote marks preceding the 4 in both of the width statements 
is of the incorrect type.


> Thanks Andy.
> 
>>> Does gtk even have a mailing list anymore?
>>> 
> 
> Cheers, Gene Heskett
> -- 
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> If we desire respect for the law, we must first make the law respectable.
> - Louis D. Brandeis
> Genes Web page <http://geneslinuxbox.net:6309/gene>
> <snap.png>_______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users



_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to