On Sunday 11 February 2007 19:33, Nate Lowrie wrote:
> dlg.Size = (width, height)
Tried that it does not work. Something is re-sizing the dialog within the
dDialog.
def onHit(self, evt):
dlg = MyClasses.dynamicDialog(self.Form)
dlg.TableName = "apvendor"
dlg.FieldName = "string"
dlg.Size = (300, 400)
dlg.show()
dlg.release()-- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
