Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-07 Thread gambas
Comment #11 on issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 ok made change to R6558 version rebuilt, problem solved apparently. Can get on with my actual project . Cool I really like you IDE I have used it

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-07 Thread gambas
Comment #10 on issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 This is from the latest version downloaded from the repository, as far as I can tell -- You received this message because this project is confi

Re: [Gambas-user] Issue 601 in gambas: Database Data Source with Mariadb as mysql

2015-02-07 Thread gambas
Comment #9 on issue 601 by justlost...@gmail.com: Database Data Source with Mariadb as mysql https://code.google.com/p/gambas/issues/detail?id=601 Hi I found that the following code did not est for connection and therefore was leaving vVal as null it never actually set the Connection Value.

Re: [Gambas-user] Quickie on SELECT

2015-02-07 Thread Dimitris Anogiatis
Hey Bruce, You could try SELECT CASE EVAL(hSomething.SomeArray.Exists(hSomething.Value)) CASE True Print "Yes, value exists in hSomething" CASE False Print "No, value does not exist in hSomething" CASE Else END SELECT Putting CASE EVAL (if it's possible) to make SELECT check agains

[Gambas-user] Quickie on SELECT

2015-02-07 Thread adamn...@gmail.com
Does anyone know if you can use an EVAL in a CASE selector? e.g. SELECT hSomething ... CASE EVAL(hSomething.SomeArray.Exisits(hSomething.Value)) ... (I am just being too lazy to try it) regards Bruce -- B Bruen -

Re: [Gambas-user] Feature Request

2015-02-07 Thread Benoît Minisini
Le 08/02/2015 00:34, Ian a écrit : > The problem with context sensitive help is that most of the time (50%)+ > you just get "Page Not Found" > > Example: > Create a new connection object. ($Con) > Type $Con. and scroll the displayed parameter list - on my machine you > get "page not found" for eac

Re: [Gambas-user] Feature Request

2015-02-07 Thread Ian
The problem with context sensitive help is that most of the time (50%)+ you just get "Page Not Found" Example: Create a new connection object. ($Con) Type $Con. and scroll the displayed parameter list - on my machine you get "page not found" for each element. I can understand some of the obsuc

Re: [Gambas-user] Custom Eval (was Re: The new Border class)

2015-02-07 Thread Charlie Reinl
Am Montag, den 05.01.2015, 22:16 +0100 schrieb Fabien Bodard: > 2015-01-05 22:02 GMT+01:00 Benoît Minisini : > > Le 05/01/2015 21:46, Fabien Bodard a écrit : > >>> What do you mean? > >>> > >>> -- > >>> Benoît Minisini > >> > >> I think about a tool that will be able to interpret inline formulas >

Re: [Gambas-user] Issue 602 in gambas: Large fonts don't appear correctly in ListBox control

2015-02-07 Thread gambas
Updates: Status: Fixed Comment #2 on issue 602 by benoit.m...@gmail.com: Large fonts don't appear correctly in ListBox control https://code.google.com/p/gambas/issues/detail?id=602 Fixed in revision #6897. -- You received this message because this project is configured to send all i

Re: [Gambas-user] Issue 602 in gambas: Large fonts don't appear correctly in ListBox control

2015-02-07 Thread gambas
Updates: Status: Accepted Comment #1 on issue 602 by benoit.m...@gmail.com: Large fonts don't appear correctly in ListBox control https://code.google.com/p/gambas/issues/detail?id=602 (No comment was entered for this change.) -- You received this message because this project is config

Re: [Gambas-user] Feature Request

2015-02-07 Thread Fabien Bodard
Le 7 févr. 2015 12:46, "Lewis Balentine" a écrit : > > The context sensitive on-line help system uses the Wiki. That implies > the existence of some sort of search capability. > > It would be very helpful if that were exposed on the web pages ... but > perhaps it is based on the various index page

Re: [Gambas-user] Feature Request

2015-02-07 Thread Lewis Balentine
The context sensitive on-line help system uses the Wiki. That implies the existence of some sort of search capability. It would be very helpful if that were exposed on the web pages ... but perhaps it is based on the various index pages. On 02/07/2015 05:33 AM, Ian wrote: > IIF - I should have

Re: [Gambas-user] Feature Request

2015-02-07 Thread Ian
IIF - I should have know there would be something. now if the wiki had a search function Ian. On 07/02/15 14:15, Fabien Bodard wrote: > :-P > > You need to read the wki help language pages at least ! > > 2015-02-07 7:09 GMT+01:00 T Lee Davidson : >> Hey Ian, >> >> Unless I'm missing som