[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #2968: 3.19.5 Xubuntu 24.xx


http://gambaswiki.org/bugtracker/edit?object=BUG.2968&from=L21haW4-

Comment #2 by Bruce STEERS:

Hi Oliver
I think you'll need post a sample project showing the problem in more detail.

I just did some tests using drag-n-drop on a PictureBox and everything seems normal here.

Re: issue 1
I used this syntax 
sFileName = Drag.Paste("text/uri-list")[0]
PictureBox1.Image = Image.Load(sFileName)

Both my PictureBox controls loaded the dropped files okay and I did not see any flickering on my system.

Re: issue 2
The picture data saved will be the contents of the Picture object you are saving.
I modified one of the PictureBox.Picture objects then used Save, it saved the modified PictureBox contents just as expected.

So the exact problem is unclear without seeing your code and your expectations.
A sample project will better explain the bug you have found or help us see any possible errors in your code methods.


Also, your system information just a copy of your report and that's not very helpful.
It is much more helpful if you fill that in properly, **especially** when it comes to GUI rendering related bugs/flickering.
Things like x11/wayland, gtk/qt, different library versions all make a difference.
Either type 'gambas3 --system-information' in a terminal and copy the output 
or open the "? / System information" dialog in the gambas IDE and hit "Copy",
You should paste that info in the system information box when using the bugtracker.

The Title/Summary should be relevant to the bug description (ie. PictureBox drag-n-drop error) for the benefit of others browsing/searching the bugtracker. the info you have put in the Summary "3.19.5 Xubuntu 24.xx" does not relate to the bug description and will all be in the system information anyway if entered properly.

With respects
BruceS


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----

References:
[Gambas-bugtracker] Bug #2968: 3.19.5 Xubuntu 24.xx<bugtracker@xxxxxxxxxxxxxx>