Is possible define a basic syntax for MULTI WINDOWS gt?

like
    DEFINE WINDOW Win_1 ;
        AT 0,0 ;
        WIDTH 40 ;
        HEIGHT 20 ;
        TITLE 'Hello World!'
    END WINDOW
    ACTIVATE MULTIPLE WINDOW Win_1


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pritpal Bedi
Sent: Monday, December 31, 2007 5:24 AM
To: harbour@harbour-project.org
Subject: [Harbour] Multi-Window GT - III - MemoEdit()


Hello Everybody

Please review MemoEdit() implementation for Multi-Window GT.

Executable :   http://www.nabble.com/file/p14554190/MultiWVT.zip
MultiWVT.zip  
Exe Source:   http://www.nabble.com/file/p14554190/MultiWVT.prg
MultiWVT.prg 
Memoedit.prg:   http://www.nabble.com/file/p14554190/memoedit.prg
memoedit.prg 
Teditor.prg:   http://www.nabble.com/file/p14554190/teditor.prg
teditor.prg 

MemoEdit() needs to be fixed a little to be exactly compatible with
Clipper.
Please note that for Multi-Window protocol I have to do away with Do
While
loop to process user input, instead I am returning fully configured
MemoEdit
object which is processed by window events. This is the only difference.
For
the time being I have kept out "user function" functionality and
hopefully
it will be ready by next weekend. 

Just play with the editor, click anywhere on memo text, resize,
maximize,
etc.

Regards
Pritpal Bedi, INDIA-USA
-- 
View this message in context:
http://www.nabble.com/Multi-Window-GT---III---MemoEdit%28%29-tp14554190p
14554190.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to