> Then the Gambas part of gb.desktop needs to implement some freedesktop
> protocols, especially the *.desktop file format that allows to make a
> startup menu.
> As for features, I want to start with the simplest possible at the
> beginning:
> - A panel with task buttons, virtual desktop buttons
Le 28 décembre 2011 18:54, Benoît Minisini
a écrit :
> Le 28/12/2011 18:12, Fabián Flores Vadell a écrit :
>> I'd like to enhance gb.desktop so that it is usable enough to
>> implement a simple GUI shell/desktop (for those who have time and find
>> Gnome 3 or KDE 4 too heavy). The interesting th
Le 28/12/2011 18:12, Fabián Flores Vadell a écrit :
> I'd like to enhance gb.desktop so that it is usable enough to
> implement a simple GUI shell/desktop (for those who have time and find
> Gnome 3 or KDE 4 too heavy). The interesting thing is that this simple
> desktop will be able to use GTK+
I'd like to enhance gb.desktop so that it is usable enough to
implement a simple GUI shell/desktop (for those who have time and find
Gnome 3 or KDE 4 too heavy). The interesting thing is that this simple
desktop will be able to use GTK+ or Qt4 indifferently, depending on the
user taste. Someone in
Oh, you are right! Cheers!
2011/12/25, Caveat :
> Huh? Perhaps I'm enjoying my box of English beers too much (Christmas
> present so I feel obliged to drink them today) but how do you expect "Im
> the text" to turn into "Im The Text" (with apologies to the apostrophe
> police) when you don't use
Huh? Perhaps I'm enjoying my box of English beers too much (Christmas
present so I feel obliged to drink them today) but how do you expect "Im
the text" to turn into "Im The Text" (with apologies to the apostrophe
police) when you don't use any Upper functions?
Or is your code deliberately obscur
Hello Benoit!
Congrats for the RC7 and a possible bug with string functions:
This function should return the string in mixed case, but it won't:
Public Sub TextTog2_Click()
Dim intet, gig, a, b As String
Dim insta As String[]
Dim i As Integer
gig = editTitle.Text
insta = Split(gig, " ")
intet = ""
As promised, but a bit late, here is the seventh release candidate of
Gambas 3!
As many bugs as possible were fixed, and a few last-minute new features
were implemented. Mainly:
* A new "Gambas" highlighting theme for the IDE.
* A new TabPanel control, that is a TabStrip with thin borders.
* Th
Le 23/12/2011 23:36, Benoît Minisini did many mistakes :
> Hi everyone,
>
> I will release the last RC tomorrow morning, just before christmas.
>
> Then I will make the Gambas 3 release after christmas, before January,
> 1st - Didn't I tell that Gambas3 will be releases that year? :-)
---> releas
Hi everyone,
I will release the last RC tomorrow morning, just before christmas.
Then I will make the Gambas 3 release after christmas, before January,
1st - Didn't I tell that Gambas3 will be releases that year? :-)
So I won't fix bugs until next year now, except those that can be fix
without
Hi,
I have released the sixth Gambas 3 release candidate.
There were enough bug fixes in many places, and especially in the
interpreter, to justify a new release candidate.
All the details about this release is on the web site.
Please use and check as usual!
Regards,
--
Benoît Minisini
---
On 10/09/2011 07:26 PM, Benoît Minisini wrote:
> Hi,
>
> Here is the release of the fifth release candidate of Gambas 3.
>
> Of course there were big bugs since the RC4, and a RC5 is needed. :-/
>
> All the details about this release is on the web site.
>
> And if I don't get big bugs again, this R
On Mon, 2011-10-10 at 01:26 +0200, Benoît Minisini wrote:
> Hi,
>
> Here is the release of the fifth release candidate of Gambas 3.
>
> Of course there were big bugs since the RC4, and a RC5 is needed. :-/
>
> All the details about this release is on the web site.
>
> And if I don't get big bu
Hi,
Am 10.10.2011 01:26, schrieb Benoît Minisini:
> Hi,
>
> If you have some suggestions about what to say and where to say it, you are
> strongly welcome!
There are some Linux magazines in Germany which might be interested,
like "Linux User" or "Linux Magazin". What about Developer Shed?
I can
Hi,
Here is the release of the fifth release candidate of Gambas 3.
Of course there were big bugs since the RC4, and a RC5 is needed. :-/
All the details about this release is on the web site.
And if I don't get big bugs again, this RC will become the final release.
Otherwise, you will have a
Hello Benoît,
excuse me, I come back
I send to you the source, so you can test the CPU problem.
bye
Paolo
--- Sab 24/9/11, Ru Vuott ha scritto:
> Da: Ru Vuott
> Oggetto: Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream
> A: "mailing list for gambas
> Oggetto: Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream BIS
> A: "mailing list for gambas users"
> Data: Domenica 18 settembre 2011, 23:24
> > Hello,
> >
> > about your new suggestion:
> >
> > 1) like I said, now I can open the fd
m you about your "trick" working, as soon as I update my gambas.
Thanks
Paolo
--- Dom 18/9/11, Benoît Minisini ha scritto:
> Da: Benoît Minisini
> Oggetto: Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream BIS
> A: "mailing list for gambas users"
> Hello,
>
> about your new suggestion:
>
> 1) like I said, now I can open the fd in: /proc/self/fd/
>
> e.g.: hFile = Open "/proc/self/fd/20" For read watch
>
> some fd (like 3,4,5,6, 16 and 20) gives data, others not.
>
> So, I don't understand what's the use of the trick.
>
> 2) how have I
Hello,
about your new suggestion:
1) like I said, now I can open the fd in: /proc/self/fd/
e.g.: hFile = Open "/proc/self/fd/20" For read watch
some fd (like 3,4,5,6, 16 and 20) gives data, others not.
So, I don't understand what's the use of the trick.
2) how have I to use it ? maybe:
hFil
> ...I want to add that ALSA gives file descriptors by its functions..., but
> Gambas doesn't allows me to interact with message loop. I'ld need a
> "component" or "other" that allows me put in Gambas message loop these
> file descriptors. Gambas has to give the opportunity, possibility to
> person
suppose. ;-)
In my opinion this function is important ! ... isn't it ?
bye
Paolo
--- Dom 18/9/11, Ron ha scritto:
> Da: Ron
> Oggetto: Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream
> A: "mailing list for gambas users"
> Data: Domenica 18 sette
g/wiki/index.php/Alsa_e_Gambas:_Ricezione_con_un_programma_esterno_di_supporto
)
Bye
Paolo
--- Dom 18/9/11, Ron ha scritto:
> Da: Ron
> Oggetto: Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream
> A: "mailing list for gambas users"
> Data: Domenica 18 settembre 2011, 15:41
>
Dont you have some c code to look at from a similar alsa using prog? Or one
of its utils?
Op 18 sep. 2011 13:25 schreef "Ian Haywood" het
volgende:
> On Sun, Sep 18, 2011 at 8:56 PM, Ru Vuott wrote:
>> Hello,
>>
>> thank you for your statement.
>
>> hfile = OPEN "/proc/self/fd/num" for Read Wat
On Sun, Sep 18, 2011 at 8:56 PM, Ru Vuott wrote:
> Hello,
>
> thank you for your statement.
> hfile = OPEN "/proc/self/fd/num" for Read Watch
>
> Where " num " is a number. Well, I tried the little program changing the
> number "num":
> first with zero, then with 1, then with 2, and so on... u
On Sun, Sep 18, 2011 at 3:34 AM, Ru Vuott wrote:
>> The reopening of the same file should be checked and
>> confirmed (you know it), because the opening could provide a
>> "different" file descriptor from fd of ALSA; if instead it
>> provides the same fd, then the program'ld enter into
>> competi
> Hello Benoît,
>
> well, I cannot send you a source code, because, what I need
> and... wish, it doesen't exist in Gambas.
>
> I 'ld like to specify that ALSA provides only the "file
> descriptors".
> Stop !
> The reopening of the same file should be checked and
> confirmed (you know it), becau
"poll" on a arbitrary fd in the message loop.
Regards
Paolo
--- Ven 16/9/11, Benoît Minisini ha scritto:
> Da: Benoît Minisini
> Oggetto: Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream
> A: "mailing list for gambas users"
> Data: Venerdì 16 se
> Hello Benoît,
>
> well, I need to put "arbitrary" file descriptors in the Message Loop,
> ...like GTK and QT toolkit that already allow to do it.
>
> These file descriptors (get from ALSA functions) can be used to wait for
> events from ALSA.
>
>
> bye
> Paolo
>
With details I mean some sou
ha scritto:
> Da: Benoît Minisini
> Oggetto: Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream
> A: "mailing list for gambas users"
> Data: Martedì 13 settembre 2011, 11:31
> > Hello Benoît,
> >
> > I tried your suggestion (see below), by usi
> Hello Benoît,
>
> I tried your suggestion (see below), by using a external midi-keyboard,
> connected to PC, I tried about 50 (from num. 0) of fd and more, but it
> seems it doesn't work. :-(
>
> Thanks
> Bye
> Paolo
>
1) You just have to test the fd you get from alsa.
2) You don't give much
Hello Benoît,
I tried your suggestion (see below), by using a external midi-keyboard,
connected to PC, I tried about 50 (from num. 0) of fd and more, but it seems it
doesn't work. :-(
Thanks
Bye
Paolo
>
> Did you try to use "OPEN ... FOR READ / WRITE" on
> "/proc/self/fd/xxx" where
> xxx is
On 04/09/11 20:18, Laurent Carlier wrote:
> Le Samedi 3 Septembre 2011 19:18:48, Benoît Minisini a écrit :
>>> Hi,
>>>
>>> So, please report!!!
>>>
>>> Best regards,
>>
>> Here is the wiki page to edit for information about Gambas binary packages.
>>
>> http://gambasdoc.org/help/doc/package
>
> A
> > And where will these file descriptors come from?
>
> ...from ALSA.
>
> If I have a Gambas3-program, able to *receive* data Midi from ALSA
> (external Midi-Keyboard-->ALSA-sistem--->My-Gambas-Program), I could use
> "snd_seq_poll_descriptors_count()" and "snd_seq_poll_descriptors()" ALSA
> fun
wait for benoit answer :)
2011/9/5 Ru Vuott :
>
>> Yes we have
>>
>
>
> Well, Fabien !
> So, do you think you'll can make something about it?
>
> Thanks
>
> Paolo
>
>
>
> --
> Special Offer -- Download ArcSight Logger for
> Yes we have
>
Well, Fabien !
So, do you think you'll can make something about it?
Thanks
Paolo
--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even bet
Yes we have
Le lundi 5 septembre 2011, Ru Vuott a écrit :
>
>>
>> And where will these file descriptors come from?
>>
>
> Hello Benoît,
>
> did you receive my answer ?
> Bye
> Paolo
>
>
--
> Special Offer -- Download ArcS
>
> And where will these file descriptors come from?
>
Hello Benoît,
did you receive my answer ?
Bye
Paolo
--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an e
> And where will these file descriptors come from?
...from ALSA.
If I have a Gambas3-program, able to *receive* data Midi from ALSA (external
Midi-Keyboard-->ALSA-sistem--->My-Gambas-Program), I could use
"snd_seq_poll_descriptors_count()" and "snd_seq_poll_descriptors()" ALSA
functions to get
> A dream for future RC4 or Component.
>
>
> I have a dream.
> Yes, people, I have a bright dream.
> I dream a new RC of Gambas3, or a new Component, ...that adds the
> possibility to insert file descriptors polls in the main message loop.
>
> I have a dream.
> I have an hope...
>
> Regards
> P
A dream for future RC4 or Component.
I have a dream.
Yes, people, I have a bright dream.
I dream a new RC of Gambas3, or a new Component, ...that adds the possibility
to insert file descriptors polls in the main message loop.
I have a dream.
I have an hope...
Regards
Paolo
---
ok i did it for you,
the link is
http://db.tt/zxdULVV
i will copy new files soon.
Feel free to redistribute them if you like.
Contains deb files i386/amd64 for ubuntu 10.04 LTS.
All debs created by checkinstall.
Note checkinstall has a bug and does not allow to fill Required packages
field whi
Ok, sure i can.
There are some differences although with checkinstall and official deb
files from Ubuntu or other release.
checkinstall makes only one deb with all the files all together, when
official debs have many files to install.
Another point is that when i tried to enter to checkinstall t
Le Samedi 3 Septembre 2011 19:18:48, Benoît Minisini a écrit :
> > Hi,
> >
> > Here is the release of Gambas 3 third release candidate.
> >
> > Everything about it is on the Release Notes inside the wiki, with a link
> > on the web site.
> >
> > As soon as nobody find any big design bugs like in
Demosthenes,
Could you make the .deb available to Gambas devs? I'm happy to put it on my
Dropbox site as a Public file if you email it to me.
Regards,
John
(+44) 1902 331266
(+44) 7894 211434
On 3 September 2011 23:01, Demosthenes Koptsis wrote:
> Great news!!!
>
> Personaly so far i downloa
Great news!!!
Personaly so far i downloaded the svn and made deb files with
checkinstall. So i could install and uninstall easily.
On Sat, 2011-09-03 at 19:18 +0200, Benoît Minisini wrote:
> > Hi,
> >
> > Here is the release of Gambas 3 third release candidate.
> >
> > Everything about it is o
> Hi,
>
> Here is the release of Gambas 3 third release candidate.
>
> Everything about it is on the Release Notes inside the wiki, with a link on
> the web site.
>
> As soon as nobody find any big design bugs like in that version (but I know
> you are cruel!), I will make a "final" release cand
Hi,
Here is the release of Gambas 3 third release candidate.
Everything about it is on the Release Notes inside the wiki, with a link on
the web site.
As soon as nobody find any big design bugs like in that version (but I know
you are cruel!), I will make a "final" release candidate that will
Am 11.08.2011 03:44, schrieb Benoît Minisini:
> Hi,
>
> Just a little message to tell everyone that I have release Gambas 3 RC2.
>
> Everything about it is on the Release Notes inside the wiki, with a link on
> the web site.
>
> Please go there to read it: that way, I don't have to copy the inf
On 08/10/2011 09:44 PM, Benoît Minisini wrote:
> Hi,
>
> Just a little message to tell everyone that I have release Gambas 3 RC2.
>
> Everything about it is on the Release Notes inside the wiki, with a link on
> the web site.
>
> Please go there to read it: that way, I don't have to copy the inform
Hi,
Just a little message to tell everyone that I have release Gambas 3 RC2.
Everything about it is on the Release Notes inside the wiki, with a link on
the web site.
Please go there to read it: that way, I don't have to copy the information on
the mailing-list, and I don't like doing twice th
51 matches
Mail list logo