Looking for good docs on UI elements available in vbscript

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

dtsig
Posts: 3588
Joined: Mon Jan 24, 2011 6:34 pm

Looking for good docs on UI elements available in vbscript

Post by dtsig »

I have been working through some ui bits in vbscript, mostly by cannibalizing existing scripts, and I have searched the web looking for good information on the ui elements (properties/methods) available in vbscript and haven't really found anything. Maybe I am not extrapolating the information right. Anyone here know of a good site/document talking about the elements and their properties?
Thanks
Where's the db and ini stored
Reporting Bugs
Where tags are stored

Not affiliated with MediaMonkey ... just a RABID user/lover
DTSig
dtsig
Posts: 3588
Joined: Mon Jan 24, 2011 6:34 pm

Re: Looking for good docs on UI elements available in vbscri

Post by dtsig »

I asked about controls and their properties in vbscript (and mmw). For example a label. How can I assign the font to be bold. Does this really require me to create a skin for a form on the fly as is alluded to by being sent to the skin page?
Looking for ways to put a 'editline' on the form but make it protected. Want to just display text.

Tia
Where's the db and ini stored
Reporting Bugs
Where tags are stored

Not affiliated with MediaMonkey ... just a RABID user/lover
DTSig
dtsig
Posts: 3588
Joined: Mon Jan 24, 2011 6:34 pm

Re: Looking for good docs on UI elements available in vbscri

Post by dtsig »

Think i am working some of it out .. after 47 links in then back 2 then forward 3 and sideways 7 (almost like willy wonka's elevator) i really found the use of the .Common object(?). Think i will be able to work some of the bits out from that. Thanks anyway
Where's the db and ini stored
Reporting Bugs
Where tags are stored

Not affiliated with MediaMonkey ... just a RABID user/lover
DTSig
trixmoto
Posts: 10024
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK
Contact:

Re: Looking for good docs on UI elements available in vbscri

Post by trixmoto »

Yes, that's right, Label.Common.FontName controls which font the label uses.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Post Reply