Thanks Bill - this did the trick!

On Sun, Apr 12, 2015 at 9:36 PM, bill lam <bbill....@gmail.com> wrote:

> qt is needed for qtc output.  I have revised the condition for
> load qtc support files so that jconsole will only load qt if
> CONSOLEOUTPUT-:'qtc' otherwise, jconsole can still use pdf
> or cairo output. Please update plot and test again.
>
> Вс, 12 апр 2015, Devon McCormick написал(а):
> > Joe -
> >
> > This avoids the problem - I'm able to plot with 64-bit J8 now - thanks!
> >
> > I don't know why I need to load this if I'm in jconsole but I'm afraid
> > maybe some of the graphics utilities have gotten entangled with the Qt
> > stuff.
> >
> > I'll look into it further.  This is part of my effort to move entirely
> over
> > to J8 from J7 - I think I'm about 90% there now.
> >
> > Regards,
> >
> > Devon
> >
> > On Sat, Apr 11, 2015 at 8:26 PM, Joe Bogner <joebog...@gmail.com> wrote:
> >
> > > Devon,
> > >
> > > Have you tried this on a new install?
> > >
> > > Also, you might try temporarily renaming your ~addons/ide/qt folder. I
> see
> > > this in jzplot which triggers it to load it:
> > >
> > > if. 0 < #1!:0 jpath '~addons/ide/qt/console.ijs' do.
> > >       require '~addons/ide/qt/qt.ijs'
> > >       require '~addons/ide/qt/console.ijs'
> > >
> > >
> > > I'm able to plot from jconsole without having an addons/ide/qt folder
> > >
> > > That may be a temporary workaround if the problem is in qt.ijs or it
> may
> > > help narrow down the problem
> > >
> > > hth,
> > >
> > > Joe
> > >
> > >
> > >
> > > On Sat, Apr 11, 2015 at 2:06 PM, Devon McCormick <devon...@gmail.com>
> > > wrote:
> > >
> > > > Hi -
> > > >
> > > > Thanks for the feedback.  Bill - I usually run jconsole under emacs
> but
> > > if
> > > > I invoke it by clicking on the jconsole icon, the same problem
> occurs.
> > > >
> > > > It behaves slightly differently under emacs on my Windows 7 at home
> (the
> > > > other was Windows 7 at work): it freezes after I enter "load  'plot'"
> > > and,
> > > > when I break out of the freeze w/"C-c C-\" (emacs break sequence), I
> get
> > > > this message:
> > > > Object::killTimers: timers cannot be stopped from another thread
> > > >
> > > > But this hard-break exits the J session, so I have no other
> information
> > > > available.
> > > >
> > > > The 32-bit version of J8 allows me to load plot without incident, as
> do
> > > the
> > > > J7 versions.
> > > >
> > > > Any ideas on where I should be looking to figure this out?
> > > >
> > > > Thanks,
> > > >
> > > > Devon
> > > >
> > > >
> > > > On Fri, Apr 10, 2015 at 7:07 PM, Mike Day <
> mike_liz....@tiscali.co.uk>
> > > > wrote:
> > > >
> > > > > OK for me too,  same engine and library as Kenneth,
> > > > > assuming you mean "does load'plot' work?"
> > > > >
> > > > > Mike
> > > > >
> > > > >
> > > > > On 10/04/2015 21:47, Kenneth Lettow wrote:
> > > > >
> > > > >> Hi Devon,
> > > > >>
> > > > >> Plot works for me under jconsole.  The only difference is the
> engine
> > > > (see
> > > > >> below).
> > > > >>
> > > > >>     JVERSION
> > > > >> Engine: j803/2014-10-19-11:11:11
> > > > >> Library: 8.03.13
> > > > >> Platform: Win 64
> > > > >> Installer: J803 install
> > > > >> InstallPath: c:/users/lettoke/j64-803
> > > > >>
> > > > >>
> > > > >>
> > > > >> On Fri, Apr 10, 2015 at 4:31 PM, Devon McCormick <
> devon...@gmail.com>
> > > > >> wrote:
> > > > >>
> > > > >>  Hi -
> > > > >>>
> > > > >>> Just recently, loading "plot" under J8 (64-bit) locks up my
> jconsole
> > > > >>> session and I have to kill it.
> > > > >>>
> > > > >>> The offending line seems to be this one:
> > > > >>> ('"',libjqt,'" state_run >',(IFWIN#'+'),' i i x *c i x x')&cd`0:@
> > > .IFQT
> > > > >>> 0;0;'';FHS;0;0
> > > > >>>
> > > > >>> in "qapplication" from "qt.ijs". which appears to be loaded by
> > > > "jzplot".
> > > > >>>
> > > > >>>
> > > > >>>     JVERSION
> > > > >>> Engine: j701/2011-01-10/11:25
> > > > >>> Library: 8.03.13
> > > > >>> Platform: Win 64
> > > > >>> Installer: J803 install
> > > > >>> InstallPath: c:/users/devon_mccormick/j64-803
> > > > >>>
> > > > >>> Anyone else see this?
> > > > >>>
> > > > >>> Thanks,
> > > > >>>
> > > > >>> Devon
> > > > >>>
> > > > >>> --
> > > > >>> Devon McCormick, CFA
> > > > >>>
> > > ----------------------------------------------------------------------
> > > > >>> For information about J forums see
> > > http://www.jsoftware.com/forums.htm
> > > > >>>
> > > > >>>
> > > ----------------------------------------------------------------------
> > > > >> For information about J forums see
> > > http://www.jsoftware.com/forums.htm
> > > > >>
> > > > >>
> > > > >
> > > > > ---
> > > > > This email has been checked for viruses by Avast antivirus
> software.
> > > > > http://www.avast.com
> > > > >
> > > > >
> > > > >
> ----------------------------------------------------------------------
> > > > > For information about J forums see
> http://www.jsoftware.com/forums.htm
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Devon McCormick, CFA
> > > >
> ----------------------------------------------------------------------
> > > > For information about J forums see
> http://www.jsoftware.com/forums.htm
> > > >
> > > ----------------------------------------------------------------------
> > > For information about J forums see http://www.jsoftware.com/forums.htm
> > >
> >
> >
> >
> > --
> > Devon McCormick, CFA
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
>
> --
> regards,
> ====================================================
> GPG key 1024D/4434BAB3 2008-08-24
> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



-- 
Devon McCormick, CFA
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to