Forum

Share

Please consider registering
guest

Log In RegisterMembers
Or log in with

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Unicode support for RUN FILE parameters and more
November 23, 2010
11:37 am
David
Guest

Hello,

First of all i wanna say that your add-on is awesome i like it very much .

I just wanna request two features Smile

1. Unicode support for "run file" parameters

2. The ability for the filter to wait until the program launched has finished execution

i wanna use it with a tts program so the computer can say the sender and the subject of the message and for rss feeds.

 

Thanks

David

Share
November 23, 2010
2:42 pm
Admin
Forum Posts: 323
Member Since:
July 12, 2008
Offline

1. There is nothing that I am doing as far as I know that limits the use of Unicode characters with the "run file" parameters. But the underlying Mozilla code that I am using I believe does limit this. Given that, there is no easy way to support unicode with this function.

2. When you say "wait until the program launched has finished" I am not sure what you mean. What is it that you want to stop and wait until the execution file is finished?

Normally in filters, it is quite common for the filter action to initiate an async operation that must be sequenced (that is, each step must wait until the previous has completed.) A move is the obvious example. But in those cases, the filter itself does not wait. If that is what you need, then that can be implemented with a javascript listener that manages the state and process. But I don't see how to design that into the simple filter action itself, as I would not know what the sequence of operations is that you need.

A good example of where I might use that is in print followed by move. Currently, print does not play well with moves, because they are both competing for access to the message. What I could do is to first do the print, then when it is completed schedule the move. But there is no way to manage that sort of multi step operation from the filter editor menus, only by writing custom javascript to do the particular sequence that you want.

So in short, I don't know of a straightforward, general way to do what you are asking.

Share
November 23, 2010
5:29 pm
David
Guest

1. Bummer. maybe i will post a request on the Mozilla forums to add Unicode support to that part of Thunderbird

2. I should have explained that better sorry. The thing is that i have setup filters that run a text to speech program for every new message i receive so the computer will read my messages out loud for me this will be nice for rss feeds , the problem is that if i receive more than one message thunderbird run two or more instances of the tts program which result in the computer speaking multiple messages at the same time, but i just figure out that probably this is not a problem of the addon or Thunderbird is that the tts program was designed that way apparently….. so again……..sorryLaugh

 

keep up the good work

David

Share
November 23, 2010
7:05 pm
Admin
Forum Posts: 323
Member Since:
July 12, 2008
Offline

2. Assuming that your text to speech program has some method to denote when it is done, it would not take much to create a queue of messages to be read aloud. I just think that it is beyond the reasonable capability of a custom message filter, and more in the line of what would be done in an extension.

Share
Forum Timezone: UTC -8

Most Users Ever Online: 18

Currently Online:
10 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

bobkatz: 8

BigMike: 8

t2m: 7

zabolyx: 7

taa: 6

onlyme: 6

Member Stats:

Guest Posters: 130

Members: 565

Moderators: 1

Admins: 1

Forum Stats:

Groups: 1

Forums: 7

Topics: 231

Posts: 802

Moderators: rkent (323)

Administrators: rkent (323)