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

Pages: [1] 2 3 ... 21
1
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: January 08, 2017, 08:34:30 pm »
But I'm wondering how nobody pointed this out yet; those lines have been there since v2.0A4!
Well, if you look deeper in the topic, you will find that I had already reported such bugs:

Bug report: It is possible to go to the next item on the auto-completion menu with the return key but the arrow keys throw an "attempt to call a boolean value".

EDIT: And [Shift] + [down key] at any time throws the same error.

Thanks again for this editor!

Though, in JSE 2.0, there is no menu and clicking on the right key at the start menu (choose between a touchpad, clickpad or computer) throws the following error:



About the autompletion menu, should it be possible to auto-activate it? And some keywords like "function" or "for" should come with a space.

EDIT: I achieved to show the menu: just go to the home screen and then return to the document.

But I guess that most of Lua programmers use an OS > 3.1.

2
General Calculator Help / Re: Thermodynamic Cycles Program
« on: January 08, 2017, 01:47:04 am »
If you are using C/C++, yes, you can create a file containing the data, rename it to give it the ".tns" extension, transfer it to your calculator as well as the program. Then, the program can look for this file by its name and open it.

3
General Calculator Help / C++ exception not working
« on: January 08, 2017, 01:38:41 am »
Hello,

In a C++ Ndless code I throw an exception somewhere and catch it somewhere else. But instead of being caught, it results in the termination of the program with a dialog box saying: "Ndless - The application crashed".

I use Ndless 3.1 and the ".prg.tns" program version. Is this the reason for the exception not to work?

Thanks in advance!

4
General Calculator Help / Re: How to create a C program for Nspire CX CAS?
« on: December 23, 2016, 03:43:22 pm »
Hello APoloG13,

You can find the tutorial here: https://github.com/ndless-nspire/Ndless/wiki/Ndless-SDK:-C-and-assembly-development-introduction

What failure do you get and at which step?

5
TI-Nspire / Re: New TI-Nspire emulator: Firebird Emu
« on: December 22, 2016, 05:45:07 pm »
I installed qt57base and qt57declarative, but when I run "mkdir -p build", I still get an empty directory, and "qmake .." still results to the message "Project ERROR: You need at least Qt 5.6 to build firebird!".



Legimet helped me to make it work on the chat, thank you very much!

I hadn't cloned the repo but just downloaded the tar.gz, that didn't contain everything. I also had to install the package "qt57quickcontrols", and then it worked ("./firebird" inside "build" to launch it).

May this be useful to somebody else!

Edit (Eeems): merged double post

6
TI-Nspire / Re: New TI-Nspire emulator: Firebird Emu
« on: December 18, 2016, 12:16:25 am »
Thanks for helping!

I have added the PPA ppa:beineri/opt-qt571-xenial but it still doesn't work. By the way, is it normal that the folder "build" is empty?

7
News / Re: Reuben Quest: Lost Between Times
« on: December 17, 2016, 02:17:47 am »
That's so cool, I can't wait to have my TI-z80 back now!

I can see in the image the term "cought", does it actually exist or is it a mispelling?

8
TI-Nspire / Re: New TI-Nspire emulator: Firebird Emu
« on: December 13, 2016, 03:40:23 pm »
It seems to be a great emulator! Unfortunately, I haven't managed to make it work on my Ubuntu 16.04, because of a Qt version issue.

With Firebird 1.2, there are no compiled versions for Linux so I tried to compile the source code myself by following the instructions in the README. But it says that it needs Qt to be at least on the 5.6 version. Everything that I tried to set the version (found on StackOverflow etc.) didn't work, and the only Qt > 5.6 that I could install was in fact a graphical tool.

If I try an older version including the Linux built project, when I run the firebird.sh it says "Cannot mix incompatible Qt library (version 0x50501) with this library (version 0x50500)"!

Did someone manage to install Firebird for Linux? How did you manage to set up Qt?

EDIT: Here are some examples of what I tried:
http://unix.stackexchange.com/questions/116254/how-do-i-change-which-version-of-qt-is-used-for-qmake
http://stackoverflow.com/questions/16607003/qmake-could-not-find-a-qt-installation-of
http://askubuntu.com/questions/508503/whats-the-development-package-for-qt5-in-14-04
http://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path

9
TI-Nspire / Re: Portal Nspire
« on: December 12, 2016, 05:39:54 pm »
Hello! Would it be possible to actually have the game, even if it's not finished?

10
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: January 28, 2015, 03:08:21 am »
Did you try to edit the ndless.cfg as I said just before your post?

11
TI-Nspire / Re: nPDF - A document viewer for the Nspire
« on: January 26, 2015, 11:21:19 am »
Thanks a lot Legimet for this update! Going to a number of page is really usefull. I can't wait for the next features!
By the way, to make work it, I had to change the ndless.cfg and to replace .pdf=nPDF by .pdf=nPDF.prg

12
Humour and Jokes / Re:
« on: January 11, 2015, 05:51:53 am »
WTF?

13
Art / Re: [FR] Rencontre du troisième type
« on: December 16, 2014, 11:16:40 am »
Quel est le sens de ce message à titre en français, contenu en anglais et faisant référence à une animation absente ?

14
TI-Nspire / Re: [lua] Realistic Flight Simulator
« on: December 08, 2014, 12:31:10 pm »
Hi! Really great and fluid game!

What is the use of the clouds?

I like the fact that we can increase the score even when it is game over if the bullet continues to shoot enemies, it reminds me Mariokart on GBA with which it is possible to throw a banana skin even if the player finished the race.

15
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: December 08, 2014, 12:18:04 pm »
Thanks again for this editor!

Though, in JSE 2.0, there is no menu and clicking on the right key at the start menu (choose between a touchpad, clickpad or computer) throws the following error:



About the autompletion menu, should it be possible to auto-activate it? And some keywords like "function" or "for" should come with a space.

EDIT: I achieved to show the menu: just go to the home screen and then return to the document.

Pages: [1] 2 3 ... 21