|
From: Andy T. <an...@ha...> - 2008-10-22 23:37:28
|
Andrew Spagnoletti wrote:
> Hi,
>
> The Grid component is mentioned in the PythonCard documentation for
> release 0.8.2 but is not presented as an option in the PythonCard Layout
> module.
>
> Is there some way to include it?
>
>
You have to add it to the resource file by hand. For an example take a
look at the simpleGrid sample shipped with PythonCard, where it is
included in the resource file as;
"""
{ 'type':'Grid',
'name':'mygrid',
'position':(0, 0),
'size':(400, 300),
"""
Regards,
Andy
--
From the desk of Andrew J Todd esq - http://www.halfcooked.com/
|