Seconded. Or maybe use a seperate tab. That white box at the top is my biggest peeve (not because of the box, but because it's white, it reminds me too much of MS's).Turn the link in to a button on the bottom along with the others. That way it's more visible, and doesn't seem like there's something to hide
A tale of two crashes
Moderator: GZDoom Developers
- Chris
- Posts: 2978
- Joined: Thu Jul 17, 2003 12:07 am
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Heh, yes I do. You'll notice the "never ask me again" check has gone from my IWAD choice box.Bio Hazard wrote:you actually switch IWADS enough to warrant a full-size selection box?
geez enjay... you're hard-core!

Hexen DeathKings of the Dark Citadel - the official Hexen add on pack.Skunk wrote:I have all of those games except Hexendd.wad (WTF IS THAT?)
- Chris
- Posts: 2978
- Joined: Thu Jul 17, 2003 12:07 am
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Last I tried, GTK+ in Windows was slow as fuck (worked, but was less than optimal). wxWidgets (not wxWindows
) is fairly new and not terribly supported in either Windows or Linux yet (though Linux users would be able to get their hands on it easier, Windows users would have to have the DLLs packaged and installed for them).

I knew that... I guess I was going off of the URL.Chris wrote:wxWidgets (not wxWindows)...
But, looking that their page, it looks to me like they have an installer. Unless it's amazingly backwards or something, I don't see how it would be any harder than installing the next alternative. With a direct URL to the download page (or at least the site) it would be as easy as any other type of software that needs something else to back it....is fairly new and not terribly supported in either Windows or Linux yet (though Linux users would be able to get their hands on it easier, Windows users would have to have the DLLs packaged and installed for them).
What version were you using? I've installed it on anything from a Win98 @ 166 MHz to an WinXP @ 3 GHz or so and haven't had any (or much) slow down at all. I'm running GAIM and GIMP with it. (When I use those machines.)Last I tried, GTK+ in Windows was slow as fook (worked, but was less than optimal)
I was thinking about this further, and at this point, I think the Python route would be the way to go. Quick development for both GUI and code is the name of the game. Not only that, but it would most likely be good for other Python supported OS's as well; Linux included.
-M.
I agree, Python rocks for this kinda stuff. Even with the needed runtime package and interperator your only looking at around a 6-7 meg download.
wxWidgets looks pretty niffty as well though I've had no experience using it. I'm sure I've read somewhere the next XP SP will have some level of support wxWidgets.
FYI I believe Skyjake is using Python + wxWidgets to write the new cross platform Doomsday launcher. There will be a new installer as well of course, to handle installing the various dlls.
wxWidgets looks pretty niffty as well though I've had no experience using it. I'm sure I've read somewhere the next XP SP will have some level of support wxWidgets.
FYI I believe Skyjake is using Python + wxWidgets to write the new cross platform Doomsday launcher. There will be a new installer as well of course, to handle installing the various dlls.
- akimmet
- Posts: 30
- Joined: Thu Dec 04, 2003 10:47 am
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
I still kike the old crash report beter than randy"s new one, but lose the white box up top (those look like ass on anything other than XP). and use a tab to switch between the main error view and the detail view and I honestly think I'd like it better than the old one.
And as Mannequin pointed out, hyperlinks in anything but a web browser look bad, please use a button (the one that sends you to zdoom.org is ok, it is just the one that shows the error report bothers me).
And as Mannequin pointed out, hyperlinks in anything but a web browser look bad, please use a button (the one that sends you to zdoom.org is ok, it is just the one that shows the error report bothers me).
- Cutmanmike
- Posts: 11354
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
I program in wx. It's rather awesome.Chris wrote:Last I tried, GTK+ in Windows was slow as fook (worked, but was less than optimal). wxWidgets (not wxWindows) is fairly new and not terribly supported in either Windows or Linux yet (though Linux users would be able to get their hands on it easier, Windows users would have to have the DLLs packaged and installed for them).
Click here for one of my programs in it. It's not finished, but it's like a beta release.
I'm also working on a Doom program, which should come out in a couple months.