More #PB_EventType_LeftDoubleClick troubles

Just starting out? Need help? Post your questions and find answers here.
vmars316
Enthusiast
Enthusiast
Posts: 464
Joined: Fri Jun 29, 2012 12:24 am
Contact:

More #PB_EventType_LeftDoubleClick troubles

Post by vmars316 »

Hello ,
Turns out
the only gadget that can receive #PB_EventType_LeftDoubleClick are these :
CanvasGadget
OpenGLGadget
ExplorerListGadget
ExplorerTreeGadget
ImageGadget
ListIconGadget
ListViewGadget
TreeGadget
EventType

I need a Gadget that can receive text , and respond to #PB_EventType_LeftDoubleClick
like EditorGadget or StringGadget .
Can EditorGadget or StringGadget be modified to different behavior .
Or can ListView be modified to receive typed data ?
Thanks
vmars.us Win11 x64 , Martin Guitar 000-16 (1995)
"All things in moderation , except for love and forgiveness."
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: More #PB_EventType_LeftDoubleClick troubles

Post by mk-soft »

:?:

I have already written how to intercept the double click in the other article.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
vmars316
Enthusiast
Enthusiast
Posts: 464
Joined: Fri Jun 29, 2012 12:24 am
Contact:

Re: More #PB_EventType_LeftDoubleClick troubles

Post by vmars316 »

Yes , Thanks
Its a massive amount of info
I am not an advanced programmer
and it will be a while to distill it down to where I can apply it .
Thanks
vmars.us Win11 x64 , Martin Guitar 000-16 (1995)
"All things in moderation , except for love and forgiveness."
Post Reply