topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday May 13, 2025, 2:20 pm
  • 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 ... 186 187 188 189 190 [191] 192 193 194 195 196 ... 222next
4751
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 06:15 PM »
Website | Download
v1.0.6 - 2009-11-11
    * Took off the ReadOnly property of AnuVu's display field.  Any changes
      made to the displayed text will NOT be saved.  (Thanks, doctorfrog)
    * AnuVu v1.0.2:
        + Added find-as-you-type searching.
        + Added basic text formatting to the displayed entries.
        + Added right-click menu to the listview.
4752
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 03:45 PM »
frog_1.wav rocks.  =]
4753
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 01:35 PM »
Currently, I have Anuran set to archive my logs every day. This doesn't seem to be happening. Does Anuran only archive every day, only if it's running for 24 hours? Can it check the creation date of the log, and go by that instead?

Correct, Anuran assumes it will be kept running and archives on a running timer.  This can be changed how you desire but I'll need to do some thinking on the most effective way.  The custom timestamping is what makes something like this difficult.  I think the best way would be to keep might be to keep the last archive time in the config.ini and base archive decisions off of that.

1. I had a little confusion with the Archive folder setting. I specified .\archive, which actually put files in .\archive\archive. Consider rewording "Archive folder" to "Anuran log folder (archives will be kept in .\archive)" Wordy, I know.

Will do.

1. Feature request: ability to sort the logfile list pane by date. "Date" column should consider the first entry in a logfile as the date, rather than the file properties (more accurate). This sort should be the default. current.anu should remain on top at all times (current behavior).
2. Feature request: refresh button/menu options/hotkey (F5).
3. GUI: make current.anu in logfile list pane bold.
4. GUI: by default, when AnuVu starts, select and display only current.anu.
5. Feature request: in logfile viewer pane, offer option to sort entries by time, oldest to newest, or newest to oldest. If this isn't doable, offer option to start at bottom of logfile on startup, so that newest entries are displayed. May be a moot option if we offer the 'tail' function later on.

1. What if a user, say, doesn't even use a timestamp?  I'm sure you can see the conundrum I'm in with the custom timestamps.
2. Can do...I'll make it part of the right-click menu as well.
3. I'll see what I can do.
4. Okay.
5. I'll put this on the ToDo.

1. I still prefer a white background; it's consistent with other apps, and more legible. I am staunchly against RichEdit controls. I can accept the odd 'fake-edit' behavior, mainly because this is a file viewer, not a file editor, and there should not be an expectation for editing features. Purely my preference, feel free to overrule. Tomos, please chime in as well.
2. If you can fit it in line with a toolbar with buttons, it will still look good. Otherwise, keep it where it is. The fact that it's resizable and multi-lined also adds weight to this.
3. I'm sad. Can we mark the timestamp lines with brackets or parens to make them visually stand out? This isn't too out of line with other apps that use timestamps, such as Pidgin.
5. See #1. Consistency and visibility trumps the concern for me here, but feel free to overrule.
6. I mean, toggle the select-all/select-none ability. The right-click solution you outline is fine.
7. Cool.
8. Sounds good.
9. Hey, if you can pull it off, let's do it. This would certainly solve the rare issue I describe. Keeping in line with simplicity and portability, any Windows file system context menu changes should be off by default, and easy to enable/disable.

1. I'll change it.
2. I would prefer to keep it where it is.  It allows the display pane to be as large as possible vertically.
3. Yes, I'm already working on that.  =]
9. Again, easy to do.

Aside: I'm idling in IRC freenode/#bb4win if you want to chat directly.

I've been idling there for years and years.  =]
4754
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 01:06 PM »
overlapping post:-

Notes:
2. Minor suggestion: to keep with the current trend of searchboxes in apps and online sites, move searchbox to upper right corner, in line with the toolbar.
6. I already see 'select all' and 'select none' functions are planned. CTRL-CLICK on a checkbox should also toggle the behavior.
8. Earlier request, repeated: When AnuVu is started by opening a .anu file, it should display the logfile, plus any other logfiles in the same directory. This is for users who end up moving their logfiles around.

