Search found 9 matches

by kukma
Mon May 31, 2010 10:13 am
Forum: newLISP in the real world
Topic: suggesting the newLISP manual as CHM
Replies: 5
Views: 3699

Re: suggesting the newLISP manual as CHM

Hi, though still for before newLISP 10.2 versions I have uploaded the files and some more to Rapidshare. On trees4all all files given above will be deleted. http://2ro082kv1q.rapidsafe.de/ describes the files. Here are the links from the list: newlisp.chm http://rapidshare.com/files/392065930/newlis...
by kukma
Tue Mar 30, 2010 7:20 am
Forum: newLISP in the real world
Topic: suggesting the newLISP manual as CHM
Replies: 5
Views: 3699

Re: suggesting the newLISP manual as CHM

Here you can find the compiled HTML help files for before 10.2.0 versions,
content and project files included:

http://trees4all.de/chm-Codepatterns.zip
http://trees4all.de/chm-Introduction%20to%20newLISP.zip
by kukma
Tue Mar 23, 2010 12:43 pm
Forum: newLISP newS
Topic: Manual and release notes for upcoming 10.2.0
Replies: 31
Views: 26675

Re: Manual and release notes for upcoming 10.2.0

Lutz, can you post the link to the odt file when the documentation becomes stable. I want to compile it to a CHM file as you suggested. Here I have CHM files belonging to the previous version 10.1.x , namely codepatterns and introduction-to-newlisp from Wikibooks Would you prefer me to update them f...
by kukma
Tue Jan 12, 2010 11:24 am
Forum: newLISP in the real world
Topic: suggesting the newLISP manual as CHM
Replies: 5
Views: 3699

Re: suggesting the newLISP manual as CHM

Hello all,

that's what I have so far:
http://trees4all.de/newlisp.chm
http://trees4all.de/newlisp.zip

Kosh, I have not directly included source from the distribution yet.
Planned is to add some source from the internet as well.

Have fun!
by kukma
Fri Jan 08, 2010 11:53 pm
Forum: newLISP in the real world
Topic: suggesting the newLISP manual as CHM
Replies: 5
Views: 3699

suggesting the newLISP manual as CHM

Hello Lutz,
could you make the manual available as separate HTML files?
I would like to use the to be compiled CHM file in text editors to achieve context sensitive help in.
TIA
by kukma
Fri Jan 08, 2010 10:58 pm
Forum: newLISP in the real world
Topic: newLISP-gs opens only splash picture
Replies: 9
Views: 5530

Re: newLISP-gs opens only splash picture

Thank you Lutz and welcome home again, the principle has become clear. Also a thank you to all others. Hope you all had a good Christmas too. For now the GTK didn't work again on one machine. So if you, Lutz, have a hint for me.... Luckily I still can call GTK on another Windows XP. Additionally Cri...
by kukma
Mon Jan 04, 2010 9:01 pm
Forum: newLISP in the real world
Topic: newLISP-gs opens only splash picture
Replies: 9
Views: 5530

Re: newLISP-gs opens only splash picture

There's a Clear Monitor command - for clearing the output/monitor area... Ok. This will become clear. You can use device to divert output: (println "hi there" ) (device (open "/dev/null" "write")) (for (x 1 100) (print x { })) (device 0) (for (x 1 100) (print x { })) results in an error: hi there "...
by kukma
Mon Jan 04, 2010 5:57 pm
Forum: newLISP in the real world
Topic: newLISP-gs opens only splash picture
Replies: 9
Views: 5530

Re: newLISP-gs opens only splash picture

newLISP-GS and GTK-server worked for some examples already.
Then in a new program I intended to clear the text in the output window so that it did not become part of a output file.

I also need to switch on/off the output in that window while the program runs.
by kukma
Mon Jan 04, 2010 1:42 pm
Forum: newLISP in the real world
Topic: newLISP-gs opens only splash picture
Replies: 9
Views: 5530

newLISP-gs opens only splash picture

newLISP v.10.1.8 on Win32 IPv4, ... Hello, I executed (gs:new) in the newLISP-gs. The GUI seemed frozen. In the task manager I saw that a new instance was created. So I killed both processes. Now the GUI does not appear. 'Java Web Start' still works with another application. A Windows restart did no...