|
Davy Mitchell's Meandering Weblog Home - Angus - Christian - Energy - Fun - General - Internet - IronPython - MoodNews - NintendoDS - Personal - Photos - Podcast - Politics - Python - Scotland - Software Blog Statistics Tag Cloud RSS More Feeds Archives2007-03-032007-02-24 2007-02-17 2007-02-10 2007-02-03 2006-12-16 2006-12-09 2006-12-02 2006-11-25 2006-11-18 |
Stick It On Your Portable Drive Permalink Just a shame there is no 'download all' link on this page! PStart is pretty cool. iPod tool looks handy too.
Posted by Davy Mitchell on
2007-03-12 13:06:50. Breaking The API Permalink Well, at least changing it.... TayLayout is still Alpha so perhaps I shouldn't worry so much. The first change would be to shorten methods so that for example: self.colpick2 = self.ALayout.addColorPicker("Background 2", Color.LightBlue, True, 300) self.ALayout.addSpace(False) self.borderoption = self.ALayout.addCheckBox("Draw Border around picture", True, 250) Would become: self.colpick2 = self.ALayout.ColorPicker("Background 2", Color.LightBlue, True, 300) self.ALayout.Space(False) self.borderoption = self.ALayout.CheckBox("Draw Border around picture", True, 250) The second disruptive change would be to make the default when adding a control NOT to start a new row. At the moment the default is to always start a new row. Also rather than a parameter, it would switch to being a new method TayLayout.StartNewRow() or similar. Opinions welcome - leave a comment!
Posted by Davy Mitchell on
2007-03-11 14:29:09. His and Hers Gadgets In The Mitchell Household Permalink His (iPAQ) and Hers (Nintendo DS).
Posted by Davy Mitchell on
2007-03-11 14:21:45. |
|