Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3666

Possible bug in Linux DesktopTextField?

$
0
0

Code for a DesktopTextField

Sub DropObject(obj As DragItem, action As DragItem.Types) Handles DropObject
  Me.Text= obj.FolderItem.NativePath.Trim
End Sub

Dragging and dropping adds a space and this odd return character to the end:

Bug or am I doing it wrong?
Linux Mint 22 just in case it is working on another distro differently

5 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3666

Trending Articles