Hi there,

I'm new to the dabo world. I'm just looking if i could use dabo for a 
simple application.

I'm trying the class designer and it seems great (but somewhat slow). I 
have a very basic question about it: in a dForm i have two dListControl 
that have the same content, the two instances shares the following code:
        self.addColumn('name')
        self.addColumn('surname')
        self.autoSizeColumns()

i don't want to duplicate the code in the "onCreate" of the two 
component, i would like to add the code in a module "external" to the 
various widgets but i don't find any way to do it.

I'm just trying to show in the first dListBox a list of person retrieved 
in a file (no operation related to a database for now). What's the best 
approach ? Should i create a bizObj ?

Is it possible to use dabo without the ide you provided ?

Thanks,
Emanuele


_______________________________________________
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