| 00:00:35 | | --> itix (~ilkleht@1f49225e.2d34f077.humppa.jyu.fi) has joined #amigadev |
| 00:00:44 | itix | re |
| 00:08:37 | | <-- SixK has quit (Ping timeout: 180 seconds) |
| 00:34:52 | itix | bed time |
| 00:35:05 | | <-- itix has quit (Quit: n8) |
| 01:00:49 | | <-- number6 has quit (Ping timeout: 180 seconds) |
| 01:10:20 | zerohero | bah |
| 01:10:25 | zerohero | label.image is b0rked |
| 01:10:42 | zerohero | i have a group with fillpen, 0 |
| 01:11:01 | zerohero | then some text i put there with label_text, "bah" |
| 01:11:12 | zerohero | it shows the reaction background as text bgcol |
| 01:14:34 | | --> number6 (~user@2470642c.31b34b44.dialup.citynet.net) has joined #amigadev |
| 01:45:46 | | --> ssolie (~ssolie@2f31aeca.1ccf6d0.abhsia.telus.net) has joined #amigadev |
| 01:46:22 | ssolie | kindergip: have you heard from nerp lately? |
| 01:54:18 | | <-- bones has quit (Quit: This computer has gone to sleep) |
| 02:33:42 | zerohero | ssolie: do you know anything about this: |
| 02:33:43 | zerohero | zerohero bah |
| 02:33:43 | zerohero | zerohero label.image is b0rked |
| 02:33:43 | zerohero | zerohero i have a group with fillpen, 0 |
| 02:33:43 | zerohero | zerohero then some text i put there with label_text, "bah" |
| 02:33:43 | zerohero | zerohero it shows the reaction background as text bgcol |
| 02:33:57 | zerohero | c&p from earlier tonight |
| 02:34:34 | zerohero | hmm, the bah and b0rked you might not know so much about, but label.image perhaps? :) |
| 02:36:58 | ssolie | sorry, dunno what the problem is |
| 02:37:24 | zerohero | ok |
| 03:26:06 | | <-- AMiGR has quit (Ping timeout: 180 seconds) |
| 03:34:36 | | <-- number6 has left #amigadev |
| 04:19:48 | | <-- ssolie has quit (Quit: OS4 makes computing fun) |
| 04:25:24 | | --> ssolie (~ssolie@2f31aeca.1ccf6d0.abhsia.telus.net) has joined #amigadev |
| 05:15:05 | | <-- ssolie has left #amigadev |
| 07:04:30 | | <-- Ami603[zZz] has quit (Client closed connection) |
| 07:14:50 | | --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev |
| 10:16:43 | | <-- bones has quit (Quit: This computer has gone to sleep) |
| 10:21:46 | | --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev |
| 11:33:13 | | <-- zerohero has quit (Quit: If there's a scale of stupid, I would be right on top, yeah!) |
| 11:34:41 | | --> zerohero (~zerohero@307615a5.21531281.tn.glocalnet.net) has joined #AmigaDev |
| 11:50:18 | | --> impulse (impulse@3856dc6.35474391.24785cc1.642f304X) has joined #amigadev |
| 12:35:08 | zerohero | anyone awake? |
| 12:35:26 | impulse | sure |
| 12:36:13 | zerohero | i would like to run an external command in a gui i made, then use the out of said command and parse it |
| 12:36:23 | zerohero | not sure what the best way to do that is on aos |
| 12:38:43 | impulse | hmm, can't help you with that |
| 12:43:40 | zerohero | ok |
| 13:03:23 | nicomen | exec() ? |
| 13:07:27 | | --> Belxjander (~Belxjande@1e706c24.13e0fa6.clear.net.nz) has joined #AmigaDev |
| 13:10:07 | zerohero | nicomen: what do you mean? |
| 13:10:54 | zerohero | i'm using idos->systemtags() atm, but if i write output to t: and t: is in ram i can't read and write to the file at the same time. apparently ram doesn't allow it |
| 13:11:33 | zerohero | so i could probably write the output to pipe:bla.tmp, then open a new process and read it from there |
| 13:12:00 | zerohero | but i'm thinking it's easier to just put the raw shell output somewhere, ie a con: |
| 13:12:03 | Belxjander | zerohero: not exactly... writing is an exclusive lock and reading is a shared lock to a file on filesystem access within dos.library for a good process implimentation |
| 13:15:51 | zerohero | Belxjander: uhm, yes? |
| 13:16:28 | Belxjander | zerohero: I was thinking an actual storage FS implimentation |
| 13:17:06 | zerohero | Belxjander: yes? |
| 13:17:33 | Belxjander | zerohero: sorry |
| 13:18:26 | Belxjander | zerohero: was thinking of something slightly different |
| 13:18:43 | nicomen | zerohero: nevermind, I thought exec() returned the output |
| 13:19:00 | nicomen | zerohero: anyway, pipes should work nicely |
| 13:20:47 | zerohero | nicomen: annoying with a process tho ;) |
| 13:20:59 | nicomen | hm, why? |
| 13:21:23 | nicomen | select() it and wait for input? |
| 13:22:18 | | --> Error (~error@a9a2d23.3223f75b.crowley.pl) has joined #amigadev |
| 13:22:26 | zerohero | this isn't unix stuff :) |
| 13:22:31 | Error | afternoon all :) |
| 13:22:37 | zerohero | i can't select amigados filehandles :) |
| 13:22:45 | zerohero | Error: hello :) |
| 13:23:28 | Error | zerohero::)) hey |
| 13:23:48 | nicomen | zerohero: well, the ansi c lbrary should provide stuff ;) |
| 13:24:01 | zerohero | nicomen: i'm sure it does :) |
| 13:24:27 | nicomen | maybe not |
| 13:25:00 | zerohero | otoh, a pipe:bla.tmp stops reading if there's nothing to read |
| 13:25:20 | zerohero | so i can keep it locked and read from it until eof |
| 13:25:23 | zerohero | afaik |
| 13:26:57 | zerohero | hmm |
| 13:27:10 | zerohero | nothing about pipe:'s in autodocs |
| 13:30:47 | zerohero | !summon afxgroup |
| 13:41:26 | | <-- Belxjander has quit (Quit: Quit::) |
| 13:52:10 | | --> Error_ (~error@a9a2d23.3223f75b.crowley.pl) has joined #amigadev |
| 13:52:28 | | <-- Error has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net) |
| 13:52:28 | | <-- impulse has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net) |
| 13:52:28 | | <-- bones has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net) |
| 13:52:28 | | <-- wegster has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net) |
| 13:52:28 | | <-- MrBot has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net) |
| 13:52:29 | | <-- Orgin has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net) |
| 13:52:50 | | --> MrEvil (~boing@2af52808.76b3cfb.nvg.ntnu.no) has joined #amigadev |
| 13:52:55 | | --> wegster (~wegster@2d996ff7.3d716d1f.res.rr.com) has joined #amigadev |
| 13:52:58 | | -!- MrEvil is now known as MrBot |
| 13:52:59 | | --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev |
| 14:02:55 | | <-- zerohero has quit (Quit: Client exiting) |
| 14:04:25 | | --> zerohero (~zerohero@Zerohero.Amigaworld.Net) has joined #amigadev |
| 15:05:19 | zerohero | awfully slow today... |
| 15:46:18 | | <-- kindergip has quit (Quit: Bye) |
| 15:50:43 | Error_ | hey |
| 15:51:04 | Error_ | what should i set in iso image to allow os4 boot up from a cd? |
| 15:51:39 | zerohero | i think it uses some el torito stuff |
| 15:51:56 | Error_ | os4 uses eltorito? |
| 15:52:06 | Error_ | uses hdd emulation? |
| 15:52:35 | zerohero | no idea, they've only said os4 isos use el torito |
| 15:54:57 | | -!- * Error_ is away: fp |
| 16:14:30 | | --> ssolie (~ssolie@2f31aeca.1ccf6d0.abhsia.telus.net) has joined #amigadev |
| 16:42:31 | | --> AC (~rwo@34c8b132.1c3781d3.ip.tele2adsl.dk) has joined #AmigaDev |
| 16:45:40 | zerohero | i guess i won't be seeing afxgroup today then... |
| 16:46:05 | zerohero | well, shit happens |
| 16:46:48 | | <-- zerohero has quit (Quit: If there's a scale of stupid, I would be right on top, yeah!) |
| 16:56:54 | nicomen | hy not? |
| 16:57:44 | ssolie | hy not? |
| 17:08:43 | | --> zerohero (~zerohero@Zerohero.Amigaworld.Net) has joined #amigadev |
| 17:44:21 | | --> AmiKit (~AmiKit@22cbf9e3.34823d30.ics.muni.cz) has joined #amigadev |
| 17:44:38 | AmiKit | any native german here please? |
| 17:52:29 | | <-- AmiKit has quit (Ping timeout: 180 seconds) |
| 17:59:58 | Error_ | cya |
| 18:00:01 | | <-- Error_ has quit (Client closed connection) |
| 18:05:50 | | --> Orgin (~Banana@Network-Admin.AmigaWorld.net) has joined #amigadev |
| 18:06:11 | | --> impulse (impulse@3856dc6.35474391.24785cc1.642f304X) has joined #amigadev |
| 18:06:25 | | <-- Orgin has quit (Quit: ) |
| 18:06:33 | | --> Orgin2 (~Banana@Network-Admin.AmigaWorld.net) has joined #amigadev |
| 18:06:40 | | -!- Orgin2 is now known as Orgin |
| 18:43:44 | | --> number6 (~user@33fe9952.31b34b44.dialup.citynet.net) has joined #amigadev |
| 18:55:01 | | --> Ami603 (~coco@1366b407.1b5b45e4.dynamicIP.rima-tde.net) has joined #amigadev |
| 18:55:09 | Ami603 | hi there |
| 18:55:22 | number6 | Hi |
| 18:56:46 | | <-- Ami603 has quit (Read error: Connection reset by peer) |
| 18:58:04 | | --> Ami603 (~coco@1366b407.1b5b45e4.dynamicIP.rima-tde.net) has joined #amigadev |
| 19:01:08 | | --> Ami603_ (~coco@1366b407.1b5b45e4.dynamicIP.rima-tde.net) has joined #amigadev |
| 19:01:09 | | <-- Ami603 has quit (Read error: Connection reset by peer) |
| 19:01:24 | | -!- Ami603_ is now known as Ami603[AW] |
| 19:01:29 | Ami603[AW] | ok, l8r |
| 21:23:48 | | <-- AC has quit (Quit: Client exiting) |
| 22:20:49 | | --> Belxjander (~Belxjande@3155232f.654d39d.clear.net.nz) has joined #AmigaDev |
| 23:16:15 | | <-- number6 has quit (Ping timeout: 181 seconds) |
| 23:21:05 | | --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev |
| 23:21:09 | | <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_)) |
| 23:21:11 | | -!- Rigo_ is now known as Rigo |
| 23:29:23 | | --> number6 (~user@3d8d9d00.31b34b44.dialup.citynet.net) has joined #amigadev |
| 23:50:35 | | --> impulse_ (impulse@28ba3a9e.2c4e124f.24785cc1.642f304X) has joined #amigadev |
| 23:50:35 | | <-- impulse has quit (Read error: Connection reset by peer) |
| | |