Pop Component drag text into a 4D method

View: New views
3 Messages — Rating Filter:   Alert me  

Pop Component drag text into a 4D method

by Kevin LaTona-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Do you know how 4D's Pop Component

is getting away with dragging text from a LIST BOX element

on to a 4D METHOD from it's dialog window?


I stepped thru the code which is pretty dense and found nothing that  
is allowing this action to happen.


Since typically one can not drag a list box item to a 4D method text  
area.


-Kevin





**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Re: Pop Component drag text into a 4D method

by MIYAKO :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I haven't studied the source code as such,
but I would expect a call to

SET TEXT TO PASTEBOARD
http://www.4d.com/docs/CMU/CMU00523.HTM

or
APPEND DATA TO PASTEBOARD
http://www.4d.com/docs/CMU/CMU00403.HTM

during the Form Event
On Begin Drag Over

miyako

On 2009/11/05, at 11:38, Kevin LaTona wrote:

> Hi,
>
> Do you know how 4D's Pop Component
>
> is getting away with dragging text from a LIST BOX element
>
> on to a 4D METHOD from it's dialog window?
>
> I stepped thru the code which is pretty dense and found nothing that  
> is allowing this action to happen.
>
> Since typically one can not drag a list box item to a 4D method text  
> area.
>
> -Kevin

**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************

Re: Pop Component drag text into a 4D method

by Kevin LaTona-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Miyako,

Thanks they did the trick.

Kevin

On Nov 5, 2009, at 2:25 PM, miyako wrote:

> SET TEXT TO PASTEBOARD
> http://www.4d.com/docs/CMU/CMU00523.HTM
>
> during the Form Event
> On Begin Drag Over

**********************************************************************
Get the speed and power of 4D v11 SQL
before upgrade prices increase - http://www.4d.com
   

4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4D.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4D_Tech-Unsubscribe@...
**********************************************************************