where is IDE source code?

View: New views
3 Messages — Rating Filter:   Alert me  

where is IDE source code?

by Bill-Lancaster :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm looking for some help with tableview edit function and see that there is an example at
"FPropertyProject form, "Environment" tab, in the IDE source code." but have no idea where to look for it.

No doubt the answer is obvious but...

Cab any one help?

Re: where is IDE source code?

by Charlie Reinl :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Am Sonntag, den 08.11.2009, 03:58 -0800 schrieb Bill-Lancaster:
> I'm looking for some help with tableview edit function and see that there is
> an example at
> "FPropertyProject form, "Environment" tab, in the IDE source code." but have
> no idea where to look for it.
>
> No doubt the answer is obvious but...
>
> Cab any one help?
Salut,

if you have the package from http://gambas.sourceforge.net/ or by svn
then you will find it here:

<dir where the package is unpacked>/app/src/gambas2

There you also find an example
<dir where the package is unpacked>/app/src/gambas2-database-manager


--
Amicalment
Charlie


------------------------------------------------------------------------------
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@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: where is IDE source code?

by Bill-Lancaster :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Got it!

Charlie - thanks