Ed Leafe schrieb: > On Feb 10, 2010, at 6:45 AM, Sibylle Koczian wrote: > >> Done. Ticket No. 1335. Firefox warned me about an invalid security >> certificate of trac.dabodev.com, error code: sec_error_unknown_issuer > > It does that for all certificates that aren't supplied by the big > companies like Thawte or Verisign. > >>> Also, if you create a new design with a grid sizer like the one in the >>> one that's causing problems, does that also throw the same error? >> No error with a minimal application: three rows, two columns, two >> labels, two textboxes, one bitmap button, one ordinary button, no code >> except "self.Form.close()" for the ordinary button. I'll try to expand >> this until it crashes. > > OK. I'll try to take a look at the ticket later today. >
In the meantime I got my minimal application to crash. First change: grid sizer with four rows instead of three, the third one empty. That works, and there is space between the first two and the last row with controls. Second change: a spacer in the first column of this empty row. Crash with the same traceback as before. And this is something both of my other crashing applications have got: a grid sizer row with a spacer in one cell. Giving this cell a column span of two doesn't help. On the other hand, the spacer doesn't really seem to be necessary. But this has worked before. Regards, Sibylle _______________________________________________ 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]
