Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - kukma

#1
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/">http://2ro082kv1q.rapidsafe.de/ describes the files.



Here are the links from the list:



newlisp.chm

http://rapidshare.com/files/392065930/newlisp.chm">http://rapidshare.com/files/392065930/newlisp.chm  size: 2434 KB



Introduction_to_newLISP.chm

http://rapidshare.com/files/392073672/Introduction_to_newLISP.chm">http://rapidshare.com/files/392073672/I ... ewLISP.chm">http://rapidshare.com/files/392073672/Introduction_to_newLISP.chm  size: 913 KB



newlisp.zip

http://rapidshare.com/files/392075118/newlisp.zip">http://rapidshare.com/files/392075118/newlisp.zip  size: 6676 KB



newlisp-1.zip

http://rapidshare.com/files/392081556/newlisp-1.zip">http://rapidshare.com/files/392081556/newlisp-1.zip  size: 1667 KB



newlisp-2.zip

http://rapidshare.com/files/392081776/newlisp-2.zip">http://rapidshare.com/files/392081776/newlisp-2.zip  size: 2169 KB



ci-compiled-newlisp-gtk-comic-tables.zip

http://rapidshare.com/files/392083585/ci-compiled-newlisp-gtk-comic-tables.zip">http://rapidshare.com/files/392083585/c ... tables.zip">http://rapidshare.com/files/392083585/ci-compiled-newlisp-gtk-comic-tables.zip  size: 23485 KB   



newlisp-codepatterns.zip

http://rapidshare.com/files/392084426/newlisp-codepatterns.zip">http://rapidshare.com/files/392084426/n ... tterns.zip">http://rapidshare.com/files/392084426/newlisp-codepatterns.zip  size: 126 KB



chm_-_GTK__Reference_Manual_2.18.7.zip

http://rapidshare.com/files/392097147/chm_-_GTK__Reference_Manual_2.18.7.zip">http://rapidshare.com/files/392097147/c ... 2.18.7.zip">http://rapidshare.com/files/392097147/chm_-_GTK__Reference_Manual_2.18.7.zip  size: 14375 KB



In the compiled programs not all of the DLLs are needed.



You are encouraged to compile the project in chm_-_GTK__Reference_Manual_2.18.7.zip yourself.

There will be required only some minor corrections.



Best regards

Michael
#2
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-Codepatterns.zip

http://trees4all.de/chm-Introduction%20to%20newLISP.zip">http://trees4all.de/chm-Introduction%20to%20newLISP.zip
#3
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 first?



Also I was working on a compiled help file containing the GTK+ Reference Manual for GTK+ 2.18.9 .

The good thing will be to use the reference as contextsensitive help in editors.



Do you and others like them separately or all in one file?



Regards,

Michael
#4
Hello all,



that's what I have so far:

  http://trees4all.de/newlisp.chm">http://trees4all.de/newlisp.chm

  http://trees4all.de/newlisp.zip">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!
#5
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
#6
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 Crimson Editor does a good job for now and I also will take a look on some other text editors.

I will be back with new questions if here are any.
#7
Quote from: "cormullion"
There's a Clear Monitor command - for clearing the output/monitor area...

Ok. This will become clear.


Quote from: "cormullion"
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

"hi there"



ERR: value expected : (open "/dev/null" "write")

>


Quote from: "cormullion"
Although silent is probably better:


(silent
  (for (x 1 100)
     (print  x { })))





this gives back all 100 numbers.

That's not what I expected.



As a beginner I simply copy and pasted.
#8
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.
#9
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 not help.

What went wrong and how can I repair that?