*** tpb has joined #tp | 00:00 | |
*** ChanServ sets mode: +o tpb | 00:00 | |
mithro | o so quiet | 00:34 |
---|---|---|
nash | mithro: Planning on falling in love? | 00:36 |
mithro | not really why? | 00:37 |
nash | "it's so quiet' "then you fall in love" | 00:41 |
nash | Sorry - just (slightly miss-) quoting bjork lyrics | 00:42 |
mithro | oh, I never new what came after the "o so quiet" bit :P | 00:44 |
*** nash has quit IRC | 00:49 | |
*** nash has joined #tp | 00:49 | |
*** mithro has quit IRC | 01:42 | |
*** mithro has joined #tp | 01:42 | |
*** tuna-fish has joined #tp | 02:30 | |
*** nash has quit IRC | 03:37 | |
jotham | hey mithro | 04:10 |
jotham | just what i've been doing with ecmascript is getting pretty perverted | 04:10 |
* mithro is about to run off home | 04:11 | |
mithro | but you got an example/ | 04:11 |
jotham | discovering how to change a function objects context (i.e. what this/self references) and learning how to use closures | 04:11 |
jotham | has created some flexibility | 04:11 |
jotham | not really | 04:11 |
mithro | I have always wanted to something like the ability to behave differently depending on who is calling you :P | 04:12 |
jotham | yeah | 04:12 |
jotham | http://farm2.static.flickr.com/1365/1118374368_f2fd875f55.jpg | 04:35 |
tpb | <http://ln-s.net/wjS> (at farm2.static.flickr.com) | 04:35 |
*** mithro has quit IRC | 04:39 | |
*** mithro has joined #tp | 05:10 | |
*** JLP has quit IRC | 05:35 | |
*** JLP has joined #tp | 05:51 | |
mithro | ~seen llnz | 05:56 |
tpb | mithro: llnz was last seen in #tp 22 hours, 41 minutes, and 38 seconds ago: <llnz> later all | 05:56 |
*** _JLP_ has joined #tp | 07:35 | |
*** JLP has quit IRC | 07:35 | |
*** Epyon has quit IRC | 07:43 | |
*** Epyon_ has joined #tp | 07:51 | |
*** mithro has quit IRC | 08:14 | |
*** _JLP_ has quit IRC | 09:30 | |
*** tuna-fish has quit IRC | 09:39 | |
tpb | aloril_ has joined on worldforge | 13:57 |
tpb | aloril has quit worldforge (Ping timeout: 624 seconds) | 13:58 |
*** tuna-fish has joined #tp | 14:01 | |
*** tuna-fish has quit IRC | 16:58 | |
*** nash has joined #tp | 17:54 | |
*** mithro has joined #tp | 18:34 | |
*** mithro has quit IRC | 19:09 | |
*** CIA-12 has joined #tp | 19:15 | |
*** CIA-3 has quit IRC | 19:15 | |
*** mithro has joined #tp | 19:27 | |
nash | heyo mithro | 19:46 |
mithro | hey nash | 19:46 |
mithro | how is life? | 19:46 |
nash | Average | 19:47 |
nash | In two weeks hopefully won't be so overbooked | 19:47 |
nash | I should have taken a few days off work due to illness, but kept working as we are so busy | 19:47 |
mithro | hows the house? | 20:18 |
mithro | got buyers remorse yet? | 20:18 |
nash | Nope | 20:18 |
nash | House is good | 20:18 |
nash | Starting to improve it already | 20:19 |
nash | Not a fan of mowing however ;-) Especially since it seems to be once a fortnight at the moment | 20:19 |
mithro | nash: replace it with a nice rock garden | 20:19 |
mithro | uses less water too! :P | 20:19 |
nash | mithro: I never water lawn | 20:20 |
nash | Against water restrictions | 20:20 |
mithro | nash: then how does it grow? | 20:23 |
nash | Rain | 20:23 |
*** tuna-fish has joined #tp | 20:23 | |
mithro | and since when do Sydney siders pay any attention to restrictions? | 20:23 |
nash | With $100+ fines... | 20:33 |
nash | And the fact I generally think watering lawns is a waste of water and time... | 20:33 |
mithro | nash: hence the rock garden ;) | 20:37 |
mithro | if you are smart, you can use the area as an underground rain water tank too | 20:37 |
nash | heh | 20:37 |
*** greywhind has joined #tp | 22:24 | |
greywhind | mithro: ping? | 22:26 |
greywhind | mithro: actually, never mind. | 22:26 |
mithro | greywhind: boo! | 22:26 |
mithro | greywhind: how goes the Design window changes? | 22:27 |
mithro | i'm in the process of converting the Starmap to XRC | 22:27 |
greywhind | working on fixing the minor problems with it | 22:27 |
greywhind | and making panels to hold the sizers | 22:27 |
mithro | okay | 22:32 |
greywhind | mithro: Traceback (most recent call last): | 22:43 |
greywhind | File "./windows/main/winDesign.py", line 536, in OnSelectObject | 22:43 |
greywhind | self.BuildPropertiesPanel(self.selected) | 22:43 |
greywhind | File "./windows/main/winDesign.py", line 359, in BuildPropertiesPanel | 22:43 |
greywhind | self.design_ps.Add( panel, 1, SIZER_FLAGS, 5 ) | 22:43 |
greywhind | AttributeError: 'Panel' object has no attribute 'Add' | 22:43 |
mithro | you can't add to a panel | 22:44 |
greywhind | what should i use? | 22:44 |
mithro | you can add to a sizer | 22:44 |
greywhind | but i can't reference any sizers created with XRC because they don't have IDs | 22:45 |
greywhind | should i... try to convert the BuildPropertiesPanel method to use components pre-added through XRC? | 22:46 |
greywhind | but it looks like it dynamically adds box sizers based on how many properties there are... can that be done w/ XRC? | 22:48 |
mithro | greywhind: I'm pretty sure you can get the sizer once you have the panel | 22:48 |
greywhind | mithro: how? | 22:48 |
mithro | greywhind: www.wxpython.org :P | 22:48 |
mithro | or | 22:49 |
mithro | import wx | 22:49 |
mithro | help(wx.Panel) | 22:49 |
greywhind | GetSizer, it seems | 22:52 |
mithro | it's probably GetSizer | 22:52 |
greywhind | well... things are hiding and showing now, but it's not acting quite like it's supposed to. | 23:06 |
greywhind | i have sizes wrong, for one | 23:06 |
mithro | don't forget to call Layout | 23:07 |
mithro | you need to do that after each time you hide/show something | 23:07 |
greywhind | well, i haven't removed/added any Layout calls | 23:07 |
mithro | got a screenshot? | 23:08 |
greywhind | i might send you a patch tomorrow just so you can see how it's going and give me suggestions for improvement | 23:08 |
greywhind | i'll send a screenshot if you'd like | 23:08 |
mithro | okay | 23:08 |
mithro | as I said, the winDesign stuff needs a bit of clean up anyway | 23:08 |
mithro | screenie would be good | 23:12 |
greywhind | http://free.prohosting.com/whind/stuff/Picture%201.png | 23:13 |
tpb | <http://ln-s.net/wy1> (at free.prohosting.com) | 23:13 |
greywhind | also 2 and 3 | 23:14 |
greywhind | 1 is initial state | 23:14 |
greywhind | 2 is after clicking on scout | 23:14 |
greywhind | 3 is after clicking on New Design | 23:14 |
mithro | hrm... what does the XRC test show? | 23:25 |
greywhind | what XRC test? | 23:27 |
mithro | i think it's F5 | 23:27 |
greywhind | i'll work more on it tomorrow | 23:40 |
mithro | okay | 23:41 |
mithro | greywhind: we'll get you working on something a bit more interesting shortly :P | 23:41 |
Generated by irclog2html.py 2.5 by Marius Gedminas - find it at mg.pov.lt!