Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Munchor

Pages: 1 ... 302 303 [304] 305 306 ... 424
4546
TI Z80 / Re: Tokens
« on: December 19, 2010, 07:23:57 pm »
Celtic III and xLib are BASIC for me and so is DCS, it's all based on BASIC, so it's Basic :)
Not based on BASIC, but an extension of BASIC

Upgrade*

4547
TI Z80 / Re: Tokens
« on: December 19, 2010, 07:09:36 pm »
Well, this is more aimed at Hybrid with DCS...so, not quite BASIC :P

Celtic III and xLib are BASIC for me and so is DCS, it's all based on BASIC, so it's Basic :)

4548
TI Z80 / Re: Tokens
« on: December 19, 2010, 07:04:53 pm »
merthsoft, you sir are a GOD :P
Love how this is coming along :) can't wait to play around with it :D

I will go back to BASIC when this comes out for sure! (not go back, but give it a second try!)

4549
TI Z80 / Re: Axe Guitar Hero.
« on: December 19, 2010, 06:43:13 pm »
It does, but sometimes sound quality is questionable.

Great, then. Also, I'm helping him with this, but not a lot, since I find his code rather complex, but still understandable :)

4550
you can also use AWT. Java has two GUI packages. Swing generally being preferred over AWT.

I've always used JFrame, so never heard of others.

4551
TI Z80 / Re: Axe Guitar Hero.
« on: December 19, 2010, 06:40:00 pm »
You made a post, nice!

Does WabbitEmu play sound? Had no idea.


4552
Axe / Re: r'ed stuff
« on: December 19, 2010, 04:52:48 pm »
Maybe in the future you could sell some to people here who want 84+ keypads but cannot find any anywhere if TI decided to discontinue it? ;D

Yes, I am trying to switch one for a Clickpad, but I gave up of that due to Ndless 2.0 :D

4553
The syntax is the same as Java, but it has more functions/commands to help you making GUI :)

4554
TI Z80 / Re: Tokens
« on: December 19, 2010, 04:51:41 pm »
It starts to remember me of Visual Studio, actually, it's very easy to design programs :9

4555
TI Z80 / Re: Multitab 83+ & Chemitab 83+
« on: December 19, 2010, 04:50:30 pm »
Ah ok, because ticalc.org is like the central hub of the TI community downloads and the main site to download programs. :P
I have yet to get an account on ticalc.org, that's why I'm somewhat loathe to upload it. xD

A ticalc.org account is a must for every calc. programmer, I'm serious!

4556
What's JFrame? Is it a derivative of java or is it a library, like JQuery for JS?

It's like wxPython for python :) Or Tkinter for Python :)

4557
Someone was mentioning JFrame programs, right?

Code: [Select]
import javax.swing.*;

public class HelloWorldSwing
{
public static void main(String args[])
{
JFrame frame = new JFrame("Hello");
JLabel label = new JLabel("Hello, Swing World");
frame.getContentPane().add(label);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.pack();
frame.setVisible(true);
}
}

I coded a bit of JFrame yesterday, I'll post a JFrame numbar generator later :)

4558
Axe / Re: Appvariables for Highscores
« on: December 19, 2010, 03:03:09 pm »
I don't think you saw all optimizations. I saw many others that i could do but i would have to test it to see if it works.

Fast Crash, after I finish my program maybe you can, trust me I know a lot of optimizations xD

4559
Axe / Re: r'ed stuff
« on: December 19, 2010, 03:01:35 pm »
Wait, why would you need multiple keypads? ???
Am I missing something?
Also, glad the issue got solved :)

I like having a few, so that I can switch, borrow friends :)

4560
Other Calc-Related Projects and Ideas / Re: ticalc.org "Package Manager"
« on: December 19, 2010, 01:52:25 pm »
Cool! When it is finished someone could indeed make a GUI. Not that it's fully necessary, though. I like the features so far. :)

The GUI will basically be an easier way to choose options (a choice list, you can choose 1,2, or 3 options at the same time), a text control to input text, and a button that lists, allows download and counts, all the features in one button :)

Pages: 1 ... 302 303 [304] 305 306 ... 424