Caleb,<br>
<br>
Wow, thanks for the tips.  That seems like it works perfectly.  I will give it<br>
a try tonight.  Thanks a lot.<br>
<br>
One more thing.  I am new to ruby so I am finding it difficult to navigate documentation.<br>
How would I go about aquiring documentation for QtRuby and Korundum classes/methods/etc?<br>
<br>
Thanks, it helped a lot.<br>
<br>
Anthony Bargnesi<br><br><div><span class="gmail_quote">On 8/30/06, <b class="gmail_sendername">Caleb Tennis</b> <<a href="mailto:caleb@aei-tech.com">caleb@aei-tech.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
><br>> Does it take more than this to connect to a running DCOP slot?  It<br>> seems like I have to setup<br>> the dcopclient before I make a "call".<br>><br><br>Yeah, I do something like this:<br>
<br>@dcopclient = KDE::DCOPClient.new<br>@dcopclient.attach<br>@dcopclient.registerAs("my_app_name",false)<br><br>@dcop = KDE::DCOPRef.new("other_app_name","object_identity")<br>@dcop.setDCOPClient
(@dcopclient)<br><br>Then @dcop will work as normal.<br><br>HTH,<br>Caleb<br><br><br>_______________________________________________<br>Kde-bindings mailing list<br><a href="mailto:Kde-bindings@kde.org">Kde-bindings@kde.org
</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-bindings">https://mail.kde.org/mailman/listinfo/kde-bindings</a><br></blockquote></div><br>