0 Members and 2 Guests are viewing this topic.
@DeepThought The 3 things you mentioned as "a couple of problems" are absolutely fine. Please don't try to fix them. And thanks!@ScoutDavid If you are able to make a GUI, that would be awesome. Feel free to look here for a suggested GUI. http://ourl.ca/7900/141527EDIT: I couldn't see the .java file. It was there for a moment, then it was gone
Looking at Deep's code it doesn't look very hard, but only tomorrow, sorry :S
Quote from: Hot_Dog on December 21, 2010, 07:54:48 pm@DeepThought The 3 things you mentioned as "a couple of problems" are absolutely fine. Please don't try to fix them. And thanks!@ScoutDavid If you are able to make a GUI, that would be awesome. Feel free to look here for a suggested GUI. http://ourl.ca/7900/141527EDIT: I couldn't see the .java file. It was there for a moment, then it was goneLooking at Deep's code it doesn't look very hard, but only tomorrow, sorry :S
Quote from: ScoutDavid on December 21, 2010, 07:59:39 pmQuote from: Hot_Dog on December 21, 2010, 07:54:48 pm@DeepThought The 3 things you mentioned as "a couple of problems" are absolutely fine. Please don't try to fix them. And thanks!@ScoutDavid If you are able to make a GUI, that would be awesome. Feel free to look here for a suggested GUI. http://ourl.ca/7900/141527EDIT: I couldn't see the .java file. It was there for a moment, then it was goneLooking at Deep's code it doesn't look very hard, but only tomorrow, sorry :SBtw, ScoutDavid, just a reminder: The program name should be exactly 8 characters, no more and no less. The height/width should be no more than 16, no less than 1. The starting character and ending character should be no more than 255, no less than 0. Finally, the ending character cannot be smaller than the starting character.As always, let me know of any questions!Deep Thought, no problems so far
Wait, you mean names for fonts have to be exactly 8 chars long?
Hmm, java bmp28xp should work. Just cd over to its directory and run it.What error does it give you?
Quote from: Deep Thought on December 21, 2010, 10:38:48 pmHmm, java bmp28xp should work. Just cd over to its directory and run it.What error does it give you?Ah, I had ".class" at the end. It's working now
Deep Thought, do you invert the bitmap as you write it to an .8xp file? I'm finding that's the case, and if so, 5 stars for you