2) I prefer search box where it is - one would probably often open this from systray - mouse moves up naturally to search box - also not taking from actual viewer pane
6) +1 (would be nice anyway) [Ctrl+Click in one box would select/deselect all]
8] could be very helpful if working from usb stick (dont know if that possible?)

2. I like the search box where it is as well.  I wanted to make the display pane as large as possible vertically.
6. I'm going to have to disagree on this one since it goes against normal Windows behaviour (ctrl-click multi selects...)
8. Can do.  I'll change AnuVu to look in the following folders:
  •     Its startup folder and \archive subfolder.
  •     Its configured storage folder and \archive subfolder
4755
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 12:51 PM »
1. In filename order with no grouping.  This is just a simple edit control so there are limitations to what I can do with it.  Some alternatives would be for me to change to the HiEdit control or RichEdit control.  Both of these add quite a bit more complexity to the app but I've not ruled them out entirely.  FWIW, I enjoy the plain-textedness of apps...including this one.

2. I can put it above the display field but not in line with the menu items.  Would that be acceptable?

3. Again, I'm working with a simple edit control.  There are no per-line formatting options.

4. You can highlight and copy out of it like any normal edit control.

5. The reason for this is that I've set the edit control to read-only to stave off the impression that you can modify the text.  I can take off this property which will turn it back to white.  However, any changes made to the text will not be saved.

6. Toggle which behaviour?  I'm going to add a right-click menu to the listview in the next build with "Check all" and "Uncheck all" options.

7. It's a simple text match search.  If your search string is anywhere within an entry, including the timestamp, it will match.

8. Currently, AnuVu will get the folder that you have configured in Anuran and show the current.anu in that folder along with any .anu files found in the \archive subfolder.  I'll change it to display any .anu files in the configured folder as well as the \archive subfolder.

9. I can add drag & drop capabilities to the form.  I can also build in a context menu extension so you could right-click a group of .anu files and add them to AnuVu.  I've built AnuVu's display and search functions to handle whatever .anu files it has listed in the listview.  This is actually much easier to implement than it may sound.
4756
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 12:16 PM »
Website | Download
v1.0.5 - 2009-11-11
    + Added AnuVu viewer.  Launch it directly from its executable or from the File or tray menu of Anuran.



Keep in mind that this is the initial release of AnuVu.  Lots of room for improvement.
4757
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 11:52 AM »
I have it set as read-only (not disabled) since the view can show multiple .anu files at once.  So, no editing but you can certainly copy it out of there.
4758
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 11:25 AM »
This is what I'm talking about:

thumb150.png
4759
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 11, 2009, 10:51 AM »
I have no access to that OS (to test against) so your only option is to turn off the shell extension menu option.
4760
N.A.N.Y. 2010 / Re: Multiboot ISO Maker Alpha 1
« Last post by skwire on November 11, 2009, 10:13 AM »
Judging by the screenshots, this looks like an extremely well-made application.  Major kudos. 
4761
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 10:01 AM »
I've got an idea that I think will make the viewer work well with a search...

1) The left-side listview will have checkboxes for each entry.
2) The contents of all checked entries will display in the right-side edit field.  Call this the "current view"
3) A toolbar will be at the top with buttons for quickly checking/unchecking all entries, etc.
4) A search field along the bottom of the listview will allow for find-as-you-type search capability within the "current view" and will then display only the entries that contain the searched string.

Thoughts?
4762
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 08:23 AM »
will one be able to search all log files via the viewer ?
or would you recommend using another app?

A simple text search would be easy to implement since each entry is properly delimited with a "ยง`r`n" sequence.

Re: the timetracker idea -
one would really have to indicate when you're starting on a project & when ending - otherwise:
if all other entries are filtered out you wouldnt know at which times you began / ended

Right...this is where it gets fuzzier since custom timestamps are allowed.  Furthermore, I haven't designed Anuran with this in mind.  It's not really a time-tracker.  It's more of a "what were you doing/thinking/feeling at said time" application.  This behaviour is more in line with doctorfrog's original request.

