code logs -> 2011 -> Thu, 11 Aug 2011< code.20110810.log - code.20110812.log >
--- Log opened Thu Aug 11 00:00:02 2011
00:03
< gnolam>
Still haven't found the underlying cause, but at least I have a working layout now. :P
00:04
< McMartin>
This, by the way, is why "platform-independent native-looking system" never means "actually uses the native widgets". ;_;
00:22
< gnolam>
http://www.lysator.liu.se/~gnolam/temp/2011-08-10_material_composition.png
00:22
< McMartin>
Not bad at all
00:22
< McMartin>
Also, hooray for SCIENCE
00:22
< McMartin>
Are those periodic table buttons clickable?
00:22
< gnolam>
They sure are.
00:23
< McMartin>
That is awesome.
00:23 * McMartin may be easily amused, but.
00:27 shade_of_cpux [chatzilla@Nightstar-c5874a39.dyn.optonline.net] has joined #code
00:27
< gnolam>
Well, in the source def they're only clickable if the elements have any interesting nuclides: http://www.lysator.liu.se/~gnolam/temp/2011-08-10_sourcedef.png
00:28
< McMartin>
Neat
00:29 * McMartin does like at-fingertips reference material, even in tools intended for experts.
00:29
< gnolam>
Heh, it's proven useful already. When tagging isomers in the Evil Dataset, I used this for reference. Much faster than looking it up anywhere else. :)
00:36
< Derakon>
Gnolam: nifty.
00:36
< Derakon>
What in particular gave you trouble about this system? Or was it just a smear of WX wankery across the entire thing?
00:36 shade_of_cpux is now known as cpux
00:38
< gnolam>
Basically, wx's layout is buggy as hell.
00:38 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code
00:39
< gnolam>
Widgets with very clear minimum size requirements get squashed, while others are alotted way more space than they should.
00:39
< gnolam>
*allotted
00:40
< gnolam>
Occasionally, they seem to grow StretchSpacers where there are none.
00:41
< Derakon>
...I had not encountered the concept of stretch spacers before.
00:42
< McMartin>
... you haven't?
00:42
< Derakon>
My knowledge of WX is very much "what I've learned by wincing observation + what I've needed on a case-by-case basis".
00:42
< McMartin>
Aren't those basically like Qt's springs?
00:43
< McMartin>
aka "the only thing that makes resizable dialogs a plausible design choice"?
00:43
< Derakon>
Spacers are easy to do by hand via sizer.Add((1, 1), 1, wx.ALL)
00:43
< gnolam>
AddStretchSpacer is basically shorthand for fooSizer.Add((someBogusUnit, someOtherBogusUnit), proportion=1)
00:43
< Derakon>
Which inserts an expandable spacer with a minimum size of 1x1 pixels.
00:43
< McMartin>
Can you restrict them to a single dimension?
00:44
< Derakon>
Pretty sure via WX.LEFT etc.
00:49 You're now known as TheWatcher[T-2]
00:50
< gnolam>
Depends on the sizer.
00:50
< gnolam>
The "basic" sizer is a BoxSizer which has a specific orientation.
00:52 You're now known as TheWatcher[zZzZ]
00:58
< Derakon>
I hope you used a GridSizer for the periodic table~
01:01 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code
01:16
< gnolam>
... yes
01:29 Attilla [Some.Dude@Nightstar-f29f718d.cable.virginmedia.com] has quit [Ping timeout: 121 seconds]
01:50 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
02:32 gnolam [lenin@Nightstar-202a5047.priv.bahnhof.se] has quit [[NS] Quit: Z?]
03:41 cpux is now known as shade_of_cpux
03:58 kwsn is now known as kwsn\BLARGH
04:08 Kindamoody[zZz] is now known as Kindamoody
05:34 kwsn\BLARGH is now known as kw-sleep-n
05:50 Derakon is now known as Derakon[AFK]
05:56 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
06:50 AnnoDomini [annodomini@Nightstar-f7c6360f.adsl.tpnet.pl] has joined #code
06:51 Syloqs-AFH [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Connection closed]
06:58 Syloqs_AFH [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code
06:59 Syloqs_AFH is now known as Syloqs-AFH
08:36 You're now known as TheWatcher
09:36 Attilla [Some.Dude@Nightstar-f29f718d.cable.virginmedia.com] has joined #code
09:53 McMartin [mcmartin@Nightstar-656a00f7.pltn13.sbcglobal.net] has quit [[NS] Quit: updates]
10:04 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code
10:13 Kindamoody is now known as Kindamoody|out
10:50 gnolam [lenin@Nightstar-202a5047.priv.bahnhof.se] has joined #code
11:23
< gnolam>
... DAMN YOU, "LOOK AROUND YOU"
11:24
< TheWatcher>
You're not having to deal with a Helvetica Scenario, are you?
11:26
< gnolam>
I was looking at the poster draft. It contains the sentence "An experiment was performed to validate the calculation models used by the editor". My mind immediately corrected it to "An experiment was carried out...", and I was already picturing the pen and embossing tape...
11:26
< gnolam>
*pencil
11:26
< TheWatcher>
Heee
11:41 Kindamoody|out is now known as Kindamoody
11:54 Kindamoody is now known as Kindamoody|out
12:24
< Attilla>
What *are* birds?
12:24
< Attilla>
We just don't know.
12:34
< gnolam>
Baby birds are called "bees".
12:55
< Reiver>
Man, the first series was amazing.
12:55
< gnolam>
Yep.
13:00
< TheWatcher>
the second was pants, but the first... yes
--- Log closed Thu Aug 11 13:01:20 2011
--- Log opened Thu Aug 11 13:01:29 2011
13:01 TheWatcher [chris@Nightstar-3762b576.co.uk] has joined #code
13:01 Irssi: #code: Total of 23 nicks [1 ops, 0 halfops, 0 voices, 22 normal]
13:02 Irssi: Join to #code was synced in 36 secs
13:38
< gnolam>
http://sotak.info/sci.jpg
13:45 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Connection closed]
13:56 * TheWatcher eyes that
13:56
< TheWatcher>
So very true
14:03
< Reiver>
... Yeah, can't say I can find any flaws~
14:43
< jerith>
Yup.
14:50 celticminstrel [celticminstre@Nightstar-5d22ab1d.cable.rogers.com] has joined #code
15:05 RichardBarrell_m [richardbarr@Nightstar-3b2c2db2.bethere.co.uk] has joined #code
15:17 celticminstrel [celticminstre@Nightstar-5d22ab1d.cable.rogers.com] has quit [Client closed the connection]
15:17 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code
15:25
< Attilla>
and it works regardless of where it is
--- Log closed Thu Aug 11 15:47:03 2011
--- Log opened Thu Aug 11 15:47:12 2011
15:47 TheWatcher [chris@Nightstar-3762b576.co.uk] has joined #code
15:47 Irssi: #code: Total of 24 nicks [1 ops, 0 halfops, 0 voices, 23 normal]
15:47 Irssi: Join to #code was synced in 36 secs
--- Log closed Thu Aug 11 16:46:15 2011
--- Log opened Thu Aug 11 16:46:50 2011
16:46 TheWatcher [chris@Nightstar-3762b576.co.uk] has joined #code
16:46 Irssi: #code: Total of 24 nicks [1 ops, 0 halfops, 0 voices, 23 normal]
16:47 Irssi: Join to #code was synced in 41 secs
17:43 Vash [Vash@Nightstar-f03c5637.sd.cox.net] has joined #code
17:45 Vash is now known as Vornicus
18:27 Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has quit [Client closed the connection]
18:28 Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has joined #code
18:35 RichardBarrell_m [richardbarr@Nightstar-3b2c2db2.bethere.co.uk] has quit [[NS] Quit: Bye]
18:50 Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has quit [Client closed the connection]
18:50 Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has joined #code
19:01 Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has quit [Client closed the connection]
19:01 Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has joined #code
19:46 Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has quit [Client closed the connection]
19:46 Reiver [orthianz@9C034E.E649EA.3194C7.8381A3] has joined #code
20:41 Kindamoody|out is now known as Kindamoody
20:47 Syloqs-AFH is now known as Syloqs_AFH
21:09 Kindamoody is now known as Kindamoody[zZz]
21:36 Tarinaky [tarinaky@Nightstar-dd7e4a05.net] has quit [Ping timeout: 121 seconds]
21:37 Tarinaky [tarinaky@Nightstar-dd7e4a05.net] has joined #code
21:41 Tarinaky [tarinaky@Nightstar-dd7e4a05.net] has quit [Ping timeout: 121 seconds]
21:43 Tarinaky [tarinaky@Nightstar-dd7e4a05.net] has joined #code
22:17 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code
22:26 McMartin [mcmartin@Nightstar-656a00f7.pltn13.sbcglobal.net] has joined #code
22:33 simon_ [simon@Nightstar-883ecc1d.brahmaserver.dk] has joined #code
22:33 simon__ [simon@Nightstar-883ecc1d.brahmaserver.dk] has quit [Connection reset by peer]
22:56 Vornicus [Vash@Nightstar-f03c5637.sd.cox.net] has quit [Connection closed]
22:59 AnnoDomini [annodomini@Nightstar-f7c6360f.adsl.tpnet.pl] has quit [[NS] Quit: Zzz.]
23:06 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
23:24 Phox [Phox@Nightstar-3e5deec3.gv.shawcable.net] has quit [Ping timeout: 121 seconds]
23:25 Phox [Phox@Nightstar-3e5deec3.gv.shawcable.net] has joined #code
23:35 shade_of_cpux is now known as cpux
23:52 RichardBarrell [mycatverbs@Nightstar-f68eb197.cable.virginmedia.com] has joined #code
--- Log closed Fri Aug 12 00:00:43 2011
code logs -> 2011 -> Thu, 11 Aug 2011< code.20110810.log - code.20110812.log >

[ Latest log file ]