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 - Eeems

Pages: 1 ... 200 201 [202] 203 204 ... 370
3016
Site Feedback and Questions / Re: HL:OC board bug
« on: October 08, 2010, 03:34:28 pm »
Let me see if I can fix it

EDIT: fixed, just had to turn it on

3017
Web Programming and Design / Re: jBasic OS
« on: October 07, 2010, 09:35:05 pm »
Don't worry javascript can't do anything like that :P

3018
Web Programming and Design / Re: jBasic OS
« on: October 07, 2010, 08:19:50 pm »
no, it will only effect what happens in jBOS, so it will run code if you press the specified key

3019
TI Z80 / Re: Pugluna v0.2 Beta
« on: October 07, 2010, 07:58:21 pm »
WOW! just played this, it's even better then Phoenix! Well done!

3020
Web Programming and Design / Re: jBasic OS
« on: October 07, 2010, 07:50:43 pm »
Ok, new version :D this one has a keyboard driver :D so apps can call $.keyboard.getKey(keycode) which will return true if it is currently down false if it isn't.The keyboard driver can also create keyhooks, so when a certain key is pressed a function is executed, currently there is a test hook in place which will log "space is pressed" if you press the space key. The keyhook task runs every second, but I might switch it up to run only on a keypress instead of a task.
How to create a keyhook:
Code: [Select]
var key = new Keyhook(keycode,function(){
   //function content goes here
});
key.init();  //adds the keyhook
key.remove();  //removes the keyhook so it wont run
I might as well talk about tasks too:
Code: [Select]
var task = new Task(app id,task name,task id,interrupt,function(){
   //onstart function
},function(){
  //onexec funtion
},function(){
  //onstop function
},function(){
  //onend function
});
task.init(); //adds the task to the task list, disabled
task.start();  //initializes the task, running onstart and then runs onexec every interrupt
task.stop();  //stops the task, keeping it in the list, runs onstop
task.end();  //removes the task from the tasklist and runs onend

3021
General Calculator Help / Re: Have calc? Will program! [HCWP]
« on: October 07, 2010, 07:34:25 pm »
wow looks great :D hopefully I can join in one of these days with a webcam

3022
Other Calculators / Re: Eee Zor - A Webshow
« on: October 07, 2010, 07:21:21 pm »
I don't plan to do it on the same day's as him
don't worry that was my mom's webcam I'm using an actual mic for this

3023
General Calculator Help / Re: Have calc? Will program! [HCWP]
« on: October 07, 2010, 06:47:07 pm »
Might I suggest moving over to ustream for recording it? at least have someone record the content of tinychat with ustream for later?

3024
General Calculator Help / Re: Have calc? Will program! [HCWP]
« on: October 07, 2010, 06:44:37 pm »
Lol I wont :P and mine can be viewed later if you want via ustream

that was my mom's mic, not mine...so hopefully this will work better :P

3025
Other Calculators / Re: Eee Zor - A Webshow
« on: October 07, 2010, 06:29:59 pm »
If you can't see it while it happens you can always see it after :)

3026
Other Calculators / Eee Zor - A Webshow
« on: October 07, 2010, 06:18:56 pm »
So I have a webshow called Eee Zor in the works (channel here) and I'm planning on starting to make it into a regular thing and with more of a focus. Eee Zor is going to become the new's show of the calc community along with a few other things :D
My first episode of this will be tomorrow sometime in the day, so watch my twitter and this topic. This episode will include a few quick looks at a few releases out currently, a how to when it comes to wabbitemu and maybe something more from SirCmpwn ;P

3027
News / Re: Eeems is Back! Bearing jBOS2!
« on: October 07, 2010, 05:18:12 pm »
Thanks :)
Oh really? :) well point him to my email if he needs help :)

Ok hopefully it will work for you we have been having a few issues

3028
TI Z80 / Re: Half Life 2: On-Calc
« on: October 07, 2010, 05:08:15 pm »
Lol I know how you feel :P

3029
TI Z80 / Re: Half Life 2: On-Calc
« on: October 07, 2010, 05:07:01 pm »
NP Sir :)
Nice :) that will be helpful for those who don't want to go through all the work you did :P

3030
TI Z80 / Re: Half Life 2: On-Calc
« on: October 07, 2010, 05:02:29 pm »
Ah ok :) can't wait :D

Pages: 1 ... 200 201 [202] 203 204 ... 370