I try to use a same surface for two indicators.
I try that with the Gpslockout plugin .
That i should like is to have a off image and on image when the plugin is ready:
Code:
I,490,0,34,34,"GpsLockout"
IND,GpsLockout,Indicators\GpsLockout_off.png,Indicators\GpsLockout_on.png
and two other image off and on when the lock fonction is active:
Code:
I,490,0,34,34,"GpsLockout_Engaged:b",300,500
IND,GpsLockout_Engaged,Indicators\GpsLockout_off.png,Indicators\GpsLockout_Engaged_on.png
That i have understood, i think, is that the last lines have priority, and if the lock is not engaged (no gps) but plugin 'on', this is the last 'GpsLockout_off.png' (red) ,that have priority .
That i should like to see is the 'GpsLockout_on.png' (green)
I upload my indicators for the test!
I should like to have:
When the plugin is off:

When the plugin is on but lock not engaged(no gps found):

When the plugin is on and the lock is engaged(gps found):

I have tried also to don't use the off picture for the last indicator but, here , if i stop the gps, the plugin indicator (GpsLockout) stay always off!
Code:
I,490,0,34,34,"GpsLockout"
IND,GpsLockout,Indicators\GpsLockout_off.png,Indicators\GpsLockout_on.png
I,490,0,34,34,"GpsLockout_Engaged:b",300,500
IND,GpsLockout_Engaged,,Indicators\GpsLockout_Engaged_on.png
Thanks for all help !
Bookmarks