Harriv

1,161
Reputation
186 views

Registered User

Name Harriv
Member for 1 year
Seen 1 hour ago
Website
Location
Age
1d
asked Error message “Incorrect values within SQLDA structure” with Firebird and Delphi 2009
Nov
16
awarded  Popular Question
Nov
13
comment How to use argument in a cast with Delphi
Interesting solution, but complicated. Is there ever reason for using this kind of solution?
Nov
13
comment How to use argument in a cast with Delphi
Of course, I wonder why i didn't think this myself.
Nov
13
comment How to use argument in a cast with Delphi
This is great, I didn't know this difference between hard and safe type casting.
Nov
13
revised How to use argument in a cast with Delphi
fixed variable name
Nov
13
comment How to use argument in a cast with Delphi
Jeroen, you're right.
Nov
12
comment Not more than 4 GB allowed on 64bit processor!!
Which operating system? Which compiler?
Nov
12
asked How to use argument in a cast with Delphi
Nov
5
comment Developing nested applications
Another related question: stackoverflow.com/questions/1455111/…
Nov
1
revised python image recognition
deleted 6 characters in body
Oct
31
accepted How to manipulate an image at pixel level in C?
Oct
29
revised How to deploy Python to Windows users?
edited tags
Oct
27
comment lambda versus list comprehension performance
Also note that S should be ordered list when using binary search.
Oct
27
comment lambda versus list comprehension performance
Binary search copy-pasted from here: stackoverflow.com/questions/212358/…
Oct
27
answered lambda versus list comprehension performance
Oct
23
comment Find current method name in Delphi
Which Delphi version?
Oct
23
answered Delphi - preview a Rave report on the form
Oct
22
comment python contour for binary 2D matrix
In machine vision application I've been using there's contour output in blob tool, but unfortunately I don't see such feature in OpenCV. That would've been elegant solution..
Oct
22
comment python contour for binary 2D matrix
Oh wait, you got the example image with sobel and it has too many points?
Oct
22
comment python contour for binary 2D matrix
The filter will give you the bitmap/matrix where you can find all the indices like you did in your code.
Oct
22
comment python image recognition
That's true, you should select the set of features which are most meaningful for the set of the objects you're trying to recognize. Fill ratio is only one feature.
Oct
21
answered How to manipulate an image at pixel level in C?
Oct
21
answered python image recognition
Oct
21
answered python contour for binary 2D matrix
Oct
21
answered Why is this simple python class not working?
Oct
15
answered How do I get the command-line parameters for certain button clicks in a application?
Oct
12
comment Onboard Symbian Programming Language
"Python core is upgraded to 2.5.4" -March 24
Sep
21
comment How to create Chrome like application in Delphi which runs multiple processes inside one Window?
Thanks, but I'm really looking for multiprocessing, not plugin architecture.
Sep
21
comment How to create Chrome like application in Delphi which runs multiple processes inside one Window?
Thank you for suggestion, but I'm using some ActiveX components which need to run in main thread.
Sep
21
asked How to create Chrome like application in Delphi which runs multiple processes inside one Window?
Sep
16
awarded  Yearling
Sep
10
asked Finding out position of a control inside TGridPanel
Aug
27
awarded  Popular Question
Aug
16
comment How to avoid circular unit reference?
Maybe you should have TChessController for moving the pieces?
Aug
9
comment Creating a custom form designer
Thank, that get's me on right track I hope, althought the content is pretty incomplete.
Aug
9
comment Creating a custom form designer
I'm not thinking visual components, but TDataModule replacement for non-visual components. I think I can handle the user interface part of the problem, but I've no idea how to integrate such thing with Delphi so that I can create TMyOwnDataModule in design time and add new components.
Aug
9
comment Creating a custom form designer
Do you have any pointers how to design completely new TDataModule? I think that the source code for current TDataModule designer is not available.
Aug
8
asked Creating a custom form designer
Aug
4
comment How to call the RJ45 as a serial port for interfacing?
RJ45 is just a standard for the physical connector. You can transfer serial communication or ethernet traffic over that connector, but you cannot use ethernet hardware for RS232 communication.
Aug
4
comment Delphi 2009 refactoring error
Do you have all updates installed?
Aug
2
revised List of freely available programming books
Added The Pylons Book
Jul
26
comment Programmatically prevent Windows to shutdown
Not all applications are standard desktop applications. For example WinXP Embedded based industrial operation panels are one place where this kind of feature could be useful.
Jul
25
comment How do you turn on the microphone?
If you want "live", you need to record in small chunk, then send that data to receiving computer, buffer some and playback that buffer.
Jul
25
answered How do you turn on the microphone?
Jul
10
comment How to bring front or launch browser in Delphi
According Cobus Kruger's comment, I think it's the tabbed browser (tested with IE and Chrome) which causes problems for EnumWindows.
Jul
10
comment How to bring front or launch browser in Delphi
..and this doesn't work, if IE is running in the background it is not restored to foreground window.
Jul
10
comment How to bring front or launch browser in Delphi
This seems to be specific to IE, what about default browser?
Jul
10
asked How to bring front or launch browser in Delphi
Jun
30
awarded  Popular Question