Page 1 of 1

Add gadget in ListIconGadget?

Posted: Tue Jul 16, 2019 5:22 pm
by doctorized
There are desktop apps that have lists like this one here. Is there a way to achieve it in PB? I want to add a button gadget or a button image gadget and the edit | del links are perfect for me. Any way to do them?

Re: Add gadget in ListIconGadget?

Posted: Tue Jul 16, 2019 6:28 pm
by Bisonte
Create a ContainerGadget with all your needed gadgets, or a Canvas with Container Flag.

Re: Add gadget in ListIconGadget?

Posted: Tue Jul 16, 2019 7:03 pm
by wombats
Thorsten1867's ListEx Gadget might do what you want.

Re: Add gadget in ListIconGadget?

Posted: Wed Jul 17, 2019 3:57 pm
by doctorized
Bisonte wrote:Create a ContainerGadget with all your needed gadgets, or a Canvas with Container Flag.
Obviously, you didn't see the picture to find out what I want. See this image then: Image
As you see in Form1, the list has buttons and progressbars among others. This is what I need with links like in the image in my initial post.
wombats wrote:Thorsten1867's ListEx Gadget might do what you want.
Yes, this is the kind of code I am looking for but this code requires PB 5.7x. I currently use 5.62 and I can't go to 5.7x right now. Anything for 5.62?

Re: Add gadget in ListIconGadget?

Posted: Wed Jul 17, 2019 4:24 pm
by Bisonte
I saw your picture, but I thought you want these buttons on top of the listicon :oops: my fault

Code: Select all

I currently use 5.62 and I can't go to 5.7x right now
Why not ? An update don't break the code.... maybe some minimal adjustments...

Re: Add gadget in ListIconGadget?

Posted: Wed Jul 17, 2019 4:42 pm
by Mijikai
Bisonte wrote:I saw your picture, but I thought you want these buttons on top of the listicon :oops: my fault

Code: Select all

I currently use 5.62 and I can't go to 5.7x right now
Why not ? An update don't break the code.... maybe some minimal adjustments...
Im also on 5.62 so i can safely use strings - all current versions
have a nasty memory bug that has not been fixed.

Re: Add gadget in ListIconGadget?

Posted: Wed Jul 17, 2019 5:59 pm
by doctorized
Mijikai wrote:Im also on 5.62 so i can safely use strings - all current versions
have a nasty memory bug that has not been fixed.
+1

Re: Add gadget in ListIconGadget?

Posted: Wed Jul 17, 2019 9:49 pm
by BarryG
Mijikai wrote:Im also on 5.62 so i can safely use strings - all current versions
have a nasty memory bug that has not been fixed.
What's this about? Was there a bug report posted in these forums?

Re: Add gadget in ListIconGadget?

Posted: Sun Oct 13, 2019 9:49 pm
by BarryG
BarryG wrote:What's this about? Was there a bug report posted in these forums?
Bump. It's been 3 months since I asked this and nobody has answered it. Is this a bug I need to be aware of?