Looking through the GTK docs I see there are platform independent
highlevel network functionallity objects. These look promising but I
don't thik there are J wrappers for these. How would I go about using
them with J? Is there a good example to look at to learn how to wrap
the GTK libraries for use with J?


On Wed, Aug 31, 2011 at 10:03 PM, Thomas Costigliola <[email protected]> wrote:
> That looks like a great library. Unfortunately the call to sdasync in
> sockmux's create verb will fail under Linux as event driven sockets
> are not implemented.
>
>
> On Wed, Aug 31, 2011 at 5:49 PM, Henry Rich <[email protected]> wrote:
>> I don't know from Linux, but I have had good result with the system
>> described at
>>
>> http://www.jsoftware.com/jwiki/Scripts/Socket%20System
>>
>> Henry Rich
>>
>> On 8/31/2011 5:03 PM, Thomas Costigliola wrote:
>>>> From what I can tell this hasn't been implemented yet, is that true?
>>>
>>> Assuming not, I am looking for advice implementing a program that has
>>> both a GUI and sockets. My first thought was to try to circumvent J's
>>> limitations and use threading and socket libraries that are part of
>>> GTK. But I am not familiar with GTK and not sure if they exist or if
>>> it is possible to do.
>>>
>>> So ignoring that for a moment, in a J7 GTK program where would I put
>>> the select statement?
>>>
>>> (I'm hoping the only answer is not inside a timer)
>>> ----------------------------------------------------------------------
>>> For information about J forums see http://www.jsoftware.com/forums.htm
>>>
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to