2008-03-02, 04:19 AM
I suspected that may have been the case. Thanks again for the very useful classes.
2008-03-02, 04:19 AM
I suspected that may have been the case. Thanks again for the very useful classes.
2008-04-04, 10:34 PM
Someone posted an issue with skiptool that was previously working on the previous version of pvrx2 and is failing on the lastest version of pvrx2.
Seems like there is some issue in the dispose since there are a few more buttons that it should dispose of (at least that is the case on the one mine which seems to work ok) 2008-04-04 21:24:59.812 VERBOSE [1] SkipToolfile exists starting parse 2008-04-04 21:24:59.828 VERBOSE [1] SkipTool End parse Rate is 2500 Count is 2 2008-04-04 21:24:59.828 VERBOSE [1] SkipTool Prepare to bring up mediapopup on J:\TV\REC\Little Britain\Little Britain_20080327_20402110.mpg 2008-04-04 21:24:59.828 VERBOSE [1] RecordingDialogPopup: Constructor - called 2008-04-04 21:25:00.390 VERBOSE [1] popup: Dispose() - ENTER 2008-04-04 21:25:00.390 VERBOSE [1] WizUiButton: Dispose()- RemoveButton 2008-04-04 21:25:00.406 VERBOSE [1] WizUiButton: Dispose()- RunitButton 2008-04-04 21:25:00.546 ERROR [1] Unexpected error: System.InvalidCastException: Unable to cast object of type 'System.Collections.ArrayList' to type 'GBPVR.Public.GBPVRUiElement'. at CAllocatorPresenter.DisposeElementList(CAllocatorPresenter* , ArrayList disposeList) at NativeUtilities.MediaHelper.disposeElementList(ArrayList disposeList) at GBPVRX2.xdd215986d9a64c86.DisposeResources(ArrayList disposeList) at GBPVRX2.UiSupport.UiButton.Dispose() at WizUtilities.WizUiHelper.WizUiButton.Dispose() at WizUtilities.WizUiHelper.WizControlManager.Dispose() at Skipper.QueuePopup.Dispose() at Skipper.SkipTool.setPopup(IMenuTask popup) at Skipper.SkipTool.handlePopupCallback(Object popup, String command) at GBPVRX2.Popups.PopupBase.GetRenderList() at Skipper.QueuePopup.GetRenderList() at Skipper.SkipTool.GetRenderList() at GBPVRX2.MenuTask.x9006c1ed9ccb79de.GetRenderList() at GBPVRX2.x0061b801bdf12d35.xdb012c437aec4a40(Boolean xd23bf32f3b17e3be) at GBPVRX2.xb979ad394703258e.xfb409e85bd292293(String[] xf18a926310372520) 2008-04-04 21:25:00.546 VERBOSE [1] MultiLine renderingRequired. 2008-04-04 21:25:00.546 VERBOSE [1] currentIndex = 1 detailsViewVisibleIndex = 0
2008-04-05, 03:02 AM
pastro Wrote:Someone posted an issue with skiptool that was previously working on the previous version of pvrx2 and is failing on the lastest version of pvrx2.I think there may have been a bug in WizUiHelper.DLL v1.0.15.4. I've updated it in 1.0.15.5 (on the wiki). You might have them load that version and try to recreate the problem.
2008-04-05, 03:25 AM
JavaWiz Wrote:I think there may have been a bug in WizUiHelper.DLL v1.0.15.4. I've updated it in 1.0.15.5 (on the wiki). You might have them load that version and try to recreate the problem. I'm using 1.0.15.6 which I dl'ed from the wiki today. Is that the right version?
2008-04-05, 03:29 AM
pastro Wrote:I'm using 1.0.15.6 which I dl'ed from the wiki today. Is that the right version?yes
2008-04-05, 03:25 PM
Ok the person that was having trouble with skiptool got the latest version of wizutilities and now it works fine. Thanks.
2008-04-05, 03:27 PM
pastro Wrote:Ok the person that was having trouble with skiptool got the latest version of wizutilities and now it works fine. Thanks.Great. The bad version was out there for about 1 day, so a few folks might have got it.
2008-04-08, 09:50 AM
Greetings JW;
So, I've been using (and loving GBPVR) for a few months now and really want to get into plugin development. I've been reading and tinkering with this, that and the other thing for a month or so and am starting to glean some understanding of how the dll/skin thing all hangs together. Please forgive in advance my painfully "stupid" (I know, there aren't any stupid questions, but I'm going to push that belief) questions, but I figure I should just jump in and start somewhere. As I've been looking at the different methods people have put together, I like what I'm reading about your WizUiHelper stuff. I've pulled in the 1.0.15.6 version and have started reading through the documents. While reading point #7 in the "Setup the Project" section of the Documentation.doc, you mention that the skin should be copied to the skin2/blue directory. Does your stuff work with the Community3 skin or should I be sticking with blue for all my coding joys? (I guess both as a rule AND a generality)... Thanks, Pg
2008-04-08, 10:00 AM
Powergrid Wrote:While reading point #7 in the "Setup the Project" section of the Documentation.doc, you mention that the skin should be copied to the skin2/blue directory. Does your stuff work with the Community3 skin or should I be sticking with blue for all my coding joys? (I guess both as a rule AND a generality)...It is best to start with a Blue skin file, sub requests that all plugins work with the default GB-PVR skin. If you want to supply a CS3 skin in addition to this than I'm sure fatman_do and myself would welcome it ![]()
My Projects
Programs Plugin [SIZE=2](retired) | Volume OSD Plugin (retired) | Documentation Wiki (retired)[/SIZE]
2008-04-08, 01:45 PM
Hi McBain;
That makes a lot of sense. I really floundered for a while before I realized I a had to slow down and do some research. It's the good 'ol "walk before you run" scenario... Thanks. |
|