Thank you for your quick answer (and @John, too).

Boolean fields in object inspector are shown as text inputs if clicked.
Yes, they are displayed as text values, but if you check their type in the 
interpreter, they are boolean:
Hmm, they are shown as checkboxes in the first place and change to text input if clicked. Shouldn't they stay checkboxes?
If the object is within a sizer, Height is read-only, as the sizer determines the size of the object.
Understood. But if i change height property for editbox the size is changed in the ClassDesigner window but not in "run"ning the app. I can perfectly live with that.

Unfortunately, getting complex wxPython apps to run in a variety of environments feels like a house of cards sometimes.
That you can tell. Not only with wxPython.
Grids are particularly prone to this, most likely because of their complexity. If you have a sample .cdxml file and steps to reproduce, I can see if it happens on other platforms (I don't have an xubuntu vm handy right now).
Thank you very much indeed.

There was not one line of code created by me at that time. The steps to reproduce are:

- running ide/ClassDesigner.py
- add new vertical sizer with two slots
- add controls from data environment, 3 textboxes 1 editbox
with add bizobj code, postgresql db on another host in localnet.
- saving as "testdabo.cdxml", see attachment.
- click on editbox "programm_text"
- click on any property in Object Info window
- changing something eg. Font or Height (test)
- clicking other object info property or a third or forth. "clicking around" without changing anything.
SIGSEGV

no traceback available yet, sorry. working on this (apport, whoopsie, that new ubuntu stuff).

syslog only says:
kernel: [70029.691344] python[16239]: segfault at 0 ip 00007ffe6d0fcb9a sp 00007fffbb02b0a0 error 4 in libwx_gtk2u_adv-2.8.so.0.8.0[7ffe6d081000+c6000]

The masterTestSuite.py runs with one failure:

FAIL: testNoInsertionUponLimitReached (ui.UIwx.Test_dTextBox.TestTextLengthProperty) extLength = n. Set Value to string with length > n should set only string[:n].
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/funk/tmp/dabo/tests/unitTests/ui/UIwx/Test_dTextBox.py", line 105, in testNoInsertionUponLimitReached
    self.assertEqual(self.testTextBox.Value, "Valu")
AssertionError: u'Value' != 'Valu'


I will try it on another Ubuntu Version and a VM windows 7 i have lying around somewhere.

Anyone running dabo on a different Linux platform or can give a recommendation like "oh no, please use XXX"?

Still in the beginning, we plan to build our own little business case with python on Linux. And dabo seems to be the perfect tool for that right now, fitting like a glove for what i can see from here. BTW: Lianja crashes with sigseg too on that platform. Though no research done for that yet.

Thanks again for any advice.

Frank






--- StripMime Report -- processed MIME parts ---
multipart/mixed
 text/plain (text body -- kept)
 text/xml
 text/x-python
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.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