DELPHI AREA
MESSAGE BOARD
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   FavoritesFavorites   Watched TopicsWatched Topics     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 1044 matches
DELPHI AREA Forum Index
Author Message
  Topic: Extract Icon from external file
Kambiz

Replies: 3
Views: 43

PostForum: Delphi Programming   Posted: 22/10/06 13:38   Subject: Extract Icon from external file
There is a small bug in Delphi prevents saving XP icons properly.

procedure SaveIconToFile(Icon: TIcon; const FileName: String);

procedure WriteIcon(Stream: TStream; Ic ...
  Topic: Wave format
Kambiz

Replies: 3
Views: 43

PostForum: DELPHI AREA's Products   Posted: 18/10/06 17:45   Subject: Wave format
I don't havd BCB to run your code, sorry. Anyway, here are some hints:

1) remove free(ptBfr); at line 79 in pPlayDataPtr event. Setting FreeIt to True will release the memory when it is no more nee ...
  Topic: Wave format
Kambiz

Replies: 3
Views: 43

PostForum: DELPHI AREA's Products   Posted: 18/10/06 16:45   Subject: Wave format
Besides OnDataPtr, did you handle OnFormat event properly?

TTS engines usually use none-PCM wave format as default for the output wave.
  Topic: Problems with LiveAudioPlayer and Async := True
Kambiz

Replies: 10
Views: 249

PostForum: DELPHI AREA's Products   Posted: 18/10/06 16:43   Subject: Problems with LiveAudioPlayer and Async := True
Johnny_Bit is absolutely right.

Hopefully in the next few weeks I can find time to release the updates for WA Package and SB Pro component.
  Topic: Problems with LiveAudioPlayer and Async := True
Kambiz

Replies: 10
Views: 249

PostForum: DELPHI AREA's Products   Posted: 12/10/06 22:32   Subject: Problems with LiveAudioPlayer and Async := True
Paw, thank you very much for this valuable information.
  Topic: TSimpleGraph Issues (and wish list)
Kambiz

Replies: 33
Views: 1730

PostForum: DELPHI AREA's Products   Posted: 12/10/06 22:29   Subject: TSimpleGraph Issues (and wish list)
1. The update is not released to public domain. :-S

2. When I find a little time for my hobbies. Sad
  Topic: TSimpleGraph Issues (and wish list)
Kambiz

Replies: 33
Views: 1730

PostForum: DELPHI AREA's Products   Posted: 12/10/06 10:48   Subject: TSimpleGraph Issues (and wish list)
I've already implemented (2-3 months ago) grouping and used a new graph object class.

However, I think it's time to write SG from scratch.
  Topic: WebBrowser & PageControl tabs
Kambiz

Replies: 3
Views: 91

PostForum: Delphi Programming   Posted: 11/10/06 19:25   Subject: WebBrowser & PageControl tabs
When you create a new tab, you can assign its index to Tag property of the related WebBrowser.
  Topic: Office Assistant in Delphi 2006
Kambiz

Replies: 1
Views: 66

PostForum: DELPHI AREA's Products   Posted: 11/10/06 19:21   Subject: Office Assistant in Delphi 2006
Yes, you can.

Of course, you may need to update [url=http://delphiarea.com/products/misc/DELPHIAREA.INC]DELPHIAREA.INC file.
  Topic: Bug fixes for TPicShow
Kambiz

Replies: 1
Views: 58

PostForum: DELPHI AREA's Products   Posted: 11/10/06 19:19   Subject: Bug fixes for TPicShow
The latest release is what you can find on the site.
  Topic: WebBrowser & PageControl tabs
Kambiz

Replies: 3
Views: 91

PostForum: Delphi Programming   Posted: 10/10/06 10:24   Subject: WebBrowser & PageControl tabs
Use TWebBrowser.OnTitleChange event
TPageControl.OnChanging occurs before changing the tab, use TPageControl.OnChange event
  Topic: TextFader
Kambiz

Replies: 2
Views: 89

PostForum: DELPHI AREA's Products   Posted: 07/10/06 12:22   Subject: TextFader
The code doesn't have range check problem.

Either turn off range check in compiler options or add {$R-} in the begining of the unit.
  Topic: Problems with LiveAudioPlayer and Async := True
Kambiz

Replies: 10
Views: 249

PostForum: DELPHI AREA's Products   Posted: 04/10/06 08:25   Subject: Problems with LiveAudioPlayer and Async := True
Even in this case everything works fine.

Anyway, you have to prevent re-occurrence of the OnClick event.
  Topic: Persian Date Managment
Kambiz

Replies: 2
Views: 99

PostForum: Delphi Programming   Posted: 04/10/06 07:33   Subject: Persian Date Managment
Please look for the answer at the following topic:
http://forum.delphiarea.com/viewtopic.php?t=10

I think in Windows Vista this issue is resolved.
  Topic: Problems with LiveAudioPlayer and Async := True
Kambiz

Replies: 10
Views: 249

PostForum: DELPHI AREA's Products   Posted: 02/10/06 12:39   Subject: Problems with LiveAudioPlayer and Async := True
I don't have BDS 2006, but checked your code out with BDS 2005 and Delphi 6, and everything worked as expected.
 
Page 1 of 70 Goto page 1, 2, 3 ... 68, 69, 70  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group