[Gambas-user] (Main) Form won't close - how to tell the user why

2017-06-19 Thread adamn...@gmail.com
I have a main form that has a lot of ways that the user can start other processes from, some with wait and some without. When they attempt to close the main form, the event loop won't terminate. Which is proper. However, I need to be able to tell the user to close the "such and such window".

Re: [Gambas-user] missing wiki gridview.rows.selection

2017-06-19 Thread adamn...@gmail.com
Piccoro, The documentation is there, it took me 4 clicks to get to it from the gb.qt4 page. I'll change my previous comment to "Read AND LOOK AT EVERY word on the Gambas help page. gridview.Rows is a property that returns an object of the **virtual class** _GridView_Rows type. So you have

[Gambas-user] missing wiki gridview.rows.selection

2017-06-19 Thread PICCORO McKAY Lenz
the documentation for Rows.Selection i cannot found in wiki.. ide does not show any documentation.. i found that piede of code in the recet upload of the wGridfilter and no doc its raised in ide: For n = 0 To $Grid.columns.Count - 1 valor = IIf($Grid[$Grid.Rows.Selection[c], n].text

[Gambas-user] wiki pages related to row count partially incorrect

2017-06-19 Thread PICCORO McKAY Lenz
the gambas wiki about rows count are partially incorrect.. http://gambaswiki.org/wiki/comp/gb.db/result/count?l=en the problem its that the cursor in most drivers return a Forwad Only and due tat the count implementation couln not be... the specification are better describe in the odbc related

[Gambas-user] [Gambas Bug Tracker] Bug #1112: Request to add bufferSize configuration into Local Socket - gb.net

2017-06-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1112=L21haW4- Comment #5 by Olivier CRUILLES: I will test it soon. Thank you Olivier -- Check out the vibrant tech community on one of the world's most engaging tech

[Gambas-user] [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3

2017-06-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1115=L21haW4- Comment #3 by Olivier CRUILLES: I will sent the source code soon. Olivier -- Check out the vibrant tech community on one of the world's most engaging tech

[Gambas-user] [Gambas Bug Tracker] Bug #1112: Request to add bufferSize configuration into Local Socket - gb.net

2017-06-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1112=L21haW4- Comment #3 by Benoît MINISINI: Done in revision #8144. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community on

[Gambas-user] [Gambas Bug Tracker] Bug #1116: Error when a project has both gb.qt4 and gb.web.form

2017-06-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1116=L21haW4- Comment #2 by Benoît MINISINI: Fixed in revision #8143. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant tech community

[Gambas-user] [Gambas Bug Tracker] Bug #1110: Error trying to add event on menu complete

2017-06-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1110=L21haW4- Comment #4 by Benoît MINISINI: I have no error at all on the development version, so I think the bug is already fixed. Is it possible for you to try the development version? Benoît MINISINI changed the state of the bug to:

[Gambas-user] [Gambas Bug Tracker] Bug #1115: Segmentation Fault STREAM_write - gbr3

2017-06-19 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1115=L21haW4- Benoît MINISINI changed the state of the bug to: NeedsInfo. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Gambas-user] Help needed from regexp gurus

2017-06-19 Thread Fernando Cabral
This is mostly to thank Tobi and Jussi for their help in solving some issues that were making me unhappy. With three lines of code I have solved what used to take me twenty or so. What is better yet: execution time fell down from 2min 30 sec to 1,5 seconds. And the code is much more transparent,

[Gambas-user] ODBC standar not tested property and many wiki/docs need corrections

2017-06-19 Thread PICCORO McKAY Lenz
Hi gambas devels and users, in some mail conversation with Jorje Carrion ( shordi) i noted that most gambas developers think that odbc supports same features like normal native connections, many wiki pages assumed all the gb.db connection types works equal, and it not as said! .. and seems

Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread alexchernoff
Okay, so if i run gbc3 on the project before gba3, it should compile it and then archive it, right? peace! -- View this message in context: http://gambas.8142.n7.nabble.com/Building-binaries-with-gba3-sometimes-fails-tp59410p59414.html Sent from the gambas-user mailing list archive at

Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread Benoît Minisini via Gambas-user
Le 19/06/2017 à 13:00, alexchernoff a écrit : sorry, I meant I compile using gba3. Or does it also not account for changes? thanks! Yes, I understood you meant gba3. And gba3 is not a compiler, it's an archiver. It does not take your changes into account. -- Benoît Minisini

Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread alexchernoff
sorry, I meant I compile using gba3. Or does it also not account for changes? thanks! -- View this message in context: http://gambas.8142.n7.nabble.com/Building-binaries-with-gba3-sometimes-fails-tp59410p59412.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread Benoît Minisini via Gambas-user
Le 19/06/2017 à 12:54, alexchernoff a écrit : Dear all, I come in peace. I have some shell scripts to batch compile a bunch of Gambas 3 projects. Sometimes I notice the gbr3 builds an executable, but it it does NOT include some latest and saved changes... I have to open the project and run it

[Gambas-user] Building binaries with gba3 sometimes fails

2017-06-19 Thread alexchernoff
Dear all, I come in peace. I have some shell scripts to batch compile a bunch of Gambas 3 projects. Sometimes I notice the gbr3 builds an executable, but it it does NOT include some latest and saved changes... I have to open the project and run it in the IDE, close IDE, and gbr3 it again for it