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 can start at http://gambasdoc.org, where you will find a link named How 
to program components in Gambas.

Regards,

-- 
Benoît Minisini

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 like this BYREF As AS.

Jussi



On Wed, Nov 4, 2009 at 17:32, Jussi Lahtinen jussi.lahti...@gmail.com wrote:
 Nice, thanks!
 I'll test it later.

 Jussi


 2009/11/4 Benoît Minisini gam...@users.sourceforge.net:
 Benoit,
 Is it possible to show default values of optional arguments, when you
 write function/sub call?
 Now you can only see gray text bOptionalArgumentName As Boolean, I'd
 like to see
 bOptionalArgumentName As Boolean = True.

 Jussi


 Done in revision #2410, but not well tested!

 Regards,

 --
 Benoît Minisini

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 perpetually on the wrong side of.
-- Ogden Nash

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 another F3 highlighted the first four characters of the 
comment and another F3 highlighted the next four characters of the 
comment and so forth.

I searched through three sets of source code and the behaviour was 
present in all.

Reproduce:

1. Search for one or more spaces a few lines before a tabbed comment.
2. Press F3 continuously.
3. The search will highlight the space(s) before the comment.
4. Subsequent F3s will highlight the comment block by block.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 I do that?
 
Format$(Yourdate, -mm-dd)



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user