Delphi 2007 to Delphi XE2 paint order changeHello all,
I have a program here that does some very specific work in the paint
handlers and requires that the controls are painted from bottom to top.
This worked just fine under Delphi 2007 but now that we have migrated to
Delphi XE2, it no longer works.
Tracing the paint order, we discovered that there are cases when the
bottom most component (the form for instance) is drawn last instead of
first, which means that the painting code we do in the program gets a
black area for the bottom most control instead of its background.
This was observed with D2007 and DXE2 on the same c...
What generals generally doReading a McChrystal thread elsewhere, I came across someone quoting a
US general
http://en.wikipedia.org/wiki/Smedley_Butler
> I spent 33 years and four months in active military service and
> during that period I spent most of my time as a high class thug for
> Big Business, for Wall Street and the bankers. In short, I was a
> racketeer, a gangster for capitalism. I helped make Mexico and
> especially Tampico safe for American oil interests in 1914. I helped
> make Haiti and Cuba a decent place for the National City Bank boys to
> collect revenues in. I ...
delphi.generalSorry if this is "out of topic"! but since some days ago I can't read
the group *embarcadero.public.delphi.language.delphi.general*
Does anybody know if there's something wrong with it? Or maybe is my
reader? (Thunderbird)
I get this messagge when I try to read the latest messages:
Error!
newsgroup server responded:no such article found
Perhaps the article has expired
<692702@forums.embarcadero.com> (33145)
Click here to remove all expired articles
sergio wrote:
> Sorry if this is "out of topic"! but since some days ago I can'...
ORDER BY on an ORDER BY
I have a huge SQL-statement that picks the top 10 recently added rows from a table, for simplicity something like this:SELECT TOP 10 someDate, username FROM table ORDER BY someDate DESCWhen I have this table with the 10 rows with latest someDate I want to sort the table by username instead. I want to do something like this:SELECT *FROM (SELECT TOP 10 someDate, username FROM table ORDER BY someDate DESC) As Expr1ORDER BY username DESCMicrosoft Access, which is the database I use, then prints the error message "Error in GROUP BY clause.Unable to parse query text.&q...
Save as..Does not Save as..I have a project that I want to save as a different project name in a
different folder. Selecting Save Project as.. does not do this. It saves a
few files and continues to use files in the original folder.
I am trying to keep each version of the program I write. Is there anyway to
do this without having to do a total redesign or editing hex files looking
for the paths that need changing.
Ray.
Ray
Firstly I have very few hard coded path references in my dpr. Most (but not all) files in the project live in the same directory. What I do is simply copy the files in the directo...
save or save assince last update 2.24 (I think) I can't save as a page
Horodatage : 08/03/2014 16:55:54
Erreur : FileUtils.File is not a constructor
Fichier Source : chrome://global/content/contentAreaUtils.js
Ligne : 571
--
cyberzen
cyberzen wrote:
> since last update 2.24 (I think) I can't save as a page
>
> Horodatage : 08/03/2014 16:55:54
> Erreur : FileUtils.File is not a constructor
> Fichier Source : chrome://global/content/contentAreaUtils.js
> Ligne : 571
No problem here saving this site <http://www.css3.info/> using File >
Save Page As..., ...
superreview requested: [Bug 309027] Saving image does not open the save location window sometimes : [Attachment 199799] Avoid double command updates and potential for disagreeing variables by using oAaron Leventhal <aaronleventhal@moonset.net> has asked Brian Ryner
<bryner@brianryner.com> for superreview:
Bug 309027: Saving image does not open the save location window sometimes
https://bugzilla.mozilla.org/show_bug.cgi?id=309027
Attachment 199799: Avoid double command updates and potential for disagreeing
variables by using only one
https://bugzilla.mozilla.org/attachment.cgi?id=199799&action=edit
------- Additional Comments from Aaron Leventhal <aaronleventhal@moonset.net>
Brian, this is an impovement over what you already sr='d
...
superreview cancelled: [Bug 309027] Saving image does not open the save location window sometimes : [Attachment 199799] Avoid double command updates and potential for disagreeing variables by using oAsa Dotzler <asa@mozilla.org> has cancelled Aaron Leventhal
<aaronleventhal@moonset.net>'s request for superreview:
Bug 309027: Saving image does not open the save location window sometimes
https://bugzilla.mozilla.org/show_bug.cgi?id=309027
Attachment 199799: Avoid double command updates and potential for disagreeing
variables by using only one
https://bugzilla.mozilla.org/attachment.cgi?id=199799&action=edit
...
how do you save column orderWhat is the best way to remember the preferred order per user and arraign
them in the preferred order after retrieving? Some columns are Computed
Object columns, all have Tab = 0, using PB 6.5
If it is a grid dw, make all columns initially hidden.
Then, make columns visible one by one starting with the 1st column. You can
store the order info in the user INI file. This way you can save not only
the order, but also columns that the user might want to hide.
I did this a long while back and actually made use of the database rather than
INI file to make it quicker but either way w...
Delphi XE ordering?http://www.provantage.com/embarcadero-technologies-hdex00muenwb0~7BORM75L.htm
is this allowed (to order) for a customer in EU?
Rgds,
Frenk
> {quote:title=Frenk R wrote:}{quote}
> http://www.provantage.com/embarcadero-technologies-hdex00muenwb0~7BORM75L.htm
>
> is this allowed (to order) for a customer in EU?
> Rgds,
> Frenk
You have to purchase the product from the country where you will be using it the most. Provantage is a US reseller partner so you should purchase from a local partner instead.
Thanks,
Tim
--
Tim Del Chiaro
Product Marketing - RAD...
delphi.general TimerThis message is in MIME format. Since your mail reader does not
understand this format, some or all of this message may not be legible.
--JivePart=_202d5.zeB8CwDOH5aMJzMl
Content-Type: text/plain; charset="Utf-8"
For Paolo Valle
--JivePart=_202d5.zeB8CwDOH5aMJzMl
Content-Type: application/octet-stream;
name="SubroutineTimer.pas"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="SubroutineTimer.pas"
dW5pdCBTdWJyb3V0aW5lVGltZXI7DQoNCmludGVyZmFjZQ0KDQpwcm9jZWR1cmUgU3RhcnRTdWJy
b3V0aW5lVGltZXI7DQpmdW5jdGlvbiBHZXRTdWJSb...
General settings not being savedI have sum totals columns in a trailer group that are set to
a certain brush color and brush hatch. I save my settings
and run my report and it all looks good. If I close out of
my report and go back in, those two settings revert back to
the default. Thinking I didn't actually save the settings,
I changed them all back to how I wanted them, made sure I
saved this time and ran my report, it all looked ok again.
This time I clicked within my report and my settings
reverted back to the default. I am running IM version 8
build 9506. Is this a bug in this build? Is there a file...
Int64[] integers = new Int64[Int64.MaxValue];
Hi to all,
Int64[] integers = new Int64[Int64.MaxValue];
i write this in my application but this will raise an error as
Arithmetic operation resulted in an overflow.
So i change the code like this
Int64[] integers = new Int64[Int32.MaxValue];
Exception of type 'System.OutOfMemoryException' was thrown.
Experts please tell me why this happens? why cant i use max value of int64/32 array.
If this post is answer of your question then don't forgot to Click Mark As Answer
If you decalre the size of array to be Int64 which is 9223372036854775807so your system ran o...
Saving saved messagesI am going to do a reformat.
How can I save my filters and saved messages?
Terry wrote:
> I am going to do a reformat.
>
> How can I save my filters and saved messages?
>
You could try Mozbackup:
http://mozbackup.jasnapaka.com/
--
I wasn't born stupid; I've had to work hard at it all my life.
David Craft
...