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

Pages: 1 ... 126 127 [128] 129 130 ... 239
1906
Miscellaneous / Re: Anyone know who this is?
« on: November 01, 2012, 03:12:18 am »
Oh, that's cool.
Not really :P
He pointed all those people to go find their answers on TI-Bank but TI-Bank only gets its information from TI-Planet. The problem is that on TI-Planet you have real experts that can help you at any moment on the chat or get their updated information on the forum while on TI-Bank you only have what they said a long time ago (whuch got copied without giving any sources), without any kind of updates :(

If you know some of the TI history, TI-Planet splitted off TI-Bank with all the admins but Mic leaving, due to some drama that happened over a year ago. Since then, TI-Bank is considered the bad side of the french community.
I would not say that the whole site is the bad side of the french community, most people there might not know that they are on the wrong site. Only the admin is the bad side :P

1907
Thank you... for your reply, many of you recommended Nless, sorry that is new for me and it sounds like a jailbreak to me, would it harm my handheld?
That will not harm anything. Just follow the instructions (don't delete the ndless folder for example, I don't know whynsome try to do that although it is said in the readme not to do that) and nothing bad will happen. And even if you accidentally miss something, the worst you can get is a reboot loop, and it is fixable :)

Do you mean Lua is integrated in the new handheld? can I program Lua directly on my device?
You can download oclua to do so, but afaik, it has not been updated for a long time.

And for your other questions, sorry but I don't know more than you :(

1908
Axe / Re: static vars
« on: October 31, 2012, 02:39:43 pm »
How many characters can I use to name them and
from where do you know such things?
You can have up to 5 characters. I think the first one has to be an uppercase letter but maybe I am wrong.
And I know this kind of things by asking questions on this awesome website that is Omnimaga ;)

1909
Axe / Re: static vars
« on: October 31, 2012, 12:49:52 pm »
If you want to make it even clearer, you can do that:

L1+12→°XVAL
L1+14→°YVAL
...
X→XVAL
Y→YVAL

What you did there is declare two new custom variables, XVAL and YVAL, whose bytes are located at L1+12 and L1+14 ;)

edit
note that the ° is the degree symbol in Angle (2nd Apps).

1910
The Axe Parser Project / Re: Features Wishlist
« on: October 31, 2012, 12:42:51 pm »
Apps are fixed at 16384 bytes unfortunately :/
Except if multiple page apps are supported :D
Even if other pages only have data, that would be great especially for my games in which I have a lot of data :P

How about a larger app max compile size
As Darl181 said, if your program still fits in the RAM, you can use CrabCake and Fullrene.
If you need a lot of space though (read, more than 24 000 bytes), you can use Matref's Axiom which will allow you to virtually have multiple page apps by putting all your code in separate apps and just compile a calling program that will take care of page swapping :)

1911
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: October 31, 2012, 03:46:03 am »
Does that mean that we will be able to boot on Linux from a USB stick ? O.O
If so, then it is awesome :D
If not, then it is still awesome :D :P

Yes! That's why things will get interesting now :D

We could also connect USB wireless dongles if you get where I'm coming from ;)
Here's a USB keyboard working :D
You should warn sensible people before posting awesome news like that :w00t:

1912
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: October 31, 2012, 03:35:54 am »
Does that mean that we will be able to boot on Linux from a USB stick ? O.O
If so, then it is awesome :D
If not, then it is still awesome :D :P

1913
Other Calculators / Re: Your calculator collection
« on: October 31, 2012, 03:25:02 am »
Maybe it's just me but doesn't TI blocking Ndless create a game between coders and TI?  I'm sure some people enjoy trying to figure out how to get past the restrictions TI puts on its calculators.  :P
No. They didn't enjoy discovering that the OS 3.0.x didn't have any loophole that would allow the installation of Ndless, and they were surprised but not "happy" to discover that TI made an error in the OS 3.1 that got a loophole back. But they surely won't be happy at the next OS release when TI won't do that error again.

(Credits to Critor for all the things I just said)

1914
Other Calculators / Re: Your calculator collection
« on: October 31, 2012, 02:54:12 am »
This is BrandonW we're talking about. One does not own 30 calculators for daily school use.
Yes, so that is what I said. He doesn't really care about calculating capacities (CAS, etc) but wants to developp on hos calcs, which is annoying on the CX CAS since TI always blocks Ndless.

1915
Other Calculators / Re: Your calculator collection
« on: October 31, 2012, 02:48:30 am »
It sucks?  Why do you think that it sucks?  How does it compare to the TI-89 Titanium?
I think he is only referring to the fact that it is a closed platform, not to calculating capacities or speed ;)

1916
I decided to continue working on Bex, seeing that I really liked it. I've already upgraded the sprite editor to Axe's 4-gray sprites.
O.O Awesome :D
And great idea to pick this project back up :D

I hope you don't mind me BUMP'ing this topic like crazy.
I personally don't mind since you are making updates :P

1917
Humour and Jokes / Re: What would aliens think if they saw omnimaga?
« on: October 30, 2012, 11:15:44 am »
Why are they offering me peanuts?
It's our way of greeting people.
He knows that, but "Why are they offering me peanuts?" is according to him what Aliens would think if they saw Omnimaga, and I agree with him :P

1918
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 30, 2012, 11:14:21 am »
- it is impossible to scroll, we can just go on the right or the left, and so to see a following page, we have tu click 2000 times on the right touch
This has already been implemented in the latest version with the support for the up and down keys :)

- when  open your readme.txt with nTxt, a weird character appears on each new line
This is because newlines are Unix style and you are probably opening a Windows readme ;)

1919
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 30, 2012, 02:52:22 am »
As always, great work :thumbsup:

I've many ideas for new features, but I'm not sure which are important. What should I implement next?
I think that a great addition would be text selection, then copy/cut and paste :D

About text enrichment (write in bold, etc), wouldn't that break compatibility with the PC txt format ?
If that doesn't, then you can add it too. If it does, according to me it is not a great loss to not have it ;)

1920
TI-Boy SE - Game Boy Emulator For TI-83+SE/84 / Re: TI boy very laggy!
« on: October 30, 2012, 02:36:28 am »
I second Art_of_Camelot. Come to think that not any emulator for Nspire have sound and feel lucky to have it on your z80.

Pages: 1 ... 126 127 [128] 129 130 ... 239