This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's General Open Topic subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. UTI Members Chat => General Open Topic
Author Message
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 22 Aug 2003 07:40:22 pm    Post subject:

well, I think we should have a splash screen in basic so our programs/we can be associated with the group. I already made a few little programs that we might be able to use. Anyway. should we have a standard? Or just whatever anyone wants, but a few that are premade that they can request? In time the group will become more recognized, and things programs that say UTI/United TI will a) advertise the group, and Cool be recignized as a sign of quality.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 22 Aug 2003 08:34:17 pm    Post subject:

yes, that would be good... like have a small asm prgm to draw it or a basic prog to put at the top of ur normal one...

it(the calc) needs it so u can do this :

Code:
:Asm(12543234C9
and have it do that code! that would rock!
Back to top
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 23 Aug 2003 08:55:42 am    Post subject:

Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad
The ninjas want to know if you have been to DS.
Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad

Well, that would be nice. However, it's not like that, and a UTI subroutine might make it seem a little cluttered. Also, I think we should have a UTI subfile format. not that it really makes sense or whatever, but I have recently named some of my subs with things likd Test(theta)dat. More on the subject, I think it should be basic so it can be directly coppied into the programs. I have a few basic things I'll try to post later.

Edit: I DID have a few, but I can't find them.


Last edited by Guest on 23 Aug 2003 09:05:36 am; edited 1 time in total
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 23 Aug 2003 12:58:44 pm    Post subject:

or, Nimbus could be utis standard Smile ok, so im being mean, im srry... Wink i DO realize that not everyone knows ASM...
Back to top
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 23 Aug 2003 02:32:43 pm    Post subject:

We can't program NIMBUS into every program we make. Or did you mean the nimbus splash screen? We COULD do a splash that looks like the nimbus one, but that is just a cloud thing or whatever, and a cloud doesen't represent the group. That reminds me, did we ever decide on a logo? putting the logo in the screen would be nice.
Back to top
NETWizz
Byte by bit


Bandwidth Hog


Joined: 20 May 2003
Posts: 2369

Posted: 23 Aug 2003 03:31:09 pm    Post subject:

All you have to do is write your program in basic, no shell assembly, or ion, and it will be compatible with NimbusOS.
Back to top
KD5YTX


Advanced Member


Joined: 03 Aug 2003
Posts: 306

Posted: 25 Aug 2003 09:20:02 am    Post subject:

Just make the last line of each program
DISP "--UNITEDTI.ORG--
It is simple, sweet, and shows the URL where people can find more similar games.

Evil or Very Mad Evil or Very Mad Evil or Very Mad
It need not ninja kick one in the face to be a logo.
Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 25 Aug 2003 09:23:07 am    Post subject:

Oh, is that what he meant? It's hard to tell. Either way it doesen't make sense. And um, back to the logo...do we have one?

Alt+???

:D

edit:well, yeah...that would work...


Last edited by Guest on 25 Aug 2003 09:24:38 am; edited 1 time in total
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 25 Aug 2003 05:47:26 pm    Post subject:

no this is better :
Code:
ClrHome
Output(8,1,"--UnitedTI.org--
that way, it doenst display 'Done' and all... and it looks nice...
Back to top
KD5YTX


Advanced Member


Joined: 03 Aug 2003
Posts: 306

Posted: 25 Aug 2003 08:44:13 pm    Post subject:

W/e, it would just be nice to have a single bit of text (such as the united ti url) displayed at the end of each united ti program. The only thing you do not want to do is cause the user to have to perform some extra keypress or wait a certain amount of time, as the declaration of a program being a united ti program would then become a dreaded and annoying thing.

Evil or Very Mad Evil or Very Mad Evil or Very Mad
Ninjas are allowed to eat french fries, but only along with kosher pickles.
Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
NETWizz
Byte by bit


Bandwidth Hog


Joined: 20 May 2003
Posts: 2369

Posted: 26 Aug 2003 04:32:15 pm    Post subject:

Yeah, it would suck to have a splash screen; though, it would be cool for authors to include a URL ot unitedti somewhere.
Back to top
Toksyuryel
Crimson Dragon Software


Elite


Joined: 14 Jun 2003
Posts: 880

Posted: 27 Aug 2003 07:06:48 pm    Post subject:

I use one of 3 splash screens at the beginning of all my programs, depending on what it is.

Window variables are set to:
*Xmin=0
*Xmax=94
*Ymin=-62
*Ymax=0
*CoordOff
*GridOff
*LabelOff
*ExprOff

This is for progams JACstudios actually makes:

Code:
:For(A,56,30,-1
:Text(A,30,"J
:Line(30,-A-6,32,-A-6,0
:End
:For(A,1,30
:Text(A,34,"A
:For(B,1,7
:End:End
:For(A,56,30,-1
:Text(A,38,"C
:Line(38,-A-6,40,-A-6,0
:End
:For(A,1,30
:Text(A,42,"s
:For(B,1,7
:End:End
:For(A,56,30,-1
:Text(A,45,"t
:Line(45,-A-6,46,-A-6,0
:End
:For(A,1,30
:Text(A,48,"u
:For(B,1,7
:End:End
:For(A,56,30,-1
:Text(A,52,"d
:Line(52,-A-6,54,-A-6,0
:End
:For(A,1,30
:Text(A,56,"i
:For(B,1,7
:End:End
:For(A,56,30,-1
:Text(A,58,"o
:Line(58,-A-6,60,-A-6,0
:End
:For(A,1,30
:Text(A,62,"s
:For(B,1,7
:End:End
:For(A,30,26,-1
:Text(A,30,"JACstudios
:Line(30,-A-6,63,-A-6,0
:End
:Text(32,32,"software
:For(A,1,500
:End
:ClrDraw


If UTI would like a splash screen, I will gladly make one for you.
Back to top
KD5YTX


Advanced Member


Joined: 03 Aug 2003
Posts: 306

Posted: 27 Aug 2003 10:33:12 pm    Post subject:

What if each UTI program called on an external program (maybe BASIC but preferable a nice animated/grayscale ASM prog) to draw the splash screen? Then the splash could be made nice and pretty and people could actually be enthusiastic about viewing it. Maybe even try and detect if the Splash Screen prog was on the calc before running it, and if it wasnt there just display a simple text URL.

Evil or Very Mad Evil or Very Mad Evil or Very Mad
There are some ninjas, and then there are other ninjas. Which are you?
Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 28 Aug 2003 08:45:14 am    Post subject:

I suppose if it was one Asm routine with a string for the prog name and creators that could work. Athough I would shy away from hard coding, because, well, um, that would mean an extra routine for each program. I doubt the community would appreciate that.

Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad
These ninjas are the more ninjas.
Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad


Last edited by Guest on 28 Aug 2003 08:48:20 am; edited 1 time in total
Back to top
KD5YTX


Advanced Member


Joined: 03 Aug 2003
Posts: 306

Posted: 30 Aug 2003 09:30:49 pm    Post subject:

Maybe you could have an ASM prog distributed with every UTI download, and the prog would accept a parameter via string 1 or 4 or 9 or whatever, which would be the author text. Upon running, the asm prog would display United TI in bold and the united ti url, then fade out and put the author text up in grayscale then it would fade out and the prog would be done.

Evil or Very Mad Evil or Very Mad Evil or Very Mad
Ninja's pity the foolish ninjas who copy ninjas with more ninjas.
Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 31 Aug 2003 07:52:27 am    Post subject:

String10, in my opinion. Yes, 10, not 1 or 0. And no, that is not in binary.

Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad
The more Ninjas are the product of relationships between ninjas.
Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
KD5YTX


Advanced Member


Joined: 03 Aug 2003
Posts: 306

Posted: 31 Aug 2003 09:58:04 pm    Post subject:

It really doesn't matter, as long as most programs won't use it...

Evil or Very Mad Evil or Very Mad Evil or Very Mad
Ninjas do not have sex, and if they do they use Yoshiama Kawasaki brand ultra-pleasure ribbed condoms.
Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 01 Sep 2003 09:23:43 am    Post subject:

Exactly. They don't usually use the other 246 strings.

Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad
Samauri Sabatoged the condoms!
Evil or Very Mad Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 01 Sep 2003 10:25:10 am    Post subject:

Mine won't use it, that I know for sure, mostly because I don't feel like using multiple programs but also because 83+ asm doesn't work very well on an 83.

I'll just put something like:
ClrHome
Output(1,1,"Made by:
Output(2,1,"Arcane Wizard
Output(3,1,"Thanks to:
Output(4,1,"name1
Output(5,1,"name2
Output(6,1,"name3
Output(7,1,"----------------
Output(8,1,"--UnitedTI.org--

at the end of my programs.


Last edited by Guest on 01 Sep 2003 10:27:04 am; edited 1 time in total
Back to top
KD5YTX


Advanced Member


Joined: 03 Aug 2003
Posts: 306

Posted: 01 Sep 2003 12:28:34 pm    Post subject:

Well, I was just thinking it would be neat to have the same splash for all programs, and have that splash be a cool grayscale-animated one. Simplicity works too, though. Is there a way to make Nimbus OS give special recognition to prorams "signed" and distributed via UTI? That would be cool. The signing process would just be the inclusion of a string of text in the program that is a signature of the program. Then you could include a special icon in Nimbus to designate a signed UTI prog.

Evil or Very Mad Evil or Very Mad Evil or Very Mad
The ninjas have changed their ways. They now practice abstinence and celibacy...
Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Page 1 of 2 » All times are UTC - 5 Hours

 

Advertisement