Hi, in the PyCon Tutorial in the section "Creating the Many:Many
Relationship between Recipes and Categories" when adding the
CklCategories control to the PagEditRecipes the code reads :
79 mainSizer.insert(0, gs, 1, "expand", border=20,
borderSides=("top", "bottom", "left"))
I think it should read :
79 mainSizer.insert(0, gs, "expand", 1, border=20,
borderSides=("top", "bottom", "left"))
Because checking the API, layout comes before proportion.
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
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]