![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hallo, I was wondering if there is a way in any D3 to open a window on top of another one and then close it leaving everything underneat as it was before; I mean without having to rewrite everything. This should be done regardless of the telnet client and the terminal emulation I'm using. Thanks, Alberto |
#3
| |||
| |||
|
|
This should be done regardless of the telnet client and the terminal emulation I'm using. |
#4
| |||
| |||
|
|
I have been in posession of just such software since 1985. Unfortunately it's not for sale. But the princile is sound and works very well. i also believe that Accuterm has this ability For example, consider the following: if a > b then emsg = "B is too small" $open('c','c',17,5) $box(0,0,17,15, ' Error! ',1,@(-33):@(-42),1) echo off; in nothing; echo on $close(0) end In it's simplest form, $OPEN opens a window centering the column and row based on screen size, 17 bytes wide and 5 rows deep; $box places a box around the area starting in relative positions 0,0 and placing a title into the box. Type 1 says to use graphics characters to build the box, @(-33) etc sets box color and the last 1 places a shade around the right and bottom edges to make it stand out. $close closes the last open window and the 0 says don't suppress repainting the exposed area. This requires a special table to control windows and window handles, a special "named comon" (Oh No!!!) and a pre-compiler that will understand the object-oriented syntax. Not generally available, but I know for a fact that it can be done. Mark Brown "Albe" <coralbe_nospam (AT) email (DOT) it> wrote in message news:edls0a$9kv$1 (AT) newsread (DOT) albacom.net... Hallo, I was wondering if there is a way in any D3 to open a window on top of another one and then close it leaving everything underneat as it was before; I mean without having to rewrite everything. This should be done regardless of the telnet client and the terminal emulation I'm using. Thanks, Alberto |
#5
| |||
| |||
|
|
Hallo, I was wondering if there is a way in any D3 to open a window on top of another one and then close it leaving everything underneat as it was before; I mean without having to rewrite everything. This should be done regardless of the telnet client and the terminal emulation I'm using. Thanks, Alberto |
#6
| |||
| |||
|
|
Albe wrote: snip I believe Doug Dumitru had a product that did this MANY moons ago - a "windowing" environment for R83 (and similar), that was written in Pick assembler. I'd hazard a guess that it is no longer available. snip |
|
Bottom line - it CAN be done be, but I do see a rewrite of some description in your future |
#7
| |||
| |||
|
|
Ross Ferris wrote: Albe wrote: snip I believe Doug Dumitru had a product that did this MANY moons ago - a "windowing" environment for R83 (and similar), that was written in Pick assembler. I'd hazard a guess that it is no longer available. snip It may/may not be, but the rewrites are not that much. It does depend on the complexity and modularity of the application. Patrick, <;=) http://modsoft.com/fullview/index.htm Bottom line - it CAN be done be, but I do see a rewrite of some description in your future |
#8
| |||
| |||
|
|
Hallo, I was wondering if there is a way in any D3 to open a window on top of another one and then close it leaving everything underneat as it was before; I mean without having to rewrite everything. This should be done regardless of the telnet client and the terminal emulation I'm using. Thanks, Alberto |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Hallo, I was wondering if there is a way in any D3 to open a window on top of another one and then close it leaving everything underneat as it was before; I mean without having to rewrite everything. This should be done regardless of the telnet client and the terminal emulation I'm using. Thanks, Alberto |
![]() |
| Thread Tools | |
| Display Modes | |
| |