Stick It On Your Portable Drive Permalink

Just a shame there is no 'download all' link on this page! Wink Handy programs to put on a USB stick at SnapFiles.com(Link)

PStart is pretty cool. iPod tool looks handy too.

Posted by Davy Mitchell on 2007-03-12 13:06:50.
Categories: Software, General Tags :      
Like this post? Digg it or Del.icio.us it. |



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.
Categories: Python, IronPython, Software Tags :     
Like this post? Digg it or Del.icio.us it. |



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.
Categories: Fun, Photos, Personal Tags :   
Like this post? Digg it or Del.icio.us it. |




Locations of visitors to this page