Search the web
Sign In
New User? Sign Up
elfdata
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 30 - 59 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30
OK, I finally figured out an altered version of Levenshtein, which is compatible with Smith-Waterman. This means I can now continue development on my fuzzy...
Theodore H. Smith
boytheouk
Offline Send Email
Feb 7, 2006
3:51 pm
31
Hi Friends; On behalf of javalive.com, I'd like to extend an invitation to javalive forums. This forum has been launched from India and I would request all you...
vijufri
Offline Send Email
Feb 21, 2006
1:53 pm
32
Hi people, I'm wondering if anyone ever used ElfDataTokenHandler. It sees a lot of complexity for something that was only ever an idea, an idea that turns out...
Theodore H. Smith
boytheouk
Offline Send Email
Jul 12, 2006
4:49 pm
33
I'm actually not quite sure what you mean. Obviously, I'm using it with the ElfDataParser, but you're saying you're not gonna change that... Are you saying you...
Ronald Vogelaar
enter@...
Send Email
Jul 12, 2006
9:01 pm
34
ElfDataTokenHandler lets you attach handlers to any object, not just a subclass of ElfDataParser. Great idea.... except that in practice I've never used it. In...
Theodore H. Smith
boytheouk
Offline Send Email
Jul 12, 2006
10:19 pm
35
I recall thinking about it long and hard, since it seemed very powerful. However, I could not find a use for it yet. Personally, I'd hate to see it go, even if...
Ronald Vogelaar
enter@...
Send Email
Jul 13, 2006
5:56 am
36
Hello Theodore, While going through your Webgen demo project I noticed the 'ElfDataLines' class, which is used to convert all lineendings. I also noticed that...
Monad
monad_rovosoft
Offline Send Email
Aug 24, 2006
10:28 am
37
Hi Monad, I've been on holiday, so I didn't see this until just now. Anyhow... as for ElfDataLines... no real reason I'm using that instead of MSR. Sometimes I...
Theodore H. Smith
boytheouk
Offline Send Email
Aug 30, 2006
11:40 am
38
Hi Theo, I was just wondering, If I store an ElfDataDictionary in another ElfDataDictionary, like so: Dim ed As ElfData Dim d, e As ElfDataDictionary d=New...
Ronald Vogelaar
enter@...
Send Email
Sep 1, 2006
6:39 am
39
... Of course you can :) Everything is stored as an object reference just like any other object variable in RB. Just curious what are you using this for? ...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 1, 2006
8:25 am
40
Yes, I knew I could, I just wanted to know if the object was unnecessarily copied when accessing the subdictionary. So, it's really an object reference, and...
Ronald Vogelaar
enter@...
Send Email
Sep 1, 2006
9:26 am
41
Hi everyone, ElfData 4.75 Beta is out. You can download it at http:// www.elfdata.com/plugin/beta.zip There are some changes, as listed in the beta.html file....
Theodore H. Smith
boytheouk
Offline Send Email
Sep 14, 2006
9:09 pm
42
... Also, it is a beta. ElfDataParser.ContextType WILL crash your Mac : ( I am still waiting for RS to get back to me on that one. The new features,...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 14, 2006
9:13 pm
43
Hi people, There is this REALbug that I've come across in trying to add a feature to my ElfDataParser class. ...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 15, 2006
11:44 am
44
...but the example code I sent you this afternoon actually does work, is easier to use, with less typing to do. Ronald Vogelaar -- http://www.rovosoft.com ... ...
Ronald Vogelaar
enter@...
Send Email
Sep 15, 2006
12:34 pm
45
OK, so I compiled a UB version of my plugin... However I don't have RB 2006 to test it with. I do have however, an extensive test suite. If anyone wants to try...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 16, 2006
5:44 pm
46
Trying to build or run the Unit test throws 274 errors. Is there a way to copy those or write them to a file? ... From: "Theodore H. Smith"...
Ronald Vogelaar
enter@...
Send Email
Sep 16, 2006
7:45 pm
47
... What machine did you run it on? You'll need a Mac to run it anyhow... UB is a Mac thing....
Theodore H. Smith
boytheouk
Offline Send Email
Sep 16, 2006
8:04 pm
48
... Hmmm.... I take it that the plugin isn't loading on Win32 then. (I know you use a Win32 machine a lot.) Those are most likely "function not found" kind of...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 16, 2006
8:04 pm
49
The plugin works fine otherwise. No problems at all. The errors seem to be caused by the renamed ElfData function names (as far as I can see). Ronald Vogelaar ...
Ronald Vogelaar
enter@...
Send Email
Sep 16, 2006
9:07 pm
50
... Did you download the new ElfData unit tests though? http://www.elfdata.com/plugin/Tests.zip I updated the tests for the new names. ... -- ...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 16, 2006
10:10 pm
51
Ok, I hadn't actually downloaded the Universal binary. Now I did though. Still, 54 errors. The first one: Syntax error: dim eNum, eGet, ecomp, eStr as ElfData ...
Ronald Vogelaar
enter@...
Send Email
Sep 17, 2006
6:21 am
52
... What two errors are left? Is it the midequals thing? I wonder what coudl be up with it... I'll have to take a good look at this properly... ... -- ...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 17, 2006
8:23 am
53
OK, there's another version of the UB plugin. You'll need to download both .zip files, just like last time. www.elfdata.com/plugin/Tests.zip ...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 17, 2006
9:06 pm
54
* The Tests.zip package contains a zero length file, Icon, that cannot be extracted on Windows. * The Tests build and compile, but when I click on test, an...
Ronald Vogelaar
enter@...
Send Email
Sep 18, 2006
4:55 am
55
... OK. What platform are you running this on, though? I know you are building on Win32, but you didn't say what platform you are running it on. ... -- ...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 18, 2006
10:26 am
56
I'm running exclusively on Windows, until I can afford one of them shiny new, fast Intel Apples... Ronald Vogelaar http://www.rovosoft.com ... From: "Theodore...
Ronald Vogelaar
enter@...
Send Email
Sep 18, 2006
11:23 am
57
... OK. I can test Windows myself though, I have a PC. The UB thing... however I need RB 2006. ... -- http://elfdata.com/plugin/...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 18, 2006
12:06 pm
58
Hi Thomas and the other "ElfData for UB" testers, I've updated the UB version, at http://www.elfdata.com/plugin/UB.zip You can use it with the tests you have,...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 21, 2006
12:08 pm
59
... Sorry, thats: http://www.elfdata.com/plugin/Tests.zip...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 21, 2006
12:26 pm
Messages 30 - 59 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help