Search found 83 matches

by paul@researchware.com
Sun Mar 23, 2014 7:07 pm
Forum: User Groups and Events
Topic: North East LiveCode Users Group
Replies: 0
Views: 7255

North East LiveCode Users Group

The North East LiveCode User Group (NELUG) is open to any interested LiveCoders (or just people interested in LiveCode) in the New York/New England area of the US. We held our first virtual user group meeting on Saturday, March 23rd, 2014. You can learn more about us at http://www.researchware.com/n...
by paul@researchware.com
Wed Feb 19, 2014 8:29 pm
Forum: User Groups and Events
Topic: New England area (US) user group?
Replies: 1
Views: 7868

Re: New England area (US) user group?

One last call. I have received a number of responses to my posts on the Use and Dev email lists in a New England area LiveCode user group. if anyone else is interested, please contact me at paul@researchware.com. At the end of this week I will send out a note to everyone to contacted me on the inter...
by paul@researchware.com
Fri Feb 14, 2014 2:52 pm
Forum: User Groups and Events
Topic: Massachusetts Group - Any interest?
Replies: 1
Views: 7899

Re: Massachusetts Group - Any interest?

Yes. I am trying to put together a New England area LiveCode user Group. Drop me a line at paul@researchware.com if you are still interested.
by paul@researchware.com
Fri Feb 14, 2014 2:50 pm
Forum: User Groups and Events
Topic: User Groups in Connecticut?
Replies: 4
Views: 12849

Re: User Groups in Connecticut?

I am trying to gauge interest in a New England area LiveCode user group. Any interest?
by paul@researchware.com
Tue Feb 11, 2014 7:05 pm
Forum: User Groups and Events
Topic: New England area (US) user group?
Replies: 1
Views: 7868

New England area (US) user group?

New England area (USA) LiveCode User Group A number of regional informal LiveCode users groups have been formed over the years that remain active today. With the very increasing robustness of LiveCode and the many platforms it support, sharing information, tips, techniques, and methods is more helpf...
by paul@researchware.com
Sun Aug 19, 2012 1:59 pm
Forum: Using Externals
Topic: Suggestion for RunRev
Replies: 8
Views: 8732

Suggestion for RunRev

There have been so many Announcement [ANN] postings about developer-oriented plug-ins for LiveCode to either the "Developer" or "Use" Lists or even the "Using Externals and Plugins" forum topic in recent months. All of these look like very useful tools for developers. I may not be alone in not havin...
by paul@researchware.com
Wed Aug 26, 2009 9:32 pm
Forum: Talking LiveCode
Topic: Converting accented characters to ASCII 128
Replies: 3
Views: 3210

Thanks. That's what I came up with after a couple Google searches for algorithms to do thsi and found most all were table lookups. He're the function I wrote if it helps any one else:

Code: Select all

function toASCII128 pText
  local tAccents, tASCII, tSpecials, tText, tChar
  
  put "ÀÃ
by paul@researchware.com
Wed Aug 26, 2009 7:49 pm
Forum: Talking LiveCode
Topic: Converting accented characters to ASCII 128
Replies: 3
Views: 3210

Converting accented characters to ASCII 128

Does anyone have a code snippet for converting accented characters to lower (<128) ASCII equivalents? Example: ë to e OR À to A and so on?

Any help is much appreciated

Go to advanced search