Can you made a sample about use via terminal server?
----- Messaggio originale -----
Da: Pritpal Bedi <[EMAIL PROTECTED]>
Inviato: domenica 22 giugno 2008 0.53
A: [email protected] <[email protected]>
Oggetto: Re: [Harbour] 2008-06-21 23:27 UTC+0200 Viktor Szakats
(harbour.01syenar hu)
Hello Viktor
<<<
; For the same effect, but with the advantage that the
screen output won't slow the application at all, and
that behaviour is controllable from the command line
and/or at link time, please use gtgui.lib.
With GTGUI the application window is neither created
nor updated, while GTWVT will create the window,
update the window, but it will be fully invisible with
no way to unhide. Clipboard and sound generation works
in both cases.
For 100% similar end-user experience as the old hack:
- link gtgui.lib
- replace ANNOUNCE HB_NOSTARTUPWINDOW with
ANNOUNCE HB_GT_GUI_DEFAULT
- add REQUEST HB_GT_GUI
to your application.
>>>
This is partial solutin.
The above is valid only when you do not need the screen updates.
I think I could not explain properly the purpose for which this 'hack'
was introduced. Let me expalin a bit further.
CASE 1:
GTWVT TERMINAL/SERVER
SERVER - Appln is up and running without visible window but screen is
updated as regular application. Periodically the screen buffer is sent to
th CLIENT to display. This cannot be achieved with GTGUI.
CASE 2:
Function Main()
// Build screen, at this point console is not visible
@ r,c say something
....
Some important cleanups/applacation needs ( I have )
// Popup the fully built screen
Wvt_ShowWindow()
...
....
Retrun NIL
Case 1 is what I use. Case 2 is used but it can be done another way too.
Also in case 1, I need access to Window handle and some other stuff.
Regards
Pritpal Bedi
--
View this message in context:
http://www.nabble.com/2008-06-21-23%3A27-UTC%2B0200-Viktor-Szakats-%28harbour.01-syenar-hu%29-tp18049174p18049459.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour