[Gambas-user] Problems installing Gambas 3.5.4

2014-11-05 Thread ep...@skellner.de
Hello Gambas users Problems installing Gambas 3.5.4 for wheezy in site: http://gambas.sourceforge.net/de/main.html Hardware: Bananian Pi OS: Raspian -- Issue 1: sudo apt-get install gambas3 fails with error. Package: gambas3-gb-jit needs

[Gambas-user] What Cannot read information about table mi_table_name means?

2014-11-05 Thread Jorge Carrión
With MySQL I have this function to log certains operations on a table named ad_hlog: (The connection is named datos and is a public variable that remains opened during project execution.) Public Sub hlog(tipo As String, detalle As String) Dim r As Result Dim s As String detalle =

Re: [Gambas-user] Issue 575 in gambas: Clipboard change

2014-11-05 Thread gambas
Updates: Status: NeedsInfo Comment #5 on issue 575 by benoit.m...@gmail.com: Clipboard change https://code.google.com/p/gambas/issues/detail?id=575 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue

Re: [Gambas-user] Problems installing Gambas 3.5.4

2014-11-05 Thread Dimitris Anogiatis
Hey Simon, Re: Issue 2, I've found that if you load an example and save it to another location you won't have to fiddle with permissions. That way you also keep the original examples just in case you want to revisit them. Hope this helps On Wed, Nov 5, 2014 at 1:59 AM, ep...@skellner.de

Re: [Gambas-user] What Cannot read information about table mi_table_name means?

2014-11-05 Thread Ron
I have seen maybe something similar twice when running my project. On 3.6.1 (maybe also 3.6.0) all of a sudden the character set seem to have been switched/resetted. I see it because a lot of my fields contains °C symbols, when the issue with occurs it is displayed as seen in attachment and

Re: [Gambas-user] What Cannot read information about table mi_table_name means?

2014-11-05 Thread Jorge Carrión
Ron: Your Cº is ugly but almost all Spanish names wear á, é, í, ó or ú characters... You can imagine what a names list is... :D :D I think this is a bug. I've modified the function in this way: Public Sub hlog(tipo As String, detalle As String) Dim r As Result Dim s As String s =

[Gambas-user] Segfault(11) when looping though an multidimensional array

2014-11-05 Thread Ian
This process was running fine and had been for quite some time. after the daily update on 3rd November , I now get the Segfault. A seg fault appears when Az 0 (I have commented out all other elements that are not required.) Declaration of the array is : Private LocationAry[51, 51, 5] As

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-05 Thread gambas
Updates: Status: Accepted Comment #1 on issue 576 by benoit.m...@gmail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 It seems to be a weird behaviour of Qt. When you set the text, the selection is cleared and the cursor is moved to the end of

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-05 Thread gambas
Comment #2 on issue 576 by benoit.m...@gmail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 ...and I guess that happens because the text is changed inside an keyboard event handler. But I can't be sure! -- You received this message because this

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-05 Thread gambas
Comment #3 on issue 576 by benoit.m...@gmail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 Apparently the WAIT workaround does not wok all the time. This is worse that I thought... -- You received this message because this project is configured to

Re: [Gambas-user] Issue 576 in gambas: TextBox.Select not reliable

2014-11-05 Thread gambas
Comment #4 on issue 576 by chr4...@googlemail.com: TextBox.Select not reliable https://code.google.com/p/gambas/issues/detail?id=576 Yes, I tried WAIT before and after the change of Selection. And it did not work. I should have said that ... :/ -- You received this message because this