|
From: Randy L. <ran...@ya...> - 2002-02-07 21:55:35
|
I can alter the TextField code to use the wxRightTextCtrl in place of = the wxTextCtrl, and everything works great. But when I create a new = RightTextField module, it isn't registered correctly. Its seems that the = widget modules are added when named in the resource file, but it doesn't = find the new module.=20 I also thought I would look at changing the existing TextField to add an = alignment parameter. It seems to me that the widget should have left and = right alignment as an option, instead of having 2 widgets. The code for = this is also a bit complex, but I do think that if there is a simple = method for adding widgets, then I could just roll my own. The result of = my little exercise is to ask not for a specific widget = (wxRightTextField), but for documentation or a tool to allow me to add = my own widgets.=20 Thanks, rl |