Author Topic: notepad for the nspire  (Read 37765 times)

0 Members and 1 Guest are viewing this topic.

Offline MasterGeek

  • LV2 Member (Next: 40)
  • **
  • Posts: 24
  • Rating: +0/-0
    • View Profile
Re: notepad for the nspire
« Reply #75 on: April 16, 2012, 08:33:32 pm »
An idea: maybe you could make the menu's similar to the ones in the notes editor.

Offline cyanophycean314

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 363
  • Rating: +43/-1
  • It's You!
    • View Profile
Re: notepad for the nspire
« Reply #76 on: July 23, 2012, 08:59:42 pm »
CX compatibility?  :D That would be really nice.

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: notepad for the nspire
« Reply #77 on: August 02, 2012, 02:08:15 pm »
Are you still working on this?

Offline cyanophycean314

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 363
  • Rating: +43/-1
  • It's You!
    • View Profile
Re: notepad for the nspire
« Reply #78 on: August 02, 2012, 02:37:02 pm »
I hope he is. Isn't there an easy way to make programs compatible with OS 3.1 to be compatible with the CX? If so, I could try doing that myself...

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: notepad for the nspire
« Reply #79 on: August 02, 2012, 02:59:24 pm »
Seeing as he hasn't logged in since June.. :/
I'm not sure what's different, maybe it's just that it doesn't put the cx in the grayscale mode (or whatever it is)?  If something as busy as ndoom was possible to update than something like this should be possible as well methinks.
Vy'o'us pleorsdti thl'e gjaemue

Offline lkj

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +58/-1
    • View Profile
Re: notepad for the nspire
« Reply #80 on: August 04, 2012, 11:26:17 pm »
You'd just have to add an "lcd_ingray();" to the beginning of main() and recompile with ndless3.1.

Offline cyanophycean314

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 363
  • Rating: +43/-1
  • It's You!
    • View Profile
Re: notepad for the nspire
« Reply #81 on: August 25, 2012, 12:06:49 pm »
Now that school's starting, I'm going to be programming on calc more. So could somebody who already has the Ndless SDK set up just recompile this program for the CX? Thanks a billion to the person who does.  :)

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: notepad for the nspire
« Reply #82 on: August 25, 2012, 01:05:29 pm »
Now that school's starting, I'm going to be programming on calc more. So could somebody who already has the Ndless SDK set up just recompile this program for the CX? Thanks a billion to the person who does.  :)
Done! Recompiled with ndless r632, and added this snipplet somewhere inside main():
Code: [Select]
if(has_colors)
                lcd_ingray();

Enjoy! Please let me know if the build fails/does not work.
EDIT: This uses his latest SVN trunk source code, so it may be less stable. Also, you still need his other resource/conf files, if you don't already have them.
« Last Edit: August 25, 2012, 01:09:07 pm by alberthrocks »
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline cyanophycean314

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 363
  • Rating: +43/-1
  • It's You!
    • View Profile
Re: notepad for the nspire
« Reply #83 on: August 25, 2012, 01:54:16 pm »
Thank yous so much!  Right now, the only problem is that the first time I run it, it can't seem to find the conf file, which I have put there, and then it can't find the font file, which is also there. and then it works using the hardcoded file.

The next time I launch it, it has an endless loop of "Invalid Font" and then I have to hit the reset button in the back.

And I can't really figure out how to save...

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: notepad for the nspire
« Reply #84 on: August 26, 2012, 02:40:13 am »
Thank yous so much!  Right now, the only problem is that the first time I run it, it can't seem to find the conf file, which I have put there, and then it can't find the font file, which is also there. and then it works using the hardcoded file.

The next time I launch it, it has an endless loop of "Invalid Font" and then I have to hit the reset button in the back.

And I can't really figure out how to save...
Yeah, my glass ball predictions were correct... SVN trunk is not stable! (At least the latest revision!)

So, I took instead r30 of the SVN trunk (which is labeled as v0.5 stable release), added the CX code in, and rebuilt it. Hopefully this will work better this time. :)

This build is also located on my server (where it was built):
http://www.withg.org/buildbot/nwriter-0.5-CX.tns
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)