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 - Nick
Pages: 1 ... 71 72 [73] 74 75 ... 80
1081
« on: November 28, 2011, 07:44:36 pm »
maybe you could make the shooting line a little longer, caause when you shoot beside it, it also stops, while a bullet (or wathever it may be) doesn't stop because of a little bit of air
1082
« on: November 28, 2011, 05:50:18 pm »
isn't it already made? it's in the puzzlepack app.. i think that's what you mean
1083
« on: November 28, 2011, 04:29:13 pm »
you're jealous, don't you xp and btw, totally off-topic, but i wanted to say it, thanks for letting me know google sites, thanks to your site, it's really toooo easy to make one, so id did it too  and that 500 posts, that would be a great idea indeed, as when you have 500 posts, i think you've had quite a contribution to view it
1084
« on: November 28, 2011, 04:13:47 pm »
hmm, i had some feeling inside, like a kind of sixth sense  i just noticed the order in the list, how does that happen? it's like random? or is it me being tired?
1085
« on: November 28, 2011, 04:09:58 pm »
well, that was the solution xp problem solved, thanks padwan  :'( i got a -1 from the topic from that spamming guy with his numbers (that "please spam" guy)
1086
« on: November 28, 2011, 04:07:21 pm »
i've tried it, and i have +50, but it says you need at least +50 to use it xs  ?? strange... maybe it wants a +51 or so, idon't know, but it's still strange
1087
« on: November 28, 2011, 03:31:02 pm »
i've tried over 10.000 possibilities, but it still does not work for some mysterious reasons :'( this is my code:
text = "Hello there, something has to be written here" temptext = text tempsentence = "" textsave = "" drawtext = "" sentnr = 1
function on.paint(gc) for i=1,string.len(text) do if string.sub(text,i,i+1)==" " then gc:drawString("space",0,180,"top") tempsentence = tempsentence..string.sub(temptext,0,i) end if string.len(tempsentence)==20 then gc:drawString("20",160,180,"top") gc:drawString(tempsentence,0,10*sentnr,"top") temptext = string.sub(temptext,20,string.len(temptext)-20) sentnr = sentnr+1 tempsentence = "" end end end
it uses string.len() for now, just to make it work, i will change this if it works... i've placed those "space" and "20" drawstrings to see if it passes them, and they just won't appear, but it loops the for, so something has to be wrong with that string.sub(text,i,i+1)
But now the nice stuff: Editting the note works, you can now fully adapt the note when stored, even the priority can be changed! scrolling improved (maybe i'll ad a sidebar)
1088
« on: November 28, 2011, 07:35:22 am »
wow, that seems exactly the same, i never saw that.. seems that i have done some unneed work xp
1089
« on: November 28, 2011, 04:07:10 am »
hello there i made a little bit of documentation about the cursor types in lua. here's a picture of all possible types, but more information about the use can be found on my websiteThis way i found a mistake on http://wiki.inspired-lua.org/Overview_of_the_API where it says "hand close" and it has to be "hand closed"..
1090
« on: November 28, 2011, 03:32:27 am »
brr xp well,i certainly give it a try, then it could be used as a notepad too, what would be very usefull...
1091
« on: November 27, 2011, 04:49:10 pm »
16 million i suppose, or isn't it? as you can set real rgb colors --edit-- it is certainly more than 256
1092
« on: November 27, 2011, 03:08:56 pm »
wouldnt it workd on CX too if it works in B/W (but in B/W then)? cause color-> B/W works, so maybe the other way too xp
this is soooooo awesome
1093
« on: November 27, 2011, 02:29:43 pm »
thx, well, i don't really know how to make it possible to have multiple lines (for drawing reasons). When is display it, it would have to know when it has to start a new row, and then the total lay-out will be f***ed up... so if you know how, tell me, it would certainly improve it (by now the description must be 30 chars long, instead of 20 in the movie)
1094
« on: November 27, 2011, 01:24:39 pm »
in a hurry i started writing a kind of To Do manager for the nspire. I felt like, wow, i haven't seen many apps for this calc  , let's write one  as i didn't felt the power to work on tetris... now i'm just giving it some extra lay-out and a function to delete item per item, for now you can only delete them all together you can store as many to do's as you want, and scrolling makes you see them all (not with multiple pages, all on 1) you can see this in the screenshot, release for tonight i think i notice i did write heven't xp i never saw it during the "filming", so don't laugh at me for that xp
1095
« on: November 25, 2011, 04:26:37 pm »
hmm, then it will get harder, even impossible with that formula, as you have 2 unknown variables.. then you could use a for loop and increase x and decrease y so you describe a straight line going 45 degrees to the upper corner), untill the pxltest gives true, those x and y you can store in 2 new variables and use them
Pages: 1 ... 71 72 [73] 74 75 ... 80
|