Hello Micah,
    I have tried your solutions about writing data on a bitmap. I'm succesfull with creating a persistent canvas but not in Immediate one. The main problem is how can I put a immediate canvas after creating a persistent canvas and putting a bitmap in it. Both canvasses are alligned over all client area. And the second big problem is creating a menu. My code looks like as follows
  main()
    Init picogui
    Create a persistent canvas
    Put a bitmap in it
    Create an immediate canvas
    Put some values
    Create a menu
    Eventloop
 end
but as you understand after putting a bitmap on persistent canvas the code does not run properly. Does anybody understand what the problem is ?
    Thank you guys.

Reply via email to