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 ... 213 214 [215] 216 217 ... 370
3211
Web Programming and Design / Re: jBasic OS
« on: June 21, 2010, 07:08:05 pm »
Ok, here is a new version. Changes are as follows:
Launcher icon now toggles visibility, no longer will you need to use the red button to close it. There are some small changes. You can now get the current X and Y location of the mouse by reading from MOUSE_X and MOUSE_Y.

3212
Web Programming and Design / Re: jBasic OS
« on: June 21, 2010, 11:14:41 am »
Hmm, I would go with the game actually, a browser would be way to hard to start off with (trust me I've tried x.x).
actually I do know how, just hold on a sec, I'll tell you.

EDIT: I've made an event handler that will log the mouse X and Y location for you. I'll make some more stuff later. (ie: telling you where it is relative to the current window and such)

3213
Web Programming and Design / Re: jBasic OS
« on: June 21, 2010, 11:06:20 am »
Yay!
have you come up with any ideas for a full app yet? I'll try to add in a onquit() of somesort soon that you can use.

3214
Web Programming and Design / Re: jBasic OS
« on: June 21, 2010, 01:25:49 am »
Well, i cant remember for sure, but i thibk it was tasker_task_create() or something. Look in Tasks.js in js/ it should be there, along with the arguements.

All the tasker does is schedule intervals between what you want run. And in the case of low fps it increases the intervals.
You will have to figure out how to end a task wjen a window quits on your own for now. I have yet to add a onclose() function of any sort.

3215
Web Programming and Design / Re: jBasic OS
« on: June 21, 2010, 01:15:41 am »
Ah k. Well. I should document it for you.
Lol, yeah, there are a few commands i need to add to the extended functions list. I will add that later, thanks for reminding me :)

Btw, with tasks you can make intterupts for keypresses :D so like it alert for certain keys that are down and such. :)

3216
Web Programming and Design / Re: jBasic OS
« on: June 21, 2010, 01:10:46 am »
Ah ok :) question, do you know how to create tasks yet? You should try playing around with that.

3217
Web Programming and Design / Re: jBasic OS
« on: June 21, 2010, 01:05:24 am »
Willrandship could you post a screenshot?
Player: try changing it to onlick="AB_open()" :p (yes i have support for multiple windows supoorted :))

3218
Web Programming and Design / Re: jBasic OS
« on: June 21, 2010, 12:01:18 am »
ah ok, well some good tutorials would be on W3 Schools and for firefox specific stuff which you will probably want to know if you want to do some cooler stuff with the filesystem go to Mozilla MDC. For making apps you will want to play around a lot will accessing and changing stuff with javascript.
Hopefully I can get some documentation done later this week (after exams). For your first app you might want to work on something simple, like maybe a popup/alert invoker (takes the text you input and alerts with it). Then you might want to go farther, and maybe even play around with tasks and stuff.

3219
Web Programming and Design / Re: jBasic OS
« on: June 20, 2010, 11:42:34 pm »
Thanks! To develop for this you need a moderate understanding of Javascript. I have commands for interfacing with the GUI already built in so it shouldn't be too hard to make wibdows and such.
Apps are all in the apps folder and have to be in this structure
Code: [Select]
<appname>
|- js/
|- css/
|- img/
|- other/
|- <appname>.js
|- icon.png (not implmented yet)
your <appname>.js must have a functuon named <appname>_open() which opens the app and all the functions must be prefixed with <appname>_ so multiple apps don't overwrite other apps functions. There are lots of built in functions which i should document for you, but i havent taken the time yet. If anybody wants to port over libraries that would be nice.
The resize error is due to the content of the window, i have an idea on how to fix it though, but I havent imolemented it yet.

3220
Web Programming and Design / Re: jBasic OS
« on: June 20, 2010, 10:14:15 pm »
Yeah I asked him to :)

3221
Web Programming and Design / Re: jBasic OS
« on: June 20, 2010, 10:04:39 pm »
Yeah I'm planning to make enough for Kerm Martian to make a file browser :)

3222
Web Programming and Design / Re: jBasic OS
« on: June 20, 2010, 09:43:57 pm »
All that I've changed in this version is the addition of the file commands file_cd() file_create() and file_delete(). All of which can only be used by developers right now (unless you use the command app). These commands work on both Windows and Linux :)

3223
Web Programming and Design / Re: jBasic OS
« on: June 19, 2010, 06:38:49 pm »
That would be cool :)
yeah I should probably jump on that documentation, as well as make things easier for you to interface with stuff... I should also include some sort of thing that allows you to run certain commands on the quitting of a window,

3224
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: June 19, 2010, 06:36:27 pm »
77. You can use your calculator as a cellphone

3225
Web Programming and Design / Re: jBasic OS
« on: June 19, 2010, 06:26:35 pm »
lol, no I just type in clear for that :P j/k
so, anybody want to start developing apps, for this? I can work up some documentation of you want :)

Pages: 1 ... 213 214 [215] 216 217 ... 370