Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

FARHTML · FAR HTML Shareware

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 183 - 212 of 544   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
183 Jeff Howe
k8020940 Send Email
Jul 11, 2006
7:53 am
My apologies if this question appears somewhat simple. I have been supplied with .chm files created using FAR from a German company. The files are supplied...
184 k8020940 Send Email Jul 11, 2006
7:54 am
My apologies if this question appears somewhat simple. I have been supplied with .chm files created using FAR from a German company. The files are supplied...
185 Rob Chandler
helpwarenet Send Email
Jul 11, 2006
8:55 am
At 04:41 PM 11/07/2006, you wrote: My apologies if this question appears somewhat simple. I have been supplied with .chm files created using FAR from a German...
186 k8020940 Send Email Jul 11, 2006
4:22 pm
Hi Rob, Many thanks for the information. Although it didn't directly provide the solution I unregistered and re-registered the .DLLs and OCXs on the PC's and I...
187 Rob Chandler
helpwarenet Send Email
Jul 11, 2006
11:34 pm
Gad you solved it!...
188 ted_lilley Send Email Jul 16, 2006
5:45 pm
Hi, New to FAR, new to this forum. I've reviewed all the possible materials I can get a hold of, so I won't apologize if this is somethin people frequently...
189 Rob Chandler
helpwarenet Send Email
Jul 17, 2006
12:37 am
Ted The popup type you define in your HHP files in a section? eg. [TEXT POPUPS] cshelp.h cshelp.txt You need to write some code in your application to test ...
190 ted_lilley Send Email Jul 18, 2006
1:54 pm
Hi Rob, Thanks for the great info. I'm glad to finally reach someone who knows things from the programming side. I would've banged my head on this for quite...
191 thementalblaze Send Email Jul 20, 2006
7:32 am
We would like to create tutorials in flash or some other format. But we would like to have them bilingual! I would like to record whats going on on the screen...
192 Rob Chandler
helpwarenet Send Email
Jul 20, 2006
8:13 am
At 05:30 PM 20/07/2006, you wrote: We would like to create tutorials in flash or some other format. But we would like to have them bilingual! I would like to...
193 shawngiese@...
shawngieseisme Send Email
Jul 20, 2006
11:20 am
Try http://www.debugmode.com/wink/ . It has Multilingual support but I do not know if that means you can export/import text translations. Otherwise ...
194 Dan G
dangerdg Send Email
Jul 25, 2006
6:26 pm
Hello Group, Can anyone explain if there is any benefit to using Start/End advanced search features instead of the * wildcard? For example, as far as I can...
195 Rob Chandler
helpwarenet Send Email
Jul 25, 2006
11:01 pm
At 02:56 AM 26/07/2006, you wrote: Hello Group, Can anyone explain if there is any benefit to using Start/End advanced search features instead of the *...
196 Dan G
dangerdg Send Email
Jul 26, 2006
1:06 pm
Rob Chandler said: "Yep I see no real difference." Thanks Rob. I wanted to make sure I wasn't missing anything. So far, FAR is proving to be a lifesaver aiding...
197 Dan G
dangerdg Send Email
Jul 26, 2006
8:21 pm
Hello again, I am trying to strip double spaces from the htm files in my help project. I have successfully replaced unneccesary instances of CDATA and  . ...
198 Rob Chandler
helpwarenet Send Email
Jul 27, 2006
12:16 am
... Just remember you have to disable the FAR "smarts" to find spaces reliably. - Uncheck "Ignore Multiple Spaces" - and maybe Uncheck "CR LF Chars" -- if...
199 Dan G
dangerdg Send Email
Jul 27, 2006
1:30 pm
Problem solved! ... reliably. ... Thanks. I considered the first option, but not the second, as my search for " " (four spaces seemed to work). I wasn't...
200 Dan G
dangerdg Send Email
Jul 27, 2006
4:27 pm
Is this a bug or am I not approaching this correctly? I am trying to perform a seach using "<span*> </span>", which I assumed would select any span containing...
201 Rob Chandler
helpwarenet Send Email
Jul 27, 2006
7:34 pm
Hi Please pass me an example of what you mean. Rob...
202 Rob Chandler
helpwarenet Send Email
Jul 27, 2006
11:57 pm
... of ... Oh I see your point. Sleep helps ... "<span*> </span>" This shows why you should always be careful and have preview on to begin with The above could...
203 Rob Chandler
helpwarenet Send Email
Jul 28, 2006
12:17 am
Looking at the example you sent me if all you targets are in the form <span class="xxxx"> </span> I probably do what you were doing 1. Drop all files on FAR 2....
204 Dan G
dangerdg Send Email
Jul 31, 2006
6:14 pm
Thanks Rob. I don't mind breaking this down into multiple searches so it's no big deal. If you are taking feature requests, however, perhaps the option to add...
205 fradog68 Send Email Jul 31, 2006
9:30 pm
This is a question that I posed last summer. The problem somehow disappeared, but now it is back. I use WebWorks Publisher 2003 to generate my help project. I...
206 Rob Chandler
helpwarenet Send Email
Jul 31, 2006
11:18 pm
Thanks Dan. Its a good idea. Let me think on that on Rob At 04:07 AM 1/08/2006, Dan G wrote: Thanks Rob. I don't mind breaking this down into multiple searches...
207 Rob Chandler
helpwarenet Send Email
Jul 31, 2006
11:53 pm
So the Security updates can cause empty TOC for uncompressed help using HTML Frames. But sounds like you are using CHM window. Security updates can make the...
208 Paul Hanson
prhmusic Send Email
Aug 25, 2006
7:36 pm
Somewhere, during one of my find and replaces, I made a mess in my HTML files. I'm periodically finding unclosed heading tags. How do I find "1>", "2>" and...
209 Rob Chandler
helpwarenet Send Email
Aug 26, 2006
2:56 am
Hi Paul I'd need more info. Post an example. Rob At 05:29 AM 26/08/2006, Paul Hanson wrote: Somewhere, during one of my find and replaces, I made a mess in my...
210 Paul Hanson
prhmusic Send Email
Aug 28, 2006
5:49 pm
I found this in my HTML code: <h1>Directory Listings1> and it should be <h1>Directory Listings</h1> But if I search for "1>", I also find the <h1> tags in...
211 Rob Chandler
helpwarenet Send Email
Aug 28, 2006
11:47 pm
At 02:56 AM 29/08/2006, Paul Hanson wrote: I found this in my HTML code: <h1>Directory Listings1> and it should be <h1>Directory Listings</h1> But if I search...
212 Paul Hanson
prhmusic Send Email
Aug 29, 2006
1:00 pm
AWESOME!!!!!! THANKS SO MUCH!!!! I now have much clean(er) code than before! BTW, a PO was put in to purchase FAR yesterday. AWESOME product. Saving me so much...
Messages 183 - 212 of 544   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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