Search found 13 matches

by yeyotheiron
Thu May 15, 2008 6:14 am
Forum: Module / Plugin Programming
Topic: How to use DDMODAPI_START_EPG?
Replies: 4
Views: 6430

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...
by yeyotheiron
Mon Feb 11, 2008 8:16 am
Forum: Feature Requests
Topic: PIP menu - channels with SID
Replies: 1
Views: 3714

Yes, this is necessary...
by yeyotheiron
Tue Jan 29, 2008 7:30 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

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... ...
by yeyotheiron
Sat Jan 26, 2008 7:39 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

>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 ...
by yeyotheiron
Fri Jan 25, 2008 7:05 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

>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...
by yeyotheiron
Mon Jan 21, 2008 8:58 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

Here is a better idea. Of course it is necessary dd_patch_080116.rar, with this version work as expected everything.

yTpSpeak_v1.0.2.268_Beta.rar file deleted.

Thanks rel, DD is great, tremendous job.
by yeyotheiron
Thu Jan 17, 2008 7:08 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

>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...
by yeyotheiron
Wed Jan 16, 2008 9:23 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

Here is the idea, but as you can see is not yet finished.

yTpSpeak_v1.0.2.101_Alpha.rar file deleted.

The source code is no big deal. I also add it.

Thanks, excuse my English.
by yeyotheiron
Tue Jan 15, 2008 7:08 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

[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...
by yeyotheiron
Tue Jan 15, 2008 7:02 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

Right now this patch allows tune.

The signal information, Quality and Level, also reflect tuning.

But, later:

SendMessage(DDHwnd, WM_MODULE_MSG, DDMODAPI_GET_TRANSPONDER_INFO, Integer(@_TransponderInfo));

It does not reflect the new Transponder tuned.

Thanks, excuse my English.
by yeyotheiron
Fri Jan 11, 2008 7:47 am
Forum: Module / Plugin Programming
Topic: Tuning a transponder for Signal Info Level and Quality...
Replies: 22
Views: 57890

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...
by yeyotheiron
Fri Oct 05, 2007 8:41 am
Forum: Module / Plugin Programming
Topic: Current and Following EPG
Replies: 2
Views: 5539

Thanks...
by yeyotheiron
Mon Oct 01, 2007 8:47 am
Forum: Module / Plugin Programming
Topic: Current and Following EPG
Replies: 2
Views: 5539

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...

Go to advanced search