topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday June 11, 2025, 12:11 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 2 3 [4] 5 6 7 8 9 10next
31
There's an old program here called [PinRocketDockToDesktop](https://www.donation...ex.php?topic=25724.0) by Scancode from 2011. I was wondering if anyone had a backup of the program? RocketDock is a good old tool, but has a bug where it will disappear if you press Win+D. So far I have used AHK to remap Win+D to send Win+M, but that's just a hacky workaround, and this tool is the only one I've seen that claims to solve this obscure problem.

Did anyone here keep a backup they could share? I have tried finding the developer, contacting people on other forums, and the Wayback Machine, but have had no luck. If anyone could help me, it would be appreciated!
32
So the latest update came out yesterday - less than two weeks since the previous one. That feels fairly typical. Maybe it's useful to give an idea of typical updates:

[Editor] The performance of the editor has been GREATLY improved, hundreds of thousands of words can be input smoothly without any lag.
[Project Outline] Supports automatic numbering and automatic sort out
[Card Library] Supports displaying cards of all sub-tags under a tag.
[Math Equation] In the LaTex syntax mode of the mathematical equation editor, it supports prompts and automatic completion of LaTex syntax.
[Shortcut Keys] During editing, Cmd/Ctrl + Up/Down can quickly locate the top or bottom of the document, and double-clicking the top and bottom of the editor can also quickly locate it.
[Optimize] Improved data backup and restore backup logic.
[Optimize] Improved the reliability of data storage.
[Fixed] Solved the problems of parsing ChatGPT listed number, focus mode, menu display, screenshot saving, code block border display, etc.
That's quite a few things updated - again fairly typical.

I'm a little surprised at the improvement in editor speed - it's never felt at all slow to me. Maybe they were responding to a request from users trying to paste in a books worth of text at a time. Most of these look like user requests. I'd noticed the sub-tag issue myself though I wasn't bothered enough to ask for a change.
33
I sometimes feel that I have only scratched 10% of Lattics' functions. Partly because of the way I'm using it at the moment (oriented to particular writing projects and using it as a writing program rather than as a research or notes program), and partly because I've been sticking to familiar workflows.

Naturally I took a look at the new filter features; I used the extended pane. Then switched from card view to mindmap view: the extended pane stayed in card view while the R pane switched to the mindmap, with its own filter. The extra filters don't work in mindmap view.

(I'm not sure whether I should see that as a sensible decision or whether it was just forgotten during the coding. The mindmap is a view of the outline tree of articles - so it makes sense that would have no filters. But I realised that the mindmap view could be filtered by single tags as well as by articles!)

Obviously there is no actual mindmap when using a tag filter since that is a property of an article. Instead there is just a whiteboard which will show articles as well as notes. They can be freely moved around the board (including stacking them on top of each other), dotted lines show existing links and more connections can be made (with the option for adding text to the connection and changing line colour). New notes can be added and will be automatically tagged. It's all wonderfully useful - and I hadn't known it was there. I should maybe have read the manual.
34
Living Room / Re: unable to see my dc credits on the forum heading
« Last post by paradisusvic on May 03, 2025, 08:50 AM »
No problem now.

Great to hear! 😊 It appears the issue was triggered by the forum's CSS media query breakpoints for mobile device screens. 📱

Hint: This can also occur on desktop due to your browser's page zoom settings or through scripts/extensions, as Shades pointed out. 💡

If you'd like to permanently resolve this and restore the normal view, a recommended solution is to use the provided scripts with an automated JavaScript extension like "Scripty":

https://chromewebstore.google.com/detail/scripty-javascript-inject/milkbiaeapddfnpenedfgbfdacpbcbam

This allows you to maintain your current browser settings. 👌

Cheers! 👋
Vic
35
Living Room / Re: unable to see my dc credits on the forum heading
« Last post by anandcoral on May 03, 2025, 07:19 AM »
Thanks for all the scripts, but too much work for lazy me  :D

Checking from profile will do. No problem now.
Thanks to all
36
Living Room / Re: unable to see my dc credits on the forum heading
« Last post by paradisusvic on May 03, 2025, 07:08 AM »
I am unable to see my dc credits on the forum heading.

Hello dear Anand, if you just want to return the functionality/view without leaving the current forum page, you could use any of the following javascript links.

Return direct DonationCrediits view on the header:

javascript:document.querySelector('#upper_section > div.user > ul > li.responsive2:nth-child(3)').classList.remove('responsive2');void(0);;

Return DonationCredits and Unread topics:

javascript:document.querySelectorAll('#upper_section > div.user > ul > li.responsive2:nth-child(3), #upper_section > div.user > ul > li.responsive2:nth-child(5)').forEach(el => el.classList.remove('responsive2'));void(0);

Return all responsive links!

javascript:Array.from(document.querySelectorAll('#upper_section *')).forEach(el => el.classList && Array.from(el.classList).forEach(cl => cl.includes('responsive') && el.classList.remove(cl)));void(0);



Remember: a javascript link with your favorite approach can be added to your bookmarks bar for easy access (one click).  :Thmbsup:

Hope this helps / gives you more options!
🤗
Vic
37
Living Room / Re: unable to see my dc credits on the forum heading
« Last post by anandcoral on May 03, 2025, 05:03 AM »
Thanks for the history link, Ath

Previously I could see it here after login, against my name, see image attached. So never thought of it at any other place.
firefox_uuzQzqSO2H.png

Now I know I can see it from 'my profile' (never tried earlier)

Thanks
38
Living Room / Re: unable to see my dc credits on the forum heading
« Last post by Shades on May 02, 2025, 09:40 PM »
Can confirm: as a user with member status, I also see the amount of DC credits to my name.

Are you running some scripts and/or extensions in your browser that obscure some parts of on-screen data?
39
Living Room / Re: unable to see my dc credits on the forum heading
« Last post by Ath on May 02, 2025, 12:31 PM »
I can still see my credits, but maybe you have spent it all? :o You can (probably) see the history via this link: https://www.donation...ncreditsarea_history
40
Living Room / [Solved] unable to see my dc credits on the forum heading
« Last post by anandcoral on May 02, 2025, 11:45 AM »
I am unable to see my dc credits on the forum heading.
Earlier I can see it when I need to donate some. Maybe new Forum shift made it invisible.

Is there any link for it now ?

Regards,

Anand
Pages: prev1 2 3 [4] 5 6 7 8 9 10next