[Gambas-user] Memory Stream Help

2011-11-19 Thread Randall Morgan
Hi All, Can someone give me a sample of using memory streams to read and write data to/from memory. I am needing to read data from a C structure allocated by the external library (tidy) with the pointer returned to Gambas. I read the page on external libraries many times before learning the Gamb

Re: [Gambas-user] MP3 Tags

2011-11-19 Thread Boyd, Craig
id3info is VERY helpful! Thanks everyone for your input/reply! Craig On 11/19/2011 06:37 PM, Jesus wrote: > El 20/11/11 01:17, Benoît Minisini escribió: >> Le 19/11/2011 22:50, Boyd, Craig a écrit : >>> Hello All, >>> >>> I am not new to programming, but I am VERY new to Gambas. I found the >>>

Re: [Gambas-user] Issue 150 in gambas: Container property inconsistency

2011-11-19 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 150 by benoit.m...@gmail.com: Container property inconsistency http://code.google.com/p/gambas/issues/detail?id=150 the documentation should be fixed now.

[Gambas-user] Issue 150 in gambas: Container property inconsistency

2011-11-19 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 150 by jussi.la...@gmail.com: Container property inconsistency http://code.google.com/p/gambas/issues/detail?id=150 1) Describe the problem. " Property Spacing As Boolean

[Gambas-user] Using External Libraries

2011-11-19 Thread Randall Morgan
Hi All, First, I have read, reread, and re-re-re-read the page at: http://gambasdoc.org/help/howto/extern?v3 and I still seem to be missing something... I am trying to use TidyLib in Gambas 3. I have been able to create documents and buffers but seem to be unable to use the buffers I create with

Re: [Gambas-user] MP3 Tags

2011-11-19 Thread Jesus
El 20/11/11 01:17, Benoît Minisini escribió: > Le 19/11/2011 22:50, Boyd, Craig a écrit : >> Hello All, >> >> I am not new to programming, but I am VERY new to Gambas. I found the >> example sound project and was able to play an MP3 ~ very easy& cool! >> So my first question to you guys is: Is it

Re: [Gambas-user] MP3 Tags

2011-11-19 Thread Benoît Minisini
Le 19/11/2011 22:50, Boyd, Craig a écrit : > Hello All, > > I am not new to programming, but I am VERY new to Gambas. I found the > example sound project and was able to play an MP3 ~ very easy& cool! > So my first question to you guys is: Is it possible to use Gambas to > retrieve MP3 tags and i

Re: [Gambas-user] MP3 Tags

2011-11-19 Thread tobias
hi, > Hello All, > > I am not new to programming, but I am VERY new to Gambas. I found the > example sound project and was able to play an MP3 ~ very easy& cool! > So my first question to you guys is: Is it possible to use Gambas to > retrieve MP3 tags and if so, how? > > Thanks, > > Craig you

[Gambas-user] MP3 Tags

2011-11-19 Thread Boyd, Craig
Hello All, I am not new to programming, but I am VERY new to Gambas. I found the example sound project and was able to play an MP3 ~ very easy & cool! So my first question to you guys is: Is it possible to use Gambas to retrieve MP3 tags and if so, how? Thanks, Craig --

Re: [Gambas-user] Int function

2011-11-19 Thread Benoît Minisini
Le 19/11/2011 07:05, Fabien Bodard a écrit : > Why Int(Float) return a float ? > For logical reason : it is a member of the floating point arithmetical functions. -- Benoît Minisini -- All the data continuously generat

Re: [Gambas-user] gb3: structure declaration not allowed in a different module

2011-11-19 Thread Benoît Minisini
Le 19/11/2011 08:47, Kevin Fishburne a écrit : > > That is super shitty. I'm assuming there's a good reason for that beyond > my understanding since I've read that page so many times. What's worse > is that I didn't back up my project prior to migrating the structure > declarations, so I have to ma

Re: [Gambas-user] gb3: structure declaration not allowed in a different module

2011-11-19 Thread Fabien Bodard
2011/11/19 Randall Morgan : > Couldn't you simply change this to a class with only properties and get the > functionality you're looking for? yep ... structure in gambas are quite different than the vb ones. In fact they are internal range value. To use structure in gambas like in vb you need to

Re: [Gambas-user] gb3: structure declaration not allowed in a different module

2011-11-19 Thread Randall Morgan
Couldn't you simply change this to a class with only properties and get the functionality you're looking for? On Fri, Nov 18, 2011 at 11:38 PM, Kevin Fishburne < kevinfishbu...@eightvirtues.com> wrote: > I had structure declarations running out of my eyes and ears across > about 10 modules, so I