touchy
15 Jan 2014 21:18 #42820
by andypugh
There are some pretty cheap ones on eBay, I recently bought one and it looks OK.
www.ebay.ch/itm/261347866480
It isn't really an option with Touchy, it is pretty much assumed that you will have a jogwheel.Actually I've no MPG ready for use here, but it would be a good option.
There are some pretty cheap ones on eBay, I recently bought one and it looks OK.
www.ebay.ch/itm/261347866480
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
16 Jan 2014 04:28 #42848
by partec
Andi's useful hint about nice MPG - just now I've seen his impressive work on Glade LatheMacro - really amazing
may I continue from here concerning YZPoson.png
color combination in "EMC_SourceView" is not so accurate
how can we define colour properties in Glade e.g. ?
<object class="EMC_SourceView" id="hal_sourceview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="show_line_numbers">True</property>
<property name="show_line_marks">True</property>
<property name="tab_width">4</property>
<property name="auto_indent">True</property>
<property name="highlight_current_line">True</property>
<property name="indent_on_tab">False</property>
</object>
may I continue from here concerning YZPoson.png
color combination in "EMC_SourceView" is not so accurate
how can we define colour properties in Glade e.g. ?
<object class="EMC_SourceView" id="hal_sourceview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="show_line_numbers">True</property>
<property name="show_line_marks">True</property>
<property name="tab_width">4</property>
<property name="auto_indent">True</property>
<property name="highlight_current_line">True</property>
<property name="indent_on_tab">False</property>
</object>
Please Log in or Create an account to join the conversation.
17 Jan 2014 05:13 #42892
by partec
touchy gui - tab AUTO - has nice hal-sourceview with very accurate colour effect
inspecting touchy.glade shows how it is constructed within almost 400 lines
1786
<object class="GtkTable" id="table16">
<property name="visible">True</property>
<property name="n_rows">20</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkEventBox" id="eventbox_listing0">
<property name="visible">True</property>
<signal name="button_release_event" handler="on_listing_select"/>
<child>
<object class="GtkLabel" id="listing0">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">M2</property>
<property name="width_chars">20</property>
<property name="single_line_mode">True</property>
</object>
</child>
</object>
</child>
...
...
...
2182
so then very simple - many, many thanks for touchy !
inspecting touchy.glade shows how it is constructed within almost 400 lines
1786
<object class="GtkTable" id="table16">
<property name="visible">True</property>
<property name="n_rows">20</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkEventBox" id="eventbox_listing0">
<property name="visible">True</property>
<signal name="button_release_event" handler="on_listing_select"/>
<child>
<object class="GtkLabel" id="listing0">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">M2</property>
<property name="width_chars">20</property>
<property name="single_line_mode">True</property>
</object>
</child>
</object>
</child>
...
...
...
2182
so then very simple - many, many thanks for touchy !
Please Log in or Create an account to join the conversation.
17 Jan 2014 21:45 #42917
by andypugh
I imagine that the code was generated by the Glade editor, rather than by hand, though.
touchy gui - tab AUTO - has nice hal-sourceview with very accurate colour effect
inspecting touchy.glade shows how it is constructed within almost 400 lines
I imagine that the code was generated by the Glade editor, rather than by hand, though.
Please Log in or Create an account to join the conversation.
17 Jan 2014 23:54 #42928
by andypugh
I am not sure I completely understand the question, but if you are talking about source-highlighting, how does your version of gedit look when viewing G-code?
The default sourceview that arrives with LinuxCNC doesn't work very well, there is a rather better one here:
cnc-club.ru/forum/viewtopic.php?f=33&t=80&p=27169
color combination in "EMC_SourceView" is not so accurate
I am not sure I completely understand the question, but if you are talking about source-highlighting, how does your version of gedit look when viewing G-code?
The default sourceview that arrives with LinuxCNC doesn't work very well, there is a rather better one here:
cnc-club.ru/forum/viewtopic.php?f=33&t=80&p=27169
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
18 Jan 2014 03:53 #42934
by partec
concerning YZPoson.png
talking about color combination in "EMC_SourceView" - the font for complete G-code is any purple and the highlighted line, marking the actually runned cycle also in any red colour is not so accurate
how can we define colour properties in Glade e.g. ?
<object class="EMC_SourceView" id="hal_sourceview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="show_line_numbers">True</property>
<property name="show_line_marks">True</property>
<property name="tab_width">4</property>
<property name="auto_indent">True</property>
<property name="highlight_current_line">True</property>
<property name="indent_on_tab">False</property>
</object>
talking about color combination in "EMC_SourceView" - the font for complete G-code is any purple and the highlighted line, marking the actually runned cycle also in any red colour is not so accurate
how can we define colour properties in Glade e.g. ?
<object class="EMC_SourceView" id="hal_sourceview1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="left_margin">2</property>
<property name="right_margin">2</property>
<property name="show_line_numbers">True</property>
<property name="show_line_marks">True</property>
<property name="tab_width">4</property>
<property name="auto_indent">True</property>
<property name="highlight_current_line">True</property>
<property name="indent_on_tab">False</property>
</object>
Please Log in or Create an account to join the conversation.
18 Jan 2014 04:01 - 18 Jan 2014 04:25 #42935
by partec
Last edit: 18 Jan 2014 04:25 by partec.
Please Log in or Create an account to join the conversation.
Time to create page: 0.341 seconds