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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 414 - 444 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
440
So... here's a handy little function to read UTF-8 out of text files. It should handle UTF-8, Latin-1, UTF-16 (LE and BE), and UTF-32. It should work despite...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 5, 2009
7:35 pm
441
So... I wanted my latest app (called SubX), to have "proxy icons" in the window. That's the little cool thing that let's you right click on the window title,...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 5, 2009
8:38 pm
442
OK, so my rb php script is really showing it's usefulness now. I just added a new project that that page with almost no effort!! So... download the example...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 5, 2009
9:05 pm
443
I fixed a bug in FastString.AppendHex! This bug must have been around for years before I noticed it yesterday. I guess I never passed "6" as a number for it to...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 6, 2009
2:34 pm
444
Hi everyone, If you downloaded ElfData v5.44 before this message has arrived, I actually did not fix it 100%. So I fixed it properly and reuploaded it. If you...
Theodore H. Smith
boytheouk
Offline Send Email
Nov 6, 2009
3:39 pm
Messages 414 - 444 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