Are you trying to get onto the IRC using the new names?

#LinuxCNC or #LinuxCNC-devel

Dave

On 3/27/2012 5:49 PM, jeremy youngs wrote:
hello fellas, havent been able to log in to irc for about a month, connection time out it does this regardless of which computer i log in from just wondering if anyone else has this issue or a solution. high speed internet wireless at 54mbps lan ay 100 so throughput should not be a problem thanx, also on my vm i cannot get it to load g code as an .nc file do i need to compile something to do this or is this a product of sim mode? thanx jeremy

On Tue, Mar 27, 2012 at 12:45 PM, <[email protected] <mailto:[email protected]>> wrote:

    Send Emc-developers mailing list submissions to
    [email protected]
    <mailto:[email protected]>

    To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.sourceforge.net/lists/listinfo/emc-developers
    or, via email, send a message with subject or body 'help' to
    [email protected]
    <mailto:[email protected]>

    You can reach the person managing the list at
    [email protected]
    <mailto:[email protected]>

    When replying, please edit your Subject line so it is more specific
    than "Re: Contents of Emc-developers digest..."


    Today's Topics:

      1. OT: need some Python / Glade direction (Jon Elson)
      2. Re: OT: need some Python / Glade direction (Chris Morley)
      3. Re: OT: need some Python / Glade direction (Jon Elson)
      4. Re: OT: need some Python / Glade direction (Dave)
      5. Re: OT: need some Python / Glade direction (Chris Morley)
      6. Re: OT: need some Python / Glade direction (Jon Elson)
      7. Re: OT: need some Python / Glade direction (Jon Elson)


    ----------------------------------------------------------------------

    Message: 1
    Date: Mon, 26 Mar 2012 20:39:03 -0500
    From: Jon Elson <[email protected]
    <mailto:[email protected]>>
    Subject: [Emc-developers] OT: need some Python / Glade direction
    To: EMC developers <[email protected]
    <mailto:[email protected]>>
    Message-ID: <[email protected]
    <mailto:[email protected]>>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed

    Hello,

    I have a project that is not related to LinuxCNC, but looks like it is
    closely aligned with Glade and maybe Python.  I hope list member
    son;t mind the digression.

    I have built some control GUIs in the past with Tk/Tcl linked
    to C++ programs with swig.  These were purely control, they
    never did anything on their own, only responding to keyboard
    or mouse clicks.

    This one needs to show the state of a device and update automatically.
    I think the Tk/Tcl mode of doing things doesn't work well in this
    case,
    but it looks to be more in line with Glade and maybe Python.
    I have glade 2.12 on my desktop, but that appears to be totally
    ancient.
    I got glade 3.6 on another system, and managed to create a simple
    GUI and find the XML file, but haven't figured out what to do with it.
    I need to interface the XML to a c program running on a BeagleBoard,
    but if Python makes interfacing this to a web server easy, then that
    might be fine.  There needs to be a c program because it is taking
    direct
    control over OMAP GPIO hardware at the register level.

    So, any suggestions on what programs to use, what methods might be
    appropriate
    to tie this all together, and any tutorials that are really helpful
    would be greatly
    appreciated.  The glade "tutorial" seems to be a blog with
    somewhat useful
    info for the already partly-up-to-speed coder, but is not much help at
    the state I
    am at right now.

    Thanks much for any pointers!

    Jon



    ------------------------------

    Message: 2
    Date: Tue, 27 Mar 2012 02:41:32 +0000
    From: Chris Morley <[email protected]
    <mailto:[email protected]>>
    Subject: Re: [Emc-developers] OT: need some Python / Glade direction
    To: EMC DEV <[email protected]
    <mailto:[email protected]>>
    Message-ID: <[email protected]>
    Content-Type: text/plain; charset="iso-8859-1"




    > I got glade 3.6 on another system, and managed to create a simple
    > GUI and find the XML file, but haven't figured out what to do
    with it.
    > I need to interface the XML to a c program running on a BeagleBoard,
    > but if Python makes interfacing this to a web server easy, then that
    > might be fine.  There needs to be a c program because it is
    taking direct
    > control over OMAP GPIO hardware at the register level.
    >

    John did you see this tutorial?
    It is a little out of date.
    It talks of converting the xml file. There is no need anymore.

    There are two file formats libglade and gtkbuilder.
    gtkbuilder is the current format - use it.
    This will show you how to display your panel in C and python.

    I can't find the other tutorial yet it helps with callbacks to get
    buttons to do stuff...

    Chris M

    -------------- next part --------------
    An HTML attachment was scrubbed...

    ------------------------------

    Message: 3
    Date: Tue, 27 Mar 2012 00:08:28 -0500
    From: Jon Elson <[email protected]
    <mailto:[email protected]>>
    Subject: Re: [Emc-developers] OT: need some Python / Glade direction
    To: EMC developers <[email protected]
    <mailto:[email protected]>>
    Message-ID: <[email protected]
    <mailto:[email protected]>>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed

    Chris Morley wrote:
    >
    > John did you see this tutorial?
    What tutorial?
    > It is a little out of date.
    > It talks of converting the xml file. There is no need anymore.
    >
    I already did some work with the 2.12 version, which generates C code
    to interface with the GUI.  It almost works, but I haven't figured out
    how to get a value from a spinbutton.  And, yes, I realize that was
    the VERY old way, circa 2002.
    > There are two file formats libglade and gtkbuilder.
    > gtkbuilder is the current format - use it.
    > This will show you how to display your panel in C and python.
    >
    > I can't find the other tutorial yet it helps with callbacks to get
    > buttons to do stuff...
    >
    OK, I will keep plugging at it and try to get more info on the
    gtkbuilder
    option.  Any more info you can give will be greatly appreciated.
    I'm struggling, maybe partly because the way to use glade has changed
    dramatically over the years and so some docs are massively obsolete.

    Thanks,

    Jon



    ------------------------------

    Message: 4
    Date: Tue, 27 Mar 2012 01:46:41 -0500
    From: Dave <[email protected] <mailto:[email protected]>>
    Subject: Re: [Emc-developers] OT: need some Python / Glade direction
    To: EMC developers <[email protected]
    <mailto:[email protected]>>
    Message-ID: <[email protected]
    <mailto:[email protected]>>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed

    Jon,

    Parts of this tutorial may be helpful.

    http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html

    Dave

    On 3/27/2012 12:08 AM, Jon Elson wrote:
    > Chris Morley wrote:
    >
    >> John did you see this tutorial?
    >>
    > What tutorial?
    >
    >> It is a little out of date.
    >> It talks of converting the xml file. There is no need anymore.
    >>
    >>
    > I already did some work with the 2.12 version, which generates C
    code
    > to interface with the GUI.  It almost works, but I haven't
    figured out
    > how to get a value from a spinbutton.  And, yes, I realize that was
    > the VERY old way, circa 2002.
    >
    >> There are two file formats libglade and gtkbuilder.
    >> gtkbuilder is the current format - use it.
    >> This will show you how to display your panel in C and python.
    >>
    >> I can't find the other tutorial yet it helps with callbacks to get
    >> buttons to do stuff...
    >>
    >>
    > OK, I will keep plugging at it and try to get more info on the
    gtkbuilder
    > option.  Any more info you can give will be greatly appreciated.
    > I'm struggling, maybe partly because the way to use glade has
    changed
    > dramatically over the years and so some docs are massively obsolete.
    >
    > Thanks,
    >
    > Jon
    >
    >
    
