development GUI-Server v.0.995

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

development GUI-Server v.0.995

Post 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

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post 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.
Hans-Peter

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post 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?

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post 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?
Hans-Peter

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post 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)
Hans-Peter

didi
Posts: 166
Joined: Fri May 04, 2007 8:24 pm
Location: Germany

Post 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' .

Locked