On or about 7/1/07 2:55 AM, thus spake "frontierkernel@yahoogroups.com" ... <http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeUse ...
Hello all, Ever noticed how when you have an item like an outline, wp, etc. open and you change the name of the item the tile of the item window would change...
Hello all, The MySQL verbs should be showing up in the root updates process soon. You'll need to do your own compile from the repository trunk or wait for the...
Hello all, After diving into the MySQL example connection script and getting a crash when I didn't have the right user/password combo I'm thinking we should...
Hi, I'm running into a strange problem that I hope someone can hep with. I recently migrated some scripts written for a client (last millenium) in Frontier...
On or about 7/6/07 2:52 AM, thus spake "frontierkernel@yahoogroups.com" ... I have not done anything with the Frontier code, but I can certainly answer that...
... Thanks for the confirmation Matt. I'm not doing any raw Apple events myself though. I just opened my Frontier.root file on my Intel Mac using a newer...
... No, but Frontier is - that is how it sends Apple events. So this would presumably be a major bug: Frontier's entire mechanism for forming and sending Apple...
Thomas, that seems perfectly reasonable. We want to do stepwise improvement on this stuff, now that we have basic functionality. Sorry about being offline this...
One more improvement I'd like to throw in with the dbid NULL check. For the mysqlgetrowverb function I'd like to add the following after... if ( ! setheapvalue...
Hello all, I found an initially disturbing problem with MySQL and the Xcode project. I think I have a fix but just wanted to give folks a heads up. The...
In my quest to deal with the MySQL and Xcode project issue I tried turning off -fshort-enums for the Frontier target. After doing this Frontier no longer...
... Probably not. I wouldn't be surprised to find some struct definitions using enums where the struct gets written to the root file. If you change enums from...
Hey Andre, I seem to have overcome the problem for now so we're kewl. It is interesting to note that the VC25K project doesn't seem to be using short enums. I...
... [...] ... [...] ... i have reported similar but different problems here but haven't had time yet to create a test case; running non-Intel Frontier (a10) on...
... http://sourceforge.net/project/showfiles.php?group_id=120666&package_id=181422 ... Nice Thomas, but to be fair, you guys really helped with the MySQL verbs...
Hello all, I've run into an issue when running multiple instances of Frontier on Mac OS X. In the startup script there is a call to Frontier.bringToFront and ...
... Shouldn't this be called window.setQuickScript in accordance with other get/set verbs, e.g. for outlines? -Andre -- Andre Radke + http://spicynoodles.net/...
... Why didn't you call it window.setQuickScript( s ) ? The beauty of Frontier's verbs is that they've always read like a sentence (with some rare and notable...
Seth
yahoo.seth@...
Jul 28, 2007 12:07 pm
3326
Hello Gentlemen, Doh! My bad. I had originally thought that I would name it window.quickScript.set. But that won't fly as window.quickScript isn't a table...
Hello all, Is my impression correct that we don't have an ftp get or readFile verb? If not, has someone written such a beast that they're willing to share?...