[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #2968: 3.19.5 Xubuntu 24.xx
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #2968: 3.19.5 Xubuntu 24.xx
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Wed, 20 Nov 2024 14:23:28 GMT
- To: ocoquet@xxxxxxxxxxxxxx,bsteers@xxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.2968&from=L21haW4- Comment #4 by Olivier COQUET: I think i've found the problem, but it's completely non logical !!!!! you use: sFileName = Drag.Paste("text/uri-list")[0] PictureBox1.Image = Image.Load(sFileName) it's work I use: Try Last.Image = Image.Load(RegExp.Replace(FromUrl$(Drag.data), "(file://|\r\n)", "")) it's work but not all time, like Drag.date is not cleared each time...... The problem come after an error occurred in other place in the code and i stop and restart..... The only solution at this moment is to restart the computer to stop this problem regards Olivier ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----
[Gambas-bugtracker] Bug #2968: 3.19.5 Xubuntu 24.xx | <bugtracker@xxxxxxxxxxxxxx> |