You can subscribe to this list here.
2000 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(4) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Pascal B. <pb...@gm...> - 2000-06-01 18:38:22
|
I've uploaded a first draft for an user documentation. It is still very incomplete. Anybody is encouraged to send me additions and corrections. A compiled html (*.chm) version will be delivered with the next beta release of BB's Database Desktop. The documentation can be reached here: JAVA version: http://bbdbd.sourceforge.net/java/doc/user/hh_start.htm HTML version: http://bbdbd.sourceforge.net/html/doc/user/helpcontents1.htm regards, pascal |
From: Pascal B. <pb...@gm...> - 2000-05-19 17:33:46
|
hi, Here I'll send you the current source code for BB's Database Desktop. The code has still a lot of bugs which I'll fix before the next official beta release. Please send any bugs or comments back to me. The most important changes are listed below: - mwEdit replaced with SynEdit: Because mwEdit does not exist anymore I've replaced it with SynEdit which bases on the last mwEdit release. SynEdit is still in a beta phase and we must wait with our next official beta release till a official SynEdit release exists. But the latest SynEdit release works quite good for our use. - BBDBDGrid replaced with EXDBGrid: This is the part which I have definitly not finished yet. I've used EXDBGrid because it has the same features of BBDBDGrid (also a descendant from RXDBGrid) and a lot of cool enhancements (like inplace editors for Graphic/Memo and Date/Time fields, grid printing and exporting, searching in a column by clicking on the title, hiding of columns, etc). The biggest lack of this component is the missing documentation so it isn't very easy to integrate. Also the component provides some features which are still integrated in BB's Database Desktop (column hiding, viewing graphic/memos). So we must deside us for one of these possibilities (I prefer EXDBGrid if it can provide the same features). - New class TDataChild: TTblChild and TQryChild are now descendants of TDataChild. So code for both of them (like printing, exporting, etc) can be written only once in TDataChild. Due this changes most of the components and code are moved from TblChild/QryChild to DataChild. - Enhanced option handling The options are enhanced (with new options and internal). Now all options are saved in the variables in uOptions.pas. They are read at the startup process of the application (in the DPR). So you can access anywhere from the code the current settings without reading them from the registry. If there are changes in the options dialog the changes are saved to the variables in uOptions.pas and then saved to the registry. - Enhanced printing dialog Parallel to the mwEdit to SynEdit changes I've enhanced the existing print options dialog. Now you can select a printer, print multiple copies of a document and print a selected range only. Last but not least I've made a installation program for the needed packages for this code release (except RX-Library and EXDBGrid which I couldn't include due their license agreements). Because it includes an unfinished version of SynEdit I wouldn't publish it on our homepage. So if you want to use it you can download it with this link: http://bbdbd.sourceforge.net/package.exe The entire package is about 2200 kb. If you start the installation it asks you for a directory. Below this directory all components are installed. If you have still installed some of the components they are not selected (and not installed if you doesn't change anything). If you have any questions, bugs, comments, etc regarding the package please feel free to ask me. Here are the links for the other components: RX-Library: http://www.rxlib.com ExDBGrid: http://www.gjl-software.co.uk regards pascal |
From: Pascal B. <pb...@gm...> - 2000-05-05 15:37:38
|
I've figured out why the debugger in the current source release (0.1.3.0) always shows the wrong line. This is because of some wrong terminated lines (I don't know in which files). For fixing this you'll need to load all source files in the dos editor and save them (perhaps it works also with another editor). regards, pascal |
From: Berger P. <Pas...@ze...> - 2000-05-03 14:47:18
|
What are you thinking about joining JEDI? -----Ursprüngliche Nachricht----- Von: Beck, Michael [mailto:MB1...@ex...] Gesendet: Mittwoch, 3. Mai 2000 16:25 An: Berger Pascal Betreff: RE: DBD License Send me an email requesting it, and I will present it to the Admin team. Michael -----Original Message----- From: Berger Pascal [mailto:Pas...@ze...] Sent: Wednesday, May 03, 2000 10:08 AM To: 'Beck, Michael' Subject: AW: DBD License Sounds good, but how can we join it? -----Ursprüngliche Nachricht----- Von: Beck, Michael [mailto:MB1...@ex...] Gesendet: Mittwoch, 3. Mai 2000 15:19 An: Berger Pascal Betreff: RE: DBD License The conditions are mostly that it is OpenSource under MPL, so you are fine here. And I am not aware of any consequences. If there are any, then only positive, e.g. the exposure to the Delphi community :) Michael -----Original Message----- From: Berger Pascal [mailto:Pas...@ze...] Sent: Friday, April 28, 2000 5:09 AM >You might consider joining JEDI with your program: How can we joining JEDI with our project and what are the conditions (and consequences?) |
From: Berger P. <Pas...@ze...> - 2000-05-02 07:01:43
|
mwEdit does not exist anymore. There are two people working on a mwEdit descendant - Michael Hieke (mg...@bi...) is preparing GPL/MPL-licensed SynEdit and Martin Waldenburg (Mar...@T-...) is working on a mwEdit 2, which will be more RichEdit-like if I understood correctly. I've contacted both. I'll send the links to their components (if already exists one) as soon as I become them. cu, Pascal |
From: Pascal B. <pb...@gm...> - 2000-04-29 16:09:32
|
I've just released version 0.1.3.0. The DBD is now distributed under the terms of the MPL. Also I've included Sergey Orlik's Query Builder. You can download it from here http://www.geocities.com/sergey_orlik/. DlgTblChild uses now a own DBGrid (because of some legal conflicts with RX-Library license) instead of the patched RX-Lib. You can download it here: http://bbdbd.sourceforge.net/bbdbdgrid.pas btw. We're now on place 58 in the sourceforge top 100 download section (past 7 days). yeahh!! cu pascal |
From: Pascal B. <pb...@gm...> - 2000-03-12 16:43:41
|
Hallo, Ich hoffe ich habe hier eine version der DBD welche einigermassen funktionieren sollte. Die wichtigsten änderungen sind: - Unit einheitlich bennant (alle welche ein formular besitzen mit prefix dlg der formularname dann mit prefix frm, alle anderen mit prefix u) - Alle Units mit einheitlichem Header (mit history, todo, license) - Änderungen am Menü/Toolbar (neu mit RXToolbar und Actions) - Restrukturierungsdialog (funktioniert noch nicht mit feldlängen!) - Neuer Spalsh screen und About dialog (benötigt zusätzliche komponente) - Eigenschaften des Hauptformulars werden in registry gespeichert (grösse, position) - Neues Menü für zuletzt geöffnete Tabellen - Wenn DBD mit offenen Tabellen geschlossen wird werden diese beim nächsten starten wieder geöffnet - Tabelleneigenschaften (nur von Desktop Tabellen) werden gespeichert (benötigt Patch für RX-Library; in RXDBCTRL.ZIP) - ZAGIDX.DLL durch BBDBDBDE.DLL ersetzt - ... (weiteres im sourcecode) Ich habe die ganze DBD mal unter Delphi 5 compiliert und es hat geklappt. Desweitern habe ich mal eine kleine homepage geschrieben (http://bbdbd.sourceforge.net). Schaut Sie euch doch mal an und sagt was ihr dazu meint (oder macht allfällige änderungen am besten gleich selber ;-). Teilweise ist mir halt kein gescheiter text eingefallten, sorry. Auf der page stehen auch die links von wo ihr die Komponenten holen könnt. Wollen wir dann nächstens mal eine erste Version releasen? cu pascal |
From: Beat B. <B.B...@FH...> - 2000-02-01 08:57:27
|
Hi, Hier die neuste Version der BBDBD-Plugins. Intern gab's massive Änderungen (s. Doku), jedoch die Schnittstelle zu den Table-Plugins ist noch gleich. Zu Pendenzen usw. siehe Unit-Köpfe. Mit dieser Version sollte das Implementieren neuer Plugins mit anderen Parametern besonders leicht fallen. Trotzdem sollten wir die Artenvielfalt nicht zu gross werden lassen, d.h. einige wenige universelle Schnittstellen bestimmen. Dieser Plugin-Mechanismus kann vermutlich leicht auf andere Programme angepasst werden. Verbesserungsvorschläge und Fehlermeldungen sind willkommen. Gruss Beat |