[Apps]-My first apps *Look Inside*-T1. *Update Page 2*
[Apps]-My first apps *Look Inside*-T1. *Update Page 2*
Well Guys these are my first applications I have ever done. I Know they are simple and easy to do but now that I have done them I realize they were easy. So please don't flame. Tell me how I can improve Etc Etc. Thanks for your time.
Credits:
Anthony of course
Dark Metal
EVAN-Dont know his halomods name omfco or something
And anyone I forgot.
Credits:
Anthony of course
Dark Metal
EVAN-Dont know his halomods name omfco or something
And anyone I forgot.
- Attachments
-
- MachEditor.rar
- The Mach Editor (Currently working more on it)
- (11.01 KiB) Downloaded 115 times
-
- LightEditor.rar
- The Light Editor
- (11.87 KiB) Downloaded 95 times
-
- Jpt!Editor.rar
- The Jpt! Editor
- (11.37 KiB) Downloaded 90 times
Last edited by T1xAnton on Mon Jul 10, 2006 6:17 pm, edited 1 time in total.
Accept Change.
-
- Posts: 271
- Joined: Sun Jan 22, 2006 9:46 pm
awsome 
now i don't have to go through dothalo just to find these tags

now i don't have to go through dothalo just to find these tags

Last edited by SerpentKnights on Sun Jul 09, 2006 9:03 pm, edited 1 time in total.
Beware the ninja spaz... >_>
-
- Posts: 874
- Joined: Mon Jan 02, 2006 6:14 pm
- Location: Uknown...... Latest Project: Yet to be revealed.
- Contact:
![]() |
![]() |
-
- Posts: 271
- Joined: Sun Jan 22, 2006 9:46 pm
-
- Posts: 2032
- Joined: Tue May 17, 2005 6:34 pm
- Location: T E X A S
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
-
- Posts: 874
- Joined: Mon Jan 02, 2006 6:14 pm
- Location: Uknown...... Latest Project: Yet to be revealed.
- Contact:
![]() |
![]() |
you have a minor bug when you open a map and then you open another one the map that was opened stays there and the tags become more and more.
to fix this you must put in the code before the open map dialog, the listbox that has the tags you must empty it by saying (listbox(the one with the tags) .text = "" )...and then you load the next map or watever.
Hope i helped
to fix this you must put in the code before the open map dialog, the listbox that has the tags you must empty it by saying (listbox(the one with the tags) .text = "" )...and then you load the next map or watever.
Hope i helped

- JesseCuster
- Posts: 400
- Joined: Fri Apr 29, 2005 9:35 am
- Location: where the beer is the best. Team: Halo Gama
- Contact:
![]() |
![]() |
Good job on coding, but I don't see the point in releasing an app when a plugin could do the same thing...

If there is a problem on the forums, message me through IRC, AIM, or through PM.
Why We Mod - Completed
Ya man... Hey... T1xAnton, nice job..Beserker wrote:i think its a good learning experienceExileLord wrote:Good job on coding, but I don't see the point in releasing an app when a plugin could do the same thing...



- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
just put this on the 1st line after your If openfiledialog1.Showdialog() blah blahBeserker wrote:to fix this you must put in the code before the open map dialog, the listbox that has the tags you must empty it by saying (listbox(the one with the tags) .text = "" )...and then you load the next map or watever.
Code: Select all
ListBox1.Items.Clear()
