[Gambas-user] Navigation in TableView with keyboard 'Enter'

2015-11-16 Thread willy
Hi all, Is there an simple manner of making an editable TableView only move through 1 Column upon hitting the 'Enter' on keyboard? OR EVEN BETTER make only one column editable instead of the whole table (I assume that would eliminate moving through all non editable fields)? Thanks, gbWilly

Re: [Gambas-user] Typing in - help for own function

2015-11-16 Thread Rolf-Werner Eilert
Am 16.11.2015 17:31, schrieb Tobias Boege: > On Mon, 16 Nov 2015, Tobias Boege wrote: >>'' Analyze a line. >>'' >>'' **Remember that the result is ByRef.** >>Public Function Analyze(sLine As String, hRes As AnalyzeResult) As Boolean > Of course I would screw something up in this

Re: [Gambas-user] Typing in - help for own function

2015-11-16 Thread Tobias Boege
On Mon, 16 Nov 2015, Tobias Boege wrote: > '' Analyze a line. > '' > '' **Remember that the result is ByRef.** > Public Function Analyze(sLine As String, hRes As AnalyzeResult) As Boolean Of course I would screw something up in this completely arbitrary example. For the comment to make

Re: [Gambas-user] Typing in - help for own function

2015-11-16 Thread Rolf-Werner Eilert
Am 16.11.2015 17:25, schrieb Tobias Boege: > On Mon, 16 Nov 2015, Rolf-Werner Eilert wrote: >> Just had this idea: When I type in the name of a function in one of the >> classes of my project (an own function), the help pops up and tells me >> about the variables needed and the data type of that

[Gambas-user] Typing in - help for own function

2015-11-16 Thread Rolf-Werner Eilert
Just had this idea: When I type in the name of a function in one of the classes of my project (an own function), the help pops up and tells me about the variables needed and the data type of that function. But it would be helpful (e. g. after a longer time of absence) to have some kind of

Re: [Gambas-user] Typing in - help for own function

2015-11-16 Thread Tobias Boege
On Mon, 16 Nov 2015, Rolf-Werner Eilert wrote: > Just had this idea: When I type in the name of a function in one of the > classes of my project (an own function), the help pops up and tells me > about the variables needed and the data type of that function. > > But it would be helpful (e. g.

Re: [Gambas-user] Navigation in TableView with keyboard 'Enter'

2015-11-16 Thread willy
On 2015-11-16 17:09, wi...@develop.earthshipeurope.org wrote: > Hi all, > > Is there an simple manner of making an editable TableView only move > through 1 Column upon hitting the 'Enter' on keyboard? > > OR EVEN BETTER > > make only one column editable instead of the whole table (I assume that

[Gambas-user] [Gambas Bug Tracker] Bug #841: A crash when i try to launch gambas via a rdesktop distant x connection

2015-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.841=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- Presto, an open source distributed SQL query engine for big data, initially developed by

[Gambas-user] [Gambas Bug Tracker] Bug #841: A crash when i try to launch gambas via a rdesktop distant x connection

2015-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.841=L21haW4- Comment #4 by Benoît MINISINI: Thanks! Fix is easy now... -- Presto, an open source distributed SQL query engine for big data, initially developed by

[Gambas-user] [Gambas Bug Tracker] Bug #841: A crash when i try to launch gambas via a rdesktop distant x connection

2015-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.841=L21haW4- Benoît MINISINI changed the state of the bug to: Fixed. -- Presto, an open source distributed SQL query engine for big data, initially developed by

[Gambas-user] [Gambas Bug Tracker] Bug #841: A crash when i try to launch gambas via a rdesktop distant x connection

2015-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.841=L21haW4- Comment #5 by Benoît MINISINI: Fixed in revision #7480. Can someone confirm? -- Presto, an open source distributed SQL query engine for big data, initially

[Gambas-user] [Gambas Bug Tracker] Bug #841: A crash when i try to launch gambas via a rdesktop distant x connection

2015-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.841=L21haW4- Comment #6 by Wouter WOLKERS: Still seeing the error messages, but gambas no longer crashes! Thanks for the quick fix -- Presto, an open source

[Gambas-user] [Gambas Bug Tracker] Bug #841: A crash when i try to launch gambas via a rdesktop distant x connection

2015-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.841=L21haW4- Comment #3 by Wouter WOLKERS: also made a valgrind report for you for this bug: ==14161== Memcheck, a memory error detector ==14161== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==14161== Using Valgrind-3.11.0 and

[Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-16 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.835=L21haW4- Comment #10 by Gianfranco COSTAMAGNA: 1) no-go 2) maybe in the future 3) what I plan ow 4) it would be nice for now I'm trying to upgrade gambas with a forced llvm-3.5. In the future I'll disable jit if the llvm maintainer will ask

Re: [Gambas-user] gb.desktop Desktop.ActiveWindow

2015-11-16 Thread zainudin ahmad
I have added taskbar example into Gambas Software Farm I hope it's can help On Sat, Oct 31, 2015 at 12:52 AM, herberth guzman wrote: > Gianluigi greetings and Vuotto > > Thanks for your answers. > > Attach Example of MyPanel and if I work with DesktopWatcher. > > The