Re: [Pythoncard-users] wxRightTextCtrl
by Andy Todd other posts by this author
Feb 6 2002 7:52AM messages near this date
[Pythoncard-users] wxRightTextCtrl
|
RE: [Pythoncard-users] wxRightTextCtrl
Randy Lea wrote:
> I'm writing an RPN calculator app as a tool for learning PythonCard
> (which is really cool, thanks ka!). For the result window, I think
> I need the wxRightTextCtrl widget recently added in wxPython 2.3.2 to
> display right justified text. I don't believe wxRightTextCtrl is
> available in PythonCard yet, so if thats the case, will it be added
> soon? If not, maybe I can try to create a PythonCard widget.
>
>
>
> rlea
>
Randy,
Welcome, and glad you like PythonCard. Kevin will probably give you a
more specific answer to your questions but in the mean time ...
We haven't wrapped wxRightTextCtrl yet, but that shouldn't stop you
using it in your application. All of the wxPython widgets, events and
classes are available to you so you should be able to use them as you
would from any wxPython program. Don't forget that PythonCard is
(partly) a framework sitting above wxPython.
For an example of this (using the wxHtmlWindow widget) have a look at
this message Kevin posted to the mailing list last year;
http://aspn.activestate.com/ASPN/Mail/Message/758404
Regards,
Andy
--
-----------------------------------------------------------------------
From the desk of Andrew J Todd esq.
"Another year older, still no wiser." - Me, on my birthday
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
Thread:
Randy Lea
Andy Todd
Kevin Altis
|