Re: [Gambas-user] date member order & presentation

2009-11-09 Thread Jack
Jean-Yves F. Barbier a écrit : > Hi, > > I use a postgresql database, and I need to display dates (in a modified > TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'), > otherwise it displays 10/11/2009, but waits for an input such as 2009-11-10 > when I search. > > How can

[Gambas-user] Possible Search bug - Gambas 2.8

2009-11-09 Thread A Person
I know this is an older version but my issue may still be present. I did a search for four spaces. I used the F3 key to jump to the next Finds. All the hits were part of tabs on the left side of the page until I came to a comment. The search showed up the four spaces before the apostrophe. Then

[Gambas-user] date member order & presentation

2009-11-09 Thread Jean-Yves F. Barbier
Hi, I use a postgresql database, and I need to display dates (in a modified TableView) according to DB (ISO: -mm-dd, with separator '-', not '/'), otherwise it displays 10/11/2009, but waits for an input such as 2009-11-10 when I search. How can I do that? -- A door is what a dog is perpetu

Re: [Gambas-user] Optional arguments and IDE

2009-11-09 Thread Jussi Lahtinen
Optional arguments now shows as wished, thanks! But byref arguments are not showing correctly, I'm not sure if this is new problem... maybe I just haven't notice it earlier (I don't use byref much). This problem occurs generally with byref arguments, not just optional byref arguments. They show lik

Re: [Gambas-user] custom controls tutorial or guide

2009-11-09 Thread Benoît Minisini
> Hi guys, > > Is there a guideline of some sort for howto create custom controls? > > I was thinking I might cut my teeth on a context sensitive combobox that > changes background color depending on the selected value. > > But I just don't know where to start. :-(( > > regards > bruce > You