2011-12-21, 10:13 PM
Is that something that I can access via API?
2011-12-21, 10:13 PM
Is that something that I can access via API?
2011-12-21, 10:32 PM
The app is just using SimpleMessageBox popup to ask the user if they'd like to resume or not. If they select 'yes', then immediately after it starts playback, it calls PluginHelperFactory.GetInstance.GetPlaybackProxy().SetPosition(xxxx);
2011-12-21, 10:35 PM
(This post was last modified: 2011-12-21, 10:49 PM by mvallevand.)
Couldn't you just use a two button Popup?
Code: args = new Hashtable(); Martin
2011-12-22, 02:40 AM
With the NUtility.Base.SimpleMessageBox is one of the args for the box a name or some such?
So if you 2 different boxes you can tell which is which? I've been able to do it from the button names (Resume, restart, yes, no) but wondering is there was a way of "naming" a box - say ResumeBox and DeleteBox?
2011-12-22, 02:45 AM
In my example I just had popup as global in the class so the x == popup matches the one I am testing. You could use x == m ResumeBox x== DeleteBox
Martin
2011-12-22, 02:49 AM
Oh, so you had popup as one box as a global, and popup2 say as a second one?
2011-12-22, 02:52 AM
Yes, exactly.
Martin |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Video streaming URL and parameters? | cncb | 1 | 1,530 |
2021-10-22, 06:58 PM Last Post: sub |
|
Extras device - using hardware video encoder | gdogg371 | 6 | 2,709 |
2021-03-09, 12:18 AM Last Post: gdogg371 |
|
Loading Local Video Files | Syler | 25 | 5,533 |
2021-03-07, 09:20 PM Last Post: Syler |
|
Resuming a video | imilne | 28 | 13,770 |
2016-10-30, 09:27 PM Last Post: mvallevand |
|
How to tell when video playback has finished in web client? | cncb | 6 | 3,984 |
2015-09-29, 08:07 PM Last Post: cncb |
|
VIdeo playback from plugin | mvallevand | 5 | 3,224 |
2015-08-06, 10:43 PM Last Post: sub |
|
Inset Video - Stop | mvallevand | 2 | 1,894 |
2013-08-07, 09:57 PM Last Post: mvallevand |
|
Video Library Fanart Transparency | tieke | 7 | 3,612 |
2013-01-09, 08:23 AM Last Post: tieke |
|
NMT Video Playback - does it receive start/stop events | psycik | 8 | 3,121 |
2012-07-15, 10:01 PM Last Post: mvallevand |
|
sample video overlay plugin source code? | reven | 2 | 2,212 |
2011-10-03, 12:42 AM Last Post: reven |