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 your group to be featured on the Yahoo! Groups website? 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 3171 - 3200 of 3834   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3171
I don't have the ability to explain the code but my plan was to grep through the code for everyone that touches the hashtable and then try to understand it...
rkratochwill
Offline Send Email
May 1, 2007
10:42 am
3172
... As a starting point, there are some examples in the webserver/inetd and html rendering code in langhtml.c. -Andre -- Andre Radke + http://spicynoodles.net/...
Andre Radke
andre_radke
Offline Send Email
May 1, 2007
2:09 pm
3173
Any luck with getting the repro? It would really help -- would probably point to a simple way to fix the crash. If you need Visual Studio or Vista or other...
Joshua Allen
allenjswa
Offline Send Email
May 2, 2007
4:50 am
3174
... Why won't it compile? What was the error? What Andre wrote was valid, and should not have caused a compilation error unless you put it in the wrote place...
Seth
yahoo.seth@...
Send Email
May 2, 2007
2:16 pm
3175
I didn't see anuy qoutes around the code. I placed the two rez calls in the place indicated by his before and after code. When I get back in front of the...
warwick@...
srkbuh
Offline Send Email
May 2, 2007
4:03 pm
3176
... Seth, you were right: the double broom is my friend. This time it compiled and it *still* crashed in the same way. I'll keep digging as I get more...
Steve Kirks
srkbuh
Offline Send Email
May 2, 2007
6:32 pm
3177
... I don't have a compact repro case for you yet, but I have made some progress. First, it turns out that the IE component is not called directly from...
Andre Radke
andre_radke
Offline Send Email
May 3, 2007
8:16 pm
3178
... I had more time over the weekend, so I've been walking the code, trying to find out what's going on in the guts of the kernel just before the crash occurs....
Steve Kirks
srkbuh
Offline Send Email
May 7, 2007
6:09 pm
3179
On Mac OSX 10.4.9 under the settings web page for domains it says 127.0.0.2: / :Guest Databases:www:attachments: folder I have my port set to 8080 in Frontier...
russellgum
Offline Send Email
May 20, 2007
10:08 pm
3180
I haven't tried doing this, but you might want to take a look at some of the stories on the links page. Scroll down to the mainResponder section: ...
David Gewirtz
zatzdiagnostic
Offline Send Email
May 21, 2007
4:12 am
3181
On Mac OSX 10.4.9 under the settings web page for domains it says 127.0.0.2: / :Guest Databases:www:attachments: folder i.e. a Frontier setting? I'm not...
Scott Lawton
prefabsoftware
Offline Send Email
May 21, 2007
6:31 pm
3182
It currently should be .2. ... creecode...
creecode
Offline Send Email
May 21, 2007
7:55 pm
3183
Hey Russ, I'm looking into the problem. My initial investigation indicates that Frontier could be more flexible in dealing with port changes like the ones...
creecode
Offline Send Email
May 21, 2007
8:40 pm
3184
Hey Russ, You'll also want to be sure to use the Install mainResponder Site command in the Server menu if you haven't already done so to change the url of the...
creecode
Offline Send Email
May 22, 2007
12:45 am
3185
... http://127.0.0.2:8080/AandH_Dairy_380.html now works just fine. The file is in the www:attachments folder. Thanks Russ One more question, as usual. How do...
russellgum
Offline Send Email
May 22, 2007
2:33 pm
3186
Hey Russ, Try something like... <siteTree> <site address="workingSampleMrWs" name=""> <site address="localDocserverMrWs" name="localDocserver"> </site> </site>...
creecode
Offline Send Email
May 22, 2007
6:24 pm
3187
My bad please ignore this. I've got something going locally that I had planned to release once I felt it was ready for prime time. It's not ready at this...
creecode
Offline Send Email
May 22, 2007
9:27 pm
3188
With Radio I have my forms call a static web page served by Radio that just contains a macro. For example <%ifarmsuite.webforms.activehay("AKA")%> Is a text...
russellgum
Offline Send Email
May 23, 2007
1:53 am
3189
Have you tried putting the script in { } chars instead of <% %>. Alternately it is possible to change the macros chars for a website < ...
creecode
Offline Send Email
May 23, 2007
6:04 am
3190
... I did try that it did not work. ... Is the problem due to the fact that I am serving static pages without a website defined in Frontier. The above link...
russellgum
Offline Send Email
May 23, 2007
2:00 pm
3191
Hey Russ, I suspect that Radio was written to process macros from files on disk in certain circumstances, whereas mainResponder was not. As an example, I just...
creecode
Offline Send Email
May 23, 2007
6:16 pm
3192
With a little bit of work you could copy the responder out of Radio.root and install into Frontier.root (or any other root file) and hook that up as the...
Scott Lawton
prefabsoftware
Offline Send Email
May 23, 2007
9:05 pm
3193
... Change that to a "huge" amount of work. Radio's responder behaves in a way that's unique to Radio and relies on code only in Radio.root-- if my brain...
Steve Kirks
srkbuh
Offline Send Email
May 23, 2007
9:08 pm
3194
... I never used Radio much "as Radio" (vs. as Frontier lite) so I'm not sure what "multi-user version of Radio" means -- but I'll bet the scope is quite a bit...
Scott Lawton
prefabsoftware
Offline Send Email
May 24, 2007
12:12 am
3195
OK I give up on macros in static pages. I can always just use Radio for that purpose. My next idea was to make a new website from the menu Operations - Web-New...
russellgum
Offline Send Email
May 25, 2007
1:50 pm
3196
I am able to make ajax work from files in the attachments folder. Except that I can't run macros in those files. I can do a get of a text or xml file, but not...
russellgum
Offline Send Email
May 28, 2007
1:41 am
3197
Hey Russ, Ajax like behaviour can be acheived using a mainResponder website and Frontier. That is why I put the sample up in my file area, to prove that it...
creecode
Offline Send Email
May 29, 2007
10:43 pm
3198
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
May 30, 2007
2:59 am
3199
I'm pleased to announce the completion of the native MySQL client within Frontier, for Windows. Frontier already supports limited MySQL access through the ODBC...
David Gewirtz
zatzdiagnostic
Offline Send Email
May 30, 2007
3:12 am
3200
Great news! Thanks so much! ... I'd love to take a crack at the Mac side. It may take several days for me to get into it. I'll keep you all posted. And...
creecode
Offline Send Email
May 30, 2007
3:42 am
Messages 3171 - 3200 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