topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday March 27, 2026, 3:57 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 ... 170 171 172 173 174 [175] 176 177 178 179 180 ... 1515next
4351
I've been using dropbox to allow synchronization of app data for my android apps, and I'm quite happy with the API and the process in general.

But there is one substantial problem with it.

There is no way to say that you'd like to allow a group of people (via a shared password for example) to have write access to a folder (and only that folder).

If that could be done, it would be possible to do something like install an android app and tell your 5 friends that they can sync their data with you, for that app only.

As it currently stands, my android apps can only synchronize with someone who also has write-access to your same dropbox account.  Essentially this means you can only sync and share with your own multiple devices, not with other people.

It would be great if dropbox could add a feature that allowed you to designate a folder as writeable by different people, as long as they all had some access key/password.
4352
Very cool, and welcome to the site   :Thmbsup:
4353
PBOL / Re: Android version of Progress Bars of Life
« Last post by mouser on October 05, 2016, 02:28 AM »
All of my android apps have sync via dropbox.
But PBOL Android will use different data files than the desktop version so they won't be compatible.
4354
Looks like there is a specific board for the Onion Omega to interface with a battery pack: https://wiki.onion.i...Using-the-Power-Dock
Looks like I may be getting an Onion Omega..
4355
fair enough, im open to using larger batteries.. i guess my question is are there any of these tinypcs that are really really designed for minimal power use.  Clearly Raspberry Pi would not make the great.  I'm not sure how much power Arduino draws..

i'd love to see a comparison chart of the time they can run on batteries..
4356
Are there any of these tiny computers that will run a significantly long time (say 24+ hours continuously) on a pair of AA batteries?
4357
Screenshot Captor / Re: Send to Trello or Send to GitHub
« Last post by mouser on October 04, 2016, 10:03 PM »
I definitely need to add more uploading options to Screenshot Captor.

Having said that, a main design motivation for me was to be able to support 3rd party tools, and I've tried to make it easy to use such tools from within Screenshot Captor.

So, if you can find a context menu shell extension that can upload files to those services, you can simply right-click on the thumbnail of the image in Screenshot Captor to utilize such a tool.
And/or if you can find a tool that can take a commandline filepath to specify the file to upload, you can configure such a tool for use with Screenshot Captor (and in fact we can share such commandline-tool wrappers).

So the first question should be, are there existing commandline or shell-extension tools for uploading to these services?
4359
PBOL / Re: Android version of Progress Bars of Life
« Last post by mouser on October 04, 2016, 10:18 AM »
unlikely.
4360
PBOL / Android version of Progress Bars of Life
« Last post by mouser on October 04, 2016, 07:25 AM »
Well, it looks like I'll probably be doing an Android version of Progress Bars of Life this year.  If anyone has any suggestions for it please share them.
4361
im a big fan of multiple monitors (2-4), but not huge monitors like you are talking.  27" is about as large as i would want, and i think there are diminishing returns after 3 or 4 monitors.
4362
N.A.N.Y. 2017 / Re: NANY 2017: CheckList DC (Android checklist)
« Last post by mouser on October 03, 2016, 03:31 PM »
Thanks for the positive comments  :up:
4363
how is CHS's performance once the database gets large such as 400MB+?

That's a good question, but i don't know the answer.. If there is interest we could find out -- I could write a function that generates some random clip data and we can see how it performs.

My suspicion is that, assuming the clips are in different "folders", so that it's not trying to sort and search 400mb of data at a time, that CHS will perform pretty well, but that's just my guess.  It's also quite possible that it performs very similarly to ClipCache... A factor involved here is how many clips there are (a relatively small number of large clips will perform better i would guess than a million clips).

What I will say is that CHS does try to "help" you not accumulate 400mb worth of clip data, by employing configurable options that will automatically move default (non-favorited) captured clips by default from new to old to trash groups.

As for importing, CHS doesn't have a way to import clips (though it can export them).  I would be willing to write a simple import function if you can get your data out of your existing program in a fairly clean and simple format.  The easiest would be one line per clip, with a line being just the clip text, no extra data like date, etc.
4364
Site/Forum Features / Re: Code Highlighting Tags Broken
« Last post by mouser on October 02, 2016, 11:13 PM »
Should be fixed now (you may have to reload a page to get it to grab the new js file).  Somehow i deleted a bit of the editor javascript on the last update.
4365
Site/Forum Features / Re: Code Highlighting Tags Broken
« Last post by mouser on October 02, 2016, 11:01 PM »
ah well that's weird i must have broken it on the recent update then..
4366
Site/Forum Features / Re: Code Highlighting Tags Broken
« Last post by mouser on October 02, 2016, 09:35 PM »
I can't do any code highlighting at all in the forum unless I type in the tag and style. Used to be able to select text and then select the Code Highlighting and it would do it.

ah you're right.. well that's been broken for a year then.. i will fix.

4367
Thanks for helping!
4368
Resort now menu item added (only shown after you make changes that might require a resort).
4369
Yeah, I'm not sure that live resorting after adjusting score is going to work, for a bunch of reasons.. I have performance concerns as well as concerns about moving around the item being edited..

I could add a "Resort items now" entry to the View menu though.
4370
You'll find the new option in preferences on the Advanced page.
4371
Just the 'keep screen on' to be done to complete my feature requests
will be in next version.
4372
Can the last modification date be shown too (optionally ofc)? It's a sort selection, but I can't see it yet

not currently. i might consider putting a button on the Edit dialog to pop up a window showing all internal data for an item including last modification date.
4373
Android Apps / Re: WhenLast (Android app) - v2.01 Beta - Sep 30, 2016
« Last post by mouser on September 30, 2016, 11:29 PM »
Version 2.01 beta - Sep 30, 2016
  • NewFeature: You can now sort on various fields.
  • Improvement: New view submenu (no more ViewAll button)
  • Miscelaneous fixes
4374
N.A.N.Y. 2017 / Re: NANY 2017: CheckList DC (Android checklist)
« Last post by mouser on September 30, 2016, 11:27 PM »
New version up.
4375
N.A.N.Y. 2017 / Re: NANY 2017: ScoreTracker DC (Android Score/Event Counter/Tracker)
« Last post by mouser on September 30, 2016, 11:27 PM »
New version up with sorting.
Pages: prev1 ... 170 171 172 173 174 [175] 176 177 178 179 180 ... 1515next