Re: [Gambas-user] reading files

2017-07-18 Thread Shane
thank you Gian i did take a rest and read but alas it did not help as far as i see it he is saying don't use binary file for fixed length strings but as this is an mp3 file tag witch i have no control i am doomed On 18/07/17 19:22, Gianluigi wrote: Why do not you take a moment of rest and

Re: [Gambas-user] Gambas Playground

2017-07-18 Thread Adrien Prokopowicz
Le Wed, 19 Jul 2017 01:50:08 +0200, PICCORO McKAY Lenz a écrit: good made it! its good to know more and more of gambas are happened two things> 1) the playground seems only applies most to gambas scripts rather thant other gambas things 2) wheres its the code that

Re: [Gambas-user] Gambas Playground

2017-07-18 Thread PICCORO McKAY Lenz
good made it! its good to know more and more of gambas are happened two things> 1) the playground seems only applies most to gambas scripts rather thant other gambas things 2) wheres its the code that generates the service, i mean url post here! Lenz McKAY Gerardo (PICCORO)

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

2017-07-18 Thread PICCORO McKAY Lenz
by second chance fernando you dont have the complete overall of the threath and also the problem of odbc has all my colaboration... please search for the bugtracketr.. 2017-07-18 19:18 GMT-04:00 Fernando Cabral : > "2017-07-18 19:27 GMT-03:00 PICCORO McKAY Lenz

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

2017-07-18 Thread Fernando Cabral
"2017-07-18 19:27 GMT-03:00 PICCORO McKAY Lenz : its great that a languaje has so easy to lear.. i really need the odbc > componente to fixed due make programs in gambas are sure for easy! the > most easy to make its gambas > > i dont understand why python its so famous,

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

2017-07-18 Thread PICCORO McKAY Lenz
2017-07-18 17:10 GMT-04:00 Tony Morehen : > Finally, I'd like to say how amazingly satisfying it is to work with > Gambas. So far I have developed a Desktop Panel and Menu, a Text Editor, a > File Explorer and a car computer app that runs on a Raspberry Pi and plays >

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

2017-07-18 Thread PICCORO McKAY Lenz
wheantime i do that, but are quite slower and ocmplicated due memory hungy in large datasets! also i notes that when i work with collections the IDE becomes slower, some icons dissapears and then hangs after many minutes of use it! i'll try to report this before but a low interes happened! the

Re: [Gambas-user] Undo/Redo logic.

2017-07-18 Thread Gianluigi
Hi Julio, only now I could take a look. It looks like a very interesting code. As soon as possible I go to study it, then I'll let you know. Thank You very much. Regards Gianluigi 2017-07-18 19:31 GMT+02:00 Julio Sanchez : > Gianluigi: > > I leave you an example where

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

2017-07-18 Thread Benoît Minisini via Gambas-user
Le 18/07/2017 à 22:15, PICCORO McKAY Lenz a écrit : SORRY i send and all the conversation was beetwen benoit and me without noted it!!! seerending! 2017-07-18 16:05 GMT-04:00 Benoît Minisini : Of course, for proprietary databases, this is a problem. We must wait

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

2017-07-18 Thread PICCORO McKAY Lenz
SORRY i send and all the conversation was beetwen benoit and me without noted it!!! seerending! 2017-07-18 16:05 GMT-04:00 Benoît Minisini : > Of course, for proprietary databases, this is a problem. We must wait for > zxMarce to fix the driver. That's life...

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

2017-07-18 Thread Benoît Minisini via Gambas-user
Le 18/07/2017 à 19:12, Tony Morehen a écrit : I'll compile and start using it right away. In the meantime, a feature request: Currently, a menu item with children does nothing before displaying its child menu items. I propose that the parent menu raise a click event before displaying its

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

2017-07-18 Thread PICCORO McKAY Lenz
seems the problems in odbc are still present, why? please gambas witout odbc are a toy to play with mysql and postgres! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-18 13:12 GMT-04:00 Tony Morehen : > I'll compile and start using it right

Re: [Gambas-user] Undo/Redo logic.

2017-07-18 Thread Julio Sanchez
Gianluigi: I leave you an example where you can see the use of the Command pattern to do and undo. Hope this can help you. http://jsbsan.blogspot.com.es/2013/11/patron-command-implementar-deshacer-y.html Regards Julio 2017-07-18 14:05 GMT+02:00 Gianluigi : > In

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

2017-07-18 Thread Tony Morehen
I'll compile and start using it right away. In the meantime, a feature request: Currently, a menu item with children does nothing before displaying its child menu items. I propose that the parent menu raise a click event before displaying its children. This would allow you to show/not show

[Gambas-user] Pre-release of Gambas 3.10.0

2017-07-18 Thread Benoît Minisini via Gambas-user
Hi, I have just uploaded the source tarball of Gambas 3.10 on Sourceforge: https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.10.0.tar.bz2/download Can people test it and report any problem before I make the release public? Thanks in advance! -- Benoît Minisini

[Gambas-user] Undo/Redo logic.

2017-07-18 Thread Gianluigi
In addition to what Gambas already provides for some controls, I would like to implement undo/redo on the whole project level. I tried to understand the logic of Gambas's IDE, unfortunately without success. Which is the right way forward. Regards Gianluigi

Re: [Gambas-user] reading files

2017-07-18 Thread Gianluigi
Why do not you take a moment of rest and read what Tobias Boege recommend me in the discussion [0] I told you here [1]? [0] http://gambas.8142.n7.nabble.com/Random-access-files-with-fixed-length-string-td50880.html [1] http://gambas.8142.n7.nabble.com/vb-code-td59764.html 2017-07-18 9:04

Re: [Gambas-user] reading files

2017-07-18 Thread Shane
I am very confused from the docs _Variable_ *= READ* [ *#* _Stream_ ] *AS* _Datatype_ _Variable_ *= READ* [ *#* _Stream_ *,* ] _Length_ so wouldn't it be_ _ IDtag = read #hfile as ID3v1_TAG ? with doesn't work by the way On 18/07/17 12:44, nand...@nothingsimple.com wrote: I think