This message bounced because it came from a non member address. If you want to post, you must post from the address you subscribed as. James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ ---------- Forwarded message ---------- Date: Wed, 30 Jun 1999 16:42:07 +0800 (WST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]: Non-member submission from [David Arnold <[EMAIL PROTECTED]>] >From [EMAIL PROTECTED] Wed Jun 30 16:42:05 1999 Received: from piglet.dstc.edu.au (piglet.dstc.edu.au [130.102.176.1]) by quoll.daa.com.au (8.9.2/8.9.2) with ESMTP id QAA10317 for <[EMAIL PROTECTED]>; Wed, 30 Jun 1999 16:42:04 +0800 (WST) Received: from dstc.edu.au (fig.dstc.edu.au [130.102.176.198]) by piglet.dstc.edu.au (8.8.7/8.8.7) with ESMTP id SAA31135; Wed, 30 Jun 1999 18:33:07 +1000 (EST) Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [pygtk] PYGTK and FNORB Reply-to: [EMAIL PROTECTED] X-Attribution: davida X-Files: wednesday, 8:30pm X-URL: <http://www.pobox.com/~davida> X-Face: 2#;/avfeVL:b<P_Hzo|Gh1g9@H7e%_rdaX;Gf?ruM}&vuCP0^~I6|m9qc0<9}IBW7Z'+ZTe -B}cNUeV6e[6Cm-6\V9P"U`b4kM;7,OLOmf6UGlVn@0[=aURf=wN^&&6OmiS5r4@N(37z~QW6 In-reply-to: Your message of "Tue, 29 Jun 1999 23:59:16 MST." <[EMAIL PROTECTED]> Date: Wed, 30 Jun 1999 18:33:07 +1000 From: David Arnold <[EMAIL PROTECTED]> -->"Albert" == Albert L Ting <[EMAIL PROTECTED]> writes: Albert> Can these two work together? The FNORB manual mentioned Albert> something about tkinter support, will also send a note to Albert> them. Or can anyone recommend a better ORB? i'm not aware of anyone who has integrated Gtk and Fnorb yet, but it would almost certainly be possible. using Fnorb's threaded mode would be simplest, with the Fnorb mainloop and the Gtk mainloop in different threads, and just ensure that the CORBA methods use the threads_enter() and threads_leave() functions around calls to Gtk functions. or you could use the Fnorb reactor-style mainloop, and the Gtk gdk_input_add() function to monitor the ORB sockets. see page 19 of Fnorb User Guide, and the Tkinter examples in the Fnorb distribution. alternatively, both ILU and Orbit (and Mico?) have Python bindings as well, so you could consider them if Fnorb doesn't work out. -- David Arnold ,================================================= =================' +617 33654310 (voice) CRC for Distributed Systems Technology +617 33654311 (fax) University of Queensland [EMAIL PROTECTED] (email) Australia <http://www.pobox.com/~davida> (web) To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
