Hi, I'm sorry, but I cannot find the "Open note management after program start" :) There is no such string. Could you please show me where it is?
No, you can't. The most appropriate way - "Repeat every" schedule type.
Right click on tray icon-->Control Panel-->double click on note (or right clock on note-->Placement/Visibility-->Visibility-->Show) Or you can save the note as desktop shortcut and then just double click on it (note's context menu-->Save As desktop Shortcut)
Hi, Actually I don't support classic PNotes anymore. I just remember that every Pelles C version after 4.5 was a kind of "buggy" in all related to PNotes. It's strange that you managed to compile it at all )))
Yep. And will remain so.
Ooops... my fault! Forgot to add some libraries... Just uploaded a new setup file and zip. Thank you! Sincerely, Andrey Gruber пт, 19 нояб. 2021 г. в 20:21, largo jenyco2@users.sourceforge.net: Hello, Does not launch at all on 64-bit Win10, I tried everything, back to 3.8.2.1 which is ok @ + in French my language Bonjour, Ne se lance pas du tout sur Win10 64 bits, j'ai tout essayer, retour vers 3.8.2.1 qui est ok @+ PNotes.NET 3.8.2.2 https://sourceforge.net/p/pnotes/discussion/762672/thread/a9e6b0e4f6/?limit=25#dc67...
Hi, PNotes.NET 3.8.2.2 has been just released here https://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotesNET3822Setup.exe/download or here https://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotesNET3822.zip/download New features: StopAfter setting added to global schedule settings: Preferences—>Schedule (suggested by Peter L. Albert) Added option to restart application automatically after background synchronization Fixed bugs: Calendar on DateTimePicker does not change the...
If you download it here http://sourceforge.net/projects/pnotes/files/PNotes.NET/Skins/PNSkinCreator.NET.zip/download there are help file and sample skin project
Confirm. Will fix it shortly.
Hi, Unfortunately there is no way (currently) to do that. The new notification will always load with default sound alarm and you should change it manually. Sorry.
Of course you can review the code without adding DLLs - if you are not afraid of wavy red lines )))
Judging on your post on another topic you are really speaking about PNotes. PNotes.NET never had a portable version.
If you are speaking about PNotes and not PNotes.NET - the classic PNotes is no longer supported.
It' most likely the firewall settings
Well, if you chose NO, the program does not try to restore autosaved notes. May be there is another bug. You can take away all HIDDEN files with ".pnote~" extension from "data" subfolder - the you'll not be prompted to open autosaved notes.
Hi, Thank you very much! Uploaded to https://pnotes-1932d.firebaseapp.com/skins
Preferences->General settings->Appearance->Schow scrollbars
Hi, Via Control Panel (see attachment)
As a workaround you may create shortcut for note (note's popup menu --> Saave As Desktop Shortcut) and then add this shortcut to any command line
Preferences-->General settings-->Saving/Deletion section
Hi, Why not? I guess there will be no problem. And no need for special migraton.
Hi, Actually "Autosave every (minutes)" is intended for crash case: it saves hidden files and restores them when program restarts after abnormal termination. Try to change some notes without saving them, wait 5 minutes and close program from task manager. Then open program again and it should prompt you to restore saved notes (unless you select " Restore auto-saved notes automatically")
Hi, PNotes.NET 3.8.2 beta 1 is ready here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3821_b1Setup.exe/download or here https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3821_b1.zip/download New features: 1. StopAfter setting added to global schedule settings: Preferences—>Schedule (suggested by Peter L. Albert)
Look at this: This message was blocked because its content presents a potential security issue. Gmail does not allow zip file as attachment. Put the skin file on any public resource, like Google Drive or One Drive and send me the link.
Hi, I'm not a big specialist of PowerShell scripts, but it works for you - everything is ok.
Hi, PNotes.NET chooses either wireless (if presented) or ethernet IPv4 address of the current computer. So on VM, it will use the VM's address. If it will help you here is how it is done: var ipAddress = PNStatic.GetLocalIPv4(NetworkInterfaceType.Wireless80211) ?? PNStatic.GetLocalIPv4(NetworkInterfaceType.Ethernet); internal static IPAddress GetLocalIPv4(NetworkInterfaceType type) { IPAddress address = null; foreach (var ip in from item in NetworkInterface.GetAllNetworkInterfaces() where item.NetworkInterfaceType...
Hi, The only way to change the default port number 27951 is to got to Preferences-->Network. The protocol is TCP and cannot be changed. Also you may use -nonetwork command line option to start PNotes.NET without support for notes exchange over local network.
It is taken from assembly's "Copyright" attribute, so it is a kind of hardcoded. I just forget to change the attribute for two years. Glad to know somebody looks at "About" dialog :-)
You may be surprized, but somebody does look at these reports :-) The problem is that the issue is not reproducable, and most likely related to your connection or SF site problems.
PNotes.NET 3.8.1.2 released
PNotes.NET 3.8.1.2 has been just released: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotesNET3812Setup.exe/download or here https://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotesNET3812.zip/download New OneDrive plugin: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Plugins/pnonedrive_bin.zip/download Fixed bugs: 1. “Hide note after sending” setting does nothing (discovered by Leandro Martín Drudi) 2 Errors on options sending (discovered by Leandro Martín...
Hi, The only way I can suggest - restore .pnfb in old PNotes and then import notes in PNotes.NET.
PNotes.NET 3.8.1 first beta is here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3811_b1Setup.exe/download or here https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3811_b1.zip/download New OneDrive plugin: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/pnonedrive_bin.zip/download Fixed bugs: 1. “Hide note after sending” setting does nothing (discovered by Leandro Martín Drudi) 2 Errors on options sending (discovered by Leandro Martín...
As far as I can see in search results for CLSID {D9F6EE60-58C9-458B-88E1-2F908FD7F87C} the exception is related to System.Speech.dll. It's a part of .NET Framework and is located (on my machine) here: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\System.Speech.dll May be it is missing on LTSC version? If it is really missing, try to download it elsewhere and put right in PNotes.NET directory. Other exceptions are just results of the first one.
PNotes.NET 3.8.0 released
PNotes.NET 3.8.0.4 has been just released: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotesNET3804.zip/download or https://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotesNET3804Setup.exe/download Fixed bugs: 1. Groups saved in full backup at another computer do not appear after restoring on current computer (discovered by sri3kandi) 2. Weekly schedule type does not work properly (discovered by Sussi Petkova) 3. Program crashes when user clicks on note’s “X” button (discovered...
PNotes.NET 3.8 beta 3 is here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3803Setup_b3.exe/download or here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3803_b3.zip/download Fixed bugs: 1. Notes text color and font don't change when appropriate setting for group are changed (discovered by Robert Thomas) 2. Duplicate entries of font weight at font choosing dialog (discovered by Robert Thomas)
Hi, This is bug, text color and fond should change - but only for NEWLY CREATED NOTES. I will fix it in next release. As for duplicates in font settings - this is definitely problem of WPF team: the have different font weight settings, which have the same numeric values and same string representation. I will just eliminate the duplicates. Thank you!
Check the option shown and apply hotkey for hiding note. The note will be saved silently.
PNotes.NET 3.8 beta 2 is here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3802Setup_b2.exe/download or here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3802_b2.zip/download Fixed bugs: 1. Monthly (exact date) schedule type is not checked properly for overdue
Hi, No, it's not possible (both)
General settings - Appearance - Show scrollbars
Hi, No, there is not such feature. You have to use the mouse :(
If you see the note or even click on it - it doesn't mean that alarm has been raised. The note is still "overdue", till next alarm time. The only thing I can think about - add something to "Overdue notes" window, which will allow to make a kind of "reset" to alarm, i.e. set fictive value in order to prevent next time "overdue" popping. BTW, nice avatar. Now we both have two teeth for two :)
Except the first one, it all looks like local networking problems. The third one is not related to notes sending at all.
What do you mean by "read"? A kind of text-to-speech? Generally, there is no such option. You may schedule note and chose note's text instead of alarm sound.
Hi all, PNotes.NET 3.8 beta 1 is here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3801_b1.zip/download or here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3801Setup_b1.exe/download New version of PNotesNetShortcutManager: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNETShortcutManager.zip/download New "Spring" theme https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/Spring.zip/download Upgraded themes: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/Dominicana.zip/download...
I think on this weekend.
Well, I finally managed to reproduce the issue and I think I know where is the problem. The first beta for next version will be ready in a couple of days, I hope.
The issue is under investigation and will be fixed in next release. Till then you can force the "Delete" button behave like "Hide" button (see attached image)
Search Not Working
You're welcome.
"Search in hidden notes" HAS TO BE CHECKED if you want to search in hidden notes as well. "Whole word" has to be UNCHECKED.
First of all check "Include hidden notes" option
Judging by your images you try to search something in hidden notes, while this option is not selected. See attached image.
No, notes.db3 is updated with every note's change or even note's position change. And it works in tandem with "data" folder. The only solution you may use just now, IMHO - get some SQLite editor (like SQLiteStudio https://sqlitestudio.pl/index.rvt , it's free) and manually update CONTACTS and CONTACT_GROUPS tables in each notes.db3.
Hi, The program uses Newtonsoft.Json, Version=11, while GDrive plugin is waiting for version 4.5. I will recompile it some day, but for now just download the plugin's zip again. I've just added the right dll into it and uploaded. https://sourceforge.net/projects/pnotes/files/PNotes.NET/Plugins/pngoogledrive_bin.zip/download
I don't know where it is in PNotesPortable, but notes.ini HAS to be elsewhere. Notes files location is usually pnotes\data\ Restore from Full Backup will fail, because files are in different format.
HTTPS hosting
PNotes site has been moved to https hosting: https://pnotes.sourceforge.io Please, update your links.
It is at PNotes.NET\data, notes.db3 file, but I wouldn't share it among users, because then all of them will have the same shared notes. I would wait until next version, where I plan to separate contacts from notes db.
Contacts are stored in the same database with notes. I don't think you want your users will share notes. Now I see that it wasn't a good solution to store them together, but moving contacts to another database will take a while (developing).
Checking
Hi, Do you mean installation on server with ability to run the program on workstations with separate settings for each one? Then (if you use PNotes.NET) take this^ http://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotesNETShortcutManager.zip/download Using this helper you can create shortcuts on workstations with custom setttings. Or, if you use the older edition of PNotes, take this: http://downloads.sourceforge.net/pnotes/pnsm_1_0_3.zip
Hi, Well: 1. There is an error in code which checks overdue notes (with "Weekly" schedule type) and it will be fixed in next release. 2. Till then you may open schedule dialog for notes with "Weekly" schedule type and either check "Do not track overdue note", or select "None" as schedule type, hit "OK", open schedule dialog again and select "Weekly" with desired parameters. 3. There is one note with schedule type "Monthly (day of week)" without ordinal day selected. I have no idea how this can occur...
Great! Thank you very much! I think I know where the problem is. Meanwhile I've removed your attachment. Just for privacy )))
Hi, Yes, it's possible. Moreover, it's the only reason I can think about. And it's a pity that you deleted exactly that note ((( Do you remember what kind of schedule it was?
Hi, Thank you for log file. Judging by German text in messages, I suppose that problem elsehow concerned with German datetime format of dates stored for scheduled notes. This format is different from standard. If you have any SQLite editor, you may open notes.db3 file from "PNotes.NET\data" directory and look (and send me) at data in NOTES_SCHEDULE table. Otherwise it will be great if coud send me the file (there is no personal information in it) in order I could debug the function.
Hi, No, I did not forget, just cannot reproduce the error. Please, attach the pnotes.log file, maybe I could find more information there.
No, there is no bbcode, just regular format options (see attachments). If you paste pre-formatted text it will be obviously pasted as formatted.
There are only 2 smilie's text codes :) and :( You may also choose one of predefiend smilies as i's shown in attachment.
What version do you use?
Hi, First of all, thank you for detailed and accurrate description of the issue - I wish everyone could explain his problem as you did. Now down for business: 1. I suppose the exception is raised because of Chines name of the font. 2. After installing your font I have noticed, that it is not applied on note. https://1drv.ms/v/s!Am2fwVP7b6WFuXo-I7XjeybJQyz6 I thought it is program's bug, but then I tried to do the same in standard Windows Wordpad and it behaves just like noe, i.e. changes HYKaiTis...
Hi, I know what's the problem: after restoring from full backup only notes (but not notes' groups) are reloaded. Just restart the program and all groups stored in backup file will back. I think in next version I will add automatic reloading of program after restoring from full backup.
Hi, TCP 10061 error (No connection could be made because the target machine actively refused it.) is is one of mostly unclear errror. Most probaly it's firewal block. If you see contacts connected, it means that simple ping is working and connection is alive. If ExchangeService is working and stores undelivered messages, it means that code is working ok (it's the same code which sends notes between different PNotes computers) May be you have firewal in router, not only on computers, which prevets...
Yes, it seems that there is a problem with update package/program. Try one more time and if it will not succeed, download regular installation package.
Check in Task Manager whether PNotes.NET is still running and kill the process. Or restart. Or unlock DLL with programs like Process Explorer, IOrbit Unlocker etc.
PNotes.NET 3.7.0 released
PNotes.NET 3.7 has been released. http://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotesNET3704Setup.exe/download or http://sourceforge.net/projects/pnotes/files/PNotes.NET/Bin/PNotes.NET3704.zip/download New features: 1. Added option to restart application automatically after background synchronization 2. New versions of plugins to support TLS 1.1 and 1.2 3. .NET Framework 4.5 Fixed bugs: 1. Calendar on DateTimePicker does not change the first day of week accordingly to user settings...
No, there are no such features (yet). All connectivity is based on current internet connection.
Hi, There is no proxy settings in PNotes. What exactly do you want to configure?
Hi, PNotes.NET 3.7 beta 3 is available here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3703_b3.zip/download or here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3703Setup_b3.exe/download Fixed minor bugs. Actually, this is pre-release, so it's the last chance to discover bugs :)
New version of PNExchangeService has been uploaded. 1. .NET Framework changed to 4.5 2. Added support for TLS 1.1and TLS 1.2, because regulations in the Payment Card Industry (PCI) demand that by June 30th 2018 only TLS 1.1 and TLS 1.2 may be enabled
New version of PNExchangeService
New version of PNExchangeService
New version of PNExchangeService has been uploaded. 1. .NET Framework changed to 4.5 2. Added support for TLS 1.0 and TLS 2.0, because regulations in the Payment Card Industry (PCI) demand that by June 30th 2018 only TLS 1.1 and TLS 1.2 may be enabled
Good news ))) Actually what you're calling "system tray" is "task bar", therefore I didn't realize what happened.
Good news ))) Actually what you're calling "system tray" is "status bar", therefore I didn't realize what happened.
The only way to show the main menu is right click on system tray icon. And I've never heard it doesn't work. So how do you close the program? The "Exit" menu item is at the same main menu, which appears after right click on system tray icon. May be you've hide the "Control Panel" menu item at "Menus management" dialog?
Hi, PNotes.NET 3.7 beta 2 is available here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3702_b2.zip/download or here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3702Setup_b2.exe/download The program has been moved from .NET Framework 4 to .NET Framework 4.5! If you don't have .NET 4.5 installed, you can download it here: https://www.microsoft.com/en-US/download/details.aspx?id=30653 Fixed bugs: 1. Previously selected font for notes group is...
All skins are at \skins directory
Hi, What kind of reminder did you use?
PNCommon is common namespace, PNSyncCommon.cs and PNServerConstants.cs are located here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Source/common.zip/download
Fixed PNotes.NET Facebook plugin (Facebook Query Language is not supported anymore) http://sourceforge.net/projects/pnotes/files/PNotes.NET/Plugins/pnfacebook_bin.zip/download
PNotes.NET Facebook plugin
Nothing wrong. By setting group's password you protect each note in group with the same password.
Oooops! Thank you very much! Fixed. :)
Hi, PNotes.NET 3.7 bea 1 is available here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3701_b1.zip/download or here: https://sourceforge.net/projects/pnotes/files/PNotes.NET/Beta/PNotesNET3701Setup_b1.exe/download Fixed bugs: 1. Calendar on DateTimePicker does not change the first day of week accordingly to user settings (discovered by Leopoldus) 2. Notes loaded from another location do not go through the encryption process if program uses password and encryption, as a...
Can you give a bit more details, please?
It depends on my goodwill, or, properly speaking, on my lazyness :) I hope to make the beta soon.