I'm running Linux 32 bit with gtk3. So far the big problem is that using wd
commands immobilizes the jgtk window--I can type things in, but nothing
happens when I press enter until I close the window. This is really
hindering diagnostics.

glqwh returns the size of the window as set by J, not the current value.
Eventually, this returns gtkwh in the target locale, so it looks like this
isn't being updated properly. I'm using a tiling window manager, which
jerks windows around unmercifully, so that could be part of the problem. I
can try it in Gnome later.

Editboxes won't edit for me, either when the system calls (wd 'set var *',
var) or by manual editing. However, they got set correctly initially, so it
must have worked the first time.

Overall, this is pretty good so far. Basically as described: buggy but
runnable.

Marshall

On Tue, Jan 31, 2012 at 12:49 AM, bill lam <bbill....@gmail.com> wrote:

> The new gkwd contains an emulator for wd.  Ideally one only needs to
> execute an
>
> require 'gui/gtkwd'
>
> to be able to run lagacy J6 gui programs.
>
> install/upgrade the following
> gui/gtk
> gui/gtkwd
> demos/wd
> demos/isigraph
> games/pousse
> games/solitaire
> general/misc
>
> run demos by
>
> load '~addons/demos/wd/demos.ijs'
>
> It should be buggy but runnable. Please report bugs found and specify
> testing environment such as win/linux , gtk2/gtk3.
>
> --
> regards,
> ====================================================
> GPG key 1024D/4434BAB3 2008-08-24
> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> ----------------------------------------------------------------------
> 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