Page 1 of 1

Posted: 03 Aug 2011, 14:22
by protofuse
hey mates,

Is there a way to use bitmaps in Listbtn instead of a comma text ?

I tried to use a back bitmap without comma text, it works, but of course there is not difference between selected area and unselected ones.

It would be a nice exercise for me to code that with the ..sdk.
if I can use time for this, I'll do it asap!

Posted: 03 Aug 2011, 14:56
by nay-seven
Yes, could be a good idea !
waiting for this , here a kind of workaround:

using several switches to create a fake listbtn:

*each switch has his own layout on/off
*each value is set to group1/at least one
*switch values increment 0 to N
*listBtn is set to invisible
Image

Posted: 03 Aug 2011, 17:02
by protofuse
perfect.
it works fine & it is enough!!

Posted: 03 Aug 2011, 21:04
by 23fx23
can use matrix too, or a panel img/ and as it gives you mouse Y pos in 0..1 range, multiplicat by nb of item and picking value on clic would be equivalent to a list box, however latest won't have visual feedback..

make me think with vertical faders man can make it's own multiframes sequences, but im not sure faders got BMP pin outputs..
but arrays for sure got bmp outputs, so a sequence higlighting items one after the other should work.