tab bar is using too much screen real estate. how do i hide the tab bar and use the quick list button to view the open docs....
22352
dagneyb
Feb 12, 2012 12:35 am
was searching for help on, in NoteTab Pro's 6.2 FV HELP file? I guess I realize it is a Windows Help file, (well it's address on my computer is: ...
22353
Dave
david_99_au
Feb 12, 2012 12:11 pm
Hi you have to select the word before it is highlighted. THANKYOU DAVE M ... From: "dagneyb" <dagneyb@...> To: <notetab@yahoogroups.com> Sent: Sunday,...
22354
cerec_irvine
Feb 12, 2012 1:15 pm
do you wnat to highlight a single word in NoteTab? If so, just double click on the word! I hope I understood your problem...
22355
Mick Housel
motomania
Feb 12, 2012 4:59 pm
Are you trying to use the "Search Highlight On" option while searching through a regular document or the help file? If you open the help file, make sure that...
22356
John Shotsky
shotsky1
Feb 12, 2012 5:07 pm
In an open document, you would just use the Find box, and Find again as often as needed. Regards, John RecipeTools Web Site: http://recipetools.gotdns.com/ ......
22357
Eb
ebbtidalflats
Feb 13, 2012 4:21 am
You cannot make the tab bar disappear, but you can reduce it to a single level, that scrolls off screen, instead of stacking multiple tab layers on top of each...
22358
Eb
ebbtidalflats
Feb 13, 2012 4:33 am
It's not entirely clear what you want. There are two ways to search help for a specific word. 1. search for it from within the help file, by typing the target...
22359
Eb
ebbtidalflats
Feb 13, 2012 4:49 am
I don't think you can change this. However, if you routinely want to reopen a large number of files, or chose from a large list, use the favorites menu. 1....
22360
bruce.somers@...
bruce.somers
Feb 16, 2012 10:03 pm
When I type a character such as an apostrophe (´) or a caret (^) I get two apostrophes or two carets. This happens only in NoteTab. Is that somehow...
22361
opoya@...
opoya@att.net
Feb 18, 2012 12:38 pm
This just started happening today. I looked through the messages, but could not find anything relating to this problem. This is something that happens only in...
22362
John Shotsky
shotsky1
Feb 18, 2012 1:19 pm
You have to double click in each of the find and replace boxes to highlight them. It would make no sense to highlight both of them. Regards, John RecipeTools...
22363
Thomas Gruber
computerhusky
Feb 18, 2012 1:35 pm
Hi, if you want to start a new find (and not repeat a previous one), why not press Ctrl-F? Then any selected text is automatically copied into the find window,...
22364
Eb
ebbtidalflats
Feb 18, 2012 11:50 pm
Possibly this is a hardware problem, which NoteTab is faster to recognize, than other apps. Quicky test would be to temporarily swap keyboards. In any case,...
22365
MoreThanFood
paintyliz
Feb 19, 2012 3:45 pm
Hi, I'm new here, but I searched the posts and didn't find anything that addresses my problem. When I open Notetab (Light) it opens OLD documents - ones I...
22366
Don
dpasseng
Feb 19, 2012 3:53 pm
I have never had this. Sounds like somehow it is using the wrong INI file where defaults are stored....
22367
MoreThanFood
paintyliz
Feb 19, 2012 3:58 pm
Ok, I located the ini file and removed all the files that were opening. It now opens with the "what39;s new" file, which I will also delete. The ini file is...
22368
John Shotsky
shotsky1
Feb 19, 2012 4:05 pm
It sounds like it's using an .ini file that didn't get removed. Search the whole computer for notepad.ini. One of them will have the old documents listed in...
22369
John Shotsky
shotsky1
Feb 19, 2012 4:09 pm
Please explain what you mean about disabling drag and drop. I've never heard of Admin being hampered by LESS privilege. I have NoteTab pro set to always run as...
22370
Thomas Gruber
computerhusky
Feb 19, 2012 4:35 pm
Hi John, thanks for the very comprehensive summary of the folder philosophy in Windows 7! Never saw this made so clear. I've been struggling with this in...
22371
Alex Plantema
aplantema
Feb 19, 2012 4:37 pm
... If user settings were stored in the Program Files folders, a multi user system would not be possible. Microsoft's solution is only meant for old programs...
22372
John Shotsky
shotsky1
Feb 19, 2012 4:44 pm
I wasn't referring to just user settings, I was referring to ANY files that a program tries to modify in its install folders when installed into C:\Program...
22373
Marcelo Bastos
mcbastos
Feb 19, 2012 6:32 pm
... No, actually, they were right. Do you want to know for HOW LONG the Program Files has required administrative rights to write in? Since *1993.* Since the...
22374
MoreThanFood
paintyliz
Feb 20, 2012 1:04 am
Hi, It took me a LONG time to figure out what the problem was - Notetab suddenly lost the ability to have random files dropped into from Windows Explorer....
22375
John Shotsky
shotsky1
Feb 20, 2012 1:12 am
I just dragged an html file and dropped it on the NoteTab icon, and it's set to always run as admin. The file opened right up in NoteTab, but of course, it...
22376
MoreThanFood
paintyliz
Feb 20, 2012 1:37 am
I think mine is installed in program files / x86 or something, too busy to check. I have no idea why it worked but it did. So I'm happy :)...
22377
book7reader
Feb 23, 2012 5:49 pm
Hello, I want to find any text or numbers that exist between two words (the two words are always present in the line but what is between the changes.) For...
22378
Don
dpasseng
Feb 23, 2012 6:02 pm
Hit find and then tick the regular expression box and then search for this: Word1 (.*) Word2 That will find it and assign it to a temporary spot where if you...
22379
Eb
ebbtidalflats
Feb 23, 2012 7:21 pm
James, I think you probably just want the text between the two words. That would require a search phrase like: "(?<=Word1 )[^\R]*(?= Word2)" In the search...
22380
John Shotsky
shotsky1
Feb 23, 2012 7:44 pm
I don't think that \R will work properly in a negated class in all cases. It is a character class, and \R can include more than one character. I have had a...