I'm just now getting around to using the new ReturnIndicatorEX... and for some reason i cant get an image to display in my indicator. In a test .dll i have the following code:
Code:
Public Function ReturnIndicatorEX(ByVal IND As String) As String
ReturnIndicatorEX = ""
Select Case LCase(IND)
Case "pluginimage"
ReturnIndicatorEX = "D:\MovieTimes.jpg"
End Select
End Function
There is a image file named movietimes.jpg in the correct path.. so why isnt anything displaying in the indicator?
EDIT... the same code works within ReturnIndicator just not ReturnIndicatorEX
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
Last edited by Sonicxtacy02; 10-15-2008 at 04:21 PM.
|