Search found 13 matches
- Thu May 15, 2008 6:14 am
- Forum: Module / Plugin Programming
- Topic: How to use DDMODAPI_START_EPG?
- Replies: 4
- Views: 8958
This may be an idea ... function OnGetModuleInfo(ModuleInfo: PModuleInfo): BOOL; stdcall; export; begin ModuleInfo^.dwModuleAPI:= MODULE_API_1_7; ModuleInfo^.szModuleName:= APP_NAME; ModuleInfo^.szModuleAuthor:= APP_AUTHOR; ModuleInfo^.szModuleEmail:= ''; ModuleInfo^.dwModuleVer:= APP_dwModuleVer; M...
- Mon Feb 11, 2008 8:16 am
- Forum: Feature Requests
- Topic: PIP menu - channels with SID
- Replies: 1
- Views: 5812
- Tue Jan 29, 2008 7:30 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
A new version. Snuffer: avoiding the files in Modules. The file is created in the temporary folder and then do what you like. rel: Speak themes, update "Female in English" and add "Male in French". You gave me this idea. Yet some things remain unresolved, can be viewed on yTpSpeak.txt. Meanwhile... ...
- Sat Jan 26, 2008 7:39 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
>Snuffer >I found out that if a scan is finish he make's a file in the map MODULES with that scan info perhaps a option to switch this on and off???? At the end of a scan not write any file. Only in snapshots. You can give an example of the file name or content to understand this. This sounds to me ...
- Fri Jan 25, 2008 7:05 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
>Snuffer >When Q = 100 left side of Q are out of window >When Q = 100 in list he shows as 1... >dvbdream give's window with "listindex out of bounds (Cool" scanning stops in line in INI file are 11914,H,27500 9A NBC-QPSK remove 9A etc and gone running no more out of bounds Fix. It was funny error of...
- Mon Jan 21, 2008 8:58 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
- Thu Jan 17, 2008 7:08 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
>Snuffer: >The snapshot function are not working in this nice MOD. The snapshot option is not developed, yet. Depends "Levels" works as I hope. Soon... >rel >here is another patch, which should work better: I will try this patch dd_patch_080116.rar today. >rel >the problem is that some TV cards dont...
- Wed Jan 16, 2008 9:23 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
- Tue Jan 15, 2008 7:08 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
[14/01/2008 9:07:45 p.m. : 2359] Signal Level: 0% Continuity Errors: 0 Received TS: 271137 [14/01/2008 9:07:46 p.m. : 3453] [MDAPI] (DD->Plugin) On_Menu_Select proc-ofs:1004C860 pipno:0 pluginno:0 msg.ItemId:0000014F [14/01/2008 9:07:53 p.m. : 10234] LOF1/LOFSW/LOF2:11250000/0/10750000 b22Khz:00 [14...
- Tue Jan 15, 2008 7:02 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
- Fri Jan 11, 2008 7:47 am
- Forum: Module / Plugin Programming
- Topic: Tuning a transponder for Signal Info Level and Quality...
- Replies: 22
- Views: 106453
Tuning a transponder for Signal Info Level and Quality...
With this code can not get the transponder is tune properly. Even when the program started without selecting a channel previously. Attempt a module that speak the values of quality and level of the signal. var ASatList: TSatList; ASglInfo: TSignalInfo; Quality, Level: String; procedure TFormMain.For...
- Fri Oct 05, 2007 8:41 am
- Forum: Module / Plugin Programming
- Topic: Current and Following EPG
- Replies: 2
- Views: 8463
- Mon Oct 01, 2007 8:47 am
- Forum: Module / Plugin Programming
- Topic: Current and Following EPG
- Replies: 2
- Views: 8463
Current and Following EPG
var AEpgInfo: TEPGInfo; begin SendMessage(DDHwnd, WM_MODULE_MSG, DMODAPI_GET_EPG_CURRENT, Integer(@AEpgInfo) ); Why AEpgInfo is nil here... SendMessage(DDHwnd, WM_MODULE_MSG, DMODAPI_GET_EPG_FOLLOWING, Integer(@AEpgInfo) ); and here... Please, howto get Current and Following EPG... Thanks, excuse my...