J
José Carlos
Hi.
How can i do to open a new frame from a button?
i have tryed it with:
def OnConfiitems0Menu(self, event):
import Confi
Confi.create(None).show(True)
but it don´t function well.
How can i do to open a new frame from a button?
i have tryed it with:
def OnConfiitems0Menu(self, event):
import Confi
Confi.create(None).show(True)
but it don´t function well.