HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

ConvOrder - OrderString/Id convertor

02-07-2006, 11:01 PM#1
Blade.dk
Hello there.

This is a small program I've made that converts orderstrings and ids.

This is my first real program I make in Delphi.

It is easy to use, and should not have any bugs.

Feedback please, and remember that I am a newb.

This program was made in Delphi, so everybody using windows should be able to run it.
Attached Images
File type: jpgConvOrder.jpg (17.9 KB)
Attached Files
File type: zipConvOrder1.3.zip (241.8 KB)
02-07-2006, 11:04 PM#2
Zoxc
Make it a OrderString <> Id convertor.

It might be a idea to learn how to use 'for', even thus your while's are very nice :) (just like loops in JASS =P)
02-08-2006, 01:39 PM#3
Blade.dk
I know my code is far from perfect. But at this early point I am happy that it works :).
02-08-2006, 07:35 PM#4
Nantuko Husk
Nooby :p

1 - Make it guess what you are writing. ( atuo-complete is the property )
2 - I dont have to select the text when I want it to be copied into the clipboard.
3 - Disable the maximize button.
4 - In the about make the adress of wc3c a link , I click , browser opens.
5 - You might want to add any glyphs to the buttons?
6 - Didnt I make something like this before ?

Overall very nice
02-08-2006, 07:44 PM#5
Blade.dk
Quote:
Originally Posted by Nantuko_Husk
1 - Make it guess what you are writing. ( atuo-complete is the property )
Would like to add that, it seems like a good idea.
Quote:
Originally Posted by Nantuko_Husk
2 - I dont have to select the text when I want it to be copied into the clipboard.
You don't have to as it selects the text automatically. Might want to change something here though.
Quote:
Originally Posted by Nantuko_Husk
3 - Disable the maximize button.
4 - In the about make the adress of wc3c a link , I click , browser opens.
5 - You might want to add any glyphs to the buttons?

I like some of the ideas.

Quote:
Originally Posted by Nantuko_Husk
6 - Didnt I make something like this before ?

I mainly made it because I wanted something that was simple and could be used for something.

The main differences between our programs are, that yours have autocompletion and ONLY converts order strings to ids.

Mine does not have autocompletion, but can convert both orderstrings to ids and ids to strings (autodetects what to do), which yours can't.

Quote:
Originally Posted by Nantuko_Husk
Overall very nice

Thanks!
02-08-2006, 10:22 PM#6
Blade.dk
Updated, fixed a rare bug that could happen if the user gave it invalid input and made the email and site link on the about form work. I think I will add more later.
02-15-2006, 01:14 AM#7
Blade.dk
Updated again, fixed the problem with the text not being copied if it wasn't selected when clicking the "Copy To Clipboard" button.

The read me file is now a html and I added a help document, not only telling about the program but also about orderids and strings in general.

EDIT: Minor update again, fixes some errors in the help file and the program has also got a less ugly icon now.