can I make project solution usint wx.GenericDirCtrl or other tool?
can I make project solution explorer using wx.GenericDirCtrl or other
tool?
···
On 8월10일, 오후2시33분, "Wonjun, Choi" <wonjunchoi...@gmail.com> wrote:
can I make project solution usint wx.GenericDirCtrl or other tool?
That depends on what does "project solution explorer" mean in the context of your application? We can't read your mind. What should it look like? How should it behave? What features should it provide? If the wx.GenericDirCtrl meets those requirements then the answer to your question is yes. The rest is up to you.
···
On 8/9/11 10:33 PM, Wonjun, Choi wrote:
can I make project solution usint wx.GenericDirCtrl or other tool?
--
Robin Dunn
Software Craftsman
the project explorer like a project explorer in pyDev can only navigate working directory.
it is similar to solution explorer in Visual Studio or project explorer in pyDev.
···
2011/8/11 Robin Dunn robin@alldunn.com
On 8/9/11 10:33 PM, Wonjun, Choi wrote:
can I make project solution usint wx.GenericDirCtrl or other tool?
That depends on what does “project solution explorer” mean in the context of your application? We can’t read your mind. What should it look like? How should it behave? What features should it provide? If the wx.GenericDirCtrl meets those requirements then the answer to your question is yes. The rest is up to you.
–
Robin Dunn
Software Craftsman
–
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
I was having the same problem and I did not find a solution that would do it with the genericDirCtrl. You can do it with the GenericDirDialog or you have to implement you custom tree filling methods to the general tree ctrl
I found a wxTreeCtrl control. I think this is the solution.
thank you for your reply.
Wonjun, Choi
···
2011/8/14 azrael jura.grozni@gmail.com
I was having the same problem and I did not find a solution that would do it with the genericDirCtrl. You can do it with the GenericDirDialog or you have to implement you custom tree filling methods to the general tree ctrl
–
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
you can see in the wxpython samples http://www.wxpython.org/download.php#stable
exactly in the wxpython2.8 Docs Demos and tools/Samples/wxProject
folder there are a sample, not exactly like solution explorer but give
you one idea
ok thanks.
···
2011/8/17 iozk_Live iozk117@gmail.com
you can see in the wxpython samples http://www.wxpython.org/download.php#stable
exactly in the wxpython2.8 Docs Demos and tools/Samples/wxProject
folder there are a sample, not exactly like solution explorer but give
you one idea
–
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en