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
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
TI Helper
« previous
next »
Print
Pages:
1
[
2
]
3
Go Down
Author
Topic: TI Helper (Read 7884 times)
0 Members and 2 Guests are viewing this topic.
Eeems
Mr. Dictator
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 6266
Rating: +318/-36
little oof
Re: TI Helper
«
Reply #15 on:
March 04, 2010, 07:58:19 pm »
no
I know lots of javascript though...but that would really help.
you could create your own scripting language for it.
Logged
/e
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: TI Helper
«
Reply #16 on:
March 04, 2010, 08:00:30 pm »
Looks pretty nice. I'm glad it isn't gonna take a lot of CPU ressources, I was asking since I know some apps runs in real time on computers to monitor stuff. Netham45 Starcraft log relayer (a bot we had in #omnimaga that relayed IRC convo to the third party SC server he ran and another one relaying the SC server lobby channel convo to #omnimaga. Basically something a bit similar to TI-SAX on Cemetech), but he had it check for new lines of text non-stop and his host provider asked him to shut the bot down because it took 100% of the CPU ressources.
Also question, in which versions of Windows will this work? Like will it be only 32 bit compatible, will it work on XP, etc?
Also btw sorry I might not be able to help a lot on the project in terms of suggestions, since I do not know ASM, nor coding-wise, since I don't know much in terms of PC programming
«
Last Edit: March 04, 2010, 08:00:55 pm by DJ Omnimaga
»
Logged
SirCmpwn
Guest
Re: TI Helper
«
Reply #17 on:
March 04, 2010, 08:03:50 pm »
It's a sad day when someone doesn't know .NET
lol
What you can use in .NET is something called reflection, where you can dynamically load external assemblies at runtime and instantiate (create a variable representing) a class in the assembly, without knowing anything about it beforehand. What I usually do to support add-ins is make a class that you can derive from, and import the assemblies into my program, which makes it
super
flexible for add-in programmers. Once I load the external assembly, I can call methods created by the add-in developer easily, essentially making add-ins work like a second program that happens to share gui and certain variables.
Edited to answer previous post
It runs in x86 or x64 bit windows (meaning 32 and 64 bit), on XP, Vista, or 7. It also runs on most Linux distros, and Intel Macs.
«
Last Edit: March 04, 2010, 08:05:37 pm by SirCmpwn
»
Logged
+0/-2 karm for this message
Eeems
Mr. Dictator
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 6266
Rating: +318/-36
little oof
Re: TI Helper
«
Reply #18 on:
March 04, 2010, 08:09:37 pm »
ah ok
well I haven't really gotten into programming languages on the comp, more of scripting right now, but I do intend to learn C++
Logged
/e
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: TI Helper
«
Reply #19 on:
March 04, 2010, 08:13:03 pm »
Quote from: SirCmpwn on March 04, 2010, 08:03:50 pm
It's a sad day when someone doesn't know .NET
lol
This is a sad day when someone has to say such narrow-minded and provocative remarks...
Unfortunately to everyone, no updates nor awnsers to your questions will be given by the project author for at least 4 hours.
«
Last Edit: March 04, 2010, 08:19:20 pm by DJ Omnimaga
»
Logged
+1/-0 karm for this message
Eeems
Mr. Dictator
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 6266
Rating: +318/-36
little oof
Re: TI Helper
«
Reply #20 on:
March 04, 2010, 08:20:15 pm »
DJ: it's ok, I was ok with it.
But yeah, we do try to discourage remarks like that.
«
Last Edit: March 04, 2010, 08:21:09 pm by Eeems
»
Logged
/e
SirCmpwn
Guest
Re: TI Helper
«
Reply #21 on:
March 05, 2010, 12:15:48 am »
I apologize if I offended anyone, it shall not happen again. I am a n00b to this forum, and am not entirely aquainted to it.
Logged
+1/-1 karm for this message
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Re: TI Helper
«
Reply #22 on:
March 05, 2010, 12:23:15 am »
It's ok, you just need to be careful sometimes. Not that I see the point of trying to offend other people or start fights anyway (yes there are people who do that). Omnimaga was always more strict on that part because other forums aren't and we want to provide at least one friendlier environment for the TI community, especially for projects. This is why we have this 3rd sentence in the intro message on front page. Some people can be used to other forum styles, though, and take a while to get used to ours, or vice-versa
Logged
SirCmpwn
Guest
Re: TI Helper
«
Reply #23 on:
March 05, 2010, 12:42:48 am »
Anyway, I'm almost finished with the next stable build, I'll post more info later.
Logged
+0/-1 karm for this message
trevmeister66
LV9
Veteran (Next: 1337)
Posts: 1009
Rating: +14/-5
Re: TI Helper
«
Reply #24 on:
March 05, 2010, 12:52:12 am »
That's looking sweet. I really need to get back into programming (on all platforms) again... Bah I'll start tomorrow. Nice work though.
But for now, MORE BATTLEFIELD: BAD COMPANY 2!!! Heh
«
Last Edit: March 05, 2010, 12:52:50 am by trevmeister66
»
Logged
Projects: nameless RPG: 1.0% |
Reverse Snake v1.5:
100% | Secret Project: 5% | DUNGEON: 70%
My
MW2 Blog
<-- Please visit
SirCmpwn
Guest
Re: TI Helper
«
Reply #25 on:
March 05, 2010, 12:54:18 am »
lol is a bit understated nowadays, but I literally lol'd.
Also,
I take it Summer Glau posts are frowned upon here?
Logged
+0/-1 karm for this message
Eeems
Mr. Dictator
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 6266
Rating: +318/-36
little oof
Re: TI Helper
«
Reply #26 on:
March 05, 2010, 01:05:49 am »
Summer glau?
Logged
/e
SirCmpwn
Guest
Re: TI Helper
«
Reply #27 on:
March 05, 2010, 01:07:31 am »
Replying on forums with essay-like posts signed "Summer Glau"
5 paragraphs minimum, usually.
Logged
+0/-1 karm for this message
Eeems
Mr. Dictator
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 6266
Rating: +318/-36
little oof
Re: TI Helper
«
Reply #28 on:
March 05, 2010, 01:09:30 am »
Ah. I wouldn't think so.
Unless of course the post actually was relevant. And you would usually want to put a tl;dr in there for the people who don't have the attention span to read it all.
Logged
/e
SirCmpwn
Guest
Re: TI Helper
«
Reply #29 on:
March 05, 2010, 01:11:39 am »
Oh, Summer Glau posts are always a bit
too
relevant. And what is tl;dr?
Logged
Print
Pages:
1
[
2
]
3
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
TI Helper