From sunshine at public.kherson.ua Fri Jul 1 04:37:54 2005 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Thu Jun 30 20:38:02 2005 Subject: [VStudio] Editing field names In-Reply-To: Message-ID: On 7/1/05 12:40 AM, "Charles Yeomans" wrote: > The UI for VStudio leads one to think that the name of a field can be > changed, but attempts to change the name of a field appear to fail. > How should VStudio be working? It should allow changes in the property inspector. Jochen, I think this is the most request feature now. Please implement it ASAP -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed] From j.peters at valentina-db.de Fri Jul 1 07:39:11 2005 From: j.peters at valentina-db.de (Jochen Peters) Date: Fri Jul 1 00:39:17 2005 Subject: [VStudio] Editing field names In-Reply-To: References: Message-ID: <40585.62.154.199.179.1120196351.squirrel@webmail3.server-einstellung.de> Hi, i am aware of this - it will be fixed in the next release! >> The UI for VStudio leads one to think that the name of a field can be >> changed, but attempts to change the name of a field appear to fail. >> How should VStudio be working? > > It should allow changes in the property inspector. > > Jochen, I think this is the most request feature now. > > Please implement it ASAP > > -- > Best regards, > > Ruslan Zasukhin > VP Engineering and New Technology > Paradigma Software, Inc > > Valentina - Joining Worlds of Information > http://www.paradigmasoft.com > > [I feel the need: the need for speed] > > > _______________________________________________ > Valentina-studio mailing list > Valentina-studio@lists.macserve.net > http://lists.macserve.net/mailman/listinfo/valentina-studio > -- Best regards, Jochen Peters PIIT GmbH -------------------------- http://www.valentina-db.de From sunshine at public.kherson.ua Fri Jul 1 15:07:32 2005 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Fri Jul 1 07:07:42 2005 Subject: Vstudio b9 crashes if quite when data browser is open Message-ID: Hi Jochen, Somebody have told about crash on quite. You have told you cannot reproduce. I can, but important to have data browser open for some table. I think problem is that you at first close db in main window, then only window of db browser, and this cause crash. You need correct order of close of windows. This is a guess only. -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed] From j.peters at valentina-db.de Fri Jul 1 17:13:13 2005 From: j.peters at valentina-db.de (Jochen Peters) Date: Fri Jul 1 10:13:24 2005 Subject: Vstudio b9 crashes if quite when data browser is open In-Reply-To: References: Message-ID: <471F7CE4-28F3-404E-9B79-59630EBD2F35@valentina-db.de> Hi Ruslan, AHA - ok - now i can reproduce - good! I will fix it. Am 01.07.2005 um 14:07 schrieb Ruslan Zasukhin: > Hi Jochen, > > Somebody have told about crash on quite. > You have told you cannot reproduce. > > I can, but important to have data browser open for some table. > > I think problem is that you at first close db in main window, > then only window of db browser, and this cause crash. > > You need correct order of close of windows. > This is a guess only. > > > -- > Best regards, > > Ruslan Zasukhin > VP Engineering and New Technology > Paradigma Software, Inc > > Valentina - Joining Worlds of Information > http://www.paradigmasoft.com > > [I feel the need: the need for speed] > > > _______________________________________________ > Valentina-studio mailing list > Valentina-studio@lists.macserve.net > http://lists.macserve.net/mailman/listinfo/valentina-studio > > -- Best regards, Jochen Peters PIIT GmbH ------------------------------------ http://www.valentina-db.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macserve.net/pipermail/valentina-studio/attachments/20050701/05fd8764/attachment-0001.html From m.young at mac.com Thu Jul 7 20:02:45 2005 From: m.young at mac.com (Michael Young) Date: Thu Jul 7 21:02:55 2005 Subject: [VS Mac] Registration code cosmetic issue Message-ID: Hello, It would be nice if the VS registration was a little smoother such that I could do one registration code copy from e-mail, text, etc. then paste once into the VS product registration field, e.g. Runtime Revolution 2.6 registration has a button that you click to copy clipboard contents into the registration code field. To me, smoother registration code entry would be a nice cosmetic improvement. Sincerely, Michael From j.peters at valentina-db.de Fri Jul 8 07:29:29 2005 From: j.peters at valentina-db.de (Jochen Peters) Date: Fri Jul 8 00:29:38 2005 Subject: [VS Mac] Registration code cosmetic issue In-Reply-To: References: Message-ID: <38146.62.154.199.179.1120800569.squirrel@webmail3.server-einstellung.de> Hello Michael, yes - agree! I will put this on our todo in Mantis.. > > It would be nice if the VS registration was a little smoother such that > I could do one registration code copy from e-mail, text, etc. then > paste once into the VS product registration field, e.g. Runtime > Revolution 2.6 registration has a button that you click to copy > clipboard contents into the registration code field. To me, smoother > registration code entry would be a nice cosmetic improvement. > > Sincerely, > > Michael > > _______________________________________________ > Valentina-studio mailing list > Valentina-studio@lists.macserve.net > http://lists.macserve.net/mailman/listinfo/valentina-studio > -- Best regards, Jochen Peters PIIT GmbH -------------------------- http://www.valentina-db.de From sunshine at public.kherson.ua Thu Jul 14 13:12:17 2005 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Thu Jul 14 05:12:29 2005 Subject: [NEW] Valentina 2.0.5 adds Vdatabase.Clone(). Message-ID: Hi All, * Please test this new feature against of your databases and let us know. * You can do this easy using example Api_way/Database_Clone. This is very nice feature, and it can be used to solve several tasks: 1) this can be used to do REPAIR of damaged database. Up to know we have use for this XML dump, but Clone() will be much faster way, because XML can be e.g. 1GB for 200MB database. When you use Clone() you will need only another 200MB to build new database. Clone() do binary copying of record values without conversion into text. 2) Clone() have all the same side-effects of dump/load: - all deleted records are ignored. - all values of ObjectPtr fields and BinaryLinks are corrected (because deleted records was ignored). So cloned database in general case will be as compact as possible for your actual data. This is good if you prepare database to be located on CD. 3) Clone() can be used also to change some parameters of Database which you cannot change runtime. For example: db.mode, db.segmentSize, Byte swapping, ... 4) If you use db.Mode = 1, i.e. You keep your database in the single file, Then up to now you did not have a way to easy to make a new fresh db with the same structure. Now you can do this. Jochen, this feature "Clone..." should be added into menu File of Valentina Studio Application. It needs show dialog with some options. TODO: ** it is possible add Log file produced by Clone() where it will write down info about any found corrupted records/values. So user can see what records was not able to repair. -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed] From jda at his.com Thu Jul 14 08:04:54 2005 From: jda at his.com (jda) Date: Thu Jul 14 07:04:59 2005 Subject: [NEW] Valentina 2.0.5 adds Vdatabase.Clone(). In-Reply-To: References: Message-ID: >1) this can be used to do REPAIR of damaged database. > What does the .profile flag (true or false) do? > >** it is possible add Log file produced by Clone() where it will write down >info about any found corrupted records/values. So user can see what records >was not able to repair. > Is is possible to add make a new version of diagnose that returns the information directly to the app? Even a simple thing like 0 = no errors, 1 = problems (although more info is better)? Then our users (or we) can test the integrity of a database BEFORE deciding whether we need to clone it or not. This is feature request #793, BTW. Thanks, Jon From sunshine at public.kherson.ua Thu Jul 14 15:11:21 2005 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Thu Jul 14 07:12:02 2005 Subject: [NEW] Valentina 2.0.5 adds Vdatabase.Clone(). In-Reply-To: Message-ID: On 7/14/05 3:04 PM, "jda" wrote: >> 1) this can be used to do REPAIR of damaged database. >> > > What does the .profile flag (true or false) do? Again, ignore this. I use this to profile engine. >> ** it is possible add Log file produced by Clone() where it will write down >> info about any found corrupted records/values. So user can see what records >> was not able to repair. >> > > Is is possible to add make a new version of diagnose that returns the > information directly to the app? Jon, actually I have add far ago Vdatabase.Diagnose() Check in your REALbasic. For now it just returns BOOL value. Future I will add more branins to it. > Even a simple thing like 0 = no > errors, 1 = problems (although more info is better)? Then our users > (or we) can test the integrity of a database BEFORE deciding whether > we need to clone it or not. > > This is feature request #793, BTW. -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed] From j.peters at valentina-db.de Sun Jul 24 20:30:35 2005 From: j.peters at valentina-db.de (Jochen Peters) Date: Sun Jul 24 13:31:00 2005 Subject: [ANN] Valentina Studio Admin b10 uploaded Message-ID: Hi all, i have uploaded b10 Mac+Win to both sites: http://www.paradigmasoft.com and http://www.valentina-db.de This version contains all the latest kernel fixes. You can see list of other changes in Mantis. -- Best regards, Jochen Peters PIIT GmbH ------------------------------------ http://www.valentina-db.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macserve.net/pipermail/valentina-studio/attachments/20050724/65041b17/attachment.html From j.peters at valentina-db.de Wed Jul 27 22:31:05 2005 From: j.peters at valentina-db.de (Jochen Peters) Date: Wed Jul 27 15:31:17 2005 Subject: [ANN] Studio Admin 2.0 b11 (Win) available Message-ID: <0019DF44-0D0B-4A75-A76F-F1B2F627F384@valentina-db.de> Hi all, i have uploaded Valentina Studio Admin (Win) 2.0b11 to http://www.paradigmasoft.com and http://www.valentina-db.de It mainly fixes a bad crash in the SQL Editor - which should work now again. It also includes all the latest kernel fixes. Ruslan - please update database.php on your site - i still can not do that... -- Best regards, Jochen Peters PIIT GmbH ------------------------------------ http://www.valentina-db.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macserve.net/pipermail/valentina-studio/attachments/20050727/4b28a8d2/attachment.html From heinrichruoff at gmail.com Thu Jul 28 01:14:47 2005 From: heinrichruoff at gmail.com (Heinrich Ruoff) Date: Wed Jul 27 18:14:54 2005 Subject: [ANN] Studio Admin 2.0 b11 (Win) available In-Reply-To: <0019DF44-0D0B-4A75-A76F-F1B2F627F384@valentina-db.de> References: <0019DF44-0D0B-4A75-A76F-F1B2F627F384@valentina-db.de> Message-ID: thx - working again Heinrich On 7/27/05, Jochen Peters wrote: > Hi all, > > i have uploaded Valentina Studio Admin (Win) 2.0b11 to > > http://www.paradigmasoft.com > and > http://www.valentina-db.de > > It mainly fixes a bad crash in the SQL Editor - which should work now again. > It also includes all the latest kernel fixes. > > Ruslan - please update database.php on your site - i still can not do > that... > > > > > > -- > > Best regards, > > Jochen Peters > > PIIT GmbH > > > > > ------------------------------------ > > http://www.valentina-db.de > > _______________________________________________ > Valentina-studio mailing list > Valentina-studio@lists.macserve.net > http://lists.macserve.net/mailman/listinfo/valentina-studio > > >