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...
Show off your group to the world. Share a photo of your group with us.

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 2917 - 2952 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2917
... Wow, that's interesting. Also, does anyone know what it does, docs, etc? Find something new every day, eh? -- David...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 1, 2006
8:44 am
2918
Hello all, I'd like to take a crack at adding an embedded webbrowser for Macs. Any thoughts on where I should add the kernel verb? Some possible places. ...
creecode
Offline Send Email
Nov 1, 2006
8:44 am
2919
... You could try using Mac OS's built in rendering engine (http:// developer.apple.com/opensource/internet/webkit.html ?) Pete......
Pete Beaumont
furbies100
Offline Send Email
Nov 1, 2006
9:32 am
2920
... I'm sure that's what he was planning. He really just wants to know where the verbs should live. Of course, it's incredibly easy to move the verbs around,...
Seth Dillingham
macrobyteres...
Offline Send Email
Nov 1, 2006
3:47 pm
2921
Hey Seth, ... True that. So I'll get a start and you folks feel free to suggest places for it to live. Toodle-loooooooooo.......... creecode...
creecode@...
creecode
Offline Send Email
Nov 1, 2006
5:58 pm
2924
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the frontierkernel group. File :...
frontierkernel@yahoog...
Send Email
Nov 7, 2006
6:07 pm
2925
Hello all, Here is a proposed new sqliteopenverb function. If there aren't any major objections, I'll put it up later today. The function now takes filespecs...
creecode
Offline Send Email
Nov 7, 2006
6:28 pm
2926
... I haven't had a chance to do any testing on the Windows side, but in spirit it seems fine. I know nothing at all about UTF encoding (not even how to test...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 10, 2006
1:26 am
2927
I did do some testing on both Mac and PC before I put the code up. On Windows it's not to hard to test Unicode. You just need to create a path name with some...
creecode
Offline Send Email
Nov 10, 2006
2:53 am
2928
... But you do understand that UTF-8 is not the native file system encoding on Mac OS X? You can convert a path to UTF-8 in order to manipulate it, but ...
Matt Neuburg
mattneub
Offline Send Email
Nov 10, 2006
2:37 pm
2929
Matt, ... encoding on ... You do understand that UTF-8 is the encoding that the sqlite_open function requires <...
creecode
Offline Send Email
Nov 10, 2006
6:22 pm
2930
Hi Thomas, ... you might have overdone it a bit. According to devdocs: /* * FSRefMakePath() * * Summary: * converts an FSRef to a POSIX path * * Mac OS X...
Karsten Wolf
karstenwo
Offline Send Email
Nov 10, 2006
7:16 pm
2931
Hey Karsten, ... It's not because most of the tyfilespecs we fling around for Mac contain the last element of the path in fs.path. Something like... fs.fsref...
creecode
Offline Send Email
Nov 10, 2006
8:31 pm
2932
Hello all, I'm trying to use CreateDataBrowser on Mac as well as other Data Browser calls. I tried to add "#include <HIToolbox/ControlDefinitions.h>" in...
creecode
Offline Send Email
Nov 14, 2006
11:03 pm
2933
I have Frontier 10.1a10 On a G4 Mac running OS X 10.4.8. When I load an image it does not fill in the correct image "Kind" (jpeg, etc...), and the image can't...
dremunson
Offline Send Email
Nov 16, 2006
6:58 pm
2934
Two things to try: - manually change the type using setBinaryType (adr, type) - open the JPG image in Photoshop or some such on the Mac, and re- save it. I...
Scott Lawton
prefabsoftware
Offline Send Email
Nov 16, 2006
7:52 pm
2935
Hello Dave, I have confirmed the kind problem. I believe it happens when loading files that don't have the type and creator set as used to be done pre Mac OS...
creecode
Offline Send Email
Nov 16, 2006
8:31 pm
2936
... both OStypes (e.g. 'JPEG') and filename extensions (".jpg") are valid, but i believe UTIs are the way to go; in this case the UTI would be "public.jpeg",...
steve harley
garbanzito_real
Offline Send Email
Nov 16, 2006
9:58 pm
2937
Hello Dave, There are several ways you could work around the bug. Make sure all your files have a type set. Here is a one liner/QuickScript you could run. ...
creecode
Offline Send Email
Nov 17, 2006
5:43 am
2938
On or about 11/17/06 5:24 AM, thus spake "frontierkernel@yahoogroups.com" ... Correct. I always use GraphicConverter on images first, to make sure they have a...
Matt Neuburg
mattneub
Offline Send Email
Nov 17, 2006
4:52 pm
2939
Hello all, ... I'm thinking that the problem is with the project file. I tried creating a new project and putting a minimal call to CreateDataBrowser. It...
creecode
Offline Send Email
Nov 17, 2006
9:28 pm
2940
... Sorry about the delay. I just downloaded a complete SVN of the trunk, compiled it, and ran a test against my local code on an XP machine. Seems to run...
David Gewirtz
zatzdiagnostic
Offline Send Email
Nov 17, 2006
11:21 pm
2942
Hello all, I have created a branch for changing from using bigstrings for file paths to a data type that will handle longer strings. The intent of this branch...
creecode
Offline Send Email
Nov 27, 2006
7:51 pm
2943
Hello all, Seems like I'm making good progress. Long file paths seem to be working as one would expect! One issue I've come across. In the functions ...
creecode
Offline Send Email
Dec 2, 2006
6:59 pm
2944
Hello all, Looks like hashing isn't going to fly... it seems to fouls things up. As evidenced by system.compiler.files shows the hashed file name value. Also...
creecode
Offline Send Email
Dec 3, 2006
2:41 am
2945
Hello all, Seems there is a new, more reliable, way of connecting to SourceForge's Subversion. Read about it < https://www.sourceforge.net/docs/E09#notice >...
creecode
Offline Send Email
Dec 3, 2006
8:51 pm
2948
Hello all, I'm biting the bullet and digging in. If we want to support file paths longer than 255 then I think we must change how the hashkey element of...
creecode
Offline Send Email
Dec 8, 2006
11:45 pm
2950
Hello all, I believe this < http://developer.apple.com/qa/qa2001/qa1070.html > is the solution for this problem. Now someone just needs to wire it in, in the...
creecode
Offline Send Email
Jan 8, 2007
4:03 am
2951
When I try to edit a script in Frontier 10.1a11 the script window gets the jitters every once in a while and vibrates for about a second. Strange. Is there a...
russellgum
Offline Send Email
Jan 9, 2007
3:40 am
2952
Hello Russ, ... AFAIK there is no code that intentionally does what you describe. I've not noticed any vibrating behavior. Could you describe in more detail...
creecode@...
creecode
Offline Send Email
Jan 9, 2007
4:23 am
Messages 2917 - 2952 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