Re Low-Joe: Putting an image veiw on a panel for cards
This is directed to the author of Low-Jo. I want to try the imageview on top of panel method. The example which seems to use this is the horse running over a background of Montana in the LAYERS program source code. I spent all day trying to cut and past that code to produce just a table and a single card image on top, but the LAYERS source code is very complex, addressing sizing and motion, and a data base with animated images of the horse facing two different directions. If I could just find a tutorial which shows the essential dims and initializing necessary to set up one background panel, one overlaying transparent canvas and on image in a rectangle that sits on the transparent canvas, if I could get some clear explanation of setting up those three things, I could get started and use the principles over and over. I know how to set up a panel of course. What about the transparent layer over it, and the imageview on top of it? What tutorial explains the rectangle with an image view in it? I'd like to see a source code which is like a simplified version of the layers program, which just sets up the rect on an over laying canvas. Thank you in advance for any help. .