[wxPython-users] ScrolledMessageDialog error

luisgustavo at petrobras.com.br luisgustavo at petrobras.com.br
Sat Mar 3 07:07:23 PST 2007


It is very good to realize I can introspect with python through GetChildren
to know more about wx Python.
Thanks,
Luis


                                                                           
             Robin Dunn                                                    
             <robin at alldunn.com>                                           
                                                                      Para 
             02.03.2007 17:42             wxPython-users at lists.wxwidgets.o 
                                          rg                               
                                                                        cc 
              Favor responder a                                            
             wxPython-users at lists                                  Assunto 
                .wxwidgets.org            Re: [wxPython-users]             
                                          ScrolledMessageDialog error      
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




luisgustavo at petrobras.com.br wrote:
> Antonio,
>
> Thanks and sorry for my newbieness in wxPython... I believe I will have
to
> give a thorough review in code after that!
> I solved the dlg problem with Destroy and a limit in the string size.
> Do you know if there is a way to show the dialog scrolled to the end of
the
> text on Windows?

Something like this will probably work:

             dlg = ...
             tc = dlg.GetChildren()[0]
             tc.SetInsertionPointEnd()
             dlg.ShowModal()


--
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!


---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org





"O emitente desta mensagem é responsável por seu conteúdo e endereçamento.
Cabe ao destinatário cuidar quanto ao tratamento adequado. Sem a devida
autorização, a divulgação, a reprodução, a distribuição ou qualquer outra
ação em desconformidade com as normas internas do Sistema Petrobras são
proibidas e passíveis de sanção disciplinar, cível e criminal."

"The sender of this message is responsible for its content and addressing.
The receiver shall take proper care of it. Without due authorization, the
publication, reproduction, distribution or the performance of  any other
action not conforming to Petrobras System internal policies and procedures
is forbidden and liable to disciplinary, civil or criminal  sanctions."

" El emisor de este mensaje es responsable por su contenido y
direccionamiento. Cabe al destinatario darle el tratamiento adecuado. Sin
la debida autorización, su divulgación, reproducción, distribución o
cualquier otra acción no conforme a las normas internas del Sistema
Petrobras están prohibidas y serán pasibles de sanción disciplinaria, civil
y penal."





More information about the wxpython-users mailing list