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.
Search found 32 matches
- Mon Jun 19, 2023 8:33 pm
- Forum: General Discussion & Support
- Topic: [fixed] Message 'There are no open notebooks!'
- Replies: 7
- Views: 7655
- 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: 11724
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 ...
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 ...
- Wed May 24, 2023 9:12 pm
- Forum: Suggestions
- Topic: Tags and Attributes
- Replies: 2
- Views: 4649
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 ...
This is what I would expect, if the list items were ...
- Wed May 10, 2023 7:30 pm
- Forum: Suggestions
- Topic: Tags and Attributes
- Replies: 2
- Views: 4649
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 ...
Conversely, an Attribute may make more sense as a series ...
- Thu May 04, 2023 1:25 pm
- Forum: General Discussion & Support
- Topic: Unexpected double-space after H1, H2, etc.
- Replies: 2
- Views: 3989
Re: Unexpected double-space after H1, H2, etc.
Yes, it does. Thanks for taking a look.
- Fri Apr 28, 2023 4:11 pm
- Forum: General Discussion & Support
- Topic: Unexpected double-space after H1, H2, etc.
- Replies: 2
- Views: 3989
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 ...
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 ...
- Wed Apr 26, 2023 4:15 pm
- Forum: General Discussion & Support
- Topic: Multiple instances?
- Replies: 3
- Views: 4700
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 ...
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 ...
- Mon Apr 17, 2023 6:08 pm
- Forum: General Discussion & Support
- Topic: [fixed] After applying 7845 update, version still reads 7843
- Replies: 13
- Views: 12130
Re: [fixed] After applying 7845 update, version still reads 7843
Worked beautifully. Thank you, Petko!
- Fri Apr 14, 2023 5:56 pm
- Forum: General Discussion & Support
- Topic: [fixed] After applying 7845 update, version still reads 7843
- Replies: 13
- Views: 12130
Re: After applying 7845 update, version still reads 7843
You're right, it does! Even now, at 13:55 EDT (US). I should have been paying closer attention.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.
- Thu Apr 13, 2023 6:26 pm
- Forum: General Discussion & Support
- Topic: [fixed] After applying 7845 update, version still reads 7843
- Replies: 13
- Views: 12130
[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?
Windows 10, latest Patch Tuesday update.
Is there some other way I can apply this update?
- Wed Apr 05, 2023 8:13 pm
- Forum: General Discussion & Support
- Topic: Treating ☐ (checkbox) as a bullet
- Replies: 5
- Views: 4661
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 ...
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 ...
- 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: 11724
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 ...
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 ...
- 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: 11724
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 ...
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 ...
- Wed Mar 08, 2023 10:13 pm
- Forum: General Discussion & Support
- Topic: Refining Imported attributes
- Replies: 1
- Views: 2750
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 ...
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 ...
- 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: 11724
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 ...
%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 ...