Tuesday, 2007-09-18

*** tpb has joined #tp00:00
*** ChanServ sets mode: +o tpb00:00
mithroo so quiet00:34
nashmithro: Planning on falling in love?00:36
mithronot really why?00:37
nash"it's so quiet' "then you fall in love"00:41
nashSorry - just (slightly miss-) quoting bjork lyrics00:42
mithrooh, I never new what came after the "o so quiet" bit :P00:44
*** nash has quit IRC00:49
*** nash has joined #tp00:49
*** mithro has quit IRC01:42
*** mithro has joined #tp01:42
*** tuna-fish has joined #tp02:30
*** nash has quit IRC03:37
jothamhey mithro04:10
jothamjust what i've been doing with ecmascript is getting pretty perverted04:10
* mithro is about to run off home04:11
mithrobut you got an example/04:11
jothamdiscovering how to change a function objects context (i.e. what this/self references) and learning how to use closures04:11
jothamhas created some flexibility04:11
jothamnot really04:11
mithroI have always wanted to something like the ability to behave differently depending on who is calling you :P04:12
jothamyeah04:12
jothamhttp://farm2.static.flickr.com/1365/1118374368_f2fd875f55.jpg04:35
tpb<http://ln-s.net/wjS> (at farm2.static.flickr.com)04:35
*** mithro has quit IRC04:39
*** mithro has joined #tp05:10
*** JLP has quit IRC05:35
*** JLP has joined #tp05:51
mithro~seen llnz05:56
tpbmithro: llnz was last seen in #tp 22 hours, 41 minutes, and 38 seconds ago: <llnz> later all05:56
*** _JLP_ has joined #tp07:35
*** JLP has quit IRC07:35
*** Epyon has quit IRC07:43
*** Epyon_ has joined #tp07:51
*** mithro has quit IRC08:14
*** _JLP_ has quit IRC09:30
*** tuna-fish has quit IRC09:39
tpbaloril_ has joined on worldforge13:57
tpbaloril has quit worldforge (Ping timeout: 624 seconds)13:58
*** tuna-fish has joined #tp14:01
*** tuna-fish has quit IRC16:58
*** nash has joined #tp17:54
*** mithro has joined #tp18:34
*** mithro has quit IRC19:09
*** CIA-12 has joined #tp19:15
*** CIA-3 has quit IRC19:15
*** mithro has joined #tp19:27
nashheyo mithro19:46
mithrohey nash19:46
mithrohow is life?19:46
nashAverage19:47
nashIn two weeks hopefully won't be so overbooked19:47
nashI should have taken a few days off work due to illness, but kept working as we are so busy19:47
mithrohows the house?20:18
mithrogot buyers remorse yet?20:18
nashNope20:18
nashHouse is good20:18
nashStarting to improve it already20:19
nashNot a fan of mowing however ;-) Especially since it seems to be once a fortnight at the moment20:19
mithronash: replace it with a nice rock garden20:19
mithrouses less water too! :P20:19
nashmithro: I never water lawn20:20
nashAgainst water restrictions20:20
mithronash: then how does it grow?20:23
nashRain20:23
*** tuna-fish has joined #tp20:23
mithroand since when do Sydney siders pay any attention to restrictions?20:23
nashWith $100+ fines...20:33
nashAnd the fact I generally think watering lawns is a waste of water and time...20:33
mithronash: hence the rock garden ;)20:37
mithroif you are smart, you can use the area as an underground rain water tank too20:37
nashheh20:37
*** greywhind has joined #tp22:24
greywhindmithro: ping?22:26
greywhindmithro: actually, never mind.22:26
mithrogreywhind: boo!22:26
mithrogreywhind: how goes the Design window changes?22:27
mithroi'm in the process of converting the Starmap to XRC22:27
greywhindworking on fixing the minor problems with it22:27
greywhindand making panels to hold the sizers22:27
mithrookay22:32
greywhindmithro: Traceback (most recent call last):22:43
greywhind  File "./windows/main/winDesign.py", line 536, in OnSelectObject22:43
greywhind    self.BuildPropertiesPanel(self.selected)22:43
greywhind  File "./windows/main/winDesign.py", line 359, in BuildPropertiesPanel22:43
greywhind    self.design_ps.Add( panel, 1, SIZER_FLAGS, 5 )22:43
greywhindAttributeError: 'Panel' object has no attribute 'Add'22:43
mithroyou can't add to a panel22:44
greywhindwhat should i use?22:44
mithroyou can add to a sizer22:44
greywhindbut i can't reference any sizers created with XRC because they don't have IDs22:45
greywhindshould i... try to convert the BuildPropertiesPanel method to use components pre-added through XRC?22:46
greywhindbut it looks like it dynamically adds box sizers based on how many properties there are... can that be done w/ XRC?22:48
mithrogreywhind: I'm pretty sure you can get the sizer once you have the panel22:48
greywhindmithro: how?22:48
mithrogreywhind: www.wxpython.org :P22:48
mithroor22:49
mithroimport wx22:49
mithrohelp(wx.Panel)22:49
greywhindGetSizer, it seems22:52
mithroit's probably GetSizer22:52
greywhindwell... things are hiding and showing now, but it's not acting quite like it's supposed to.23:06
greywhindi have sizes wrong, for one23:06
mithrodon't forget to call Layout23:07
mithroyou need to do that after each time you hide/show something23:07
greywhindwell, i haven't removed/added any Layout calls23:07
mithrogot a screenshot?23:08
greywhindi might send you a patch tomorrow just so you can see how it's going and give me suggestions for improvement23:08
greywhindi'll send a screenshot if you'd like23:08
mithrookay23:08
mithroas I said, the winDesign stuff needs a bit of clean up anyway23:08
mithroscreenie would be good23:12
greywhindhttp://free.prohosting.com/whind/stuff/Picture%201.png23:13
tpb<http://ln-s.net/wy1> (at free.prohosting.com)23:13
greywhindalso 2 and 323:14
greywhind1 is initial state23:14
greywhind2 is after clicking on scout23:14
greywhind3 is after clicking on New Design23:14
mithrohrm... what does the XRC test show?23:25
greywhindwhat XRC test?23:27
mithroi think it's F523:27
greywhindi'll work more on it tomorrow23:40
mithrookay23:41
mithrogreywhind: we'll get you working on something a bit more interesting shortly :P23:41

Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!