However, plot is working this time under Linux. I just added an update to miscellaneous scripts. Don't know if that had anything to do with it working now.
On Sat, Feb 19, 2011 at 9:54 PM, Don Guinn <[email protected]> wrote: > Yes. It is defined in both Windows and Linux. The definition follows: > > gtk_window_set_keep_above_jgtk_ > 'libgtk-win32-2.0-0.dll gtk_window_set_keep_above >+ n x i'&(15!:0) > > > On Sat, Feb 19, 2011 at 7:31 PM, bill lam <[email protected]> wrote: > >> Just meant to make sure that verb is defined. Or can you confirm that verb >> is defined inside gui/gtk/gtk.ijs? >> >> Сбт, 19 Фев 2011, Don Guinn писал(а): >> > Is this supposed to be a verb? Since no argument it won't do anything. I >> am >> > in Windows right now. Let me know if an argument is needed. >> > >> > On Sat, Feb 19, 2011 at 5:24 PM, bill lam <[email protected]> wrote: >> > >> > > Did you meant it work in platforms other than linux 64? It is defined >> > > inside gui/gtk/gtk.ijs, try type inside Term, >> > > gtk_window_set_keep_above_jgtk_ >> > > >> > > Сбт, 19 Фев 2011, Don Guinn писал(а): >> > > > At 1.0.55. All updates are current. >> > > > >> > > > I spent some time learning plot yesterday. I still have a lot to >> learn >> > > about >> > > > it before I can navigate through the code. Will look at the changes >> you >> > > made >> > > > to help me learn how plot works. >> > > > >> > > > On Sat, Feb 19, 2011 at 10:10 AM, bill lam <[email protected]> >> wrote: >> > > > >> > > > > That api should be added in gui/gtk version 1.0.55, did you also >> > > upgrade >> > > > > that? >> > > > > >> > > > > Сбт, 19 Фев 2011, Don Guinn писал(а): >> > > > > > I don't remember. I'm in LINUX right now. Will check in a bit. >> > > > > > >> > > > > > Just tried plot in LINUX 64 after running Package Manager and >> got the >> > > > > > following error: >> > > > > > >> > > > > > load 'plot' >> > > > > > plot 1 2 5 >> > > > > > |value error: gtk_window_set_keep_above >> > > > > > | gtk_window_set_keep_above PFormhwnd,PTop >> > > > > > >> > > > > > On Sat, Feb 19, 2011 at 9:55 AM, bill lam <[email protected]> >> > > wrote: >> > > > > > >> > > > > > > But that is the behavior of jwplot in J602, or it is not? >> > > > > > > >> > > > > > > Сбт, 19 Фев 2011, Don Guinn писал(а): >> > > > > > > > That fixed it. Now a new plot replaces the previous plot. I >> like >> > > that >> > > > > > > better >> > > > > > > > as I don't have to always be closing plots to do another. >> But >> > > people >> > > > > are >> > > > > > > > going to want to display multiple plots. A problem for >> another >> > > day. >> > > > > > > > >> > > > > > > > On Sat, Feb 19, 2011 at 9:42 AM, bill lam < >> [email protected]> >> > > > > wrote: >> > > > > > > > >> > > > > > > > > Oh sorry, I forgot to update the manifest so that it was >> not >> > > > > available >> > > > > > > for >> > > > > > > > > upgrade. Please update that afm package using pacman >> again. >> > > > > > > > > >> > > > > > > > > Вск, 20 Фев 2011, bill lam писал(а): >> > > > > > > > > > I tested it fine under linux and wine. >> > > > > > > > > > >> > > > > > > > > > The GTKFONTNAMES is defined in graphics/afm, may be you >> > > missed >> > > > > that >> > > > > > > > > > package. >> > > > > > > > > > >> > > > > > > > > > Сбт, 19 Фев 2011, Don Guinn писал(а): >> > > > > > > > > > > Just got the updates. Did "plot 1 3 4" and got: >> > > > > > > > > > > >> > > > > > > > > > > xxx signal: expose_event_3_ >> > > > > > > > > > > >> > > > > > > > > > > |value error: GTKFONTNAMES >> > > > > > > > > > > | ('_'(I.@(' '&=)nam)}nam=.ind pick >> > > GTKFONTNAMES),sty,' >> > > > > > > ',":siz >> > > > > > > > > > > >> > > > > > > > > > > There were other updates and new addons that came in >> at the >> > > > > same >> > > > > > > time. >> > > > > > > > > I had >> > > > > > > > > > > some plot scripts open in the JGTK and received an >> > > interesting >> > > > > > > message >> > > > > > > > > about >> > > > > > > > > > > files I was editing were updated. I told it not to >> save >> > > > > anything. I >> > > > > > > > > have no >> > > > > > > > > > > idea if this messed up the update. Will try on another >> > > machine. >> > > > > > > > > > > >> > > > > > > > > > > On Sat, Feb 19, 2011 at 3:27 AM, bill lam < >> > > [email protected] >> > > > > > >> > > > > > > wrote: >> > > > > > > > > > > >> > > > > > > > > > > > Plot updated, please check if there are still any >> issues >> > > > > > > remained. >> > > > > > > > > > > > >> > > > > > > > > > > > Птн, 18 Фев 2011, Don Guinn писал(а): >> > > > > > > > > > > > > When displaying multiple plots using J7 plot uses >> the >> > > > > second >> > > > > > > image >> > > > > > > > > for >> > > > > > > > > > > > > repainting the window of the first plot. >> > > > > > > > > > > > > >> > > > > > > > > > > > > The last two lines in the term window were used to >> > > create >> > > > > this. >> > > > > > > > > > > > > >> > > > > > > > > > > > > plot sin i.3 4 >> > > > > > > > > > > > > >> > > > > > > > > > > > > drag the graph off to the side but overlapping >> the >> > > term >> > > > > > > window. >> > > > > > > > > > > > > >> > > > > > > > > > > > > select the term window and generate the second >> plot. >> > > > > > > > > > > > > >> > > > > > > > > > > > > plot sin 0.2 * i.10 30 >> > > > > > > > > > > > > >> > > > > > > > > > > > > click on the first graph window causing a >> repaint. >> > > The >> > > > > > > repaint >> > > > > > > > > uses >> > > > > > > > > > > > the >> > > > > > > > > > > > > data from the second plot instead of the first. >> > > > > > > > > > > > > >> > > > > > > > > > > > > See the following showing the problem: >> > > > > > > > > > > > > >> > > > > > > > > > > > >> > > > > > > > > >> > > > > > > >> > > > > >> > > >> http://www.jsoftware.com/jwiki/DonGuinn?action=AttachFile&do=view&target=ploterror.jpg >> > > > > > > > > > > > > >> > > > > > > > > >> > > > > >> ---------------------------------------------------------------------- >> > > > > > > > > > > > > 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 >> > > > > > > > > > > > >> > > > > > > > > >> > > > > >> ---------------------------------------------------------------------- >> > > > > > > > > > > > For information about J forums see >> > > > > > > > > http://www.jsoftware.com/forums.htm >> > > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > >> > > ---------------------------------------------------------------------- >> > > > > > > > > > > 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 >> > > > > > > > > >> > > > > > > > > -- >> > > > > > > > > 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 >> > > > > > > >> > > > > > > -- >> > > > > > > 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 >> > > > > >> > > > > -- >> > > > > 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 >> > > >> > > -- >> > > 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 >> >> -- >> 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
