Hello again. My problem with the accented characters in the dTextBox section
of the DaboDemo.py still remains, but, as I am learning dabo quite quickly
thanks to the tutorial, I've adapted a little code.

 

import dabo

dabo.ui.loadUI("wx")

 

class HelloPyConForm(dabo.ui.dForm):

    def afterInit(self):

        self.lblHello = dabo.ui.dTextBox(self, )

        

app = dabo.dApp()

app.MainFormClass = HelloPyConForm

app.start()

 

. AND I've checked that dTextBox works like a charm!

 

Seems that the demo is bugged anyway, but for me that's of a lesser
importance. Don't worry about keeping alive this thread /question (unless
you want to fine-tune the demo, of course ;-).

 

Thanks for your patience.

 

melkarth



--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to