Leading the way to the Future
Welcome Guest, Login!
22 Feb 2011 10:21:38 am by JosJuice Quote
Sorunome wrote:
how do you turn sorting off? its not in options menu...
It's in the Display menu.
22 Feb 2011 10:23:52 am by Sorunome Quote
tifreak8x wrote:
I see #2 having some form of potential, as there is an on calc compiler already, if I remember correctly.

#3 already has an SE, http://www.ticalc.org/archives/files/fileinfo/428/42827.html

yes, there is such a app, but it would be much cooler to have everything in one app (also with the password, it would be just another one of my 50 ones)
22 Feb 2011 10:26:40 am by JosJuice Quote
Sorunome wrote:
tifreak8x wrote:
I see #2 having some form of potential, as there is an on calc compiler already, if I remember correctly.

#3 already has an SE, http://www.ticalc.org/archives/files/fileinfo/428/42827.html

yes, there is such a app, but it would be much cooler to have everything in one app (also with the password, it would be just another one of my 50 ones)
It's not an app - it's a DCS extension.
22 Feb 2011 10:40:46 am by Sorunome Quote
JosJuice wrote:
Sorunome wrote:
tifreak8x wrote:
I see #2 having some form of potential, as there is an on calc compiler already, if I remember correctly.

#3 already has an SE, http://www.ticalc.org/archives/files/fileinfo/428/42827.html

yes, there is such a app, but it would be much cooler to have everything in one app (also with the password, it would be just another one of my 50 ones)
It's not an app - it's a DCS extension.

the one i found is a app http://www.ticalc.org/archives/files/fileinfo/431/43140.html
22 Feb 2011 10:42:46 am by JosJuice Quote
Sorunome wrote:
JosJuice wrote:
Sorunome wrote:
tifreak8x wrote:
I see #2 having some form of potential, as there is an on calc compiler already, if I remember correctly.

#3 already has an SE, http://www.ticalc.org/archives/files/fileinfo/428/42827.html

yes, there is such a app, but it would be much cooler to have everything in one app (also with the password, it would be just another one of my 50 ones)
It's not an app - it's a DCS extension.

the one i found is a app http://www.ticalc.org/archives/files/fileinfo/431/43140.html
Whoops, I thought you were talking about password protection.
22 Feb 2011 10:44:55 am by qazz42 Quote
but the problem here Sorunome is that DCS has very little space to work with, so there is no way that Kerm would fuse it with mimas O_o
22 Feb 2011 10:45:50 am by Sorunome Quote
ok, it was just a suggestion, thought how to make doors better in my opinion Smile
22 Feb 2011 10:48:23 am by KermMartian Quote
Sorunome, and for #1, were you saying that Doors CS should allow custom icons for every program? Because it already does. Take a look at:

http://dcs.cemetech.net/index.php?title=BASIC_Header
http://dcs.cemetech.net/index.php?title=ASM_Header
22 Feb 2011 10:51:15 am by Sorunome Quote
i know that, but you can download ion games and that they can have images (or downloaded tios asm programms)
22 Feb 2011 10:54:15 am by qazz42 Quote
well you have to add the icons yourself by editing the source code If they have no icon
22 Feb 2011 10:54:30 am by KermMartian Quote
Sorunome wrote:
i know that, but you can download ion games and that they can have images (or downloaded tios asm programms)
Ah, that part would be very difficult. As long as you have the source code, though, it's easy to add an icon and recompile the program.
22 Feb 2011 11:01:36 am by JosJuice Quote
KermMartian wrote:
Sorunome wrote:
i know that, but you can download ion games and that they can have images (or downloaded tios asm programms)
Ah, that part would be very difficult. As long as you have the source code, though, it's easy to add an icon and recompile the program.
Would it be possible to make a computer program that adds an icon to a compiled program?
22 Feb 2011 11:03:13 am by Sorunome Quote
KermMartian wrote:
Sorunome wrote:
i know that, but you can download ion games and that they can have images (or downloaded tios asm programms)
Ah, that part would be very difficult. As long as you have the source code, though, it's easy to add an icon and recompile the program.

i thought of mabe (even thought I can't programm apps) that the pic can be saved somehow in a appvar, so it is stored like prgmA -> picA or something like that.
22 Feb 2011 11:03:54 am by qazz42 Quote
it is possible, there is one in basic made by Kerm so I would not be surprised if it is possible to make one in C or python or something
22 Feb 2011 02:59:50 pm by KermMartian Quote
JosJuice wrote:
KermMartian wrote:
Sorunome wrote:
i know that, but you can download ion games and that they can have images (or downloaded tios asm programms)
Ah, that part would be very difficult. As long as you have the source code, though, it's easy to add an icon and recompile the program.
Would it be possible to make a computer program that adds an icon to a compiled program?
Not easily, especially for Ion programs, because to change the header, the contents of the program need to be pushed down by about a dozen bytes, which requires recompilation to fix all the labels.
22 Feb 2011 03:03:01 pm by JosJuice Quote
KermMartian wrote:
JosJuice wrote:
KermMartian wrote:
Sorunome wrote:
i know that, but you can download ion games and that they can have images (or downloaded tios asm programms)
Ah, that part would be very difficult. As long as you have the source code, though, it's easy to add an icon and recompile the program.
Would it be possible to make a computer program that adds an icon to a compiled program?
Not easily, especially for Ion programs, because to change the header, the contents of the program need to be pushed down by about a dozen bytes, which requires recompilation to fix all the labels.
What about creating a completely new kind of "header" that's placed at the end of the file instead of the beginning?
22 Feb 2011 03:34:37 pm by qazz42 Quote
but then you have to add another thing to DCS that reads the part at the end, which might take up the little space Kerm has
22 Feb 2011 03:37:02 pm by KermMartian Quote
qazz42 wrote:
but then you have to add another thing to DCS that reads the part at the end, which might take up the little space Kerm has
Exactly; I don't particularly feel like going through the pain of adding that; I don't feel like the feature would be used widely enough to warrant it.