Show Posts

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 - Sorunome

Pages: 1 ... 547 548 [549] 550 551 ... 591
8221
TI-BASIC / Re: Few simple questions
« on: May 29, 2012, 06:01:17 am »
Oh, yeah, maybe xlib isn't to good compatible with the newer mathprint oses

8222
TI Z80 / Re: zStart - an app that runs on ram clears
« on: May 29, 2012, 05:55:27 am »
Well, i got some baaaaaad bugs back here....
First of all, when trying it out the first time my calc crashed when exiting zstart.
Then, basic programs won't work anymore, calc crashes or it gives some error at normal lines like ClrHome.
Chaining hooks doesn't seem to work to me at all.
Maybe my archive is corrupted as I am having also some problems with DCS, and they were still there after deleting and resending it.

8223
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 29, 2012, 05:30:42 am »
2856: You ask thousands of times for a computer section

8224
TI-BASIC / Re: Few simple questions
« on: May 28, 2012, 06:28:45 pm »
Haha, that's slower than drawing sprites but still a idea :P

8225
TI-BASIC / Re: Few simple questions
« on: May 28, 2012, 06:00:37 pm »
Sorry, I can't test atm as Doors is acting wired.

8226
TI-BASIC / Re: Few simple questions
« on: May 28, 2012, 05:33:53 pm »
I think that's the newest version...strange.....
EDIT: Double-check every parameter

8227
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 28, 2012, 05:28:37 pm »
2753: You participate in Omnimaga Contest 2012

8228
Computer Usage and Setup Help / Re: KDE problem
« on: May 28, 2012, 04:43:40 pm »
Doesn't help, now links are to me unklickable, I guess there's something wrong with KDE as also changing that a certain filetype is launched with a certain app won't work, it says it does it but it doesn't

8229
Computer Usage and Setup Help / KDE problem
« on: May 28, 2012, 04:30:36 pm »
I got a little (I think it is KDE) problem, I can't change my standard browser, I want to change it to chromium, but it is still all the time firefox, i also tried it with sudo update-alternatives --config x-www-browser but it still isn't working....please help me!
Oh, and if this is OS-related:
Linux Mint 12 KDE 64 bit

8230
hm....maybe we could make a team? i'm to lazy for single somehow xD

8231
TI-BASIC / Re: Few simple questions
« on: May 28, 2012, 04:24:16 pm »
real(1,15,15,1,8,1,0,0,0,0,1
 should be

real(1,15,15,1,8,1,0,0,0,1
i think

8232
TI Z80 / Re: LEDs on the ti 83+ and ti 84+
« on: May 28, 2012, 04:20:43 pm »
Spoiler For Spoiler:
Code: [Select]
:SetUpEditor L1,L2
:DelVar L1DelVar L2
:Lbl 1
:ClrHome
:ClrDraw
:Line(9,34,9,28
:Line(15,34,15,28
:Line(9,34,15,34
:Line(9,28,15,28
:Line(26,34,26,28
:Line(32,34,32,28
:Line(26,34,32,34
:Line(26,28,32,28
:Line(43,34,43,28
:Line(49,34,49,28
:Line(43,34,49,34
:Line(43,28,49,28
:Line(60,34,60,28
:Line(66,34,66,28
:Line(60,34,66,34
:Line(60,28,66,28
:Line(77,34,77,28
:Line(83,34,83,28
:Line(77,34,83,34
:Line(77,28,83,28
:999→dim(L1
:{0→L2
:15→T
:1→X
:0→D
:StorePic 1
:Pause
:Lbl 2
:getKey→K
:If K=11
:Then
:X→Y
:12→A
:If L1(X)=0
:Then
:1→L1(X
:Else
:0→L1(X
:End
:End
:If K=12
:Then
:X+1→Y
:29→A
:If L1(X+1)=0
:Then
:1→L1(X+1
:Else
:0→L1(X+1
:End
:End
:If K=13
:Then
:X+2→Y
:46→A
:If L1(X+2)=0
:Then
:1→L1(X+2
:Else
:0→L1(X+2
:End
:End
:If K=14
:Then
:X+3→Y
:63→A
:If L1(X+3)=0
:Then
:1→L1(X+3
:Else
:0→L1(X+3
:End
:End
:If K=15
:Then
:X+4→Y
:80→A
:If L1(X+4)=0
:Then
:1→L1(X+4
:Else
:0→L1(X+4
:End
:End
:If K=21
:Goto 3
:If K=105
:Goto 4
:If K=85 and T>15
:T-15→T
:If K=95 and T<135
:T+15→T
:If K=11 or K=12 or K=13 or K=14 or K=15
:Then
:If L1(Y)=0
:Then
:Pt-Off(A,31
:Pt-Off(A,31,2
:Else
:Pt-On(A,31
:Pt-On(A,31,2
:End
:End
:Text(1,1,T/15
:Text(1,10,"<- DELAY
:If K=45
:Stop
:Goto 2
:Lbl 3
:D+1→D
:T→L2(D
:X+5→X
:ClrDraw
:RecallPic 1
:Goto 2
:Lbl 4
:ClrDraw
:0→A
:‾4→Z
:0→D
:Text(10,27,"ETRA OPTIES:
:Text(25,18,"1) ONEINDIGE LOOP
:Text(32,18,"2) AANTAL-LOOP
:Text(39,18,"3) NIETS
:Lbl 7
:getKey→K
:If K=92
:1→C
:If K=93
:2→C
:If K=94
:3→C
:If K=92 or K=93 or K=94
:Goto 6
:Goto 7
:Lbl 6
:If C=2
:Input "AANTAL: ",B
:Lbl 5
:If C=1
:A+5→B
:A+1→A
:D+1→D
:ClrDraw
:RecallPic 1
:Z+5→Z
:If L1(Z)=1
:Then
:Pt-On(12,31,2
:Pt-On(12,31
:End
:If L1(Z+1)=1
:Then
:Pt-On(29,31,2
:Pt-On(29,31
:End
:If L1(Z+2)=1
:Then
:Pt-On(46,31,2
:Pt-On(46,31
:End
:If L1(Z+3)=1
:Then
:Pt-On(63,31
:Pt-On(63,31,2
:End
:If L1(Z+4)=1
:Then
:Pt-On(80,31,2
:Pt-On(80,31
:End
:rand(L2(D
:If D=dim(L2
:Then
:‾4→Z
:0→D
:End
:If A/dim(L2)=B
:Stop
:Goto 5
Generated by [url=http://sc.cemetech.net]SourceCoder[/url], © 2005-2012 [url=http://www.cemetech.net]Cemetech[/url]

8233
TI-BASIC / Re: Few simple questions
« on: May 28, 2012, 04:17:10 pm »
nah, replace the line if real(6)=6 with these three lines to check if xlib is on. And if it is off turn it on.

8234
TI-BASIC / Re: Few simple questions
« on: May 28, 2012, 04:13:55 pm »
did you check it this way? the other way i mentioned before isn't good.
Code: [Select]
:0
:real(6
:if Ans=6

8235
TI-BASIC / Re: Few simple questions
« on: May 28, 2012, 04:09:55 pm »
what kind of error on which line does it give you?

Pages: 1 ... 547 548 [549] 550 551 ... 591