| Poster | Thread |
thinkchip
|  |
UAE-ED, E-UAE configuration editor Posted on 9-May-2013 0:54:37
| | [ #1 ] |
|
|
 |
Super Member  |
Joined: 26-Mar-2004 Posts: 1185
From: Salt Lake City, Utah, USA | | |
|
| This is an early screen capture of my E-UAE configuration editor, UAE-ED. It intentionally closely resembles WinUAE. In order to produce something useful within a reasonable amount of time, I've cut out a lot of frills. It initially will be a bare-bones application that is hopefully useful in spite of that. I wrote my own file requester because I don't want to have to rely on extraneous libraries that aren't a standard part of OS4. I plan to upload it so anyone can use it.
 _________________ X5000 / microA1(OS4.1 FE U2) / CodeBench / Imagine / Blender Lightwave 2019 / Microsoft Visual C++ |
|
| Status: Offline |
|
|
tlosm
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 9-May-2013 14:20:35
| | [ #2 ] |
|
|
 |
Elite Member  |
Joined: 28-Jul-2012 Posts: 2761
From: Amiga land | | |
|
| @thinkchip
Great! _________________
|
|
| Status: Offline |
|
|
pavlor
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 9-May-2013 14:26:52
| | [ #3 ] |
|
|
 |
Elite Member  |
Joined: 10-Jul-2005 Posts: 9786
From: Unknown | | |
|
| |
| Status: Offline |
|
|
Hypex
 |  |
Re: UAE-ED, E-UAE configuration editor Posted on 9-May-2013 14:53:47
| | [ #4 ] |
|
|
 |
Elite Member  |
Joined: 6-May-2007 Posts: 11351
From: Greensborough, Australia | | |
|
| @thinkchip
Quote:
| I wrote my own file requester because I don't want to have to rely on extraneous libraries that aren't a standard part of OS4 |
That's a lot of work but how do you mean? The ASL library has been part of AmigaOS since version two. So what's wrong with using that? Unless you are programming for AmigaOS1.3 your statement doesn't make any sense!  |
|
| Status: Offline |
|
|
thinkchip
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 9-May-2013 17:07:54
| | [ #5 ] |
|
|
 |
Super Member  |
Joined: 26-Mar-2004 Posts: 1185
From: Salt Lake City, Utah, USA | | |
|
| @Hypex
I often don't make any sense. My file requester does exactly what I want and I like it. But who knows? I may change my mind some day. _________________ X5000 / microA1(OS4.1 FE U2) / CodeBench / Imagine / Blender Lightwave 2019 / Microsoft Visual C++ |
|
| Status: Offline |
|
|
samo79
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 9-May-2013 20:19:57
| | [ #6 ] |
|
|
 |
Elite Member  |
Joined: 13-Feb-2003 Posts: 3505
From: Italy, Perugia | | |
|
| Good one, i like the style (similar to WinUAE)
Btw is written in Hollywood right ? _________________ BACK FOR THE FUTURE
http://www.betatesting.it/backforthefuture
Sam440ep Flex 800 Mhz 1 GB Ram + AmigaOS 4.1 Update 6 AmigaOne XE G3 800 Mhz - 640 MB Ram - Radeon 9200 SE + AmigaOS 4.1 Update 6 |
|
| Status: Offline |
|
|
spotUP
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 9-May-2013 22:05:57
| | [ #7 ] |
|
|
 |
Elite Member  |
Joined: 19-Aug-2003 Posts: 2896
From: Up Rough Demo Squad | | |
|
| @samo79
NICE!
_________________ AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.
http://www.asciiarena.com http://www.uprough.net |
|
| Status: Offline |
|
|
thinkchip
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 10-May-2013 0:15:36
| | [ #8 ] |
|
|
 |
Super Member  |
Joined: 26-Mar-2004 Posts: 1185
From: Salt Lake City, Utah, USA | | |
|
| @samo79
It's written in C++. I use CubicIDE.
_________________ X5000 / microA1(OS4.1 FE U2) / CodeBench / Imagine / Blender Lightwave 2019 / Microsoft Visual C++ |
|
| Status: Offline |
|
|
realize
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 10-May-2013 0:24:13
| | [ #9 ] |
|
|
 |
Super Member  |
Joined: 14-Apr-2003 Posts: 1797
From: nyc | | |
|
| @thinkchip
Awesome! I will certainly be happy to have this on my os4 box. Exciting! |
|
| Status: Offline |
|
|
Slash
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 10-May-2013 12:14:44
| | [ #10 ] |
|
|
 |
Cult Member  |
Joined: 10-Mar-2003 Posts: 686
From: Newcastle-upon-Tyne, UK | | |
|
| @thinkchip
Quote:
| I wrote my own file requester because I don't want to have to rely on extraneous libraries that aren't a standard part of OS4. |
That is an insanely stupid idea to say the least. As Hypex already pointed out, why not use ASL?
Quote:
| I often don't make any sense. My file requester does exactly what I want and I like it. |
It might do exactly what you want, but to be brutally honest with you, it looks like **** and isn't something I'd want on my desktop.
There's some lovely icons, controls and GUI kits on AmigaOS which will make your application fit in with the OS, and look the part at the same time. Why not cut the development time (and future bugs) in half by using them?
People have a tendency to not use something that looks bad, regardless of its functionality.
Just my 2p though. If you're happy then that's all that matter I suppose  _________________ This fire is burnin' and it's out of control It's not a problem you can stop, It's rock n' roll - GN'F'N'R |
|
| Status: Offline |
|
|
thinkchip
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 10-May-2013 13:49:04
| | [ #11 ] |
|
|
 |
Super Member  |
Joined: 26-Mar-2004 Posts: 1185
From: Salt Lake City, Utah, USA | | |
|
| @Slash
I really learned a lot writing my file requester that I never would have learned using ASL. Sometimes I try things just as an exercise because I like to program. I learned how proportional gadgets work, which I will need to know. I don't always do things the easy way. I'm afraid things will get even uglier before I'm done. You probably shouldn't look.
When you call things "insanely stupid" you run the risk of stifling innovation. I'd be interested to know what software you use to keep your desktop beautiful.
Can you tell me more about lovely icons, controls, and gui kits? I'm still learning.
I'd go for useful over pretty any day. My of my favorite apps is Abiword and it's totally un-Amigaized. I welcome constructive criticism. It's worse if you post something and nobody says anything.
Last edited by thinkchip on 10-May-2013 at 02:20 PM. Last edited by thinkchip on 10-May-2013 at 02:13 PM. Last edited by thinkchip on 10-May-2013 at 02:11 PM. Last edited by thinkchip on 10-May-2013 at 01:54 PM.
_________________ X5000 / microA1(OS4.1 FE U2) / CodeBench / Imagine / Blender Lightwave 2019 / Microsoft Visual C++ |
|
| Status: Offline |
|
|
tlosm
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 10-May-2013 15:07:41
| | [ #12 ] |
|
|
 |
Elite Member  |
Joined: 28-Jul-2012 Posts: 2761
From: Amiga land | | |
|
| @Slash
my opinion is not is important how it look ... but how it works nice guy is apreciated but not important the must important thing is have the must simple an max configurable guy tool for Euae Os4 :)
_________________
|
|
| Status: Offline |
|
|
Trixie
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 10-May-2013 15:23:20
| | [ #13 ] |
|
|
 |
Amiga Developer Team  |
Joined: 1-Sep-2003 Posts: 2119
From: Czech Republic | | |
|
| @thinkchip
Quote:
| My file requester does exactly what I want and I like it. |
As an experienced GUI designer I'll tell you this: it is rather irrelevant that you like it and that it does what you want. A GUI is made for the user therefore it should, first and foremost, meet user expectations. Remember that the ASL requester provides certain functionality/behaviour that is considered standard and expected to be present; if the user doesn't find it, your GUI will feel quirky._________________ The Rear Window blog
AmigaOne X5000/020 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition |
|
| Status: Offline |
|
|
smf
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 10-May-2013 15:57:05
| | [ #14 ] |
|
|
 |
Regular Member  |
Joined: 15-Mar-2003 Posts: 333
From: Växjö, Sweden | | |
|
| @thinkchip
Looks good! keep up the good work so that we can test it soon. |
|
| Status: Offline |
|
|
Rob
 |  |
Re: UAE-ED, E-UAE configuration editor Posted on 10-May-2013 16:51:44
| | [ #15 ] |
|
|
 |
Elite Member  |
Joined: 20-Mar-2003 Posts: 6437
From: S.Wales | | |
|
| @thinkchip
Nice work but I agree with the people saying that it looks ugly. I'd much prefer something that uses the standard GUI toolkit and i think Mason's AISS icons would be good to use.
Ultimately it's your software and you can do what you like. |
|
| Status: Offline |
|
|
realize
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 11-May-2013 0:14:50
| | [ #16 ] |
|
|
 |
Super Member  |
Joined: 14-Apr-2003 Posts: 1797
From: nyc | | |
|
| @Slash
So, let me ask you when was the last time you coded anything for the amiga? If the answer is never or not lately then STFU because ThinkChip just provided something we really needed. Not all of us has the time or inclination to mess about with text editors and config files. When I use my classics or ng i want to turn them on and have FUN not configuration problems. So THANKS AGAIN THINKCHIP. Dont forget alot of guys will use your cool software and never thank you or post here so you are making people happy and what else can you want in this world ? :) |
|
| Status: Offline |
|
|
thinkchip
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 11-May-2013 1:05:30
| | [ #17 ] |
|
|
 |
Super Member  |
Joined: 26-Mar-2004 Posts: 1185
From: Salt Lake City, Utah, USA | | |
|
| @Rob
I don't undertand why people say it's ugly. It's standard Amiga windows with standard borders and gadgets, plus some text and rectangles. I think OS4 windows have a nice clean look. What's ugly about them? _________________ X5000 / microA1(OS4.1 FE U2) / CodeBench / Imagine / Blender Lightwave 2019 / Microsoft Visual C++ |
|
| Status: Offline |
|
|
Rob
 |  |
Re: UAE-ED, E-UAE configuration editor Posted on 11-May-2013 2:00:20
| | [ #18 ] |
|
|
 |
Elite Member  |
Joined: 20-Mar-2003 Posts: 6437
From: S.Wales | | |
|
| @realize
Quote:
| So, let me ask you when was the last time you coded anything for the amiga? |
Check the website link on his profile and have a look at the bottom of the page. |
|
| Status: Offline |
|
|
Rob
 |  |
Re: UAE-ED, E-UAE configuration editor Posted on 11-May-2013 2:10:02
| | [ #19 ] |
|
|
 |
Elite Member  |
Joined: 20-Mar-2003 Posts: 6437
From: S.Wales | | |
|
| @thinkchip
Quote:
| I don't undertand why people say it's ugly. It's standard Amiga windows with standard borders and gadgets, plus some text and rectangles. I think OS4 windows have a nice clean look. What's ugly about them? |
The standard windows, borders and gadgets look fine. It's the non standard buttons, list browsers and file requesters I'm not keen on. |
|
| Status: Offline |
|
|
realize
|  |
Re: UAE-ED, E-UAE configuration editor Posted on 11-May-2013 2:27:20
| | [ #20 ] |
|
|
 |
Super Member  |
Joined: 14-Apr-2003 Posts: 1797
From: nyc | | |
|
| @Rob
Ok i see he's a developer so apologies for that. But this doesnt excuse the guy for talking that way to another dev who is trying to help! And people wonder why there are no devs in amiga land? |
|
| Status: Offline |
|
|