Ed - You might want to post this to the Firebird group (if you haven't already). Kevin _____ From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]...
I posted 3 bugs and 1 feature request without any problems, some days ago. []s Carlos H. Cantu www.FireBase.com.br - www.firebirdnews.org www.warmboot.com.br -...
... In Bugs Tracker we have 12 issues from various users and in Feature Requests Tracker we have 3 issues from 3 (ok, two) users. A special mention for...
... 1. See my message to Hans. 2. What problems do you have? ...btw, if anyone wants to be a project member, he's welcomed. Just drop a line. HTH, m. Th. ...
Hi, The ones who have the IBO 4.9 know that many String types where changed to AnsiString. While this is understandable, taking in account the amount of work ...
Hi, Does someone else encountered the error bellow? Jason, it is fixed already? I can reproduce it every time but only in a large project. If nobody gives a...
I'm still not using D2009, but I remember to have read in several blogs that, in terms of performance, changing String to Ansistring is not good. Looks like...
Is it possible to declare a new overriden variable type or function wrapper, to change these 'strings' to, which then automatically compiles into the proper...
Using overrides is the method I am using to try and minimize this negative consequences here. This will balloon the code considerably to continue doing this...
... ...Perhaps it's better to make things clearer. The compiler, by itself, doesn't do internal conversions. Yes, the new 'String' type is several orders of...
... ...of course one can see as 'internal' conversions the ones between 'String' and 'AnsiString'. Which costs, of course. But the RTL was updated with...
... 'Overrides'? 'Overrides' is a new version of a virtual function introduced in a descendant class. Perhaps do you mean "overloads"? Can you expand a bit? ...
Dear Jason, Could you publish the ParentBackground property for the IB_NavigationBar, IB_SearchBar, IB_UpdateBar, so that it is available in the IDE so that I...
Overriding a method means extending or refining it, rather than replacing it. A descendant class can override any of its inherited virtual methods. To override...
... Won't work unless you define it with the same parameters and all, so this method cannot be used with AnsiString/String ;-) So, I haven't looked at the new...
I have a field in a tib_query I use to save a password, how to appear * in place of the password ? Thx Alexandre Brazil [Non-text portions of this message have...
That is the way Jason uses it in the New D009 version ... From: "Martijn Tonies" <m.tonies@...> To: <IBObjects@yahoogroups.com> Sent: Wednesday, April...
... Assuming that you use Delphi, you'll set the PasswordChar property of your DB-Aware control which shows the field's content to '*' (*if* you control has...
... ??? IBODatabase.pas? Perhaps I'm missing something? TIBODatabase is declared in IBODataSet.pas. The SetText there is: 1. Bounded to TIBOFloatField 2. The...
... The API doesn't appear to allow unicode strings yet. If it does I am not aware of it. My guess is they will have new API calls that are unicode compliant...