Re: [Gambas-user] Convert string to integer array
An elegant solution, one just has to love the Gambas language! a.Add(i) is the part I overlooked, it takes a while to change one's old habits. To all, have a Great Christmas. In this part of South Africa there is a heatwave with temperatures into the high thirties for Christmas. On 24/12/2016, Benoît Minisini wrote: > Le 24/12/2016 à 09:44, Fabien Bodard a écrit : >> Public Sub Main() >> >> Dim s As String >> Dim i As String >> Dim a As New Integer[] >> ''1) with no knowledge of the number of values >> 'init the string >> s = "[12,32,3]" >> >> 'remove unused spaces and braquets >> For Each i In Split(Left(Right(Trim(s), -1), -1)) >> >> a.Add(i) >> >> Next -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] The Gambas mailing list does not work?
It is a Gmail thing. I received a message from the Gambas listman that sends these mails, that it has received numerous bounces sending mail to Gmail and will delete me from the list unless I visit a URL to re-activate my account. How to contact GMail? For the longest time I have suspected that company is run totally by robots and that there are no biological creatures remaining On 06/01/2017, Benoît Minisini wrote: > Le 05/01/2017 à 19:48, Gianluigi a écrit : >> Hello Tobias, >> also I have gmail for ML and from here I do not see your answer, how can >> we do >> to communicate the problem to gmail? >> >> Redards >> Gianluigi >> > > I use gmail too for gambas things, and you are right, I didn't receive > all the mails. Usually it's sourceforge that is messing up. But now if > it's gmail, where are we going! > > -- > 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 > -- 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] The Gambas mailing list does not work?
After a bit of Googling: 1) Check that [Gambas-user] has not been reported (and blocked) on any spam lists. This occasionally happens to most mail lists. 2) Gmail occasionally bounce messages on a basis for a period of time if excessive spam is received from that source. It could therefore be a server issue where this email list is sent from in that other users on the same server, are sending spam. 3) A temporary (though not recommended) solution is to disable the Mailman Block on excessive bounces feature. I subscribe to numerous other lists and this one is the only one where I currently have this problem in Gmail. Hope this helps On 06/01/2017, Gianluigi wrote: > A few days ago a neighbor who uses Windows 7 had stopped receiving mail > from > Yahoo had to change the settings by accepting the lower to the defenses. > Perhaps because of terrorism, changes are underway with restrictions? > I receive regular mail from Gmail, just that I do not receive the mailing > list, so I think it's a problem between Sourceforge and Gmail. > Meanwhile, you may warn of this problem Sourceforge. > > Regards > Gianluigi > > 2017-01-05 19:48 GMT+01:00 Gianluigi : > >> Hello Tobias, >> also I have gmail for ML and from here I do not see your answer, how can >> we do to communicate the problem to gmail? >> >> Redards >> Gianluigi >> >> 2017-01-05 19:27 GMT+01:00 Gianluigi : >> >>> Hi all, >>> I am not getting e-mail from the mailing list >>> The last e-mail is this [0] from Jussi Lhatinen. >>> >>> Regards >>> Gianluigi >>> >>> [0] http://gambas.8142.n7.nabble.com/Fwd-confirm-0bca3e2cd2fe186 >>> cd8c172cee9ce1858aec6ce7a-td58115.html >>> >> >> > -- > 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] Get data from a column (not the head) of the control WebTable
Hi, On 12/01/2017, מיוסט שרון wrote: > But my question > When the table has 3 rows and each row has two columns > > I want to get to the "Text" there is a row 3 column 2 > > I do not see such a possibility I struggled with something similar recently. I think I know what you mean and if I'm right you may have to adapt this code to fit your needs. This might, or might not, be what you are looking for. Dim iMaxRows As Integer iMaxRows = ColumnView1.Count ' populate variables from columnview ColumnView1.MoveFirst For iCount = 0 To iMaxRows - 1 myVarA = ColumnView1.Item[1] myVarB = ColumnView1.Item[2] ' do whatever else next -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Question: Gambas IDE editor - command to collapse all procedures?
Is there a shortcut or single command to collapse (fold) all procedures (functions) in the active code window in the Gambas 3.92 IDE editor? -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] ... Is mailing list dead ?
This happens at the beginning of every month and appears to be experienced by GMail users. My guess is that Sourceforge MailList software sends out a large number of confirmation messages at month-end and this is picked up by GMail as spam and is bounced or blocked. This will affects the Gambas mail list for the first few days of the month. This is just a guess on my part, but it warrants looking into. Casper On 02/03/2017, Gianluigi wrote: > For me all these things together :-) 👍 > > Gianluigi > > 2017-03-02 12:49 GMT+01:00 Fabien Bodard : > >> Le 2 mars 2017 10:47 AM, "Rolf-Werner Eilert" a >> écrit : >> > >> > Am 02.03.2017 10:07, schrieb Fabien Bodard: >> > > This is a try to get some contact to the extern world :-) >> > > >> > >> > Gambas is so good, nobody has a problem ;) >> Seem that true... or problems are easily resolved >> > >> > 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 >> >> -- >> 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