I am trying to find a working build of Bolder and it seems that there is none. Bolder actually was using the PHP scripting DLL and there was quite a bit of programmability. For instance, I had a pallet file that contained commands to create new objects, switch the active "tool" (design mode/run mode), and could at one point if I remember correctly edit object's scripting from within the program. There was also an XML format that was compiled into the internal object stream format used for stacks, this was how I boot strapped the pallet which in turn let you (sort of) build additional stacks.
When I write it all out like that it sounds a lot more impressive than it really strikes me as, but I was on a good path until I lost the plot with the object streaming code. At a certain point I decided that I was trying to do too much at once, so I pulled out the form designer code and the object streaming code and created an application called FormScript. This uses a more dynamic format for the object streaming system, but I never reintegrated the new stuff into Bolder. FormScript actually worked pretty well, but it is dependent on Python for it's scripting language.
-----Original Message----- From: sphere_project@yahoogroups.com [mailto:sphere_project@yahoogroups.com] On Behalf Of Mark Schonewille Sent: Monday, May 22, 2006 7:46 PM To: sphere_project@yahoogroups.com Subject: Re: [sphere_project] Whaaaaazzzzzuuup!!!
Thanks for the link, Isaac. I have downloaded it and will check it out. It was Jonathyn who started the thread with this subject. Sorry :-)
Best,
Mark
Isaac Raway wrote: > By the way, did I really use that subject line? Heh. Wow. > > -----Original Message----- > From: sphere_project@yahoogroups.com > [mailto:sphere_project@yahoogroups.com] On Behalf Of Isaac Raway > Sent: Monday, May 22, 2006 6:56 PM > To: sphere_project@yahoogroups.com > Subject: RE: [sphere_project] Whaaaaazzzzzuuup!!! > > > Yes. > > http://www.blueapples.org/software/InstallShortDeck.exe > > Really bad stuff, this is the broken VB 6 code. Don't store anything > important in it: it will die eventually, and no I have no idea why. <snip>
There have been many new members subscribing to this list, but no posting going on. So why don't some of you new people introduce yourselves? If anybody here...
Well, hi, My name is David, I'm a researcher in theory of programming languages for concurrency and distribution. I'm also a programmer in Objective Caml, C...
On Sat, 12 Feb 2005 10:54:06 +0000, David Teller ... Hi David. :) ... Us (which usually refers to me and Tyler Vano) as well. You are not alone. :) ... Hasta...
Let's boot with a few questions: * why did you mention Cocoa ? I believed the project was cross-platform ? * you seem to have your own bytecode, the CHASM. Did...
... It is. Or... will be. We made the decision to write as much of it as we could in C++, using libc++. A good 70% of the final product will be immediately...
Hey, I don't remember if I introduced myself before or not. Anyway, I have experience in VB, Delphi, PHP, MySQL, and some /Visual/ C++ (among other things, but...
... That's what I was thinking actually. Is there any requirement concerning what language it be written in? For me to do a large scare C++ program could be a...
... Anything compatible with standard C++. ... Yep, it's certainly a large scare! :D ... Glad we agree. :D ... Certainly. I'll have to round up what...
... Yes, Visual C++ is okay. Yes, the Windows GUI only has to build on Windows. :) The core and the UI are two separate components; the core is written in...
I have posted what I have in terms of documentation here: http://kreativekorp.dyndns.org/pxi/ The header files inside CXL.zip and DFF.zip provide some...
... LOL. Suuuuuuure I do. First of all, thanks so much for your assistance! This is kind of a tough spot, because I wasn't honestly planning on having someone...
... Well I love HyperCard so thanks aren't really in order, but you're welcome all the same. :-) ... Understandable. ... Hmm. I'm not really sure what you mean...
... Well, you're not really writing an application _per se_. You're writing a series of classes/functions/whatever. The "application" itself would just be a...
Alright, sounds good. One question (which I'll have to get your answer to tomorrow): can I use a toolkit or must it be native win API calls? Toolkits exist for...
... Depends on what you mean by "toolkit." If you want to use an application framework to make writing the UI code easier, I don't have a problem with that,...
... Suggestion is noted and appreciated, but I'm still unconvinced for the reasons I'll outline below. First of all, every cross platform framework I've ever...
Yes. http://www.blueapples.org/software/InstallShortDeck.exe Really bad stuff, this is the broken VB 6 code. Don't store anything important in it: it will die...
By the way, did I really use that subject line? Heh. Wow. ... From: sphere_project@yahoogroups.com [mailto:sphere_project@yahoogroups.com] On Behalf Of Isaac...
Thanks for the link, Isaac. I have downloaded it and will check it out. It was Jonathyn who started the thread with this subject. Sorry :-) Best, Mark ... ...
Oh no problem, I just thought it was a bit funny. I am trying to find a working build of Bolder and it seems that there is none. Bolder actually was using the...