Can anyone help here, I am using Wxformbuilder, and I want to drag and drop filenames into the gui the provided widgets dont do this, can I do this some way, maybe into a multiline text box?
Thanks
Sadly I have not seen this available in wxFormBuilder, however it can be implemented if you code it by hand.
Here are a few links providing different examples of how to accomplish the task.
wxPython Wiki - DragAndDrop
Python dZone - Introduction: Drag and Drop
Zetcode.com - wxPython: Drag and Drop
I used these same links the first time I added the functionality to a program.
- Mike
···
On Sunday, February 22, 2015 at 1:34:21 PM UTC-5, jdauthre wrote:
Can anyone help here, I am using Wxformbuilder, and I want to drag and drop filenames into the gui the provided widgets dont do this, can I do this some way, maybe into a multiline text box?
Thanks
Thanks will look into these, I suspected I would need to hand code it!
···
On Monday, February 23, 2015 at 2:05:11 PM UTC, Mike Stover wrote:
Sadly I have not seen this available in wxFormBuilder, however it can be implemented if you code it by hand.
Here are a few links providing different examples of how to accomplish the task.
wxPython Wiki - DragAndDrop
Python dZone - Introduction: Drag and Drop
Zetcode.com - wxPython: Drag and Drop
I used these same links the first time I added the functionality to a program.
- Mike
On Sunday, February 22, 2015 at 1:34:21 PM UTC-5, jdauthre wrote:
Can anyone help here, I am using Wxformbuilder, and I want to drag and drop filenames into the gui the provided widgets dont do this, can I do this some way, maybe into a multiline text box?
Thanks
Just in case anyone knows, wxformbuilder has a custom widget option but I cant find any tutorial about how to use it, just conceivably this might be a possibility?
···
On Monday, February 23, 2015 at 11:42:56 PM UTC, jdauthre wrote:
Thanks will look into these, I suspected I would need to hand code it!
On Monday, February 23, 2015 at 2:05:11 PM UTC, Mike Stover wrote:
Sadly I have not seen this available in wxFormBuilder, however it can be implemented if you code it by hand.
Here are a few links providing different examples of how to accomplish the task.
wxPython Wiki - DragAndDrop
Python dZone - Introduction: Drag and Drop
Zetcode.com - wxPython: Drag and Drop
I used these same links the first time I added the functionality to a program.
- Mike
On Sunday, February 22, 2015 at 1:34:21 PM UTC-5, jdauthre wrote:
Can anyone help here, I am using Wxformbuilder, and I want to drag and drop filenames into the gui the provided widgets dont do this, can I do this some way, maybe into a multiline text box?
Thanks
You can found it in the wiki.
About your problem you can implement it in the derivated class
···
El mar., 24 de febrero de 2015 15:42, jdauthre james.dauthreau@kingsleyenterprises.co.uk escribió:
Just in case anyone knows, wxformbuilder has a custom widget option but I cant find any tutorial about how to use it, just conceivably this might be a possibility?
On Monday, February 23, 2015 at 11:42:56 PM UTC, jdauthre wrote:
Thanks will look into these, I suspected I would need to hand code it!
On Monday, February 23, 2015 at 2:05:11 PM UTC, Mike Stover wrote:
Sadly I have not seen this available in wxFormBuilder, however it can be implemented if you code it by hand.
Here are a few links providing different examples of how to accomplish the task.
wxPython Wiki - DragAndDrop
Python dZone - Introduction: Drag and Drop
Zetcode.com - wxPython: Drag and Drop
I used these same links the first time I added the functionality to a program.
- Mike
On Sunday, February 22, 2015 at 1:34:21 PM UTC-5, jdauthre wrote:
Can anyone help here, I am using Wxformbuilder, and I want to drag and drop filenames into the gui the provided widgets dont do this, can I do this some way, maybe into a multiline text box?
Thanks
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks Mario, but there isn’t anything in the wiki now, (the one on sourceforge) it seems there was a website http://wxformbuilder.org/ but it now simply redirects to sourceforge.
···
On Tuesday, February 24, 2015 at 8:44:52 PM UTC, Mario Lacunza wrote:
You can found it in the wiki.
About your problem you can implement it in the derivated class
El mar., 24 de febrero de 2015 15:42, jdauthre james.d...@kingsleyenterprises.co.uk escribió:
Just in case anyone knows, wxformbuilder has a custom widget option but I cant find any tutorial about how to use it, just conceivably this might be a possibility?
On Monday, February 23, 2015 at 11:42:56 PM UTC, jdauthre wrote:
Thanks will look into these, I suspected I would need to hand code it!
On Monday, February 23, 2015 at 2:05:11 PM UTC, Mike Stover wrote:
Sadly I have not seen this available in wxFormBuilder, however it can be implemented if you code it by hand.
Here are a few links providing different examples of how to accomplish the task.
wxPython Wiki - DragAndDrop
Python dZone - Introduction: Drag and Drop
Zetcode.com - wxPython: Drag and Drop
I used these same links the first time I added the functionality to a program.
- Mike
On Sunday, February 22, 2015 at 1:34:21 PM UTC-5, jdauthre wrote:
Can anyone help here, I am using Wxformbuilder, and I want to drag and drop filenames into the gui the provided widgets dont do this, can I do this some way, maybe into a multiline text box?
Thanks
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.