Code: Select all
OpenWindow(1,0,0,800,600,"Image")
image=CreateImage(#PB_Any,200,200,32,RGBA(220,0,0,255))
gadget=ImageGadget(#PB_Any,10,10,ImageWidth(image),ImageHeight(image),ImageID(image))Code: Select all
OpenWindow(1,0,0,800,600,"Image")
image=CreateImage(#PB_Any,200,200,32,RGBA(220,0,0,255))
gadget=ImageGadget(#PB_Any,10,10,ImageWidth(image),ImageHeight(image),ImageID(image))Thanks FredFred wrote: Mon Jun 02, 2025 1:52 pmI will try to add it.Peter wrote: Mon Jun 02, 2025 11:43 am Thanks for the new version!
What are the chances that this feature request will also be included in the new version?
Add javascript and CSS scripts in the compilation options.