largo_winch
01-03-2013, 12:15
http://www.thinbasic.com/community/showthread.php?12014-mouse-over-problem-(UI)&p=88057#post88057
a) next simple question if there's a chance with current thinbasic beta issue how to set a "picture (image)" on a button control. is there's any way for it? I have to create an image list for it? any example or link or info here at the board?
b) according to an example from ui folder/canvas/ with LIVEIMAGE or Imagebackground (the timer example with the cat and green and red point on gui) I have another question how to set the background for an image to "transparent" ? the image background for that example is a simple string (sImagebackground) and is setting by a usual canvas control. But if I move a picture over another one there are pixel artefacts (streams). I think it belongs to the background that should have same color as my font example has shown with foreground/background rgb's. but an image by loading from a string has no foreground/background colour nor the canvas control ;) I suppose I have to change clear canvas color(rgb(a,b,c),rgb(a,b,c) for it. but how?
bye, largo
a) next simple question if there's a chance with current thinbasic beta issue how to set a "picture (image)" on a button control. is there's any way for it? I have to create an image list for it? any example or link or info here at the board?
b) according to an example from ui folder/canvas/ with LIVEIMAGE or Imagebackground (the timer example with the cat and green and red point on gui) I have another question how to set the background for an image to "transparent" ? the image background for that example is a simple string (sImagebackground) and is setting by a usual canvas control. But if I move a picture over another one there are pixel artefacts (streams). I think it belongs to the background that should have same color as my font example has shown with foreground/background rgb's. but an image by loading from a string has no foreground/background colour nor the canvas control ;) I suppose I have to change clear canvas color(rgb(a,b,c),rgb(a,b,c) for it. but how?
bye, largo