topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday March 18, 2026, 6:48 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 39 40 41 42 43 [44] 45 46 47 48 49 ... 146next
1076
Screenshot Captor / Re: Tiny Toolbar and Screenshot Captor Options window
« Last post by Ath on October 14, 2015, 03:47 PM »
I'd be interested to hear what the resolution and DPI are set to on that system, they both seem quite high to me.
1077
General Software Discussion / Re: One Key Popup for an Office phone directory
« Last post by Ath on October 11, 2015, 04:52 AM »
I've posted the NANY 2016 Pledge here
1078
N.A.N.Y. 2016 / NANY 2016 Pledge - Popup Contactlist (withdrawn)
« Last post by Ath on October 11, 2015, 04:49 AM »
--__-- This pledge has been canceled on December 18th, 2015 --__--


I'm early (first?) this year with a pledge for NANY 2016, as a request by questorfla caught my attention: One Key Popup for an Office phone directory
It's something I've been using ever since the MS-DOS days, but because of the back-end required it was a command-line tool that peeked in the company's contacts database, where all kind of names and numbers where stored. (That company has gone defunct long ago :huh:)

I think I know what to do, based on the quote below, some previous knowledge and some requirements/wishes of my own. 8)

A simple text document "Phone Book-like listing I can use for people in the Office (or I can see many good Personal Uses too now that Phone Directories are a thing of the past).  Back in he days of Windows 95 (I think) i used to have a fantastic one that ran as a "TSR:" app  back then but it has long since died as it would not run on X64 at all.  I don't even remember the name but i have missed it mightily!  The program would have to be one that loads in memory as I have to refer to it while doing all kinds of other things.  The Old program used to work like a charm if only i knew the name, Maybe someone picked up the pieces and brought it forward to the Windows 10 world.

Something where I can hit ALT+P or similar and have a simple text listing in alphabet order of names and phone numbers that another ALT+P would close.

In my case I only have to deal with maybe 50 names but each has a Home/Office/Cell/Fax/Ofc Extension# etc and it is tiring to have to look them all up on their email signatures or deal with the MS Office Contact program just to get a phone number every time it is needed.
The "paper sheet" hard-copy version tends to "migrate south". (ie: the Round File Area) or.. maybe migrates to other desks!
I would not complain if there was room for an email address on each person as well.

I expect to start it this coming week, and a first proto a 'couple of days' later. (I expect questorfla to be the guinea pig for testing ;D)

I'll most likely build it using VS2015/C# (targeted for .NET 4.0 so it'll still run on Windows XP), because of my desire to (optionally) integrate with a locally installed Outlook address-book, and VS/.NET makes that reasonable easy.
1079
Living Room / Re: strong micro usb cable
« Last post by Ath on October 10, 2015, 02:35 PM »
There is a way to realize this, but it requires you to get a new phone with a micro-usb-c connector, that is far more robust than current micro-usb connectors, and allows the aparatus to really fast-charge. The new Nexus 5X and 6P phones qualify these specs, and there are new Samsung and Huawei devices one their way to the market
1080
General Software Discussion / Re: One Key Popup for an Office phone directory
« Last post by Ath on October 10, 2015, 01:42 PM »
Well, this sound just like the type of challenge I could use for NANY2016, would that be allright for you, or do you need it, like, 'yesterday'?
Planning would be to start sometime next week and have an alpha-version in a couple of days.
1081
General Software Discussion / Re: Windows 10 Announced
« Last post by Ath on October 09, 2015, 01:42 AM »
For those that encounter probelms during installation of Windows 10: 12 Windows 10 install issues -- and what to do about them
1082
UrlSnooper / Re: no user interface ???
« Last post by Ath on October 07, 2015, 01:18 AM »
agree for the move, he's completely right, as for ZA, am using the free edition.

