Re: [Gambas-user] Marco?

2017-10-03 Thread M Be
Then à votre santé! And I wish you a goog time and an abundant harvest :) Regards Ingo Fabien Bodard schrieb am Di. 3. Okt. 2017 um 10:11: > And also we have all our own life. For example i'm vinegrower and here > it's time to harvesting and i'm also i'm a distiller so then i'm > distilling.

Re: [Gambas-user] Missing Tag-Values in MediaTagList

2017-09-12 Thread M Be
Thank you Benoît. Attached the little project. Regards Ingo 2017-09-12 16:22 GMT+02:00 Benoît Minisini : > Le 12/09/2017 à 16:11, M Be a écrit : > >> I've tried to read the values in MediaTagList: >> >> Public mPlayer As MediaPlayer >> >> Public

[Gambas-user] Missing Tag-Values in MediaTagList

2017-09-12 Thread M Be
I've tried to read the values in MediaTagList: Public mPlayer As MediaPlayer Public Sub Button1_Click() mPlayer = New MediaPlayer As "mplayer" mPlayer.URL = "http://us3.internet-radio.com:8078"; mPlayer.Play() End Public Sub mPlayer_Tag(TagList As MediaTagList) Dim tags As String Fo