Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Graeme Geldenhuys
On 15/06/07, Al Boldi [EMAIL PROTECTED] wrote: I had a look at the tiOPF dist but could not find this tool. Is this a standalone tool? It's in the Support Apps directory. The tiOPF1 repository has quite a few tools. I have only ported the tiSQLEditor to tiOPF2 so far. It was all I needed

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Graeme Geldenhuys
On 15/06/07, Michael Van Canneyt [EMAIL PROTECTED] wrote: I am eagerly awaiting the result :-) Me too! ;-) Graeme. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Graeme Geldenhuys
On 15/06/07, Joao Morais [EMAIL PROTECTED] wrote: This is exactly what I am planning to do. What I have implemented so far: a pascal parser, a code updater and a model that stores project data. Out of interest... Why did you create a new pascal parser and code updater, when CodeTools can

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Graeme Geldenhuys
On 16/06/07, Lee Jenkins [EMAIL PROTECTED] wrote: What's the learning curve like with tiPPF? I checked it out a while back but was short on time for studying it. No doubt there is a learning curve. The tiOPF framework is big, but it's no different compared to someone that's new to the LCL

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Joao Morais
Graeme Geldenhuys wrote: On 15/06/07, Joao Morais [EMAIL PROTECTED] wrote: This is exactly what I am planning to do. What I have implemented so far: a pascal parser, a code updater and a model that stores project data. Out of interest... Why did you create a new pascal parser and code

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Graeme Geldenhuys
On 16/06/07, Joao Morais [EMAIL PROTECTED] wrote: Out of interest... Why did you create a new pascal parser and code updater, when CodeTools can already do that plus more for you? Because I need it to D5+ as well, and because it was amusing =) Ah. :-) I was told that CodeTools was

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Mattias Gaertner
On Sat, 16 Jun 2007 12:38:24 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 16/06/07, Joao Morais [EMAIL PROTECTED] wrote: Out of interest... Why did you create a new pascal parser and code updater, when CodeTools can already do that plus more for you? Because I need it to D5+ as

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Vincent Snijders
On Sat, 16 Jun 2007 13:08:17 +0200 Mattias Gaertner [EMAIL PROTECTED] wrote: On Sat, 16 Jun 2007 12:38:24 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 16/06/07, Joao Morais [EMAIL PROTECTED] wrote: Out of interest... Why did you create a new pascal parser and code updater,

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Graeme Geldenhuys
Thanks for putting that question to rest Mattias. :) So my idea of initially developing a Class Builder (with Lazarus) as a standalone application, specifically for Delphi developers to also use it, is not a bad idea. Later I'll worry about IDE integration, if the need arises. Graeme. On

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-16 Thread Lee Jenkins
Graeme Geldenhuys wrote: On 16/06/07, Lee Jenkins [EMAIL PROTECTED] wrote: What's the learning curve like with tiPPF? I checked it out a while back but was short on time for studying it. No doubt there is a learning curve. The tiOPF framework is big, but it's no different compared to

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-15 Thread Graeme Geldenhuys
On 15/06/07, Al Boldi [EMAIL PROTECTED] wrote: A good starting point would probably be a DBTable-To-Class importer. tiOPF already has something link this - well kinda. The tool is called tiSQLEditor. You write and execute you SQL statement and see the result screen. In that screen you can

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-15 Thread Michael Van Canneyt
On Fri, 15 Jun 2007, Graeme Geldenhuys wrote: On 15/06/07, Al Boldi [EMAIL PROTECTED] wrote: A good starting point would probably be a DBTable-To-Class importer. tiOPF already has something link this - well kinda. The tool is called tiSQLEditor. You write and execute you SQL statement

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-15 Thread Al Boldi
Graeme Geldenhuys wrote: On 15/06/07, Al Boldi [EMAIL PROTECTED] wrote: A good starting point would probably be a DBTable-To-Class importer. tiOPF already has something link this - well kinda. The tool is called tiSQLEditor. You write and execute you SQL statement and see the result screen.

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-15 Thread Joao Morais
Graeme Geldenhuys wrote: Has anybody done something like this with CodeTools yet? Creating a GUI Lazarus addon or seperate application that can build or edit classes? I will continue the design stuff for PressObjects presently. I need this SDK running in the Lazarus and Delphi IDE so I

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-15 Thread Lee Jenkins
Graeme Geldenhuys wrote: On 15/06/07, Al Boldi [EMAIL PROTECTED] wrote: A good starting point would probably be a DBTable-To-Class importer. tiOPF already has something link this - well kinda. The tool is called tiSQLEditor. You write and execute you SQL statement and see the result screen.

Re: [lazarus] CodeTools and a GUI Class Builder

2007-06-14 Thread Vincent Snijders
On Thu, 14 Jun 2007 15:03:13 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, Has anybody done something like this with CodeTools yet? Creating a GUI Lazarus addon or seperate application that can build or edit classes? I would like to build such a tool or help someone that already