newLispTray tool

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

newLispTray tool

Post by newdep »

I created a newLispTray (system-tray) menu for newlisp.

You can download the alpha from (24Kb) ->
http://www.nodep.nl/downloads/newlisp/w ... ay-v01.exe

You need to have newlisp 8.8.6. installed with the windows-installer-version
and it must (in this newLispTray version) be installed in c:\program files\newlisp\


Enjoy!

PS: only tested it on XP!
when executed press right for the info and left for the menu.


Norman.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Updated v01 to v02.

download v02 from ->

http://www.nodep.nl/downloads/newlisp/w ... ay-v02.exe


0.2 - changed menu layout and updated nt-update.lsp script

Click right on the icon to Show the Menu
Click left on the icon to execute newlisp.exe directly.

Enjoy!

Norman
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

because many people install differently I create a select-window
where newlisp is currently installed. That will be saved inside a newlisptray.ini file.

Here is release 03 -> http://www.nodep.nl/downloads/newlisp/w ... ay-v03.exe

Regards, Norman.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Last version (for now!) 0.4 released
http://www.nodep.nl/downloads/newlisp/w ... ay-v04.exe


menu structure is now ->

newlisp
newlisp-tk
newlisp update (remote)
-----------------------------------
newlisp website
newlisp online documentation
newlisp directory explorer
-----------------------------------
About...
-----------------------------------
Quit



0.4 - documentation is now opening in default webbroweser
- added newlisp website to menu


You can put the newlisptray.exe in your startup forlder to autoexecute it
during startup...



Enjoy..

Norman.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

last versions can now be found at ->

http://newlisp.nodep.nl/newlisptray/

(current version is v0.7)

This is the last notification about newlisptray on the forum

Enjoy!

Norman.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Just wondering... I managed to rebuild my XP machine and its running..

Im walking trough my old old code and found "newlisptray" ...
(http://newlisp.nodep.nl/newlisptray/index.html)

Actualy a pritty neat tool..if I may quote myself ;-)

Is anyone using it? because im thinking of releasing a new version...
-- (define? (Cornflakes))

Kazimir Majorinc
Posts: 388
Joined: Thu May 08, 2008 1:24 am
Location: Croatia
Contact:

Post by Kazimir Majorinc »

Very cute. Works in Vista 64. I didn't know it exists. It would be even cuter to have improved version.

How you did it? Is it done in Newlisp itself?

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Yes well I forgot all about it too, but i used it a lot back in 2006..

Here is the new version, but with out the remote update because That
needs some newlisp code tweaking... will be updated...

I included the source code... Its done in purebasic, pretty straight
forward.. I was thinking back then to do it all in newlisp indeed but all those windows calls.. I passed by the thought of it ;-)

http://newlisp.nodep.nl/newlisptray/newlisptray-v09.zip

Here is another small tool wich i still use... (not bug free)
http://newlisp.nodep.nl/win-rss-ticker/
-- (define? (Cornflakes))

Locked