topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 25, 2024, 9:17 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - czb [ switch to compact view ]

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14next
201
FARR Plugins and Aliases / Re: Timer
« on: May 11, 2008, 03:25 AM »
First of all run settings in order to change undefined to something reasonable.
So you start to type "in 20 school is great :p:" and in the moment it recognizes :p: (or what you define in settings) it will change from false to true.

BTW: I would realy appreciate if someone of you (native English speaker) could do corrections of all statements in the plugin. You can even rewrite them from scratch, so that it would look "profesionally" :Thmbsup: Or if it is better for you I can separate all statements into special file (like english.lng) so that corrections would be easier. Is here anybody who would like to do that? 8)

202
FARR Plugins and Aliases / Re: Timer
« on: May 10, 2008, 02:26 PM »
So I have added preset adding option. Do not forget to run settings! ;)

203
Find And Run Robot / Bug?
« on: May 10, 2008, 03:13 AM »
Try to take a look at my video:
http://czb.dcmembers.com/temp/FARR.swf
what is wrong there? I must say that it is problem of all my JS SDK plugins, but for example FCalc works just fine...

204
FARR Plugins and Aliases / Re: Timer
« on: May 09, 2008, 03:05 AM »
Soon there will be an option for finalizing timer. What do you mean by "tab" do you want to have timer finalized by tab? I thought "enter" would be better option.

I think I will implement it this way because this is the simplest possible way :) :
Or one could also add preset by typing f.e. ":p:" anywhere in the text (example: tm in 20 school :p: is fine) and if it finds :p:, it would add it to alarm + preset.

205
reckoner: Do you have one fscript file in the folder? I do not think you can have py,js,rb together. Try to take a look at my TodoTXT plugin => it is python plugin ;)

206
FARR Plugins and Aliases / Re: Google Translation Plugin
« on: May 08, 2008, 11:40 AM »
New version. Google translate now supports 24 languages!

207
FARR Plugins and Aliases / Re: Timer
« on: May 08, 2008, 02:56 AM »
Yes you are right. The same is with at. It also saves as "on". I will try to fix it.

So I took a look at it and found out that it will not be that easy. Right now you can edit presetalarms.txt by yourself and add "in" or "at" and it will work.

In the plugin there is only one option right now how to add preset and it is by selecting an existing alarm. I do not think I can modify this to work with "in" and "at" but I can add option to "p" to add preset and there would be option to add "in" "on" "at". What do you think about this?

Or one could also add preset by typing f.e. ":p:" anywhere in the text (example: tm in 20 school :p: is fine) and if it finds :p:, it would add it to alarm + preset. Or there can be even other options how to add preset alarm. Just give me some hints how to implement it ;)

208
mouser: this brings me new idea. I wanted to use timer also as note keeping software (to implement additional functions etc) but I figured out that you can paste only limited length of text into FARR window. Why is that? Is there any bypass?
The other thing I would like to see in FARR is following. You can call function something like pasteintolastactivewindow. Do you think it is possible to have function copyfromlastactivewindow which would take a look into last active window and if it finds highlighted area it would send it to FARR (JS SDK)? this would be great. Just imagine you would set any dictionary certain key, you would highlight text you want to translate and hit the key and you get it ;) Also it would help implementing some copy paste storing functions. What do you think about it?

209
I was going through the code on their page and I was completely lost with it. Seems to complex for me. I also did not realy get what those XML are for. But to be honest I did not spend much time on it.
So I ment that if there is any real JS coder, it would probably be better to let him code this. But if there is nobody then I will try to code ;)

BTW: I am really not a coder. I have never ever studied any kind of coding and those JS plugins are just a hobby for me. (just take a look at my codes and you will see how messy they are :-[ )

210
Well, I am not going to code it. I am not coder and it seams pretty complex to me :) So go ahead joes_garage :Thmbsup:

211
FARR Plugins and Aliases / Re: Timer
« on: May 05, 2008, 02:00 AM »
Armando: I am lost with you. It actually seams to me that some activexobject doesnt work for you. I remember that you have had problems with new ActiveXObject("Scripting.FileSystemObject"); and now it seams that new ActiveXObject("InternetExplorer.Application"); does not work for you (that is why no window is displayed to you).
So try to reinstall Windows Script:
http://www.microsoft...1&displaylang=en
Restart windows after reinstalling ;)

mouser: where can we get the new version of FARR?
In todotxt you can write something like p:something which means project something or you can write @something. I wanted to implement similar function which is find where you can create any mark like (xxx,yyy etc) and by typing it in every todo and by using function find you can select only some of your todos. Like you type "mum: call my mum tomorow" or "mum: give her flowers" etc and then you go to find and type "mum:" and it displays what all you have to do to your mum ;) Any other ideas are of course welcome ;)

And concerning presetalarams.txt I will add it to my todo list ;)

presetalarams.txt added ;) type number of some alarm and "p" to add to preset alarms. Type "p" on main menu to retrieve preset alarm or to delete one

