Search found 32 matches

by InjAnnuity_1
Mon Jun 19, 2023 8:33 pm
Forum: General Discussion & Support
Topic: [fixed] Message 'There are no open notebooks!'
Replies: 7
Views: 1924

Re: Message 'There are no open notebooks!'

I suspect that this is presented at a point and time (inside the program) before the program knows that there will be more to display.

However, in the 95%+ of the cases where the program is being used, there is more coming; so, I agree, in those cases, it is quite misleading.
by InjAnnuity_1
Fri May 26, 2023 7:41 pm
Forum: General Discussion & Support
Topic: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]
Replies: 13
Views: 2544

Re: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]

Where myInfo is storing that file? In the MyInfo user interface, hover your mouse over the drop-down widget listing your Notebooks. MyInfo will show (as a pop-up hint) the full path to the selected Notebook file. That file is the Notebook's SQLite database, and it can be opened in SQLite Studio. (I...
by InjAnnuity_1
Wed May 24, 2023 9:12 pm
Forum: Suggestions
Topic: Tags and Attributes
Replies: 2
Views: 1331

Re: Tags and Attributes

Adding/ Removing or re-ordering the the in multi-select list attribute while entry's of the list being used already is a bit scary. It caused dataloss for me, in the sense that used attribute of the multi-select list got reset for all my notes This is what I would expect, if the list items were ref...
by InjAnnuity_1
Wed May 10, 2023 7:30 pm
Forum: Suggestions
Topic: Tags and Attributes
Replies: 2
Views: 1331

Tags and Attributes

Often, after using a tagging scheme for awhile, one realizes that a Tag (or group of Tags) makes more sense as an Attribute. One can easily define the desired Attribute, but converting the data becomes a tedious and error-prone manual task. Conversely, an Attribute may make more sense as a series of...
by InjAnnuity_1
Thu May 04, 2023 1:25 pm
Forum: General Discussion & Support
Topic: Unexpected double-space after H1, H2, etc.
Replies: 2
Views: 1272

Re: Unexpected double-space after H1, H2, etc.

Yes, it does. Thanks for taking a look.
by InjAnnuity_1
Fri Apr 28, 2023 4:11 pm
Forum: General Discussion & Support
Topic: Unexpected double-space after H1, H2, etc.
Replies: 2
Views: 1272

Unexpected double-space after H1, H2, etc.

On entry, there is no vertical space after a formatted Heading. Screenshot 2023-04-28 120254.png This is fine. If I need more space, I can add it. But when previewed or printed , vertical space is automatically added after every Heading. I don't see any good reason for doing that. If I need space, I...
by InjAnnuity_1
Wed Apr 26, 2023 4:15 pm
Forum: General Discussion & Support
Topic: Multiple instances?
Replies: 3
Views: 1668

Re: Multiple instances?

I have a use-case for multiple instances: Instance 1: a tree of detailed data types, with detailed documentation of each type. Instance 2: a data dictionary, with class/structure definitions. As I add struct members, it would simplify definition to be able to just drag the appropriate type (node fro...
by InjAnnuity_1
Fri Apr 14, 2023 5:56 pm
Forum: General Discussion & Support
Topic: [fixed] After applying 7845 update, version still reads 7843
Replies: 13
Views: 2499

Re: After applying 7845 update, version still reads 7843

lbw2112 wrote: Thu Apr 13, 2023 9:32 pm +1 The installer is saying it's going to install version 7843, not 7845 when you go to install it.
You're right, it does! Even now, at 13:55 EDT (US). I should have been paying closer attention.
by InjAnnuity_1
Thu Apr 13, 2023 6:26 pm
Forum: General Discussion & Support
Topic: [fixed] After applying 7845 update, version still reads 7843
Replies: 13
Views: 2499

[fixed] After applying 7845 update, version still reads 7843

I've applied the 7845 update several times, now, via the Check for Updates menu item, each time with the same result.

Windows 10, latest Patch Tuesday update.

Is there some other way I can apply this update?
by InjAnnuity_1
Wed Apr 05, 2023 8:13 pm
Forum: General Discussion & Support
Topic: Treating ☐ (checkbox) as a bullet
Replies: 5
Views: 1220

Re: Treating ☐ (checkbox) as a bullet

A picture being worth a thousand words, I thought I'd add a screenshot, to help illustrate, visually, CherryTree's low-effort approach. Screenshot 2023-04-05 154503.png Bullet indentation levels default as shown. This makes for nice, compact hierarchies of bullets and checkboxes, within a single not...
by InjAnnuity_1
Sun Mar 12, 2023 2:08 pm
Forum: General Discussion & Support
Topic: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]
Replies: 13
Views: 2544

Re: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]

Addendum It might be useful to know what you actually need. You might get better support. Say an API/ or commandline interface which also allows you to Update and Delete entry's. I've only scratched the surface on what Import and Export can do. I haven't even tried MyInfo's Import/Export SDK. Howeve...
by InjAnnuity_1
Sun Mar 12, 2023 1:36 pm
Forum: General Discussion & Support
Topic: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]
Replies: 13
Views: 2544

Re: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]

I'm documenting a database structure, so I can analyze it, and evolve it to serve new users and new purposes. Why use MyInfo as a vessel? I have two answers for this: a high-level answer, and a feature-based answer. High-level answer While it is possible to use multiple tools to store and manipulate...
by InjAnnuity_1
Wed Mar 08, 2023 10:13 pm
Forum: General Discussion & Support
Topic: Refining Imported attributes
Replies: 1
Views: 965

Refining Imported attributes

Context I'm using the OPML plugin to load some elementary database schemas, for further documentation. That is, I am loading the *definitions* of tables and columns, not their actual rows and columns. This means creating some new, user-defined attributes for things like the column-type. This is a n...
by InjAnnuity_1
Fri Mar 03, 2023 4:16 pm
Forum: General Discussion & Support
Topic: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]
Replies: 13
Views: 2544

Re: Driving automation from MyInfo data -- is reading the SQLite file directly okay?

Success! :D I installed the 64-bit DLL in %LocalAppData%\SalSoft\SQLiteStudio\extensions (had to create this folder) and told SQLite Studio to load it for ALL databases. Now SQLite Studio lets me browse my mixed-use data, in MyInfo format! This will let me take care of the R=Read in "CRUD"...