Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-21 Thread Benoît Minisini via Gambas-user
Le 19/07/2017 à 17:01, Sebastián Kulesz a écrit : Hi Benoît, I wanted to ask you what were the component changes since the last release. I am on an exchange in Germany and couldn't really follow the progress on this development cycle. Specifically, any added or removed components. And any

Re: [Gambas-user] reading files

2017-07-21 Thread Shane
Hi tony I think i found a small bug in your code when reading mp3 files with no version 2 tag this function gets a end of stream error Public Function ReadBytes(Count As Integer) As Byte[] Dim res As New Byte[Count] res.Read($Stream) Return res End In the StreamReader Class don't know

Re: [Gambas-user] Dragging from one control to another

2017-07-21 Thread Benoît Minisini via Gambas-user
Le 21/07/2017 à 23:35, Rolf-Werner Eilert a écrit : Hello, Still having trouble with this: I have two GridViews. I want the user to drag and drop elements from one table to the other. When the mouse leaves the first GridView, the second doesn't register MouseUp. (It does run within one and

[Gambas-user] Dragging from one control to another

2017-07-21 Thread Rolf-Werner Eilert
Hello, Still having trouble with this: I have two GridViews. I want the user to drag and drop elements from one table to the other. When the mouse leaves the first GridView, the second doesn't register MouseUp. (It does run within one and the same GridView.) The GridView_Drop event