edit: mouser:
Are you ready for a couple more really minor tweaks?
1) In the log you are listing all past alerts as [CANCELED], but i think ONLY the ones that the user DELETES should be marked as canceled.
2) In the log you are only showing the text associated with the event.  It would be nice if it showed the date+time as well as the tex
I did not get this. do you want to have active alarms in the log as well? all alarms showed in the log are canceled...

212
FARR Plugins and Aliases / Re: Timer
« on: May 04, 2008, 08:32 AM »
New version - for crazy Americans ;D => must run settings !!!
btw: updating works automaticly thanks to my upload plugin ;)
I have to go now.. see you tomorow ;)

213
FARR Plugins and Aliases / Re: Timer
« on: May 04, 2008, 07:58 AM »
new version. See my first post to see what is new

214
FARR Plugins and Aliases / Re: Timer
« on: May 04, 2008, 02:37 AM »
Armando: interesting error. Does it happen if you click on "Send" button or if you click on "cross" sign on the top of the window? Actualy this cross sign does not work right now and gives ugly errors, so it should not be used. However, I have it in my todo list.

Mouser: Do you know what that means?
FARR variable 'displayname' was not returned for Program Files\FindAndRunRobot\Plugins\Timer\fscript.js
displayname is variable which serves FARR needs so I do not know anything about this variable

All others: If you like, could someone of you create and maintain a todo list what you wish to include in the program? I do not have much time right now for it so it would help me much ;) thanks in advance.

And also if there is any javascript coder willing to participate on this project, you are welcome to contact me;)

215
FARR Plugins and Aliases / Re: Timer
« on: May 03, 2008, 10:47 AM »
I will rename A) Archive to D) Delete and on the main menu Archive in to Log. What do you think about it? Just a remark that every outdated alert (after alerting) goes also to archive (log)

216
FARR Plugins and Aliases / Re: Timer
« on: May 03, 2008, 09:33 AM »
I will, I just do not have time for it right now.. but it is in my todo list ;)

217
FARR Plugins and Aliases / Re: Timer
« on: May 03, 2008, 01:21 AM »
Well you can just archive it :) Archive is like stopping (the time of todo is set as ( actual time -1 ), so it will NOT alert you anymore) the timer and putting it into the bin ;)

EDIT: maybe I should modify name "archive" into "stop and archive" to be more precise. What do you think?

218
FARR Plugins and Aliases / Re: Timer
« on: May 02, 2008, 10:28 AM »
Great ideas.. I have added wav option so check it out. Keep in mind that you have to rerun settings otherwise you might get an error.

219
FARR Plugins and Aliases / Re: Timer
« on: May 02, 2008, 10:08 AM »
Yeah could be an option ;) I will see what I can do about it.
Here
http://czb.dcmembers.com/Timer.html
I have uploaded new video (not better but faster ;) )

220
FARR Plugins and Aliases / Re: Timer
« on: May 02, 2008, 09:43 AM »
Ok. it is managed by FARR.debug, so I can not do anything about it right now. The only way is not to use FARR.debug ;)

BTW: I have uploaded new version. I have corrected there the period display error and you can also open settings via advanced plugin options. You just have to click OK in the first window (I know it is just workaround, but there is no direct callable function in JS SDK)

221
FARR Plugins and Aliases / Re: Timer
« on: May 02, 2008, 09:25 AM »
ok ;) I will add those options. Btw: if you set timer and then archive it, it will not alert anymore ;)

i meant that in the settings page where you let users configure how the timer plugin works, you could let them override a path to a custom .wav file.

I still did not get it :-[ , which .wav file do you mean? You mean what you hear when FARR.debug window appears?

222
FARR Plugins and Aliases / Re: Timer
« on: May 02, 2008, 08:59 AM »
0) Well not for now, I often delete something and then realize that I want it back ;D So I decided not to add this option. (you can always delete archive.txt)
1) I use FARR.debug for alert window and as far as I know it is not possible to change wav there. I am thinking of using other way of alerting (like to open FARR window and display the alert there), then it would be possible ;) If there are no other suggestions then I will use FARR as alert window rather then FARR.debug but it will take some time to code it
2) I do not know how to do so... I will have to find out if it is possible
3) Yeah... maybe... :P
4) I would not want it, but if you like it I can add it as option
5) Hups... I will correct it (actualy when "enter" option is available, dot (period) will be one of separator options)
6) Ok... will do as option in the future ;)

7) Well, actualy I think it is already possible now, because there is an setInterval function in javascript SDK, so I add it to my todo list :)

223
FARR Plugins and Aliases / Re: Timer
« on: May 02, 2008, 08:41 AM »
Yeah... it is the "enter" problem  :-[

224
FARR Plugins and Aliases / Timer - closed
« on: May 02, 2008, 05:40 AM »
This topic has been discontinued.

Please follow the link to the new location:

https://www.donation...ex.php?topic=17153.0

225
FARR Plugins and Aliases / Re: TodoTXT
« on: April 25, 2008, 01:31 PM »
it is not supported by jscript SDK. But mouser said that he would implement it.

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14next