Author |
Message |
Tony
|
|
|
|
|
Sponsor Sponsor
|
|
|
Paul
|
Posted: Sun May 02, 2004 3:34 pm Post subject: (No subject) |
|
|
do u really need this line?
code: |
Window.SetActive (oldwinID) %go back to previous window
|
Oh btw, Im going to use this for a board game if its ok with u.
|
|
|
|
|
|
Tony
|
Posted: Sun May 02, 2004 5:25 pm Post subject: (No subject) |
|
|
just don't forget to cite the code (just mention compsci.ca or something)
and you don't really need that line... but just in case multiple windows are already running
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Paul
|
Posted: Sun May 02, 2004 5:31 pm Post subject: (No subject) |
|
|
I didn't put compsci lol, cause my teacher is paranoid of compsci, like as if we're copying everything off compsci. Thats why I used my name for username see? Anyway, I cited u personally.
|
|
|
|
|
|
Tony
|
Posted: Sun May 02, 2004 5:34 pm Post subject: (No subject) |
|
|
lol, if your teacher is paranoid of compsci, he should browse [Turing Source Code] section then
I mean when writing the essay in english, you're not expected to come up with eveyrthing yourself. In fact - you often have to cite multiple sources for the paper to look desent. And I feel that when working on a CS project, you should be allowed to research components of it as well (provided you cite code taken)
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Delta
|
Posted: Mon May 03, 2004 9:46 am Post subject: (No subject) |
|
|
I really disagree with you tony you should make all the code yourself .... instead of taking others coding... but whatever... suit yourselves.
|
|
|
|
|
|
the_short1
|
Posted: Tue May 04, 2004 6:15 pm Post subject: (No subject) |
|
|
u can just do this..
var alert : int := Window.Oen ("graphics: 300;300")
put "fatal error"
put "press any kley to contiunue..
loop
exit when hasch
end loop
Window.Close (alert)
Window.Select ("defWinID")
but ur way is cool cuz it uses a function...
so..... we should sign a petition to make holtsoft fix certain things or were going to kill their server... and put in out own source codes and .tu s to fill in the gaps... then delete all stuff from tom west
|
|
|
|
|
|
Dan
|
Posted: Thu May 06, 2004 4:30 pm Post subject: (No subject) |
|
|
Delta wrote: I really disagree with you tony you should make all the code yourself .... instead of taking others coding... but whatever... suit yourselves.
That is one of the dumest things i have ever hured. think about if poleop in the real world flowed that rule. in real progaming u allways use APIs and libarays made by other poleop, it just makes no sence to remake everything every time u make a simple app. If u realy falowed your rules to the fullests you whould have to progame everything in binnary code and make your own computer out of the rock you mineded out of your back yard. In the real world no game or software comapny is going to remake everything for there new game or w/e. they whould uses like openGl or dircet x to make there 3d stuff witch are libs made by other poleop and they whould probly uses APIs and libs from other poleop, comapnys and from the poleop that made the lang they are using.
|
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Thu May 06, 2004 4:42 pm Post subject: (No subject) |
|
|
and you thought I was crazy arguing with Delta all the time
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
the_short1
|
Posted: Thu May 06, 2004 7:05 pm Post subject: (No subject) |
|
|
good speech there dan..
tony ??? since when u always arguing with delta...
my opinion... as long as everything is well documented in credits... **visible credits... then its all good....
but... this is source code so we shouldn't all be spamming in here
|
|
|
|
|
|
beard0
|
Posted: Tue May 25, 2004 10:05 am Post subject: (No subject) |
|
|
I liked the idea, so I meesed around with your code a bit to make it look nicer (it's done in GUI style). Here's my version:
Description: |
GUI Alert window procedure |
|
Download |
Filename: |
alert.t |
Filesize: |
1.15 KB |
Downloaded: |
365 Time(s) |
|
|
|
|
|
|
the_short1
|
Posted: Tue May 25, 2004 5:59 pm Post subject: (No subject) |
|
|
very nice.... lookz better the n the original...
|
|
|
|
|
|
Paul
|
Posted: Tue May 25, 2004 6:16 pm Post subject: (No subject) |
|
|
eew... I don't like GUI, my own buttons looks much better to me... they're colorful
|
|
|
|
|
|
Tony
|
|
|
|
|
the_short1
|
Posted: Wed May 26, 2004 3:01 pm Post subject: (No subject) |
|
|
yes TONY!!!! u use the
if GUI.ProcesssEvent then
end if
isntead of the looping way.!!!
its so much better... your the first person besides myself that ive saw acually do it that way... cool stuff
stupid ppl that made turing ... the looping way put back me learning GUI for weeks... cuz it would freeze program until it acually came up with that...
yes i agree with u paul.... making ur OWN GUI buttons using multiple pictures / colors etc so it apears animated is much better.!!!
ok.... THANKS!!! u just gave me an idea.... ill make a turoial on how to make ur own animated GUI buttons!!!
|
|
|
|
|
|
|