topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday September 19, 2026, 10:16 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] 6next
101
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: TaskDaddy Pre Release
« Last post by DeVamp on September 22, 2010, 08:11 AM »
Yes, and I ran it. I doubt I will integrate it into my existing code. My current code is like a desk, it is messy but I know where everything is. Plus lately every new line of code I add introduces a new bug. Plus, it is a section of code that I have investing a lot of testing and bug fixes in, I am not ready to begin that cycle again.
Ofcoure, that logic.
But I made it to implement my idea of logic of subject and body.
I thought it would made it easier to explain how exactly I had it in mind.
102
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: TaskDaddy Pre Release
« Last post by DeVamp on September 22, 2010, 04:30 AM »
Daddydave,

Did you get my PM with the link?
103
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: TaskDaddy Pre Release
« Last post by DeVamp on September 20, 2010, 08:08 AM »
For the colons:
My first idea:
As it is programmed now, we need to use 2 colons to keep 1:
@Stuff New stuff 2 #01/11/2010 the stuff @important_stuff hupla, do stuff @stiff_this even more stuff :: todostuff
gives
... even more stuff : todostuff

Actually there is a general problem to be solved here that I would very much like to solve..how to allow special characters to be non-special without cluttering up the syntax..for example what if I want a subject that starts with #? I thought about allowing something like a backslash..
I'll think along with you. It will grow on me in the background while working on my work things.

Here's my quick idea:
We could also use 2 special characters to seperate a part:
(I've never understood why to use a '@' in front of a category, so I don't use them)

EX1:
@@Stuff New stuff ##01/11/2010 the stuff @@important_stuff hupla, do stuff @@stiff_this even more stuff : todostuff
Gives:
Subject : New stuff
Cat : Stuff, important_stuff, stiff_this
Due : 01/11/2010
Body : the stuff hupla, do stuff even more stuff :: todostuff


EX2:
@@Stuff Stuff again :: Need to exercise on : the other stuff aswell
Subject : Stuff again
Cat : Stuff
Due : N/A
Body : Need to exercise on : the other stuff aswell



One more thing:
I'm assuming you parse the string from left to right, but since I have no idea how you programmed it, I'm may be wrong.
BUT:
in ex1, after you've parsed the Subject, you know that you already have a subject, so I would assume the rest is automatically body, and then you have to parse the "body" for dates and categories and remove then from the body.

Wow, thats a lot in the preview.
I hope everything makes sense here :-)
If not, ask me so I can clear out things.
104
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: TaskDaddy Pre Release
« Last post by DeVamp on September 20, 2010, 05:18 AM »
------snip
@Stuff New stuff 2 #01/11/2010 the stuff : hupla
Since the due date “interrupts” the task subject, the task subject is considered complete and TaskDaddy deduces that any remaining unmarked text is the subject body, in spite of not including the colon. Task body deduction is the only time the order of the task attributes matters.
However, there is no harm in including the colon every time you specify a task body.
------end snip
Is this good enough or are you requesting it to be interpreted differently?

* On further reflection, I think I learned this in typing class and not in English class, so I am not sure if it is a grammar rule or not.
Personally I had in mind that while the body can be determined after the due date, it wouldn't check for a colon in the text and just take it all :-)

It's just that I find the result strange:
You check for a colon to split the title and the body, but you still return the whole part after the due date. And not just the part after the colon.

so if the body would be "hupla", i would understand it.

And you are correct, normally the colon needs to be attached to the previous word, but consider me not normal :p
The way I use it in tasks is not like written in a continuously text. :-)
I use it more as a seperator and I don't like to use ' - '.
105
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: TaskDaddy Pre Release
« Last post by DeVamp on September 20, 2010, 02:00 AM »
Great to see an update. :-)


One thing I've seen is that ':' (colon) is removed from the body.
EX.: @Stuff New stuff 2 #01/11/2010 the stuff : hupla

See attachment for result.

Oh, and the site gives me an error :'(

106
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: TaskDaddy
« Last post by DeVamp on September 17, 2010, 10:25 AM »
Suggestion tho, is there a way to interpret date values such as "today", "tomorrow", "Monday", etc?  THAT would be cool!
+1

or maybe instead of #duedate, you also have a #+3, witch means 3 days from today.

or something similar. :-)
107
Screenshot Captor / Re: Annotating Screenshots - general & specific
« Last post by DeVamp on September 08, 2010, 02:06 AM »
.... though i would like to add additional text label box styles like quote balloons.

+1 from my side :-)
108
Screenshot Captor / Re: Highlighting rectangle
« Last post by DeVamp on August 31, 2010, 04:10 PM »
Take your time, you probably hae stuff enough todo. :-)

I just wanted to describe it as clear as possible.
109
N.A.N.Y. 2011 / Re: NANY 2011 Teaser: TaskDaddy
« Last post by DeVamp on August 31, 2010, 04:09 PM »
Now this looks like a very nice program.

Quite easy in use.

