I am using the FD version one which came with PB 5.00 final (but FD still reports as "Purebasic Form Designer 5.0 beta 3"), I don't know if there is a more recent version.
When I try to select gadgets with CTRL key pressed, I see a menu with delete, copy... allign etc but nothing is selected.
toggle button:
I think that a second line is required to insert a new image for the pressed state; here is a toggle button as appeared when created with PureForm:
Code: Select all
ButtonImageGadget(#ButtonImage_KEY, 9, 345, 67, 50, CatchImage(#Image_ButtonImage_187, ?Image_ButtonImage_187), #PB_Button_Toggle)
SetGadgetAttribute(#ButtonImage_KEY, #PB_Button_PressedImage, CatchImage(#Image_ButtonImage_187_Pressed, ?Image_ButtonImage_187_Pressed))