|
From: <py...@ka...> - 2006-03-22 13:41:22
|
Hello.
I am making a Pythoncard application and cannot seem to find how I can
change the background image.
{'application':{'type':'Application',
'name':'Template',
'backgrounds': [
{'type':'Background',
'name':'bgTemplate',
'title':u'MyProg',
'size':(839, 666),
'image':'graphics.jpg',
'visible':1,
By changing the visible to 0 (by self.Show(0)), nothing shows. I would
just like the image graphics.jpg to not, or to be able to change it in the
program. Is that possible?
Thanks in advance.
--
This email has been scanned for viruses & spam by Decna as - www.decna.no
Denne e-posten er sjekket for virus & spam av Decna as - www.decna.no
|