Hey i was debating wether to start a new thread or continue the arrows thread but new topic = new thread so here it is.
I was wondering if there is a way to take text from a specified part of the screen and store it ready to be re-insterted...
What Im doing is a password entry style thing: a frame(x1,y1,x2,y2) will popup in the middle of the screen w/o clearing the contents of its surrounding (but anything it covers and within it is cleared) then the user is asked for their password. If its correct that's no problem, it will progress to a new screen which is the simple case of clrscr but if they get it wrong or decide they dont want to enter the password anymore (pressing #27 Esc) the frame will be cleared and the text should return.
Thinking about it and what I was told in the arrows thread, I should use window(x1,y1,x2,y2). Thing is, I dont find the TP Help file helpful with the window function.
Is it possible to place a window over text and then close that window and the text still be there?
If there is a "special" way to do it without window I'd feel slightly more comfortable... unless its another OO solution *must learn OO*
Thanks for your time
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
I was wondering if there is a way to take text from a specified part of the screen and store it ready to be re-insterted...
What Im doing is a password entry style thing: a frame(x1,y1,x2,y2) will popup in the middle of the screen w/o clearing the contents of its surrounding (but anything it covers and within it is cleared) then the user is asked for their password. If its correct that's no problem, it will progress to a new screen which is the simple case of clrscr but if they get it wrong or decide they dont want to enter the password anymore (pressing #27 Esc) the frame will be cleared and the text should return.
Thinking about it and what I was told in the arrows thread, I should use window(x1,y1,x2,y2). Thing is, I dont find the TP Help file helpful with the window function.
Is it possible to place a window over text and then close that window and the text still be there?
If there is a "special" way to do it without window I'd feel slightly more comfortable... unless its another OO solution *must learn OO*
Thanks for your time
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."