okamibl / xy-vsfilter

Automatically exported from code.google.com/p/xy-vsfilter
0 stars 0 forks source link

IDirectVobSub2:get_HideSubtitles not working. #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Calling the IDirectVobSub2's "get_HideSubtitles" function.

What is the expected output? What do you see instead?
I expect to get a boolean whether the subtitles are active (or not).
The boolean value is always returned unchanged.

What version of the product are you using? On what operating system?
3.0.211

Please provide any additional information below.

When setting "B" to False and then calling 
"IDirectVobSub2:get_HideSubtitles(B)", "B" always returns "false".
When setting "B" to True and then calling 
"IDirectVobSub2:get_HideSubtitles(B)", "B" always returns "true".

Original issue reported on code.google.com by inmat...@gmail.com on 18 Mar 2013 at 3:21

GoogleCodeExporter commented 8 years ago
Have a brief check on this.
The show/hide subtitle toggle memu item on xy-vsfilter's systray also uses that 
get_HideSubtitles method and that memu item is work right. So it is unlikely 
that get_HideSubtitles is not functioning at all.

>> IDirectVobSub2:get_HideSubtitles(B)
You're doing IDirectVobSub2:get_HideSubtitles( & B ), aren't you?

Original comment by YuZhuoHu...@gmail.com on 23 Apr 2013 at 2:20

GoogleCodeExporter commented 8 years ago
After our developer's explanation, do you still see there to be an issue with 
IDirectVobSub2:get_HideSubtitles functionality or can we close this?

Original comment by cyber.sp...@gmail.com on 22 Jul 2013 at 2:56

GoogleCodeExporter commented 8 years ago

Original comment by cyber.sp...@gmail.com on 8 Apr 2014 at 12:56

GoogleCodeExporter commented 8 years ago
I used a work-around for the original issue I encountered.

Original comment by inmat...@gmail.com on 16 Apr 2014 at 12:12