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 - ztrumpet
Pages: 1 ... 63 64 [65] 66 67 ... 385
961
« on: June 19, 2011, 11:35:44 pm »
3. Finish Solver++ 
Haha, no.
I loled.  4. Can you please release the Copy/Paste hook as a stand alone program? I'd love to have it on my 84+SE, which I don't believe zStart is compatible with.
What? Why on earth do people think this doesn't run on 84+SE's? The 84+BE and 84+SE are essentially the same calculator. In fact, I use a 84+SE. And since it does run on 84+SE's, I don't think I need to make the copy and paste standalone.
Whoops, that's my typo.  I meant 83+SE, not 84+SE. For the record, I'm running it on an 84+SE too.  Everything else sounds awesome! Can I bump this real quick though: Can you make Mirage's two main hooks ([Alpha]/[Apps] + [On]) be enabled on RAM Clear like you do with OmniCalc and CtlgHelp?
962
« on: June 19, 2011, 11:26:51 pm »
I run zStart on my 84+SE with only 1 extra page.
Yup, same here. I have no problems with zStart itself.
963
« on: June 19, 2011, 11:24:59 pm »
Oooh, that looks cool!  Nice job!
964
« on: June 19, 2011, 11:19:43 pm »
Thepenguin, the last update is amazing! Here are my thoughts: 1. Change the Copy key from [On] + [Prgm] to [On] + [negative] for two reasons: Allow it to work with some of DCS7 and to make it a lot faster to copy something and paste it really fast, since the keys are right next to each other. 2. Add something like DCS7's homescreen hook to intercept the prgm token. If it's the first character on a line then you can parse that yourself instead of letting the OS do it. This could allow you to make a temporary copy of that in RAM so you could run it from archive or even distinguish if from a TI Basic or Asm program. 3. Finish Solver++  4. Can you please release the Copy/Paste hook as a stand alone program? I'd love to have it on my 83+SE, which I don't believe zStart is compatible with. 4.5. What about OS 1.19 and 83+/83+SE compatibility? 5. zStart is awesome! Thanks.
965
« on: June 15, 2011, 09:32:07 pm »
A couple more requests: 1. Can you make Mirage's two main hooks ([Alpha]/[Apps] + [On]) be enabled on RAM Clear like you do with OmniCalc and CtlgHelp? 2. Please add the ability to run archived programs. This is the only major thing missing right now from zStart. Oh, and I don't mind about this becoming a two page App. It's worth its space immensely. Edit: Since I forgot to mention how much I love the new update in this topic, I will now: I love this update so much that I switched back from DCS7 to Mirage just so I don't have to deal with the conflicting hooks. And that's saying something.  Thanks for the update, thepenguin. It's awesome.
966
« on: June 15, 2011, 02:57:21 pm »
Yeah, that's much easier. I wish I had thought of that.
967
« on: June 15, 2011, 02:49:08 pm »
randInt(1,5)→X max(rand^6,1)→X Woah, hold on there. This doesn't provide the same result as randInt(1,5), it provides the same result as max(1,randInt(0,5)). In other words, 1 is twice as likely as all the other numbers. What you want to use is this: rand^5+1→X sub("ABCDEF",3X-2,3)→Str1 Alright, let's see if I can whip up some code to do that: Data(65,66,67,68,69,70)→Str1A // Note that 65 is the ASCII value for 'A', 66 for 'B', and so on. Zeros(4)→Str1 For(A,0,3) {3*X-3+A+Str1A}→{A+Str1} EndThat should work.  If you need an explanation for that, just let us know.
968
« on: June 15, 2011, 01:30:38 pm »
Is the character the cursor is currently on stored in section a or section c?
969
« on: June 15, 2011, 11:44:31 am »
also use code tags [ code] [/ code] w/o the spaces
For future reference, you don't need to exclude spaces if you write it like this: [nobbc][code] [/code][/nobbc] (Which looks like [code] [/code])
970
« on: June 15, 2011, 11:40:57 am »
I wonder... if PTT is so important in schools, does this means schools might eventually ban the regular 83+ and 83+SE in tests eventually? (Since they do not have any PTT feature)
I think TI cares more about PTT than schools normally would... And as you might know, TI no longer sells these calcs at all - probably because of that reason.
I've never had a teacher force RAM, Archive, or MEM Clear my calc, and I have never had one activate Press-To-Test either. I don't know why it's such a big feature for TI.
971
« on: June 15, 2011, 11:39:14 am »
972
« on: June 14, 2011, 11:37:57 pm »
This is awesome.  Congrats on the feature, by the way.
973
« on: June 14, 2011, 06:03:20 pm »
This is great! Thanks DJ!
974
« on: June 14, 2011, 02:17:41 pm »
Yeah, I noticed that bug too.
975
« on: June 14, 2011, 02:14:56 pm »
Welcome here, p2. TI Basic can do amazing things. It's cool to have another primarily basic programmer here.
Pages: 1 ... 63 64 [65] 66 67 ... 385
|