utku_karatas

2,536
reputation
353 views

Registered User

name utku_karatas
member for 1 year
seen 6 mins ago
website
location istanbul
age 26
Software developer/physicist located at Turkey. Currently working on http://pfaide.com/

contact: m.utku.k at gmail

Dec
2
answered django development IDE
Nov
20
answered How to catch onmouseleave event for TDateTimePicker component in Delphi 7
Nov
12
comment How to determine if the mouse cursor is inside a control
The problem with mouseenter/leave way is that those events are fired for the child controls too. So David M's solution gets my vote.
Nov
11
accepted Override default Show behaviour / SetVisible of TForm’s descendant (Delphi VCL)
Nov
9
comment Returning a string from a BPL function
Not sure if fastmm would add extra help that the debugger can't.
Nov
9
comment Returning a string from a BPL function
Strange. Ok, here's a wild shot - are both projects compiled with same Delphi version and same memory managers?
Nov
9
comment Returning a string from a BPL function
and it seems stdcall; directive is missing.
Nov
9
answered Returning a string from a BPL function
Nov
9
answered Override default Show behaviour / SetVisible of TForm’s descendant (Delphi VCL)
Nov
7
comment Trouble playing with indexed propertes via new RTTI [D2010]
Thanks, edited the code in post.
Nov
7
revised Trouble playing with indexed propertes via new RTTI [D2010]
edit for what Rob said.
Nov
6
asked Trouble playing with indexed propertes via new RTTI [D2010]
Nov
5
awarded  Good Answer
Oct
28
comment Opacity of a TWinControl?
Thanks for the extra effort for linking.
Oct
28
asked Opacity of a TWinControl?
Oct
21
comment Iterate through items in an enumeration in Delphi
MaxEnum probably is buggy; returning more than the actual count of enums. And GetEnumName uses that buggy result to analyze the internal structures in your code. What you get is random bits of memory past the internal structures.
Oct
20
comment What non-programming books should programmers read?
A+. Must read for an aspiring prophet!
Oct
9
awarded  Fanatic
Sep
27
comment How to set event handlers via new RTTI? [D2010]
Thanks, Mason. That nails it.
Sep
27
asked How to set event handlers via new RTTI? [D2010]
Sep
25
comment Findfirst, findnext listing files but not directories… ?
Use "\\*" to display "\*". (even in comments - oh man!)
Sep
25
revised Findfirst, findnext listing files but not directories… ?
added 2 characters in body
Sep
25
answered Findfirst, findnext listing files but not directories… ?
Sep
25
comment Findfirst, findnext listing files but not directories… ?
And the problem is....
Sep
25
comment Delphi, charset detection ([Uni]SynEdit) - Utf8Decode problem
What happens when there's BOM?
Sep
23
awarded  Disciplined
Sep
22
answered Migrate to Delphi 2009 - Invalid Typecast problem
Sep
21
comment How to create Chrome like application in Delphi which runs multiple processes inside one Window?
Wait a minute! Is that it? SetParent? Good god! When I heard about the seperate process per tab thing I thought they wrote this uber-magical complex IPC library allowing you do that. Suddenly I feel enlightened :)
Sep
21
comment Elegant way for handling this string issue. (Unicode-PAnsiString issue)
Ditto. No perfect solution except modifying the DLL structures. Thanks for the suggestions.
Sep
21
comment Elegant way for handling this string issue. (Unicode-PAnsiString issue)
This would be best solution if modifying the DLL structures were an option. Thank you.
Sep
21
comment Elegant way for handling this string issue. (Unicode-PAnsiString issue)
Good POV. Thanks!
Sep
21
accepted Delphi < 2009, unicode replacement for JvAppStorage.
Sep
21
answered Can anyone suggest a DBMS which is fast and efficient at writes?
Sep
20
revised Elegant way for handling this string issue. (Unicode-PAnsiString issue)
edited title
Sep
20
asked Elegant way for handling this string issue. (Unicode-PAnsiString issue)
Sep
20
comment Assorted list of what’s new in Delphi [Language, RTL, VCL]?
Thanks for listing all of these.
Sep
20
comment Assorted list of what’s new in Delphi [Language, RTL, VCL]?
I wish it went back a little bit more. (it stops at D2007).
Sep
18
asked Assorted list of what’s new in Delphi [Language, RTL, VCL]?
Sep
18
awarded  Yearling
Sep
14
comment Delphi < 2009, unicode replacement for JvAppStorage.
@michal: mailed.
Sep
14
comment LoC (lines of code) metrics for Delphi?
Thanks to everyone, this seems to be a good metrics tool. Gotta check it out. ps. and yes LoC measuring alone is a useless metric. Though one justs wants to learn how big it is(!), for vanity you know :)
Sep
14
comment Delphi < 2009, unicode replacement for JvAppStorage.
michal, you're making an IDE aren't you. you're repeating all those questions i had in mind before :)
Sep
14
answered Delphi < 2009, unicode replacement for JvAppStorage.
Sep
14
asked LoC (lines of code) metrics for Delphi?
Sep
10
comment Delphi drag images challenge
Nice trick, thank you. Though I must add this doesn't give you much control over boundary checking either, except just a mere threshold.
Sep
9
comment Delphi PChar to C++ const char*
time to drop to assembly view :)
Sep
9
revised Pass a Delphi set to an external Delphi function from C#
added 3 characters in body
Sep
9
answered Pass a Delphi set to an external Delphi function from C#
Sep
9
answered Delphi VCL for Win32 - multiple event handlers.
Sep
9
answered Delphi PChar to C++ const char*