You need to do init_jhs_ instead of jhs. Previously jhs_z_ was defined to call init_jhs_ but this is no longer the case (avoid cluttering base and z). Not sure how you are still using this older style start, but a new install and use of new icons does work properly.
2010/12/19 Björn Helgason <[email protected]> > Well > > Getting gtk projects to run has had an unexpected side effect > Now jhs does not run > > > C:\j701>C:\j701\bin\jconsole ~addons/ide/jhs/core.ijs -js " jhs 65001 0 " > |value error: jhs > | jhs 65001 0 > load'pacman' > 'status'jpkg'' > Local JAL information was last updated: 19 Dec 2010 16:07:12 > All available packages are installed and up to date. > JVERSION > Engine: j701/beta/2010-03-31/11:40 > Library: 7.01.024 > Platform: Win 32 > Installer: j701 beta > InstallPath: c:/j701 > > 2010/12/19 bill lam <[email protected]> > > > I'm afraid I am not going to take part in those menu works. > > > > Вск, 19 Дек 2010, Björn Helgason писал(а): > > > I managed to get the image and life demos working after reinstalling J7 > > in a > > > new directory. > > > > > > I am still missing labs and demos from the menu items of the gtk ide > > > > > > > > > > > > 2010/12/19 bill lam <[email protected]> > > > > > > > Did you add userfolder Demos and restart J as mentioned in that jwiki > > page? > > > > > > > > Can you verify there are files under ~addons/demos ? > > > > > > > > Вск, 19 Дек 2010, Björn Helgason писал(а): > > > > > jpath '~Demos' > > > > > ~Demos > > > > > load '~addons/demos/gtk/copy2projects.ijs' > > > > > |file name error: script > > > > > | 0!:0 y[4!:55<'y' > > > > > > > > > > 2010/12/19 bill lam <[email protected]> > > > > > > > > > > > I cannot understand why it didn't work for you. What is the > > version > > > > number > > > > > > of the gtk demos that you tested. Did you read the wiki page > > > > > > http://www.jsoftware.com/jwiki/Addons/demos/gtk > > > > > > as that shown in description? > > > > > > > > > > > > Вск, 19 Дек 2010, Björn Helgason писал(а): > > > > > > > I did an update now and it did not change anything. > > > > > > > > > > > > > > Tried the run the new life under the new upgraded version. > > > > > > > > > > > > > > Left the laptop and when I came back there were 183 popups > > hanging. > > > > > > > > > > > > > > The projects descriptions and helps are not much use to me and > > > > neither > > > > > > are > > > > > > > the examples. > > > > > > > > > > > > > > 2010/12/18 bill lam <[email protected]> > > > > > > > > > > > > > > > You missed the build.ijs > > > > > > > > > > > > > > > > image and life demos had been fixed and moved to addons. > Please > > > > install > > > > > > > > them from pacman to get an idea what should be inside > build.ijs > > and > > > > > > run.ijs > > > > > > > > > > > > > > > > Сбт, 18 Дек 2010, Björn Helgason писал(а): > > > > > > > > > I created a new project and it created four files. > > > > > > > > > > > > > > > > > > init.ijs, run.ijs, build.ijs and init.ijs besides the > > test.jproj > > > > > > > > > > > > > > > > > > --------------- init.ijs > > > > > > > > > NB. init > > > > > > > > > > > > > > > > > > smoutput 'testa project' > > > > > > > > > > > > > > > > > > 3+4 > > > > > > > > > > > > > > > > > > f=: 3 : 0 > > > > > > > > > > > > > > > > > > smoutput 'testb project' > > > > > > > > > > > > > > > > > > ) > > > > > > > > > > > > > > > > > > f '' > > > > > > > > > --------------- > > > > > > > > > > > > > > > > > > -------------- run.ijs > > > > > > > > > NB. run > > > > > > > > > > > > > > > > > > smoutput names'' > > > > > > > > > > > > > > > > > > fr=: 3 : 0 > > > > > > > > > > > > > > > > > > smoutput 'hallo' > > > > > > > > > > > > > > > > > > ) > > > > > > > > > > > > > > > > > > fr '' > > > > > > > > > > > > > > > > > > --------------------- > > > > > > > > > > > > > > > > > > ----------- test.jproj > > > > > > > > > NB. project: > > > > > > > > > NB. > > > > > > > > > NB. defines list of source files. > > > > > > > > > NB. path defaults to project directory. > > > > > > > > > > > > > > > > > > init.ijs > > > > > > > > > > > > > > > > > > --------------------- > > > > > > > > > > > > > > > > > > When I run the project it only prints out hallo to the term > > > > window. > > > > > > > > > > > > > > > > > > The build file is empty and the init file does not seem to > do > > > > > > anything. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 2010/12/14 chris burke <[email protected]> > > > > > > > > > > > > > > > > > > > For those experimenting with the Gtk IDE, this is a > > reminder of > > > > the > > > > > > > > > > new J7 Project feature that is built-in to the IDE, and > > which > > > > > > replaces > > > > > > > > > > the old J6 Project Manager. > > > > > > > > > > > > > > > > > > > > To get started, see > > > > > > > > > > > > > > > > > > http://www.jsoftware.com/jwiki/System/Beta/Folders%20and%20Projects > > > > > > > > > > and in particular the last section, which shows how to > > browse > > > > the > > > > > > J7 > > > > > > > > > > script source. > > > > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > > > > > > For information about J forums see > > > > > > http://www.jsoftware.com/forums.htm > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > Björn Helgason, Verkfræðingur > > > > > > > > > Fornustekkum II > > > > > > > > > 781 Hornafirði, > > > > > > > > > t-póst: [email protected] > > > > > > > > > gsm: +3546985532 > > > > > > > > > sími: +3544781286 > > > > > > > > > http://groups.google.com/group/J-Programming > > > > > > > > > > > > > > > > > > > > > > > > > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari > > > > > > einfaldleikans > > > > > > > > > > > > > > > > > > góður kennari getur stigið á tær án þess að glansinn fari > af > > > > skónum > > > > > > > > > /|_ .-----------------------------------. > > > > > > > > > ,' .\ / | Með léttri lund verður | > > > > > > > > > ,--' _,' | Dagurinn í dag | > > > > > > > > > / / | Enn betri en gærdagurinn | > > > > > > > > > ( -. | `-----------------------------------' > > > > > > > > > | ) | (\_ _/) > > > > > > > > > (`-. '--.) (='.'=) ♖♘♗♕♔♙ > > > > > > > > > `. )----' (")_(") ☃☠ > > > > > > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > Björn Helgason, Verkfræðingur > > > > > > > Fornustekkum II > > > > > > > 781 Hornafirði, > > > > > > > t-póst: [email protected] > > > > > > > gsm: +3546985532 > > > > > > > sími: +3544781286 > > > > > > > http://groups.google.com/group/J-Programming > > > > > > > > > > > > > > > > > > > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari > > > > einfaldleikans > > > > > > > > > > > > > > góður kennari getur stigið á tær án þess að glansinn fari af > > skónum > > > > > > > /|_ .-----------------------------------. > > > > > > > ,' .\ / | Með léttri lund verður | > > > > > > > ,--' _,' | Dagurinn í dag | > > > > > > > / / | Enn betri en gærdagurinn | > > > > > > > ( -. | `-----------------------------------' > > > > > > > | ) | (\_ _/) > > > > > > > (`-. '--.) (='.'=) ♖♘♗♕♔♙ > > > > > > > `. )----' (")_(") ☃☠ > > > > > > > > > > > > ---------------------------------------------------------------------- > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Björn Helgason, Verkfræðingur > > > > > Fornustekkum II > > > > > 781 Hornafirði, > > > > > t-póst: [email protected] > > > > > gsm: +3546985532 > > > > > sími: +3544781286 > > > > > http://groups.google.com/group/J-Programming > > > > > > > > > > > > > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari > > einfaldleikans > > > > > > > > > > góður kennari getur stigið á tær án þess að glansinn fari af skónum > > > > > /|_ .-----------------------------------. > > > > > ,' .\ / | Með léttri lund verður | > > > > > ,--' _,' | Dagurinn í dag | > > > > > / / | Enn betri en gærdagurinn | > > > > > ( -. | `-----------------------------------' > > > > > | ) | (\_ _/) > > > > > (`-. '--.) (='.'=) ♖♘♗♕♔♙ > > > > > `. )----' (")_(") ☃☠ > > > > > > > ---------------------------------------------------------------------- > > > > > 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 > > > > > > > > > > > > > > > > -- > > > Björn Helgason, Verkfræðingur > > > Fornustekkum II > > > 781 Hornafirði, > > > t-póst: [email protected] > > > gsm: +3546985532 > > > sími: +3544781286 > > > http://groups.google.com/group/J-Programming > > > > > > > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari > einfaldleikans > > > > > > góður kennari getur stigið á tær án þess að glansinn fari af skónum > > > /|_ .-----------------------------------. > > > ,' .\ / | Með léttri lund verður | > > > ,--' _,' | Dagurinn í dag | > > > / / | Enn betri en gærdagurinn | > > > ( -. | `-----------------------------------' > > > | ) | (\_ _/) > > > (`-. '--.) (='.'=) ♖♘♗♕♔♙ > > > `. )----' (")_(") ☃☠ > > > ---------------------------------------------------------------------- > > > 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 > > > > > > -- > Björn Helgason, Verkfræðingur > Fornustekkum II > 781 Hornafirði, > t-póst: [email protected] > gsm: +3546985532 > sími: +3544781286 > http://groups.google.com/group/J-Programming > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans > > góður kennari getur stigið á tær án þess að glansinn fari af skónum > /|_ .-----------------------------------. > ,' .\ / | Með léttri lund verður | > ,--' _,' | Dagurinn í dag | > / / | Enn betri en gærdagurinn | > ( -. | `-----------------------------------' > | ) | (\_ _/) > (`-. '--.) (='.'=) ♖♘♗♕♔♙ > `. )----' (")_(") ☃☠ > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
