Re: Dragging folder to a field under linux adds "file://" before the folder

2011-09-25 Thread Matthias Rebbe
Richmond, thanks for your answer. So i do not have to worry about that my script might be causing this. Regards, Matthias Am 25.09.2011 um 09:45 schrieb Richmond Mathewson: > On 09/25/2011 03:34 AM, Matthias Rebbe wrote: >> Hi, >> >> i want to drag a folder into a field to get the path displa

Re: Dragging folder to a field under linux adds "file://" before the folder

2011-09-25 Thread Richmond Mathewson
On 09/25/2011 03:34 AM, Matthias Rebbe wrote: Hi, i want to drag a folder into a field to get the path displayed. I am using the following code in the field script: ON dragEnter IF there is a folder the dragdata["files"] THEN set the dragaction to copy END IF END

Dragging folder to a field under linux adds "file://" before the folder

2011-09-24 Thread Matthias Rebbe
Hi, i want to drag a folder into a field to get the path displayed. I am using the following code in the field script: ON dragEnter IF there is a folder the dragdata["files"] THEN set the dragaction to copy END IF END dragEnter ON dragDrop set the text of me t