Re: SweetyVD (Visual Designer)
Posted: Sat Feb 08, 2020 2:47 am

http://www.purebasic.com
https://www.purebasic.fr/english/
On the principle Yes, multi-level should be possiblesrod wrote:Very impressive.
Does that allow you to edit a container within another container say?
Code: Select all
Case #PB_EventType_LeftButtonDown
CurrentItemXOffset = GadgetX(\ParentGadget) + GadgetX(EventGadget()) + GetGadgetAttribute(EventGadget(), #PB_Canvas_MouseX)
CurrentItemYOffset = GadgetY(\ParentGadget) + GadgetY(EventGadget()) + GetGadgetAttribute(EventGadget(), #PB_Canvas_MouseY)
Select GadgetType(\ParentGadget)
Case #PB_GadgetType_Panel
CurrentItemYOffset + GetGadgetAttribute(\ParentGadget,#PB_Panel_TabHeight)
Case #PB_GadgetType_ScrollArea
CurrentItemXOffset - GetGadgetAttribute(\ParentGadget, #PB_ScrollArea_X)
CurrentItemYOffset - GetGadgetAttribute(\ParentGadget, #PB_ScrollArea_Y)
EndSelect
I've made good progress.srod wrote:Very impressive.
Does that allow you to edit a container within another container say?
Here is the first betaFlatEarth wrote:Wow bravo, that's great, I'm waiting to test it ...![]()
I'm sorry, I don't have enough time, like you.ChrisR wrote: If you have a little more time and you want to do the Insert(Extract)XMLStructure, it's with pleasure![]()