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
»
Basic Builder--wxPython Edition
« previous
next »
Print
Pages:
1
[
2
]
3
4
Go Down
Author
Topic: Basic Builder--wxPython Edition (Read 9972 times)
0 Members and 1 Guest are viewing this topic.
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #15 on:
February 07, 2006, 03:48:00 am »
you need to have python installed. sorry should have posted instructions. install python and wxwidgets then double click on App1.py
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Basic Builder--wxPython Edition
«
Reply #16 on:
February 07, 2006, 04:13:00 am »
where can I download these?
Logged
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #17 on:
February 07, 2006, 05:20:00 am »
http://www.python.org
and
http://www.wxpython.org
the final version will be compiled to native executables, but for now, before I add in the backend Im just distributing python files
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Basic Builder--wxPython Edition
«
Reply #18 on:
February 07, 2006, 05:29:00 am »
i c I'll download them asap
EDIT: nice so far, are u gonna port it to mac as soon as this version is finished?
Logged
kalan_vod
LV11
Super Veteran (Next: 3000)
Posts: 2715
Rating: +10/-0
Basic Builder--wxPython Edition
«
Reply #19 on:
February 07, 2006, 05:53:00 am »
It looks really good, the design of them look great!
Logged
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #20 on:
February 07, 2006, 06:37:00 am »
python and wxpython will run on any platform already, so as soon as its working I'll make the mac and windows binaries, and release the bytecode for everyone else.
Logged
rivereye
LV8
Addict (Next: 1000)
Posts: 996
Rating: +0/-0
Basic Builder--wxPython Edition
«
Reply #21 on:
February 07, 2006, 12:19:00 pm »
what is the diffrence between Python and wxpython
Logged
>(<')
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #22 on:
February 07, 2006, 12:51:00 pm »
python is the programming language, wxPython is a python binding for wxWidgets which is a C/C++ library that allows native looking, cross platform gui-development
Logged
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #23 on:
February 08, 2006, 06:48:00 am »
sry for the double post,
anyway Ive almost got the second page done, but I didnt have much time last night. Ill post an update as soon as page 2 is done
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Basic Builder--wxPython Edition
«
Reply #24 on:
February 08, 2006, 07:11:00 am »
kk I hope to see it soon
Logged
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #25 on:
February 08, 2006, 11:40:00 am »
demo updated, same link...questions? comments? death threats?
Logged
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #26 on:
February 21, 2006, 02:57:00 pm »
I just added in the decompiler. the demo has not been updated because now the backend is being used and Im too lazy too compile that at the moment.
EDIT:
===
the demo has now been updated. The GUI is done. The decompiler works....almost there. if you have any bbuilder hex files, please attempt to decompile them now.
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
Basic Builder--wxPython Edition
«
Reply #27 on:
February 22, 2006, 05:51:00 am »
I should try it whenever I ahve time, maybe with an alerady existing BB file at ticalc
Logged
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #28 on:
February 22, 2006, 03:52:00 pm »
QuoteBegin-xlibman+Feb 22 2006, 11:51-->
QUOTE
(xlibman @ Feb 22 2006, 11:51)
I should try it whenever I ahve time, maybe with an alerady existing BB file at ticalc
thanks. I really appreciate that, especially after your post on UTI....
Logged
elfprince13
Guest
Basic Builder--wxPython Edition
«
Reply #29 on:
February 27, 2006, 03:13:00 pm »
I am completely done except for coding the 8 buttons that manipulate the program/menu list
Since Im so close Im not going to update the demo until its done. the last 8 buttons will be the hardest, but expect a release by the end of this week.
Logged
Print
Pages:
1
[
2
]
3
4
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TI Z80
»
Basic Builder--wxPython Edition