Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Use custom root in wx.GenericDirCtrl
Post: RE: Use custom root in wx.GenericDirCtrl

OK, I think I have worked it out. For future reference: import wx, os class MyTree(wx.TreeCtrl): def __init__(self, *args, **kwargs): super(MyTree, self).__init__(*args, **kwargs) ...
1marc1 GUI 4 4,631 Feb-28-2018, 02:14 AM
    Thread: Use custom root in wx.GenericDirCtrl
Post: RE: Use custom root in wx.GenericDirCtrl

Alternatively, could/should I use a different control to create what I want to achieve? Perhaps a more generic tree control in combination with a routine to go over the directory tree and populate the...
1marc1 GUI 4 4,631 Feb-26-2018, 06:24 AM
    Thread: Use custom root in wx.GenericDirCtrl
Post: RE: Use custom root in wx.GenericDirCtrl

(Feb-23-2018, 04:35 PM)nilamo Wrote: The initializer has a dir argument, which the docs say set the default folder for showing results. Does that not do what you're aiming for?It seems that using th...
1marc1 GUI 4 4,631 Feb-24-2018, 12:29 PM
    Thread: Use custom root in wx.GenericDirCtrl
Post: Use custom root in wx.GenericDirCtrl

Hi Team, I am playing around with GenericDirCtrl and would like to know how I can set a custom directory as the root. For example, the directory tree on my PC looks something like this: / ...
1marc1 GUI 4 4,631 Feb-23-2018, 03:43 PM
    Thread: Find kerning info from font
Post: RE: Find kerning info from font

Thanks. That works!
1marc1 General Coding Help 2 4,329 May-30-2017, 11:12 PM
    Thread: Find kerning info from font
Post: Find kerning info from font

Hi team, I am looking to build a small program that takes three inputs: - the name of an existing font file - a character - another character The program is then to query the kerning table of the fo...
1marc1 General Coding Help 2 4,329 May-29-2017, 10:49 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020