Martin,

I was able to install and use your app on Mac OSX 10.7.5 and it looks
very handy. I am not sure exactly what application I am using, because
I was never able to make the following work in my Terminal.

`Start it, using the command line: python qjide.py`
I got the following result.

server:~ brian$ python /Users/brian/j64-801/qjide/qjide.py
Traceback (most recent call last):
  File "/Users/brian/j64-801/qjide/qjide.py", line 209, in <module>
    JDll = cdll.LoadLibrary(JLib)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py",
line 431, in LoadLibrary
    return self._dlltype(name)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py",
line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: dlopen(C:\Home\J701/bin/j.dll, 6): image not found
server:~ brian$



However, I was able to work with the following in another Terminal window.


server:~ brian$ bin/jqt
-bash: bin/jqt: No such file or directory
server:~ brian$ cd /Users/brian/j64-801
server:j64-801 brian$ bin/jqt


I had to add the following addons from pac in order to get some of the
demos to work (primarily plot, opengl and viewmat).

general/misc
graphics/afm
graphics/bmp
graphics/color
graphics/gl1ut
graphics/gl2
graphics/graph
graphics/grid (?)
graphics/plot
graphics/viewmat
math/misc

I was a little disappointed that neither the Esc key nor the Command+W
closed any windows. But context sensitive help with Command+F1 worked
nicely. I suppose I can add other key shortcuts somehow, though.

After also installing the following 2 addons, I was pleased to see
that my addon -- graphics/tgsj -- appeared, but would not work
interactively. That is, I typed in
`load'~addons/graphics/tgsj/tgsjbasic.ijs'` and then entered `help`
followed by `tgsj_run ''` and all was good, including a graphics
window appearing. But then I thought the rest of the graphics was not
working, but instead, it was working but the graphics window was not
updating. I had to manually select the graphics window after each
graphics command to see the result in the graphics window.

api/gl3
gui/wdclass



By the way, I noticed an error in the Help which suggests that
commands like `tgsj_run 3` will work in place of  `tgsj_run ''`, but
that is incorrect. Another version (tgsjbasic2.ijs) must be loaded.

Anyhow, this is really great. Thanks for your work. I look forward to
using this UI.


On Thu, Mar 14, 2013 at 11:05 AM, Martin Saurer
<[email protected]> wrote:
> Hi all,
>
> An new version 1.1.0 of the qjide is released.
>
> Highlights:
> - A lot of editor features (Find/Replace/etc.)
> - Some keyboard shortcuts on frequently used commands
> - Viewmat is implemented
>
> More details and download at: http://www.jsoftware.com/jwiki/Scripts/qjide
>
> Please see also the included file "WhatsNew.txt".
>
> Keep your existing version in a safe place, in case of anything goes wrong.
>
> Have fun!
>
> Martin
>
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm



-- 
(B=) <-----my sig
Brian Schott
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to