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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2993 - 3023 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2993
I finally got up the nerve and time to do a quick test of these. My biggest concern was the WP display wouldn't work, given we're still dependent on PAIGE and...
David Gewirtz
zatzdiagnostic
Offline Send Email
Feb 3, 2007
12:43 am
2994
I have tried to send mail from Frontier via my dot mac and gmail pop accounts without success. Is it possible to do this? Thanks Russ...
russellgum
Offline Send Email
Feb 3, 2007
11:13 pm
2995
... accounts without ... I send mail from Frontier all the time. About a million messages (opt-in, of course) a week. It's late and I'm tired, but if you need...
David Gewirtz
zatzdiagnostic
Offline Send Email
Feb 4, 2007
8:39 am
2996
You are right it is possible. What needs to be done is to replace the password in users.prefs.mailpassword with your real password instead of the strange...
russellgum
Offline Send Email
Feb 4, 2007
4:33 pm
2997
Hello Russ, This could be a bug. My quick scan of the code suggests that the password should be coerced from binary to string before it is sent out to the MTA...
creecode
Offline Send Email
Feb 4, 2007
9:36 pm
2998
Hello all, In my adventures in working on long file names and ODB item names longer than 255 characters, I recently ran into Simple Cross-Network Scripting...
creecode
Offline Send Email
Feb 20, 2007
6:44 pm
2999
... It's a neat, convenient feature that has been vastly under-utilized, including by myself. You can even make it look slightly friendlier. Here's an...
Seth Dillingham
macrobyteres...
Offline Send Email
Feb 20, 2007
11:49 pm
3000
When I try new Ajax.Request("10.0.1.5/smartfarm/ajax", {  onSuccess : function(resp) {    alert("The response from the server is: " + resp.responseText); ...
russellgum
Offline Send Email
Feb 21, 2007
2:57 am
3001
What happens when you call directly from a browser: http://10.0.1.5/smartfarm/ajax?param1=test&param2=me...
Henri Asseily
hasseily
Offline Send Email
Feb 21, 2007
5:45 am
3002
The page opens. A paramtable is generated as I have debug on as a setting. The paramtable has a method of get and no sign of param1 or param2. Russ...
russellgum
Offline Send Email
Feb 21, 2007
4:04 pm
3003
If I put a file ajaxtest.html -- which is as follows <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
russellgum
Offline Send Email
Feb 24, 2007
3:16 am
3005
Hey Russ, I spent a few moments putting together a mainResponder Ajax Sample that I built based on the tutorial at < http://www.w3schools.com/ajax/default.asp...
creecode
Offline Send Email
Feb 26, 2007
12:41 am
3006
I was just getting ready to report success as well. I modified the templates so that I got rid of all of the extraneous stuff and put my javascript in...
russellgum
Offline Send Email
Feb 26, 2007
2:00 am
3007
Can't load library because the ProcInfo resource could not be found in library "regexcarbon.dll". This is the error I get when I try to execute regex.extract...
russellgum
Offline Send Email
Feb 26, 2007
3:49 am
3008
... regex isn't working in Frontier 10. At least OMM. I believe the whole regex package has been deprecated and replaced with re. See...
Alan German
alan_german
Offline Send Email
Feb 26, 2007
5:15 am
3009
... What happens if you quit Frontier, delete the "regexcarbon.dll" file from your DLLs folder, relaunch Frontier and try your sample script again? ... No, not...
Andre Radke
andre_radke
Offline Send Email
Feb 26, 2007
6:38 pm
3010
... On my MacBook Pro, running Frontier kernel 10.1a10, if I follow this procedure and relaunch Frontier, a new regexcarbon.dll file is created in the DLLs...
Alan German
alan_german
Offline Send Email
Feb 26, 2007
7:09 pm
3011
... I assume you are running the Intel-native (Universal Binary) version of Frontier rather than the Carbon/PPC version in Rosetta emulation mode. ... ...
Andre Radke
andre_radke
Offline Send Email
Feb 26, 2007
8:13 pm
3012
... Yes, I thought that's what 10.1a10 [Mac] was. At any rate, this is a Universal Binary. I have the Intel-only version, but I didn't try it. ... Hence my...
Alan German
alan_german
Offline Send Email
Feb 26, 2007
8:37 pm
3013
I now have regex working in Frontier. The problem was that when I installed Frontier no DLLs folder was created with the dll in it. After creating the folder...
russellgum
Offline Send Email
Feb 28, 2007
12:29 am
3014
... Or, I think Andre is suggesting, just use the PPC-only version of Frontier. It will run under Rosetta and PPC plug-ins will work. m....
mattneub
Offline Send Email
Feb 28, 2007
5:43 am
3015
I was looking for a way to get and set environment variables from within Frontier and found some old documentation of kernelized scripts for...
u074036
Offline Send Email
Mar 5, 2007
9:56 pm
3016
Hello Dave, You don't need to have scripts at system.verbs.builtins.sys for these verbs to work. This is because they exist at system.compiler.kernel.sys. Of...
creecode
Offline Send Email
Mar 5, 2007
10:45 pm
3017
I am at a loss on how to serve svg from a frontier table and have Safari know it is svg and render it properly. I can serve it as a static file from the...
russellgum
Offline Send Email
Mar 6, 2007
4:46 am
3018
... Here are the glue scripts that I put into my own root: on getEnvironmentVariable (var) { kernel(sys.getEnvironmentVariable) } on setEnvironmentVariable...
u074036
Offline Send Email
Mar 6, 2007
2:37 pm
3019
... I've created some docServer entries. I have uploaded them to the "files" area of the group. Dave...
u074036
Offline Send Email
Mar 6, 2007
3:39 pm
3020
Another minor issue I noticed today is that the Disks section of the Readouts control panel doesn't seem to have the right information for my disks (this is a...
u074036
Offline Send Email
Mar 6, 2007
4:28 pm
3021
Hello, Thank you for your contributions. A copy of docServer.root was in Frontier Developer Preview 2. In Guest Databases:www:. Toodle-looooooooo....... ...
creecode
Offline Send Email
Mar 6, 2007
6:31 pm
3022
Russel, There's a lot you haven't told us. I have a general idea what you've done, and it's very clear that you're frustrated, but what were the results of...
Seth
yahoo.seth@...
Send Email
Mar 6, 2007
7:20 pm
3023
Here are the details. foo.svg is a wp text file at fredMrWs.["foo.svg"] (fred is just a copy of the sample main responder site) <?xml version="1.0"...
russellgum
Offline Send Email
Mar 7, 2007
2:50 am
Messages 2993 - 3023 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