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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 409 - 439 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
409
I agree. The ElfDataParser certainly did the trick, but could be a royal pain in the butt to get code parsing to work flawlessly. Depending on complexity of...
Ronald Vogelaar
ronaldvogelaar
Offline Send Email
Jun 24, 2009
10:52 am
410
OK... so I finally have some time to work on my ElfData plugin again. I've been busy the past few months but now I can work again. I've got an early version of...
Theodore H. Smith
boytheouk
Offline Send Email
Aug 4, 2009
5:50 pm
411
OK, I added support for negative numbers to my ElfDataTokeniser demo. And I added support for "spaces". So now you can do stuff like this: "2*a / -c" Or even "...
Theodore H. Smith
boytheouk
Offline Send Email
Aug 5, 2009
4:03 pm
412
OK so my ElfDataTokeniser works. I have a nice demo project. Now I just gotta add some docs :) Hopefully I can do the docs, and make a new ElfData package...
Theodore H. Smith
boytheouk
Offline Send Email
Aug 9, 2009
7:29 pm
413
Read about: http://elfdata.com/plugin/ Direct download: http://elfdata.com/plugin/elfdata.zip New in 5.4: * Added the ElfDataTokeniser class! Useful for...
Theodore H. Smith
boytheouk
Offline Send Email
Aug 10, 2009
3:37 pm
414
So I added a few methods to FastString, so it can use the writeable interface. I'm surprised I didn't think of this before, really... I'm not sure who uses the...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 10, 2009
1:03 pm
416
Hi Tom, ElfData can help you parse complicated stuff, yes. However, it's still going to be a hard problem (I imagine) with or without ElfData. You'd need to...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 17, 2009
1:43 am
417
Hi Tom, Thinking about this more, the best question is "where to start". What level of complexity or correctness or speed are you aiming for? Do you want a...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 17, 2009
2:59 pm
418
Well my interest lies in being able to access the author, creation date, last used date, etc. These are normally accessible via right clicking the file in...
linuxrox69@...
tsrdatatech
Offline Send Email
Sep 17, 2009
3:16 pm
419
Hi Tom, ... Well... I'm not sure how many is "many", or how fast you need it to run. If you aren't the expert in parsing data formats, perhaps you'd want to...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 17, 2009
4:53 pm
420
Hi Tom, If I am guessing right... I think what you are asking for is a little advice on how to write the code to parse your excel format? So it's more a "how...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 17, 2009
9:31 pm
421
Theo, Well my question is partly parsing excel, but also the idea of using something thats fast and efficient to do it with as well...your plugin. Considering...
Tom Russell
tsrdatatech
Offline Send Email
Sep 17, 2009
10:17 pm
422
So, I added optional case insensitivity to ElfDataTokeniser. In fact it's a little more advanced than that. It's not just ASCII case insensitivity. Because...
Theodore H. Smith
boytheouk
Offline Send Email
Sep 26, 2009
3:04 am
423
http://elfdata.com/plugin/ • Altered ElfDataTokeniser.ByteExtender to now take an additional "UnknownWord" parameter. (Documented in the tech ref) • Added...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 1, 2009
8:00 pm
424
REALsoftware are still blocking my emails to the REALbasic-NUG. Here is one I sent yesterday. Has not arrived yet. All I'm doing is trying to help. Here's the...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 3, 2009
2:07 pm
425
Latest email from REALsoftware: ... From: realbasic-nug-bounces@... Subject: Request to mailing list realbasic-nug rejected Your request to...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 4, 2009
5:13 pm
426
Read about: http://elfdata.com/plugin/ Download: http://elfdata.com/plugin/elfdata.zip New release of ElfData: Version 5.43 * Added optional Start and Length...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 10, 2009
11:36 am
427
Hi everyone, In order to help myself and help the RB community at the same time, I've decided I'm going to write a handy little php script. What this will do,...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 12, 2009
2:16 pm
428
http://elfdata.com/rb/ OK, so this works really nicely! One self-contained php file that does everything, even allow you to download it's own source code. It...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 12, 2009
10:46 pm
429
Hi Theo. (1) This does look useful. I'll have to upload this and see how well I can get it to work as part of a WordPress blog. :) (2) You might want to add a...
Howard
how748
Offline Send Email
Oct 15, 2009
2:44 am
430
Hi Howard, Does it look better now? I made the change you suggested....
Theodore H. Smith
boytheouk
Offline Send Email
Oct 15, 2009
3:46 am
431
Hi Theo. Sorry I didn't reply earlier. I just (1) reloaded your elfdata.com/rb page in Safari and (2) uploaded your file onto my own site with a test folder....
Howard
how748
Offline Send Email
Oct 15, 2009
11:08 pm
432
I have a question about ElfData's UTF property. The reference says: UTF as Integer -- get/set Sets the format to the format passed. Accepts 8, 16, or 32. If...
Howard
how748
Offline Send Email
Oct 25, 2009
11:57 pm
433
Hi Howard, setting .UTF does NO data conversion. It is just a flag. If you want to convert data, use ElfData.ConvertTo You can set the property to 0 if you...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 26, 2009
12:16 am
434
In case anyone is interested in new projects that I'm up to... I'm making a little app to create srt files. What are srt files? They are subtitle files for...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 27, 2009
12:16 am
435
Hi Theo. I'm trying to figure out how you delete individual nodes from a RingTree. Your reference mentions no explicit Delete methods. I assume that simply...
Howard
how748
Offline Send Email
Oct 28, 2009
1:30 pm
436
Hi Howard, Actually... this is one question even I asked myself recently, despite knowing that it is in there somewhere... It's not entirely obvious. ...
Theodore H. Smith
boytheouk
Offline Send Email
Oct 28, 2009
1:37 pm
437
Hi Theo. More questions. :) The reference says that MSR.Search() returns an ElfData, but the example suggests that it really returns an Integer -- the number...
Howard
how748
Offline Send Email
Nov 3, 2009
2:28 pm
438
Hi Howard, I'm always happy to hear questions in fact I wish more people would ask questions instead of just giving up ;) MSR.Search's techref is wrong, good...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 3, 2009
3:26 pm
439
Hi Howard, I see the confusion here. In fact it was my fault. I wrote this: "By passing the optional "Length" parameter, you can find out how long was the text...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 3, 2009
3:31 pm
Messages 409 - 439 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