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 - Adriweb
Pages: 1 ... 57 58 [59] 60 61 ... 115
871
« on: October 02, 2012, 05:34:45 pm »
Aw man... I was really excited that it was Mohjang and not Mohjang solitaire... Misleading title
I didn't know there was another game named Mohjang than the one he ported ^^
872
« on: October 02, 2012, 05:07:31 pm »
873
« on: October 02, 2012, 06:47:10 am »
So any chances that this will be available for the non-cas ever?
I believe that's not a problem (However, CX is probably a pre-requisite)
874
« on: October 02, 2012, 06:39:15 am »
Wow awesome o_O Coming from such a talented developer as you are, you will surely get some more people interested and I truly hope this is going to be a great step towards ... a new world ? (also, you should modify the topic title to make it more attractive ) EDIT : cross-posted/newsed on tiplanetbtw tangrs : you're using XCode for nspire dev too ?
875
« on: October 02, 2012, 05:41:41 am »
876
« on: October 02, 2012, 05:39:58 am »
I knew it a while ago, and it's still an awesome website
877
« on: October 01, 2012, 01:55:10 pm »
The Nspire series is completely incompatible with both the TI-Z80 and the TI-68k series.
However, you can "easily" adapt a 68k Basic application as the language isn't very different (but don't count on any graphic-related functions in the Nspire's version. For that you should look at Lua :-) )
878
« on: October 01, 2012, 08:15:46 am »
Hello guys,
you gave me a nice "homework" to do now
I'll enjoy study it (which will take some time).
Thanks and best regards, Goran
Don't hesitate to ask questions, as it's quite complex ;-)
880
« on: October 01, 2012, 06:12:25 am »
Hi,
Sadly, you can't right now have some kind of external module you can load easily. There are some tricks though (if you're really interested we can help you, it's about loadstring() indeed)
but generally you can build multiple scripts and each will have its own library ?
Would you have a precise example of some reusable code you would like to have multiple times ?
881
« on: October 01, 2012, 05:28:48 am »
Don't worry I have reported it already (About 1,5 months ago.) The technical explanation behind this, is (thanks to levak for pointing this out) : the string loaded is probably non-valid and returns 0, which corresponds to the current language. It is planned as fixed for the next major release (just got that confirmed a few days ago actually) also : So we do have contact with TI here? Wow that's quite nice. Yes, from programmers (to which we report these kinds of bugs) to executives (useful for sharing "higher" feedback, ideas etc.)
882
« on: October 01, 2012, 05:28:21 am »
They are supposed to be compatible, especially if you didn't use any non-documented/private APIs (for example gc:setAlpha, etc.)
883
« on: September 29, 2012, 12:13:47 pm »
Copying and pasting some text might work, as would accessing TI-BASIC variables... but without external help, TI's proprietary Lua, which does not have io.* and os.* functions (i.e., among other limitations and incompatibilities with standard Lua, no external file access) cannot get text from a .tns.
I believe he's talking about the OcLua's text in page 2 which is a Notes page. So not-related with TI's Nspire-Lua. But still, it's a closed format. The "only" easy way is to open it with the computer software. Then copy/paste it wherever you want it. Anyway, about your script : no problems for me for any of your codes... (Also, remember to put the least possible code (only the final graphics/screen drawing -related things) in the paint method since it's going to get called quite often and you don't want it to slow the rest
884
« on: September 29, 2012, 10:51:49 am »
Huge up, sorry
I'm having trouble with OCLua : why can't I use a for loop which runs more than 128 times ?
This code brings the calc into an infinite loop :for i = 0, 128 do end And this works fine :for i = 0, 127 do end Could you post more of the code ? Also, I'm not sure about Jim's theory - well I haven't found myself in such case before. but maybe with timers and stuff it may happen... weird though...
885
« on: September 29, 2012, 07:20:40 am »
Adriweb: Yes, both Omnimaga and TI-Planet are offered as forum options in Appendix C, especially with regards to their Nspire work. I'd be happy to sign one for you and then ship it to you if you had it shipped to me; PM me.
Great, PM'ed (irc) Also, to our French compatriots, I have the ball rolling on a French translation. If you are interested in helping with the project, or have chatted with any French publishers in the past so we can explore all our options, I'd be very interested in chatting privately.
Same, I'd be glad to help for translation (I've already done some translation jobs) at any level. But I'm still a student so having collaborator translators would be better for us (+ checkings + time saving etc.)
Pages: 1 ... 57 58 [59] 60 61 ... 115
|