Got any specific reasons to use ZA instead of the built-in Windows Firewall?
I've seen no need or reasons to use ZA ever since I dropped Vista in favor of Windows 7...
1083
Living Room / Re: whatsapp anonymous
« Last post by Ath on October 06, 2015, 04:04 PM »
For anonymous talk(s), you should probably use Skype, not whatsapp.
1084
Living Room / Re: whatsapp anonymous
« Last post by Ath on October 06, 2015, 04:00 PM »
Get a cheap prepaid number, and connect it to a web client or a low-cost phone. There are several manuals/howto's online to set that web client stuff up.
For whatsapp to work the other party needs to know your number, or they can't reach/connect you.
1085
Living Room / Re: default typing language in win8
« Last post by Ath on October 04, 2015, 04:10 AM »
Regional settings allows you to select a default keyboard, choose one from your desired primary language.
1086
General Software Discussion / Re: macro to edit a .txt file?
« Last post by Ath on September 30, 2015, 03:40 PM »
PS - Is there a way to increase the text body size limit to, say, 50 pages of text?
I froze up SedTester with a 13 page text file size.
Well, I didn't test it witth that kind of sizes, as it is intended as a tool for testing and 'explaining' sed expressions.
But it does send the input text to a temp-file and hands that to the external sed.exe, redirecting the output back into SedTester. That last action could cause issues, so I'll investigate that, and fix where needed.
1087
General Software Discussion / Re: macro to edit a .txt file?
« Last post by Ath on September 30, 2015, 03:26 AM »
You also need to escape the quote (\") to have them removed.
Yeah, I didn't look close enough during testing, sorry.
1088
General Software Discussion / Re: macro to edit a .txt file?
« Last post by Ath on September 30, 2015, 01:24 AM »
I was referring to a Linux or DOS (with sed added) command-line, not to SedTester.

In SedTester you'd have to only paste the quoted part in the SED expression field: s/[0-9"]//g
and check the -r checkbox
Like this (I pasted the Input text from AbteriX' post):

Screenshot - 30-09-2015 , 08_21_53.png
1089
General Software Discussion / Re: macro to edit a .txt file?
« Last post by Ath on September 29, 2015, 10:17 AM »
Well, I didn't say sed was easy ;D

You'd get the desired result by using this command-line:
Code: Text [Select]
  1. sed -r -e 's/[0-9"]//g' input-file >output-file
Or optionally add the -i parameter and remove the '>output-file' part to do a destructive, in-place, replacement in multiple input-files but not keeping the original file(s).
1090
General Software Discussion / Re: macro to edit a .txt file?
« Last post by Ath on September 28, 2015, 01:48 AM »
There are dozens ways of doing that, I've supplied one in my last NANY: NANY 2015 Entry: SedTester
1091
Clipboard Help+Spell / Re: Clipboard Help and Spell - New Name?
« Last post by Ath on September 26, 2015, 02:11 AM »
Can't help, sorry  ;)
 
At last a useful suggestion. ;D

I'd like to confirm that just keeping the CHS acronym sounds like the best way to go, there is virtually no marketing budget, so no room for smartass marketeers to find overpriced and still useless new names or logos. :up:
1092
Official Announcements / Re: Forum Upgraded August 30, 2015 - Report issues here
« Last post by Ath on September 24, 2015, 01:42 AM »
I seem to remember that the list of threads within a forum had a nest/previous page link. It may have fallen off during the migration, or maybe it has to be added like the prev/next links on the thread-post pages?

Screenshot - 24-09-2015 , 08_36_26.png
1093
Living Room / Re: When you make your 100'th Post
« Last post by Ath on September 24, 2015, 01:35 AM »
Another long-time poster hits a nice threshold: 2222 for Innuendo:

Screenshot - 24-09-2015 , 08_25_11.png
1094
UrlSnooper / Re: Minor bug/quirk
« Last post by Ath on September 20, 2015, 12:21 PM »
When saving, the url should have any quotes (") replaced by %22, their url-encoded equivalent.
1095
Well, this is another reason I'll probably never get onto par with the Jetbrains/IntelliJ IDE's and their business-model. Their way of thinking is about 90 degrees opposit to mine :huh: both commercially, and as a developer, and in another universe.
1096
Official Announcements / Re: Forum Upgraded August 30, 2015 - Report issues here
« Last post by Ath on September 10, 2015, 10:05 AM »
Also I can't find a test post subforum?
That mouser-enhanced-mod has not been migrated to the new forum.
1097
PBOL / Re: Latest Progress Bars of Life - Version 2.03 - May 16, 2014
« Last post by Ath on September 10, 2015, 10:02 AM »
Well, it is actually a feature of the Classic Windows controls, as used by all Windows (standard) programs and many, many applications until Windows Vista and .NET applications became some of the Windows standard tools.
1098
PBOL / Re: Latest Progress Bars of Life - Version 2.03 - May 16, 2014
« Last post by Ath on September 10, 2015, 01:25 AM »
I spotted a minor bug (or feature?) in the latest version. Ampersand doesn't get rendered in an item name. Instead, the next character gets underlined, when displayed as a bar title.

Try putting 2 of em like &&.  I think that can fix it if I understand what you want.
That is the documented way of 'assigning' hotkeys (alt-<char>) to controls in applications, and the documented way to have it display an actual & in there is to double it.
I can only assume it's a feature of PBOL, not a bug, as this is fully supported by the Borland C++ runtime (for the 'Classic' Win32 API) that PBOL is running on.
1099
Living Room / Re: When you make your 100'th Post
« Last post by Ath on September 09, 2015, 01:52 AM »
Let's keep celebrating: Innuendo's 2200th post:

Screenshot - 09-09-2015 , 08_47_37.png
1100
Official Announcements / Re: Forum Upgraded August 30, 2015 - Report issues here
« Last post by Ath on September 09, 2015, 01:38 AM »
The font size on original forum was the tiniest bit larger
Aha, so I actually don't need new glasses after all :tellme:
Looking great now :Thmbsup:
Pages: prev1 ... 39 40 41 42 43 [44] 45 46 47 48 49 ... 146next