topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday March 19, 2024, 6:15 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 ... 5 6 7 8 9 [10]
91
PublicDomainVic / AddressBooker - Webpage to Address Book
« Last post by publicdomain on February 23, 2024, 09:48 PM »
This is based on fellow member @sphere's request:


After some brainstorming & discussion, the planned feature set for the program is:

AdressBooker v1 roadmap:

  • Extract contact information, contact photo (see original forum post)  from web page (by monitoring the clipboard) and bulk process saved pages from a folder directory ( https://github.com/gildas-lormeau/SingleFile/wiki )
  • Pull information from  ‘+” link on (ie instagram)
  • User will be presented with a dialog when an URL that contains a website from the template/definitions list is copied. 
  • Dialogue box will have:
  • Option to select and/or add group/category,  tags and short note from dialogue box/
  • Option to include webpage title and source url when collecting information.
  • User definable hotkey to pause clipboard monitoring in case user wants to clip address without triggering app.

Additional settings:
  • Ability to edit and create new page templates.

Information will be collected into an Addressbook that will be developed later to group/sort contacts add some notes etc.
-sphere

GitHub Repo @ https://github.com/publicdomain/addressbooker

Development of AddressBooker has officially begun! :Thmbsup:

Cheers!
Vic
92
N.A.N.Y. 2024 / Re: TIMP - Tray Icon Music Player [N.A.N.Y. 2024]
« Last post by publicdomain on February 23, 2024, 09:30 PM »
:Thmbsup: Well a fresh omelet was never made without breaking a couple of eggs... :P

haha! Yes & indeed.

Sorry, yesterday I fell asleep "on the keyboard" & today I had to "reshuffle" things a bit to attend/accommodate the weekend & end-of-the-month schedule but things are back on track.

TIMP's package got "bulkier" due to the new Media Info library.



I'm certain the trackbar + settings processing can be done with a few hours of focused coding. I'm "juggling the time" for it... These are the last modifications, we're very close to the happy news of TIMP's successful completion and calling it a WIN too :Thmbsup:
93
many many Mac apps.
Yeah, quite a few Mac apps, but very few on Windows. Only one I've used is Zettlr, but I've not checked how that goes since I haven't used it in ages. Seems like there was a fair wind of Mac enthusiasm a decade ago, but then it died and has never picked up again.

I've read a Zettlr response to a request for textbundle to be settable as a default format:
thanks for the issue! Unfortunately, this is not possible. There are several reasons to that:

Both TextBundle and TextPack have been designed specifically for inter-application sharing of notes and cross-device sharing. They were never intended to be used as a default storage container.
TextBundles are basically just folders within folders, so using these by default would inflate the amount of folders within your application unnecessarily; additionally, information will be stored redundantly, thereby consuming more space than with the current setup. Additionally, it would take a longer startup time, as more information needs to be processed, and the current File System Abstraction Layer already has a lot to do parsing 10,000+ files due to the lack of caching methods.
The "good" way to work with Markdown files is to store notes in one directory and use a single img, assets, or images-directory to collect all images being used across the notes in that directory. This means: If you need an image a second time, you can simply link it to both files. Additionally, you'll have more control over what is stored where. Zettlr already gives you the option to automatically store pasted images in a predefined "collection" folder.
Markdown is intended to be used as a format that is both machine-readable and human-readable; to add additional layers of information makes it harder to write programs to address these issues.
TL;DR: The default way is and will be to have single Markdown files with the images in a different folder. TextBundle and TextPack, however, can be used to share specific information with other users, devices, or applications.
So that wouldn't work for me. I don't mind duplication if it guarantees security and I dislike the approved markdown default setup.

So file, like the same folder/directory?
No, as in a text file with images.
I'm okay managing folders of digital assets, but if I write something with images I want the image locked in with the text and not relying on a link.
docx okay, databases with good export okay, but .md isn't.
Luckily few of my notes or writing needs images, and my writing is in docx now anyway which is fine.
94
N.A.N.Y. 2024 / Re: TIMP - Tray Icon Music Player [N.A.N.Y. 2024]
« Last post by luvnbeast on February 22, 2024, 02:00 PM »
 :Thmbsup: Well a fresh omelet was never made without breaking a couple of eggs... :P
95
N.A.N.Y. 2024 / Re: TIMP - Tray Icon Music Player [N.A.N.Y. 2024]
« Last post by publicdomain on February 22, 2024, 01:43 PM »
Oh noooo... our first error trying to scan sub directories... I hope this isn't serious?

That's minimal, no problem.

Okay! I'm staying home & currently focused at making the song info columns fill-up correctly, extracting running time for the playing TrackBar, and other new "Goodies" to make TIMP feature-complete today.

This minimal FileSystem error should be ephemeral. Again, no worries!
96
N.A.N.Y. 2024 / Re: TIMP - Tray Icon Music Player [N.A.N.Y. 2024]
« Last post by luvnbeast on February 22, 2024, 01:30 PM »
Details on the error are as follows:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at System.Windows.Forms.DataGridViewRow.GetErrorText(Int32 rowIndex)
   at System.Windows.Forms.DataGridViewRow.Paint(Graphics graphics, Rectangle clipBounds, Rectangle rowBounds, Int32 rowIndex, DataGridViewElementStates rowState, Boolean isFirstDisplayedRow, Boolean isLastVisibleRow)
   at System.Windows.Forms.DataGridView.PaintRows(Graphics g, Rectangle boundingRect, Rectangle clipRect, Boolean singleHorizontalBorderAdded)
   at System.Windows.Forms.DataGridView.PaintGrid(Graphics g, Rectangle gridBounds, Rectangle clipRect, Boolean singleVerticalBorderAdded, Boolean singleHorizontalBorderAdded)
   at System.Windows.Forms.DataGridView.OnPaint(PaintEventArgs e)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9181.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
TIMP
    Assembly Version: 0.5.0.25781
    Win32 Version: 0.5.0.25781
    CodeBase: file:///C:/AeroRainbow/Timp%203/TIMP.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9181.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
NamedPipeWrapper
    Assembly Version: 1.5.0.0
    Win32 Version: 1.5.0.0
    CodeBase: file:///C:/AeroRainbow/Timp%203/NamedPipeWrapper.DLL
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9220.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9220.0 built by: NET481REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9214.0 built by: NET481REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.9037.0 built by: NET481REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
NAudio
    Assembly Version: 1.10.0.0
    Win32 Version: 1.10.0.0
    CodeBase: file:///C:/AeroRainbow/Timp%203/NAudio.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


97
N.A.N.Y. 2024 / Re: TIMP - Tray Icon Music Player [N.A.N.Y. 2024]
« Last post by luvnbeast on February 22, 2024, 01:26 PM »
Oh noooo... our first error trying to scan sub directories... I hope this isn't serious?
98
VICtory over Shutdown B as it interfaces wonderfully with the current version of TIMP ... so this will definitely on track to be better than Shutdown 8 and I can't wait to see the Frankenstein that has emerged from the two... I say this is a WIN so far!!

FAN-TAS-TIC! fantastic The focus is on making TIMP feature-complete for us to call it a WIN+WIN and proceed to the merger :Thmbsup:

> Vic rolls-up the "coding sleeves" to bring good news of completion...
99
N.A.N.Y. 2024 / Re: TIMP - Tray Icon Music Player [N.A.N.Y. 2024]
« Last post by publicdomain on February 22, 2024, 01:17 PM »
Umm I did as you said... and no extra beep? I copied over a wave file and renamed it ent_screen02.wav... but it does not sound for the icons or the shortcut commands? Am I doing something wrong?

Cool, no worries. If I recall right, the code is there in the ALPHA.4 program but please don't mind since I'm coding & packaging while making sure everything works for a successful v0.5.0 release later today.

I'm taking care of it so you don't have to worry; a working auditory feedback is coming in the very next feature-complete release :Thmbsup:
100
VICtory over Shutdown B as it interfaces wonderfully with the current version of TIMP ... so this will definitely on track to be better than Shutdown 8 and I can't wait to see the Frankenstein that has emerged from the two... I say this is a WIN so far!!
Pages: prev1 ... 5 6 7 8 9 [10]