0 Members and 2 Guests are viewing this topic.
I could... but that requires work. If you make me the password input routine, I'll put it in a version of zStart for you.
Wait, this isn't possible. You can't beat the ON + CLEAR ever. Sorry. Like, complete abort.
QuoteWait, this isn't possible. You can't beat the ON + CLEAR ever. Sorry. Like, complete abort.Yeah, stupid OS. But if I made you the Axe program (and didn't call any external variables from it) would you be able to make it part of zStart? Or make the OS run the program instead of zStart? Because I thought ON + Clear only stopped zStart from finding it's appvariable not from running.
The key issue is that when you do ON + CLEAR. It doesn't look for programs or apps. The reason that this is a problem is that the OS doesn't setup the hardware correctly to run apps. In the OS patch code, I actually check for ON + CLEAR and abort if it's being held because the jump to zStart immediately crashes the calculator. The only way what you are saying is possible is through OS mods.
QuoteThe key issue is that when you do ON + CLEAR. It doesn't look for programs or apps. The reason that this is a problem is that the OS doesn't setup the hardware correctly to run apps. In the OS patch code, I actually check for ON + CLEAR and abort if it's being held because the jump to zStart immediately crashes the calculator. The only way what you are saying is possible is through OS mods.Oh no not going to work then?
There are ways to do it. But, since I'm not going to actually use it, I really don't have the time to code it. All of the methods though require OS patches.
In other news, Frey continues kicking unprecedented levels of ass.
Is it possible to have a scrollbar in the program editor?
Quote from: Freyaday on March 01, 2014, 12:59:06 amIs it possible to have a scrollbar in the program editor?I imagine that counting the number of lines that a program occupies (taking into account wrapping) is an expensive operation. Combined with the fact that this is a pretty superficial feature, I'm probably going to guess that it wouldn't be a very high priority. But who knows?But if you wanted the ability to know approximately where you are in a file, perhaps I can suggest an alternate, possibly less expensive solution? It might be potentially possible that the "PROGRAM" text at the top of the editor can be replaced with a line number display, perhaps of the form "Ln ????" or "???/???" (the second number is the total).Oh, and on the topic of modifying the title line in the program editor, what about an option to go DCS-mode and remove it entirely?