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

Pages: 1 ... 57 58 [59] 60 61 ... 115
871
TI-Nspire / Re: nMah - Mahjong clone for nSpire
« on: October 02, 2012, 05:34:45 pm »
Aw man... I was really excited that it was Mohjang and not Mohjang solitaire...
Misleading title D:
I didn't know there was another game named Mohjang than the one he ported ^^

872
TI-Nspire / Re: [Project] port xCAS or Maxima to TInspire
« on: October 02, 2012, 05:07:31 pm »

873
TI-Nspire / Re: Calling all Linux Kernel developers!
« 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
TI-Nspire / Re: Calling all Linux Kernel developers!
« 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 :P)


EDIT : cross-posted/newsed on tiplanet

btw tangrs : you're using XCode for nspire dev too ? :o

875
Check for your Nspire model here and download the 3.1 OS.
http://tiplanet.org/forum/archives_list.php?id=OS%20Nspire

876
Other Calculators / Re: Ti zenwaren
« on: October 02, 2012, 05:39:58 am »
I knew it a while ago, and it's still an awesome website :)

877
Lua / Re: Reuse of code/classes?
« 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
Lua / Re: Problem with on.loseFocus() function
« 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 ;-)

879
Lua / Re: Problem with on.loseFocus() function
« on: October 01, 2012, 06:15:37 am »
Actually, the utmost important thing here is to fully understand the bits and bolts of TI/Lua specific event mechanism,
(what/when/why triggers), which gives you then the real power in designing apps.

Where can one find an additional/complete documentation on that subject?

I guess you can see this article here : http://www.inspired-lua.org/2011/05/concepts-and-basics/ (basics) and http://www.inspired-lua.org/2011/05/linking-events/ (a bit more about events)
and the next ones.

More practice-oriented tutorials can be found here, then : http://compasstech.com.au/TNS_Authoring/Scripting/

880
Lua / Re: Reuse of code/classes?
« 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
Lua / Re: Problem with menu separation line
« 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 :
Quote
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
Lua / Re: Need help with lua
« 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
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
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 :
Code: [Select]
for i = 0, 128 do
end
And this works fine :
Code: [Select]
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
News / Re: "Programming the TI-83 Plus/TI-84 Plus" Published
« 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) :D

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.) :D

Pages: 1 ... 57 58 [59] 60 61 ... 115