Alaska Software Inc. - MemoEdit (Funcky lib.)
Username: Password:
AuthorTopic: MemoEdit (Funcky lib.)
Hans =?ISO-8859-1?B?Qvh0a2Vy?=MemoEdit (Funcky lib.)
on Thu, 12 Jul 2007 10:52:32 +0200
Hi.

We have started to migrate an application from Clipper 5.2 to Xbase++

In the old applaication we were using a ClipBoard utillity from Funcky,
where it was possible to block mark, copy/paste to/from an ordinary memoedit
field.

Is it posible to do something simular in Xbase++ ? It has to be from a
memoedit field.

Thanks....


Mvh. Hans Btker
jose valleRe: MemoEdit (Funcky lib.)
on Thu, 12 Jul 2007 13:32:12 +0200
Hello

Right click button

"Hans Btker" <hb@ascott.dk> escribi en el mensaje 
news:6cc8c05$2bf70e2d$4365e@news.alaska-software.com...
> Hi.
>
> We have started to migrate an application from Clipper 5.2 to Xbase++
>
> In the old applaication we were using a ClipBoard utillity from Funcky,
> where it was possible to block mark, copy/paste to/from an ordinary 
> memoedit
> field.
>
> Is it posible to do something simular in Xbase++ ? It has to be from a
> memoedit field.
>
> Thanks....
>
>
> Mvh. Hans Btker
Hans =?ISO-8859-1?B?Qvh0a2Vy?=Svar: Re: MemoEdit (Funcky lib.)
on Fri, 21 Sep 2007 10:10:05 +0200
Hello.

I just can't get it to work. I have tryed with the little test prgram
delevered by Alaska CrtBox.prg.
When I try to mark the text with the left button, a block will be marked,
but as soon as I release the button the block disappear. The right button
does not work at all 

Mvh. Hans Btker

>>> jose valle<jomagava@gmail.com> 12-07-2007 13:32:12 >>>
Hello

Right click button

"Hans Btker" <hb@ascott.dk> escribi en el mensaje 
news:6cc8c05$2bf70e2d$4365e@news.alaska-software.com...
> Hi.
>
> We have started to migrate an application from Clipper 5.2 to Xbase++
>
> In the old applaication we were using a ClipBoard utillity from Funcky,
> where it was possible to block mark, copy/paste to/from an ordinary 
> memoedit
> field.
>
> Is it posible to do something simular in Xbase++ ? It has to be from a
> memoedit field.
>
> Thanks....
>
>
> Mvh. Hans Btker
James Loughner Re: MemoEdit (Funcky lib.)
on Thu, 12 Jul 2007 10:30:46 -0400
Yes if you are running in hybrid mode. ie compile and link with GUI
flag. It should just work like any Windoz program

Jim

Hans Bøtker wrote:
> Hi.
> 
> We have started to migrate an application from Clipper 5.2 to Xbase++
> 
> In the old applaication we were using a ClipBoard utillity from Funcky,
> where it was possible to block mark, copy/paste to/from an ordinary memoedit
> field.
> 
> Is it posible to do something simular in Xbase++ ? It has to be from a
> memoedit field.
> 
> Thanks....
> 
> 
> Mvh. Hans Bøtker
AUGE_OHRRe: MemoEdit (Funcky lib.)
on Thu, 12 Jul 2007 17:34:27 +0200
hi,

> In the old applaication we were using a ClipBoard utillity from Funcky,
> where it was possible to block mark, copy/paste to/from an ordinary 
> memoedit
> field.
>
> Is it posible to do something simular in Xbase++ ? It has to be from a
> memoedit field.

you have to include SetMouse(.T.) into your Source. This will load
GETSYSX.PRG which have Events to Copy/Paste.

if you using VIO (text) mode you shoud include :
SetAppWindow():mouseMode := XBPCRT_MOUSEMODE_VIO
to have Coordinates for Row/Col else you will get x,y Pixel Position.

greetings by OHR
Jimmy