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. ...
... 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,...
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...
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...
... 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...
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...
... 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 ...
Hi Thomas, ... you might have overdone it a bit. According to devdocs: /* * FSRefMakePath() * * Summary: * converts an FSRef to a POSIX path * * Mac OS X...
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...
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...
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...
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...
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...
... 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",...
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. ...
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...
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...
... 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...
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...
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 ...
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...
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 >...
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...
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...
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...
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...