Notings of Attention™
Acmlmboard 2 Released
Github/GIT | @acmlmboard
Chatting Places
Discord

Affiliates
Super Mario Bros. X | Kuribo64
Views: 8,987,238
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search
04-20-24 12:57 AM
Guest: Register | Login

Main - Posts by Kawa

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122

Kawa
Posted on 02-05-12 02:47 PM, in Those little pleasures in life Link | ID: 5283
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 481/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Posted by Mega-Mario
More generally I like feeling warm and fuzzy. I'm the kind who doesn't like cold.
If I could highfive someone over the Internet, I totally would.


Kawa
Posted on 02-05-12 02:49 PM, in GUI systems design - a hypothetical scenario (rev. 2 of 02-05-12 03:13 PM by Kawa) Link | ID: 5287
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 483/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
So basically, the entire GUI is made of webpage?

Neat.


Update: we discussed this on IRC just now and I feel this should be posted for posterity's sake. To get a language-agnostic nature, I've suggested to replace the Javascript-style onFoo attributes with a Win32-inspired message pump. The application would spin around waiting for events as in Win32, and each event would specify its own nature (clicked, closed, paint, drag-drop stuff...) and the target, which could be either a vague identifier ("this window") or an element's ID attribute.

<window title="Test window" resizable="no">
<!-- Ignoring layout for clarity -->
<button id="increase">Increase power</button>
<label id="currentPower">Power: 0%</label>
</window>

...

while (true)
{
while (HaveEvents())
{
event e = CheckEvents();
switch (e.type)
{
case EV_CLICKED:
if (e.target == "increase")
{
power += 20;
//prepare the new text here some way, I dunno, sprintf?
SetText("currentPower", newText);
}
break;
case EV_CLOSING:
//no need to use target -- buttons and labels can't close, so this has to be the window.
e.cancel = true; //don't let them close the window because mine is an evil laugh.
break;
}
}
}



Kawa
Posted on 02-05-12 03:34 PM, in Kafuka's CitiHall: "Scattered before you there are three tomes.." Link | ID: 5297
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 488/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Hypercubes > Gyrobowls > Ultra bowls


Kawa
Posted on 02-05-12 03:37 PM, in Item shop (rev. 2 of 02-05-12 03:41 PM by Kawa) Link | ID: 5299
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 489/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
I have no items whatsoever :D

Edit: okay, scratch that.


Kawa
Posted on 02-05-12 03:43 PM, in Item shop Link | ID: 5302
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 490/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
I'll only be a nudist until I talk Emuz into adding my signature coat 'n hat.


Kawa
Posted on 02-05-12 04:08 PM, in what did you catch so far? Link | ID: 5304
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 491/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
I got a Wario earlier, and almost clicked that Octoballoon until I realised it was your rank.


Kawa
Posted on 02-05-12 04:31 PM, in ABII: Bugfixes and Code Fragments Link | ID: 5307
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 492/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Item shop has an unclosed anchor tag. These days, we do #foo links by id, not by <a name=...>.

shop.php, line 248:
". "<br>
". "$L[TBL] id=status>



Kawa
Posted on 02-05-12 05:30 PM, in How's the weather today? Link | ID: 5315
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 493/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
273.16 K == 0 °C. Easy as shit. And they combine nicely too: "some 300 K, give or take 5 °C".


Kawa
Posted on 02-05-12 06:12 PM, in Those little inconveniences in life Link | ID: 5343
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 494/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Customers feel entitled to bullshit. That's why I don't work in a store no more. That, and I didn't get paid for working there, but that's a whole nother story ;)


Kawa
Posted on 02-05-12 06:23 PM, in What'd you eat? Link | ID: 5346
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 495/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Tomorrow Today was better! Fries and chicken, yum.


Kawa
Posted on 02-05-12 06:26 PM, in what did you catch so far? Link | ID: 5348
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 496/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Waiting for one of the newly-added ponies to pop up, found a Captain Syrup lounging on top of one of the panels. Lined up exactly right. That does not just happen.


Kawa
Posted on 02-05-12 06:31 PM, in Layout thread! Link | ID: 5349
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 497/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Mine wants to use Comic Sans, but I deleted it because fuck Comic Sans.


Kawa
Posted on 02-05-12 06:49 PM, in What Are You Playing Now? Link | ID: 5352
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 498/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Posted by GreyMaria
I found myself reaching for the thumbs-down smiley.
Then I remembered we didn't have one.
You mean this thumbs-down smiley?

:deny:


Kawa
Posted on 02-05-12 06:56 PM, in What'd you eat? Link | ID: 5356
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 499/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Posted by Gywall
Just had some lovely blackforest gateau. Shame I had to share it.
This. Shame I wasn't the one it was shared with.


Kawa
Posted on 02-05-12 07:00 PM, in Kafuka's CitiHall: "Scattered before you there are three tomes.." Link | ID: 5359
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 500/2423
EXP: 7993859
Next: 58951

Since: 01-01-12
From: The Netherlands

Last post: 2022 days
Last view: 337 days
Ladies and jackasses...

500 posts!

I claim this board in the name of Princess Celestia the Sunbringer.
* Kawa salutes

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122


Main - Posts by Kawa


Acmlmboard v2.5.5 (10/04/2020)
© 2005-2024 Acmlm, Emuz, et al.

Page rendered in 0.094 seconds. (832KB of memory used)
MySQL - queries: 169, rows: 500/533, time: 0.074 seconds.