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 ... 80 81 [82] 83 84 ... 239
1216
« on: July 26, 2013, 04:23:18 am »
Well on any scientific-related forum, I guess people understand the joke. Also, the water molecule is the most "famous" molecule, so I guess that even on a random forum, the major part of people still understand.
1217
« on: July 26, 2013, 02:44:04 am »
oh ok, I wasn't sure since in your screenshot there was one particularly short line.
That must be because the next word is a long one. How do you do the offscreen detection btw? Do you just count the total amount of pixels each char in the word takes or is that what pencol do?
That is what pencol does. Basically, pencol is the x position of your pen. When you have written a word, your pen is at the end of the word. And if your pen is no longer on the screen (if pencol>width_of_screen) it means that your word was too long to fit on the screen. I was sure that pencol and such stuff was only for the homescreen...
For the homescreen, its curcol (and currow), not pencol (and penrow).
1218
« on: July 26, 2013, 02:12:54 am »
Well that already works. Basically, the routine tries to display word by word, and if the word finishes offscreen, it erases it and re-writes it to a new line, then continues writing. The only "problem" is that I may have calibrated the "offscreen detection" a bit low, so there is always quite a few empty pixels on the right.
1219
« on: July 26, 2013, 01:58:07 am »
Yes, I made that useless program with the small font because the sentences don't fit on the screen with the big font.
1220
« on: July 26, 2013, 01:54:05 am »
What state of matter is that in? Assuming liquid... Since they are disorganized, it is a fluid state, and since they don't take the entire space in the room, it is not gas, so yeah it is liquid.
1221
« on: July 25, 2013, 03:08:42 pm »
For word wrapping, I did that in a useless project I made and never released (it's a port of the Pipotron to calculators), using a very stupid method:
-copy your string somewhere -go through the whole string to replace all spaces with zeros, and while you're at it, count the number of spaces (which gives the number of words) -set pencol and penrow where you want to write to, and set n to 0 -time for the loop - save the screen buffer - display the nth word (at pencol,penrow) - if pencol is too high (read offscreen) - recall the screen - set pencol and penrow to a new line - else - n++ obviously - end -end the loop if you've displayed all the words (hence why you counted them beforehand)
(I am too lazy to check if the algorithm is in the right order, but it should look like that and if something is missing, I'm sure you'll know how to fix it).
1222
« on: July 25, 2013, 06:17:54 am »
Or you can also do like Pokemon Topaze and put all the text in appvar. Then to change the language, you only have to change the appvar. This allows people to add their own language even if you don't speak that language (or if you no longer update your game).
1223
« on: July 25, 2013, 06:15:28 am »
* Hayleia agrees with Streetwalker, and also point to thepenguin77's zStAxe Axiom to run any prog from an Axe program through zStart
1224
« on: July 24, 2013, 01:57:44 am »
Lol Deep Thought there's a french community member who use the Persephone nickname actually. Make sure you avoid confusion if you ever talk a lot about your calc on forums. If you are talking about TI-Planet, I just wen through the member list and found no one named Persephone. Maybe you were confusing with Persalteas.
1225
« on: July 23, 2013, 02:02:39 am »
That would be kinda cool, a WPM tester for the z80 >.<
for the z80?:s in z80 it's very hard to type... I think that on nspire will be better
Nope. I type faster on my 84+SE than on my mobile phone, and at least as fast on my 84+SE than on my Android device. It is just a matter of habit.
1226
« on: July 23, 2013, 01:57:19 am »
TI-83+ : Carly TI-84+SE : Trixie TI-76.fr : Lulii Nspire CX CAS : Athéna Casio Prizm : Alstroemeria TI-84+CSE : Roxanna (Roxie)
The pattern I used : all z80 have a name terminated by the sound "ee" in some way (more accurate when pronouced by French people), and all color calcs have a name finished by a "a". Now the funny thing is the CSE.
1227
« on: July 22, 2013, 01:49:08 pm »
Actually i want one mainly for games but the problem is...well only 2 calc are in sale were i live (abitibis-témiscaminhue, quebec, canada) and its the ti-84 plus and the color version. The problem is i heard the original only has enough memory to stock 2 small games...help?
Lol, I don't know where you heard that. The 84+ has less memory than the 84+SE (which has less memory than the 84+CSE) but its memory is still a lot. Except if you put GameBoy games in it, you should be fine putting all the games you want.
1228
« on: July 22, 2013, 11:44:42 am »
Maybe Critor and Kerm in September though.
Maybe Critor, but I don't know about Kerm. There was no recent post on Cemetech about the Prime, as if no one noticed that an emulator was leaked, and as if Kerm didn't get an official copy. On the contrary, Ti Planet newsed about the leak and also about the fact they were given an official (I hilighted the word "officielle" in the post) copy of the emulator (and they then made a long post about how it works, etc).
1229
« on: July 22, 2013, 05:58:24 am »
This must be that guy on the vid :
1230
« on: July 22, 2013, 05:48:54 am »
It is written at the bottom of the image (in French (and with a spelling mistake)). It means that the calculator was customized.
Pages: 1 ... 80 81 [82] 83 84 ... 239
|