i have a class My_MDB with super MessageDialogButton.
I made a constructor My_MDB.My_MDB with 4 parameters - the 4
properties of the MessageDialogButton Class (gCancel as boolean,
gCaption as string etc..
From a pushbutton i want to populate the properties of the
MessageDialogButton with
dim b as new My_MDB(false,"text" etc
But why doesn't it work in the constructor when i say
eg self.cancel = gCancel
self.caption = gcaption
the properties stay in their default state when i check the variables
in the debugger
Realbasic 2006.1 with tiger
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>