MediaMonkey Development www page

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: MediaMonkey Development www page

by RedX » Wed Dec 26, 2007 6:21 pm

Anyone has any idea which ones are the new icon index?
The wiki only has MM2 item indexes...

by RedX » Sat Aug 11, 2007 1:24 pm

Isn't it time this points to the wiki?

http://www.mediamonkey.com/wiki/index.php/Scripting

by streawkceur » Sun Feb 04, 2007 9:28 am

I've also had problems with the CHM help. I posted my (completely different) solution here: http://www.mediamonkey.com/forum/viewto ... 5363#75363

by Teknojnky » Thu Mar 23, 2006 6:52 pm

Yea that looks like it, I posted that as copy/paste out of the script help and eventually figured out what was wrong with my code and didnt come back to check on this code.

8)

by jiri » Thu Mar 23, 2006 5:59 pm

Isn't it because 'InitSheet2' isn't defined there?

Jiri

by Teknojnky » Wed Mar 22, 2006 11:44 am

onkel_enno wrote:Because I'm always searching for the latest Beta of the Scripting Help file, I set my bookmark here :)

http://www.mediamonkey.com/beta/MediaMo ... ipting.chm

is this still the most current scripting help?


I am getting an error trying to use the example code for adding option sheets:

Code: Select all

Example code


Sub OnStartup
  ' Create our own option sheet
  ind = SDB.UI.AddOptionSheet( "Test", Script.ScriptPath, "InitSheet", "SaveSheet", 0)
  ' Create another sheet as a child of the previous one
  SDB.UI.AddOptionSheet "Test2", Script.ScriptPath, "InitSheet2", "", ind
  ' Create one more sheet that is a child of Player sheet
  SDB.UI.AddOptionSheet "Player test", Script.ScriptPath, "InitSheet2", "", -2
End Sub

Sub InitSheet( Sheet)
 ' Prepare the sheet here...
End Sub

Sub SaveSheet( Sheet)
 ' Save entered values
End Sub
The error:

"Error happened during script execution:
Unknown name"

MM 2.5.2.951

by MrPixar » Sat Jan 07, 2006 3:40 pm

Very useful information on that site. Thanks for posting it. Now, I just gotta get *my* name in that dern list :D

by Morten » Sat Jan 07, 2006 11:45 am

I'm missing in the list... :(

Re: Anyone know why I can't get the help file to work?

by leavhouse » Sat Jan 07, 2006 11:22 am

Hi KR, are you running Windows XP or Server 2003?

Windows security settings are probably blocking the content. To unblock:
1) right click on the downloaded MediaMonkeyScripting.CHM file
2) choose properties.
3) Click the Unblock button (on the General tab)
4) Reopen the MediaMonkeyScripting.CHM file.
The right pane should work now.

See http://support.microsoft.com/kb/892675/

Hope this helps. It fixed my situation!

Scott
KR wrote:I am trying to open the scripting help file, but I can't make it work. All the contents, etc. come up in the left pane, but the right pane has only the message "Action cancled, internet explorer was unable to link to the web page you requested, blah, blah, blah."

Anyone have any ideas?

Thanks

Anyone know why I can't get the help file to work?

by KR » Sat Jul 30, 2005 1:21 pm

I am trying to open the scripting help file, but I can't make it work. All the contents, etc. come up in the left pane, but the right pane has only the message "Action cancled, internet explorer was unable to link to the web page you requested, blah, blah, blah."

Anyone have any ideas?

Thanks

by onkel_enno » Wed Apr 27, 2005 5:05 am

Because I'm always searching for the latest Beta of the Scripting Help file, I set my bookmark here :)

http://www.mediamonkey.com/beta/MediaMo ... ipting.chm

by b0b0b0b » Thu Aug 19, 2004 11:58 am

Looking over the new API now. It's great! Thanks again guys

by b0b0b0b-guest » Thu Aug 19, 2004 11:47 am

Thanks for building this developer's site.

by Freexe » Thu Aug 19, 2004 4:49 am

While we are on the topic of the website, would it be possible to use mod_rewrite or something on the url from mediaomnkey.com/forum to the song-db one so i can bookmark forum posts instead of just sticking it in a frame, its kinda just lazy to use a frame.

Cooooooooollll :-)

by TheRocket » Wed Aug 18, 2004 8:22 pm

I'm just waiting an object to add buttons to the song property window! That will be so cool!

Now the possibilities are endless!!!

Mediamonkey surpassed itself every time!

Top