Page 1 of 1

development GUI-Server v.0.995

Posted: Sat Jul 14, 2007 4:47 pm
by 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/developmen ... I-0995.txt

Files: http://newlisp.org/downloads/developmen ... -0.995.tgz

Docs: http://newlisp.org/downloads/developmen ... ver-0.995/

Lutz

Posted: Sat Jul 14, 2007 7:56 pm
by HPW
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.

Posted: Sat Jul 14, 2007 10:26 pm
by Lutz
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/developmen ... p-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?

Posted: Sun Jul 15, 2007 7:07 am
by HPW
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.?
It also blocked the other things.
ps: what version of IE are you running?
Latest IE 7.0.5730.11
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?

Posted: Sun Jul 15, 2007 7:26 am
by HPW
Also 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)

Posted: Sun Jul 15, 2007 4:34 pm
by didi
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' .