Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Lua
»
Lua 'XML' reader
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: Lua 'XML' reader (Read 11341 times)
0 Members and 1 Guest are viewing this topic.
renatose
LV5
Advanced (Next: 300)
Posts: 209
Rating: +4/-0
watch out the power balls
Re: Lua 'XML' reader
«
Reply #15 on:
December 18, 2011, 05:05:33 pm »
how hard would it be to create a pdf reader for nspire in C?
just wondering...
Logged
Linux Nspire Computer Software 4.0 announced
Spoiler
For
Spoiler
:
Adriweb
Editor
LV10
31337 u53r (Next: 2000)
Posts: 1708
Rating: +229/-17
Re: Lua 'XML' reader
«
Reply #16 on:
December 18, 2011, 05:06:09 pm »
pdf [readers] are extremely hard to make...
Logged
My calculator programs
TI-Planet.org
co-admin.
TI-Nspire Lua programming
:
Tutorials
|
API Documentation
renatose
LV5
Advanced (Next: 300)
Posts: 209
Rating: +4/-0
watch out the power balls
Re: Lua 'XML' reader
«
Reply #17 on:
December 18, 2011, 05:11:36 pm »
hmm... and what about an odt or doc reader? (reader only - not editor)
Logged
Linux Nspire Computer Software 4.0 announced
Spoiler
For
Spoiler
:
blauemauritius
LV2
Member (Next: 40)
Posts: 25
Rating: +0/-0
Re: Lua 'XML' reader
«
Reply #18 on:
April 15, 2013, 12:55:21 pm »
Hello,
the code doesn't work on my TI-nspire CX CAS. I have copied the code in a txt-editor and saved the file with the name xml.lua. With TI-Nspire Scripting I have tried to insert it on my TI. The page is white only. What is wrong? Maybe someone could help me.
Thank you very much.
Logged
Nick
LV9
Veteran (Next: 1337)
Posts: 1166
Rating: +161/-3
You just got omnom'd
Re: Lua 'XML' reader
«
Reply #19 on:
April 17, 2013, 12:29:30 pm »
Try adding this line at the top of the script (very first line of file)
Code:
[Select]
platform.apilevel = '1.0'
You're probably unning OS 3.2, and from then a newer API is used (API 2.0), so you have to tell the calc it needs API 1.0
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Lua
»
Lua 'XML' reader