newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on July 14, 2007, 09:47:09 AM

Title: development GUI-Server v.0.995
Post by: Lutz on July 14, 2007, 09:47:09 AM
development GUI-Server v.0.995



• addtions and improvemnts in the newlisp-edit.lsp GUI app.



• minor changes/additions to the GUI-Server API



Changes: http://newlisp.org/downloads/development/CHANGES-GUI-0995.txt



Files: http://newlisp.org/downloads/development/guiserver-0.995.tgz



Docs: http://newlisp.org/downloads/development/guiserver-0.995/



Lutz
Title:
Post by: HPW on July 14, 2007, 12:56:53 PM
When I use Help/newlisp manual the IE opens and shows the reference in the browser (but in the background).



But now (with the open browser) I can not use the close-app button in the right top window corner of the File/exit. They are blocked (and stacked up) by the open browser.



I can also not choose the Help/Guiserver manual without closing the first browser first. All choosed action are stacked up and are executed as soon the browser is closed.
Title:
Post by: Lutz on July 14, 2007, 03:26:01 PM
I uploaded a new version for Win32 changing from 'exec' to 'process' and calling the Win32 command processor '(process "cmd /c ....")' (in line 1134)



I wonder if this will change the behavior. Is only the exit out of newlisp-edit.lsp blocked or can you do other things like open a directory, load/save a file etc.?



http://newlisp.org/downloads/development/newlisp-edit.lsp



Lutz



ps: what version of IE are you running?



ps2: is it only the closebotton in the windows corner or is the menu option File/Exit also blocked?
Title:
Post by: HPW on July 15, 2007, 12:07:10 AM
QuoteIs only the exit out of newlisp-edit.lsp blocked or can you do other things like open a directory, load/save a file etc.?


It also blocked the other things.


Quoteps: what version of IE are you running?


Latest IE 7.0.5730.11


Quote
ps2: is it only the closebotton in the windows corner or is the menu option File/Exit also blocked?


Yes, File/Exit was also blocked.





But now with the new newlisp-edit.lsp, the things changes:



I can call more than one doc each with his own IE-instance.

I can chosse open etc. and use it.

But when I choose EXIT (via X-Button or File/exit) I get the security dialog if I am sure, but then when I clicked 'Yes' it does not exit until I close the IE instance. With the exec-version even the dialog did not come.



Also the doc is still opened in the background.

Maybe a minimising of the newlisp-edit-window could help to show the doc?
Title:
Post by: HPW on July 15, 2007, 12:26:44 AM
QuoteAlso the doc is still opened in the background.

Maybe a minimising of the newlisp-edit-window could help to show the doc?


I noticed that this is only true, when I start newlisp from a open CMD-console window.

When I use the run.exe tool without any console the doc gets opened in the foreground. (Exit-blocking remains)
Title:
Post by: didi on July 15, 2007, 09:34:56 AM
All works fine , only the ie part HPW mentioned already is the same, even with the changed edit-version.

It is not possible to open both ie-helps , if i click first on the newlisp then on the guiserver-help only the first is opened , the second appears after i close the first .

PS: first the guiserver-help-start brought an error-message , because i hadn't a subdirectory 'guiserver' .