------------------------------------------------------------------------------
    > This SF email is sponsosred by:
    > Try Windows Azure free for 90 days Click Here
    > http://p.sf.net/sfu/sfd2d-msazure
    > _______________________________________________
    > Emc-developers mailing list
    > [email protected]
    <mailto:[email protected]>
    > https://lists.sourceforge.net/lists/listinfo/emc-developers
    >
    >




    ------------------------------

    Message: 5
    Date: Tue, 27 Mar 2012 06:07:36 +0000
    From: Chris Morley <[email protected]
    <mailto:[email protected]>>
    Subject: Re: [Emc-developers] OT: need some Python / Glade direction
    To: EMC DEV <[email protected]
    <mailto:[email protected]>>
    Message-ID: <[email protected]>
    Content-Type: text/plain; charset="iso-8859-1"



    > >
    > OK, I will keep plugging at it and try to get more info on the
    gtkbuilder
    > option.  Any more info you can give will be greatly appreciated.
    > I'm struggling, maybe partly because the way to use glade has
    changed
    > dramatically over the years and so some docs are massively obsolete.
    >
    > Thanks,
    >
    > Jon
    >

    John the tutorial I was looking for is so out of date it would not
    help.
    using glade that actually makes code is REALLY old - don't do it!

    Here is an example to play with in python.
    note that signals are selected in the glade editor in the left
    hand side.
    Hope it helps

    Chris M

    -------------- next part --------------
    An HTML attachment was scrubbed...
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: example.zip
    Type: application/zip
    Size: 1350 bytes
    Desc: not available

    ------------------------------

    Message: 6
    Date: Tue, 27 Mar 2012 11:43:55 -0500
    From: Jon Elson <[email protected]
    <mailto:[email protected]>>
    Subject: Re: [Emc-developers] OT: need some Python / Glade direction
    To: EMC developers <[email protected]
    <mailto:[email protected]>>
    Message-ID: <[email protected]
    <mailto:[email protected]>>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed

    Chris Morley wrote:
    >
    >
    >
    > John the tutorial I was looking for is so out of date it would
    not help.
    > using glade that actually makes code is REALLY old - don't do it!
    >
    Right, I was playing with it mostly to learn how to build the GUI.
    I am going to try to get my desktop system updated with a newer
    glade, etc.
    > Here is an example to play with in python.
    > note that signals are selected in the glade editor in the left
    hand side.
    > Hope it helps
    Thanks much!

    Jon



    ------------------------------

    Message: 7
    Date: Tue, 27 Mar 2012 11:45:22 -0500
    From: Jon Elson <[email protected]
    <mailto:[email protected]>>
    Subject: Re: [Emc-developers] OT: need some Python / Glade direction
    To: EMC developers <[email protected]
    <mailto:[email protected]>>
    Message-ID: <[email protected]
    <mailto:[email protected]>>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed

    Dave wrote:
    > Jon,
    >
    > Parts of this tutorial may be helpful.
    >
    > http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html
    >
    >
    Thanks!

    Jon



    ------------------------------

    
------------------------------------------------------------------------------
    This SF email is sponsosred by:
    Try Windows Azure free for 90 days Click Here
    http://p.sf.net/sfu/sfd2d-msazure

    ------------------------------

    _______________________________________________
    Emc-developers mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/emc-developers


    End of Emc-developers Digest, Vol 71, Issue 11
    **********************************************



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure


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

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to