try using "Call ReadAlbumFile" instead, might work
Here's the initialize portion of my plugin.
The problem i'm having is that "ReadAlbumFile" sub is not running on start up. Used to work just fine under the old plugin source, but I don't understand why it's not working now.Code:Private Sub Class_Initialize() If RunOnce = False Then ' only want to do once RunOnce = True 'Code here is executed when loading the Extension plugin ' set RRSDK (this is the sub class) Set RRSDK = New RRSDK Set Tag = New cMP3ID3v2 ' \\ Initialize taskmanager to show applications on startup task = 0 ' \\ Initialize album browser ReadAlbumFile End If End Sub
The sub "ReadAlbumFile" is fine. If I call it using a button command, it works flawlessly.
Am I missing something?
TIA!
Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2
try using "Call ReadAlbumFile" instead, might work
RideRunner...The #1 FE, PERIOD.
Current Project: DFXVoice [v1.0 Released]
Next in line: RRMedia v2.0
DFX 5.1.1 Skin
Appstore Link
My RideRunner Plugins
RRMedia
RRExtended
DFXVoice
"There are no bugs - only undocumented features."
code looks fine to me. Is the sub private or shared?
NOVA, MD, DC Monthly Meets Here
Ride Runner and Centrafuse 3 plugin creator
mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
Find my plugins on the MP3Car App Store!
Follow Me on Twitter or Facebook
Live mp3Car Facebook Chat
Tried Call and that didn't work either.
The sub is shared.
The sub calls for sdk info ("RRPATH"). If it's not available, it exits. Maybe it has something to do with that?
Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2
NOVA, MD, DC Monthly Meets Here
Ride Runner and Centrafuse 3 plugin creator
mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
Find my plugins on the MP3Car App Store!
Follow Me on Twitter or Facebook
Live mp3Car Facebook Chat
Bookmarks