Search found 19 matches

by DavidBurleigh
Wed Feb 17, 2010 8:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: runrev app compared to a windows app
Replies: 12
Views: 7276

Re: runrev app compared to a windows app

good luck getting Rev to work properly, it's full of bugs and they refuse
to fix them. All they want you to do is to purchase, yet again, another
upgrade. I can't even connect to ODBC databases and I have 2.9.
This company is run by a moron.
by DavidBurleigh
Thu Feb 04, 2010 11:01 pm
Forum: Databases
Topic: Several db functions don't work.
Replies: 2
Views: 3662

Several db functions don't work.

Rev 2.9 running on Ubuntu 7.10 using postgres 8.3.3. revNumberOfRecords returns -1 Query builder doesn't even work. I hit the + sign and nothing happens; all of the items are disabled except for the tabs which do click back and forth. revOpenDatabase does work. revQueryDatabase partially works; it r...
by DavidBurleigh
Thu Feb 04, 2010 8:03 am
Forum: Talking LiveCode
Topic: DO command
Replies: 1
Views: 1968

DO command

quick question. I want a field on one of my tabs that will let clients insert ad hoc code. If I write a custom function or handler, let's call it 'DoSomething()', and I have some code like this: repeat for each line someLine in field "suchandsuch" put DoSomething(someLine) into SomeValue answer Some...
by DavidBurleigh
Sun Sep 13, 2009 8:29 am
Forum: Talking LiveCode
Topic: Get Value from Scrolling List Field
Replies: 15
Views: 9111

Get Value from Scrolling List Field

List field contains 1,2,3,4,5,infinity; one to each line. The SLF only shows one item at a time. what is the code to grab the value that is showing? The items are not 'selected' in the normal sense, they are up or down arrowed. apparently I can't just use put field "spider.depth" into someval all th...
by DavidBurleigh
Thu Aug 13, 2009 5:11 am
Forum: Building Externals
Topic: Externals API and Arrays
Replies: 4
Views: 6338

Nested arrays

can you believe this. I have 2.9 and it doesn't support nested arrays. This product has been out for over 10 years - they support all kinds of stupid stuff like video, but they don't have the absolute basics; it's unbelievable. what kind of moron builds a development system and doesn't immediately u...
by DavidBurleigh
Wed May 06, 2009 11:19 pm
Forum: Talking LiveCode
Topic: Using matchText with PCRE
Replies: 2
Views: 2489

Using matchText with PCRE

hi, here's a code snippet: repeat for each line thisLine in field ParsingCurrent.HTMLText.Field if matchText(thisLine,"(?Usi)(/\w+@[a-z_]+\.[a-z]{2,})",matchedEmail) then put matchedEmail after matchedList end repeat I have tried this several different ways. I even used only "(?Usi)href" as the rege...
by DavidBurleigh
Mon Apr 20, 2009 5:21 am
Forum: Talking LiveCode
Topic: Is it me or do other people find Revolution generally buggy?
Replies: 13
Views: 10503

T60 specifics

I just reread your post, do you want my dmesg?

send me your email. I'm at incomex@hotmail.com
by DavidBurleigh
Mon Apr 20, 2009 5:17 am
Forum: Talking LiveCode
Topic: Is it me or do other people find Revolution generally buggy?
Replies: 13
Views: 10503

Censorship

I didn't realize that children would be entering into an adult's technical forum. I certainly take no umbrage to editing, but to edit because it might offend a 'Professional' is nearsighted and juvenile. There is no such thing as a professional. I have three graduate degrees, one of which is a law d...
by DavidBurleigh
Mon Apr 20, 2009 2:02 am
Forum: Talking LiveCode
Topic: parsing XML
Replies: 10
Views: 8305

Where is the comment in the mailing list

where is the comment in the mailing list?
by DavidBurleigh
Mon Apr 20, 2009 1:58 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revXML
Replies: 7
Views: 6350

Where is the Rev XML demo stack?

Where is the Rev XML demo stack?

I'm using 2.9, is it in there?
or do I have to download it from somewhere?
or is it only available for 3.0?

thanks
by DavidBurleigh
Mon Apr 20, 2009 1:56 am
Forum: Talking LiveCode
Topic: parsing XML
Replies: 10
Views: 8305

Nevermind, I found the library - Sons of thunder

thanks
by DavidBurleigh
Mon Apr 20, 2009 1:50 am
Forum: Talking LiveCode
Topic: parsing XML
Replies: 10
Views: 8305

Where do I find that XML Library?

thanks
by DavidBurleigh
Mon Apr 20, 2009 1:03 am
Forum: Talking LiveCode
Topic: parsing XML
Replies: 10
Views: 8305

parsing XML

has anyone a link to a white paper that has a complete segment of code that shows how to parse xml? Dumb Rev books and online docs have no examples. I went to search online docs and put in "parse xml" and go NO hits. Are these people just stupid? Parsing XML is a critical need in development and the...
by DavidBurleigh
Mon Apr 20, 2009 12:53 am
Forum: Talking LiveCode
Topic: Is it me or do other people find Revolution generally buggy?
Replies: 13
Views: 10503

lots of bugs

[Edited by assistant moderator on 19 April @ 8:13PDT] I'm using 2.9 on a thinkpad T60 using Ubuntu 7.10 and I'll tell you, I have system crashes all the time. The whole computer crashes. mouseEnter works when I'm not in runtime and keeps me from being able to edit groups, so I have to disable the f...
by DavidBurleigh
Fri Apr 17, 2009 2:07 am
Forum: Talking LiveCode
Topic: Hilite text in a Field when I change focus
Replies: 6
Views: 4354

why it doesn't work

I figured out why it doesn't work, but haven't found a solution.

When I tab to the field, it works. When I click on the field
and openField triggers, the placing of the cursor wipes out
the hilite.

Go to advanced search