development GUI-Server v.0.995

Started by Lutz, July 14, 2007, 09:47:09 AM

Previous topic - Next topic

Lutz

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">http://newlisp.org/downloads/developmen ... I-0995.txt">http://newlisp.org/downloads/development/CHANGES-GUI-0995.txt



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



Docs: http://newlisp.org/downloads/development/guiserver-0.995/">http://newlisp.org/downloads/developmen ... ver-0.995/">http://newlisp.org/downloads/development/guiserver-0.995/



Lutz

HPW

#1
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.
Hans-Peter

Lutz

#2
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">http://newlisp.org/downloads/developmen ... p-edit.lsp">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?

HPW

#3
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?
Hans-Peter

HPW

#4
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)
Hans-Peter

didi

#5
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' .