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 2 3 [4] 5 6 ... 115
46
Lua / Re: Lua and Sensors
« on: February 09, 2015, 01:24:07 pm »
I liked the "Ow...." comment a lot! :)
We were all beginners once... ;)

47
Computer Programming / Re: How to make a IRC bot
« on: February 08, 2015, 11:35:11 pm »
There are also bots made in Lua, which is "similar" to Python (less common, but very lightweight and quite powerful scripting language).
Also, Lua is very portable.

48
Lua / Re: Lua and Sensors
« on: February 06, 2015, 02:25:49 pm »
Ow....

- Don't create a function within another function (that's only for very specific circumstances). Just separate the two functions you have.
- putting the invalidate() within on.paint(gc) is completely pointless, put it at the end of the on.timer() rather.

It should work better with that done, already. Well that's just from looking a few seconds at your code, I haven't tested.

Also, you could benefit from using var.monitor / on.varChange etc. : http://wiki.inspired-lua.org/var.monitor

49
Casio Calculators / Re: fx_calculators_SuperH_based
« on: February 02, 2015, 12:23:59 am »
You can upload it on TI-Planet as well (or I can do it myself too once it's uploaded updated somewhere), one more backup is better than none...
If you want to upload it yourself, I guess those settings would be appropriate.

Also, I recently saw that archive.org has some calc-related stuff, so it may fit there too.

50
News / Re: Classpad II fx-CP400 hardware - a hidden SD card reader ?
« on: January 31, 2015, 04:01:34 pm »
The LCD-controller of the CP400 seems to be some R61526- or R61581-clone. It identifies itself as R61523, when queried with command 0xBF.
Interesting ! How did you manage to do such a query ? :)

51
News / Re: TI-Nspire emulator for Android
« on: January 24, 2015, 07:13:39 pm »
See "Firebird" (it's in development, and some time ago called "nspire_emu-qt") : https://github.com/nspire-emus/firebird which can be built for Android (or pretty much anything QT can target)
( or more up-to-date / though might be even more in alpha : https://github.com/Vogtinator/nspire_emu )

52
TI-Nspire / Re: TI-Nspire emulator
« on: December 14, 2014, 04:46:08 pm »
I keep forgetting why the CX prototype one is there but I believe it won't work with newer stuff, so...
The old one for clickpad ( https://tiplanet.org/forum/archives_voir.php?id=13343 ) is for "debricking" some prototypes, I'm not even sure if it's useful anywhere else anyway.

Anyway, to dump your boot1, @jamesguessis, you can use PolyDumper.

53
TI-Nspire / Re: TI-Nspire emulator
« on: December 13, 2014, 01:59:50 pm »
Can download boot2 and OSes from TI-Planet, but boot1 you'll have to dump them yourself though :P

54
TI-Nspire / Re: pyWrite - python script editor
« on: December 13, 2014, 01:58:26 pm »
Your WinBox framework looks useful, but there's no documentation for it
Actually, there is a rather large one included here : https://tiplanet.org/forum/archives_voir.php?id=10587 :)
Although it's in French.

55
Wrong, at least partially.

From my experience, I never had to uninstall any TINCS to have multiple versions (including going from 3.9 to 3.6).
Basically I just moved the folder somewhere, renamed it to add the version at the end of the name (or whatever you want, but the version makes the most sense), install the other version, rename it to, and then move back the other folder.
If the installer still complains, zip the version you want to keep to make a backup, uninstall it, install the other, then unzip the older.

For some time now I've had 3.2, 3.6 and 3.9 simultaneously without any issues.

But if you have any issues related to licenses themselves, then yeah, just ask TI-Cares, they take care of that well.

56
TI-Nspire / Re: TI-Nspire USB serial breakout boards
« on: December 12, 2014, 02:26:47 am »
Does anyone have any more information on how the USB host port works? I did manage to find this but there aren't any concrete values...
I believe Excale had done some light testings initially but didn't get something working. But I guess you'd have to ask Critor or Excale directly, they are the one who tried things...

57
TI-Nspire / Re: how to reflash TI Nspire CX boot2
« on: December 10, 2014, 06:00:58 pm »
The steps described here (don't make the mistake to directly connect stuff, use your adapter :P) + screenshots etc. on this PDF should help : https://tiplanet.org/modules/archives/downloads/repair301.pdf (although this was for 3.0, the rs232 related thigns are still valid)

58
TI-Nspire / Re: TI-Nspire USB serial breakout boards
« on: December 08, 2014, 10:56:07 pm »
Very nice !

(crossposted)

59
TI-Nspire / Re: pyWrite - python script editor
« on: December 06, 2014, 06:53:05 pm »
@Vogt/Lepzulnag as suggested by Bisam, maybe the immediate exit was due to an older version of micropython, one before "pauses" get added automatically when launch from the FS...

So yeah, nl_exec is probably not buggy, but you may need to update your micropython :P

60
TI-Nspire / Re: pyWrite - python script editor
« on: December 06, 2014, 03:10:02 pm »
Quote
I suggested on the announcement topic that he and Vogtinator should combine the most interesting features from both in order to create the perfect editor - so far, both have unique features, it would be great to merge them ! :)
Yeah, although it's probably not easy to decide which codebase to keep, especially since his project is not open source which is a terrible decision.
Yeah, but I'm pretty sure he'll open-source it. At least I don't see why he wouldn't. Maybe it's closed just for the beta time ?

Anyway, if and when aeTIos draws some nice graphics, pyWrite is definitely equal - if not better, the mouse is one of the most useful features - to NoteWriter.
I'm also working on getting FreeType to render the glyphs, but it probably to slow.
I have to say, the mouse support is indeed definitely awesome.
Edit : NoteWriter's tabs are a neat idea, though :P


Quote
* He says it's buggy for now as MicroPython exists right after launching it, apparently.
Works for me, just the direct way with nl_exec without workarounds..
Well, I've pointed him to the source and here, so I guess he can take a look at what you did.

Pages: 1 2 3 [4] 5 6 ... 115