I use rainlendar (http://www.rainlendar.net/cms/index.php), witch makes a nice integration with outlook.
So I place Taskdaddy on the shortcut list, and can add in no time tasks to outlook and they appear in rainlendar.

GREAT! Gotta love technology and integration!
110
Screenshot Captor / Highlighting rectangle
« Last post by DeVamp on August 31, 2010, 06:23 AM »
Hi there,

I have the following that's disturbing me:

When I use the Highlighting rectangle, it places a box over the screenshot.
You can perfectly set the transparency, but it fades out the text underneath it.

Maybe you need to split it up in 2 parts:

- highlight a part of the screenshot. (blending mode = overlay)
- cover a part of the screenshot. (blaning mode : normal)

The only difference between both modes are the blending of the object.
And for highlight, it actually needs to fill the lighter pixels with the highlight color, not all pixels.

IF you know photoshop, you know you can change the blending modes between layers.
here are quick details: http://www.freetimef...toshop_blending_mode

Hope I am clear enough.

In attachment i've added a screenshot from SSC end one from Snagit (that I used to use :p )
So you see the difference it makes.
111
Google Boomerang / Re: Choose language
« Last post by DeVamp on August 20, 2010, 05:17 PM »
Now at home it downloaded the correct version.

Thank you very much for the quick response :-)
112
Google Boomerang / Re: Choose language
« Last post by DeVamp on August 20, 2010, 10:37 AM »
IT keeps installing version 1.06.01. :'(

Could it be the setup?

I tried uninstalling the previous version, installled in another location, and it stays 1.06.01
113
Google Boomerang / Re: Choose language
« Last post by DeVamp on August 20, 2010, 10:29 AM »
Maybe it is me, but I don't see an option to choose the language. :'(

I just ran the installer and the program was closed.

I'll check later on again.
Maybe on an onther PC :-)
114
Google Boomerang / Re: Choose language
« Last post by DeVamp on August 20, 2010, 08:32 AM »
No problems.

When you have a spare moment is fine as well :-)
No hurry on it :-)

 :Thmbsup:
115
Google Boomerang / Choose language
« Last post by DeVamp on August 20, 2010, 08:07 AM »
Hi,

Lovely program.
Could it be possible to have an option to choose the in language. I'm from Belgium, so dutch is our first language and it would be nice to be able to boomerang some maisl and teksts from friends :-)

Thanks. :-)
116
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by DeVamp on June 21, 2010, 01:36 AM »
I am sure there are more than 10, they just keep silent and enjoy the software.
Hell yeah, I think a lot more than 10 users :-)

Tnx for the quality support. :-)
117
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by DeVamp on May 31, 2010, 08:23 AM »
Bug report:

If user changes the "Missing tag value" string in options,
it will be saved correct in Tags_Missing_String field of config.ini file,
but doesn't appear at playback.
Trout shows the default string "<missing>" instead.
The "Missing tag value" gets filled in when the song is added to the list.
Once it is in the list, it won't get updated.
Try to remove the song and adding it again.
You will then have it filled in with the new value.

Even closing trout doesn't help getting the new value.
118
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by DeVamp on May 05, 2010, 08:59 AM »
Is it possible to show (and change) the progress of the track (a seekbar) on the minibar instead of the bar to control the volume?

Would be great :-)
119
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by DeVamp on April 06, 2010, 04:37 PM »
May I assume this is acceptable as an alternative to a snooze option?
Yes you may.
I will try it a couple of days. :-)

120
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by DeVamp on April 06, 2010, 10:32 AM »
Ah yes, I get it.

That must be the "pause popup timer" option.

Splendid!!! :-)
121
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by DeVamp on April 06, 2010, 09:49 AM »
Currently, you can "freeze" the popup so that it doesn't pop up.  However, the sound will continue to play at the popup to remind you that Anuran is still working.
I don't understand this one.  :-[

And yes, I need to check the options before asking redundant things  :P
It was exactly that what i was suggesting. Tnx for being faster than fast  :Thmbsup:
122
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by DeVamp on April 06, 2010, 04:18 AM »
Ow, another idea: possibility to re-show/keep the previous entered message as default.
123
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by DeVamp on April 01, 2010, 02:42 AM »
Here i'm back, with another suggestion:

I have put the popup to show every 15 minutes.
Because mostly i have to do short things for short periods for different clients.
So it's easy to just enter the name from the client i'm working for.

But sometimes it happens that i work a whole morning or afternoon or even a whole day for the same project or same client.
Then i don't need to be reminded every 15 minutes.

so my idea is to put a little snooze possibility to the popup.
The value of the snooze is the one that is defined in the options.

It's just an idea. :-)


Check attachment.
124
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« Last post by DeVamp on March 18, 2010, 06:57 AM »
Recently i've come across a "bug".

If "allow internet access" is not checked, but "Enable last.fm support" is checked and credentials are entered, it still connects to last.fm when closing the options screen.
Even when it says <<"Allow internet access" must be enabled >> on the last.fm tab

Just a minor thing, because trout is unresponsive unless it times out probably, but keeps playing :-)
125
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by DeVamp on March 01, 2010, 04:30 AM »
Well, at first it looks like it is working. :Thmbsup:

We'll see the following days :-)

Another option is to use the Archive hotkey or the Archive entry in the tray.
Ah yes, i'll archive right after every entry. Great tip!

Thanks for the feedback.
NP :-)
I even got a compliment at work because my timekeep was completly filled on time. :-)

So it sure is a very awesome program.
Tnx again.
Pages: prev1 2 3 4 [5] 6next