2014-03-20, 01:57 PM
I'm very exictied at what I've accomplished so far.
It's beginning to look like exactly what I had in mind.
However, still no joy getting my second buttonlist to show up.
And for me that's a huge deal.
The status at this point is, when I fire up the plugin I immediately get the following error...
"Object reference not set to an instance of an object"
It must be caused by this statement I have in my Initialise sub:
Dim ExtraButtonStrip = New UiButtonStrip("ExtraButtonList", New String() {"John"}, Me, New Hashtable(), skinHelper)
I'm just not experienced enough to know for sure I'm adding the proper code to the proper location in the file.
A lot of the terms you use are not familiar yet to me.
How about if you add the necessary code to your Test3 file and let me figure it out from there.
That way you won't need to decipher my VB code, and it may be a better learning experience for me.
On another matter, I'm ready to get into the Play, Pause, Stop commands, etc.
Earlier you sent the commands to do the Play (which when I use it also seems to take care of PAUSE, FF, etc), and the DELETE which seems to work for me.
The one I really need now is the RESUME command.
Before I go off and try to create a popup to take care of all of this, I have a question.
Is it possible for me to somehow use the popup from your Recordings menu, as everything I need is already there?
As always, thanx for your help, your patience and mostly your time!
It's beginning to look like exactly what I had in mind.
However, still no joy getting my second buttonlist to show up.
And for me that's a huge deal.
The status at this point is, when I fire up the plugin I immediately get the following error...
"Object reference not set to an instance of an object"
It must be caused by this statement I have in my Initialise sub:
Dim ExtraButtonStrip = New UiButtonStrip("ExtraButtonList", New String() {"John"}, Me, New Hashtable(), skinHelper)
I'm just not experienced enough to know for sure I'm adding the proper code to the proper location in the file.
A lot of the terms you use are not familiar yet to me.
How about if you add the necessary code to your Test3 file and let me figure it out from there.
That way you won't need to decipher my VB code, and it may be a better learning experience for me.
On another matter, I'm ready to get into the Play, Pause, Stop commands, etc.
Earlier you sent the commands to do the Play (which when I use it also seems to take care of PAUSE, FF, etc), and the DELETE which seems to work for me.
The one I really need now is the RESUME command.
Before I go off and try to create a popup to take care of all of this, I have a question.
Is it possible for me to somehow use the popup from your Recordings menu, as everything I need is already there?
As always, thanx for your help, your patience and mostly your time!