Search the web
Sign In
New User? Sign Up
frontierkernel · Frontier Kernel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2632 - 2661 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2632
Hey J"org, I found the problem! Head over to system.verbs.constants.lf and change the value there to '\n'. I'll release this via root updates also. But that...
creecode
Offline Send Email
Jul 1, 2006
6:35 pm
2633
There's a chance I screwed up the main Frontier kernel branch. I tried checking in my SQLite branch, but I'm looking at the repository for the trunk, and it...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jul 3, 2006
5:13 pm
2634
Hi David, ... Not yet. A "svn status/svn diff" yields nothing spectacular. It doesn't look like you committed something. ... On a shell: svn status svn diff ...
Karsten Wolf
karstenwo
Offline Send Email
Jul 3, 2006
5:33 pm
2635
Hey David, From the commits list... Frontier/trunk/SQLite/ Copied: Frontier/trunk/SQLite (from rev 1438, Frontier/branches/SQLite) This indicates that you...
creecode@...
creecode
Offline Send Email
Jul 3, 2006
6:56 pm
2636
... It's fixed. I reverted David's erroneous change by running the following command from my working copy: svn merge -r1439:1438 ...
Andre Radke
andre_radke
Offline Send Email
Jul 3, 2006
8:12 pm
2637
Hello all, I've seen mention in the code that the use of BitTst is eschewed. I also seem to recall a note from Apple years ago that using this function is not...
creecode
Offline Send Email
Jul 4, 2006
9:31 pm
2638
Hello all, I have taken the tack that bundles/packages are not considered folders. So for example, file.isFolder when used with a bundle/package returns false....
creecode
Offline Send Email
Jul 4, 2006
9:43 pm
2639
On 7/4/06, creecode wrote: I have taken the tack that bundles/packages are not considered ... [SNIP] Do you see a problem with this approach? I think this is...
Seth Dillingham
macrobyteres...
Online Now Send Email
Jul 4, 2006
11:43 pm
2640
... Sorry, folks and thanks for fixing it. I'm not sure what went wrong. I was attempting to check in my SQLite branch and check out the main branch, but had...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jul 5, 2006
12:22 am
2641
Hey Seth, I think the answer is yes. My changes currently only effect the folder test and getting the creator/type info of a bundle/package....
creecode@...
creecode
Offline Send Email
Jul 5, 2006
7:45 pm
2642
... This seems like a great solution, then. Just add a file.isBundle() and all of our bases are covered. Right?...
Seth Dillingham
macrobyteres...
Online Now Send Email
Jul 5, 2006
8:01 pm
2643
Hey Seth, ... That very verb had crossed my mind. We do have the file.hasBundle. But isBundle has a slightly different conceptual conotation to it. I think...
creecode@...
creecode
Offline Send Email
Jul 5, 2006
11:20 pm
2644
W00t, finally got my dgree in B of Medicine, can't explain how happy i am. Took me only around two weeks to to get all my accreditation handle by an...
steelie-mcmath154@...
Send Email
Jul 7, 2006
10:35 am
2645
I realize this thread is old but I just had a thought. The doxygen results are too big to post to a public web site (at least without lots of work). Instead,...
Scott Lawton
prefabsoftware
Offline Send Email
Jul 7, 2006
6:01 pm
2646
Hi Scott, ... I don't know if I understand you correctly; the doxygen html output is static and ca. 600MB in size. The pages, which are now hosted by Seth,...
Karsten Wolf
karstenwo
Offline Send Email
Jul 7, 2006
6:30 pm
2647
... I'm confused. Isn't that exactly what we did? <http://frontier-dox.macrobyte.net/> Seth...
Seth Dillingham
macrobyteres...
Online Now Send Email
Jul 7, 2006
6:38 pm
2648
... Ack; sorry. That msg wasn't in the same thread and somehow I missed it. So, NEVER MIND. -- cheers, Scott...
Scott Lawton
prefabsoftware
Offline Send Email
Jul 7, 2006
8:20 pm
2649
... Yep! It worked now. See my weblog entry of today <http://www.schockwellenreiter.de/2006/07/09.html#yeppKlappt>. Many thanks. (Sorry for the late answer but...
Jörg Kantel
joerg_kantel
Offline Send Email
Jul 9, 2006
2:02 pm
2650
Hello all, At this point I'm feeling that I have taken care of most of the major issues with the FSRef Migration. WHAT WE NEED NOW IS YOUR HELP! Scriptors and...
creecode
Offline Send Email
Jul 9, 2006
7:54 pm
2651
... Thomas, could you do a quick summary of what the FSRef branch does compared to normal Frontier? Steve Kirks http://houseofwarwick.com/ ...
Steve Kirks
srkbuh
Offline Send Email
Jul 9, 2006
9:30 pm
2652
Hey Steve, Yes. First. This isn't a a full long file paths implementation. What we do get, is the ability to work with file names longer than 31 chars, up to...
creecode
Offline Send Email
Jul 10, 2006
6:36 pm
2653
Hey Steve, Yes. First. This isn't a a full long file paths implementation. What we do get, is the ability to work with file names longer than 31 chars, up to...
creecode@...
creecode
Offline Send Email
Jul 11, 2006
12:18 am
2654
Hi all, after getting a succesfully working copy of Frontier DP 2 (thanks again to Thomas for help) I've found a few minor bugs and misbehaviour: 1. The nice...
Jörg Kantel
joerg_kantel
Offline Send Email
Jul 11, 2006
5:18 am
2655
you can now officially call me Dr. :) Took me about 2 months, but after calling these guys (801) 697-0461 they helped get me setup and get fully...
steelie-mcmath154@...
Send Email
Jul 11, 2006
10:03 am
2656
Hi Thomas, Am 04.07.2006 um 23:22 schrieb creecode: ... eschewed is a bit strong. It's not even deprecated. Just use with care (though I haven't checked the...
Karsten Wolf
karstenwo
Offline Send Email
Jul 11, 2006
5:01 pm
2657
Hey Jorg, One thing that appears to be occuring. mainResponder seems to be double converting ( latinToMac ). If you read through mainResponder.respond you'll...
creecode
Offline Send Email
Jul 11, 2006
8:43 pm
2658
Hey Jorg, There is a short term workaround you could use. Copy that menu to user.menus. Longer term. I suspect that those menu items are used less today than...
creecode
Offline Send Email
Jul 12, 2006
6:58 pm
2659
... (apple-q). Maybe it's during processes are running in the background but I couldn't verify that until now. ... I've experienced the same sort of problem,...
David Gewirtz
zatzdiagnostic
Offline Send Email
Jul 14, 2006
9:00 am
2660
... Yes, it's on a Mac. But it happens really occasional. I use Frontier DP2 for my whole daywork now since around one week on three different Macs and it...
Jörg Kantel
joerg_kantel
Offline Send Email
Jul 14, 2006
11:15 am
2661
I've had a few crashes on quit but for the most part Frontier quits cleanly. I'm on Mac. Toodle-looooooooooo........... creecode...
creecode@...
creecode
Offline Send Email
Jul 14, 2006
4:55 pm
Messages 2632 - 2661 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help