I'm a fan of the "one tool for one job" way of coding.  With that in mind, I think there are plenty of time/project trackers out there that do a much better job than anything I could code.  Please don't take this as me discounting your suggestions, tomos.  I really appreciate the feedback.   :) :) :)
4763
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 11, 2009, 05:27 AM »
Everything is still working great here. Looking forward to AnuVu  :D

Good to hear.

I've actually been having similar thoughts. This idea has always been a very simple time-tracker/personal blotter for me, but it would be interesting to see a script that could:
1. parse out the individual entries and separate them into categories based on the first word in each entry
2. Then, it could conceivably 'guess' the amount of time between tasks and types of tasks, by measuring the difference in time between the entries.
3. From there, the data can be measured on a time scale, or with graphs, and so forth.

1) This would be easy.
2/3) This, currently, would not be easy.  If Anuran was to go this route, I would have to take out the custom timestamps to the log files as well as the entries and replace them with a full, standard one.  Otherwise, it's conceivable that a user could use a timestamp format that didn't contain all the necessary bits to do this calculation.  Does that make sense?
4764
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 10, 2009, 05:18 PM »
You're welcome.  You happened to catch me right before I have to go coach my daughter's soccer practice.   :Thmbsup:
4765
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 10, 2009, 04:46 PM »
v1.0.3 build 240 - 2009-11-10
    + Added tooltip showing volume position when manipulating a volume control.
      (Thanks, SoggyDog)


It should work for the minibars, too.  Thanks for the feedback.  =]
4766
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by skwire on November 10, 2009, 04:32 PM »
One request (and sorry if this has been brought up, but I wasn't up to reading 17 pages for it) would be a tooltip for the volume control as there is for the song position control.

A tooltip showing the numerical amount or as a percentage?  50 versus 50%...
4767
Post New Requests Here / Re: REQ - name format changer
« Last post by skwire on November 10, 2009, 02:59 PM »
That was amazingly fast :)

Thanks, this sort of thing is insane-easy in AHK.  GUI and all.

works great, thanks

You're welcome.  Glad to help.
4768
Living Room / Re: Legal Insanity
« Last post by skwire on November 10, 2009, 02:52 PM »
Unfortunately, he was perfectly in line with the law. That's where the insanity lies. There is no "rule of law" in Korea, and laws are loosely applied or bent quite often. That's where problems begin; you cannot predict what the law is 100% of the time, and you cannot necessarily abide by the law even if you try.
Soooo...aren't you glad you're getting out of there?   :P :P :P :P
4769
Post New Requests Here / Re: REQ - name format changer
« Last post by skwire on November 10, 2009, 02:20 PM »
Here you go (source/binary included):  LastToFirst

Paste in your list and click the button.
4770
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 10, 2009, 01:01 PM »
Teaser screenshot:

thumb148.png
4771
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 10, 2009, 11:05 AM »
:) sorted  :up:

Great.  Thanks for the report.


Website | Download
v1.0.4 - 2009-11-10
    ! Fixed a bug where using using ctrl-enter to start a newline in a note
      resulted in two newlines.  (Thanks, tomos)
4772
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 10, 2009, 08:23 AM »
Try interim build 1.0.3.9 and see if that fixes it.  I used a different method for the enter/ctrl-enter strokes in this version.
4773
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 10, 2009, 06:19 AM »
One very minor thing - when I press Ctrl+Enter to go to new line, it jumps down two lines

Hmmm...odd.  It doesn't behave that way for me.   :huh:
4774
N.A.N.Y. 2010 / Re: NANY 2010 Idea: A 'polite' reminder/diary system
« Last post by skwire on November 10, 2009, 05:12 AM »
To this point, does the functionality work as desired?
4775
General Software Discussion / Re: At last: MP3 Lossless!!!
« Last post by skwire on November 10, 2009, 03:48 AM »
I think Deo meant his statement for defiant91 who had asked for opinions on the GUI he designed for this MP3HD product but didn't provide a screenshot.  I couldn't find one on the Thomson website, either.  defiant91, if you want some opinions, perhaps you can post a screenshot or two here?  Or, if anybody has installed it (I have no plans to), maybe they can post some screenies.
Pages: prev1 ... 186 187 188 189 190 [191] 192 193 194 195 196 ... 222next