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 changes of
dependencies. With that information, and as soon as I have time, I will
update the PPAs.

Regards,
Sebastian



Mmm... I can tell you the new components:

- gb.term : written in C, depends only on the libc.

- gb.term.form : written in Gambas, depends on gb.term (because of 
Fabien's mistake, the dependency is missing. It is fixed in revision 
#8165, and I will regenerate a source package).


- gb.web.feed : written in Gambas, depends on gb.xml.

Anyway you have to check the dependencies of the binary packages with 
the component tables on that page: http://gambaswiki.org/wiki/howto/package


It lists all dependencies dynamically from the component information 
files, so it is up to date.


For dependencies on system libraries, I have updated the Ubuntu 
installation page: http://gambaswiki.org/wiki/install/ubuntu


AFAIK, the only boring dependency is "postgresql-server-dev-X.Y", 
because there is the version inside the package name, so you have to 
change the package according to the Ubuntu version.


Regards,

--
Benoît Minisini

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 if you want to do any thing about it ?

regards Shane


On 21/07/17 04:50, Tony Morehen wrote:

Audio or development


On 2017-07-20 02:40 PM, Hans Lehmann wrote:

Am 20.07.2017 um 20:27 schrieb Tony Morehen:
I've uploaded the class with a short command line demo to the 
software farm. 


Hello Tony,

under which heading can I find the class in the software farm?

Honsek
-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user




-- 


Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 the same GridView.)


The GridView_Drop event doesn't fire at all. No idea why.

Can someone point me to a simple way to manage this?

Thanks for your help!

Regards
Rolf



Please provide a project.

--
Benoît Minisini

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 doesn't fire at all. No idea why.

Can someone point me to a simple way to manage this?

Thanks for your help!

Regards
Rolf



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user