realbasic-nug
[Top] [All Lists]

Re: Editfield text Drop Question

To: RealBasic Nug <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Editfield text Drop Question
From: "Jeff O'Brien" <jeff at obrien dot net>
Date: Mon, 31 May 2004 11:25:36 -0400
Delivered-to: realbasic-nug at lists dot realsoftware dot com
List-help: <mailto:realbasic-nug-request@lists.realsoftware.com?subject=help>
List-id: REALbasic NUG <realbasic-nug.lists.realsoftware.com>
List-post: <mailto:realbasic-nug@lists.realsoftware.com>
I've had the same problem
Please let me know if you find a solution other then drawing a canvas over
the text field

thanks

> On 5/30/04 10:37 PM, Phil Heycock uttered the following:
> 
>> In the EditField's DropObject event:
>> 
>> SUB DropObject (Obj As DragItem)
>>     IF Obj.TextAvailable THEN
>>       // create a method to test whether the dropped text
>>       // is a valid URL, and process accordingly.
>>       processURL Obj.Text
>>     END IF
>> END SUB
> 
> Been there, done that ? nothing is fired. I even went as simple as this code
> in the EF¹s DragItem event:
> 
> If obj.TextAvailable then
>   MsgBox "Worked."
> else
>   MsgBox "Didn't work."
> End if
> 
> It seems that RB¹s EF isn¹t recognizing a text drop like I¹m wanting to do.
> 
> =(
> 
> Take care,
> Maury
> ===========================================
> RAILhead Design: ³Giving the planet a makeover²
> news | icons | desktops | fonts | software | more
> < http://www.railheaddesign.com/ >
> ===========================================
> 
> 
> 
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://support.realsoftware.com/listmanager/>
> 
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
> 

_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>