Alaska Software Inc. - Ctrl-V / Ctrl-C in Hybridmode ?
Username: Password:
AuthorTopic: Ctrl-V / Ctrl-C in Hybridmode ?
AUGE_OHRCtrl-V / Ctrl-C in Hybridmode ?
on Tue, 25 Oct 2005 21:02:28 +0200
hi,

just testing right mouse click with Hybridmode.

in DOS/Cl*pper you can "paste" Clipboard into GET/MemoEdit.

with Xbase++ you have to modify GetSysX.PRG (see Wishlist), but with
MemoEdit you have to use a UDF to paste from ClipBoard.

so how can i "easy" paste into MemoEdit without using a UDF everywhere ?

greetings by OHR
Jimmy
Phil Ide
Re: Ctrl-V / Ctrl-C in Hybridmode ?
on Wed, 26 Oct 2005 13:18:54 +0100
Jimmy,

> in DOS/Cl*pper you can "paste" Clipboard into GET/MemoEdit.

No you can't - you must be using an etension library, because Clipper knows
nothing about the clipboard (or Windows for that matter).  Or is it v5.3?
I never really ued that, so if it was included in there I don't know about
it.

> with Xbase++ you have to modify GetSysX.PRG (see Wishlist), but with
> MemoEdit you have to use a UDF to paste from ClipBoard.
> 
> so how can i "easy" paste into MemoEdit without using a UDF everywhere ?

Hmmm, monitor the clipboard in another thread, and when there is data in
there, extract it and stuff it into the keyboard buffer?

Regards,

Phil Ide

*******************************************
*   Xbase++ FAQ, Libraries and Sources:   *
*   goto: http://www.idep.org.uk/xbase    *
* --------------------------------------- *
* www.xodc.org.uk - openSource Dev-Center *
*******************************************

That's not a bug, that's a feature
AUGE_OHRRe: Ctrl-V / Ctrl-C in Hybridmode ?
on Thu, 27 Oct 2005 04:35:20 +0200
hi,

> > in DOS/Cl*pper you can "paste" Clipboard into GET/MemoEdit.
>
> No you can't - you must be using an etension library, because Clipper
> knows nothing about the clipboard (or Windows for that matter).

i just meen Cl*pper in a DOS-Box. Every DOS-Box have a Button to
"paste" clipboard if it is text format. i do not meen "special key" for
Cl*pper

> > with Xbase++ you have to modify GetSysX.PRG (see Wishlist), but
> > with MemoEdit you have to use a UDF to paste from ClipBoard.

> Hmmm, monitor the clipboard in another thread, and when there is data in
> there, extract it and stuff it into the keyboard buffer?

YES ... hihi forgot KEYBOARD() in GUI

greetings by OHR
Jimmy