Re: Kickstarter.livecode

2012-06-29 Thread Web Admin Himalayan Academy
On 6/29/12 5:33 AM, Thomas McGrath III wrote: I think it's time we started discussing a Kickstarter.livecode program of some sort. Being at the conference really drove home a need for a system like this for livecoders from livecoders. Please take a look at kickstarter on the web and see what y

Re: Sqlite and performances in LiveCode

2012-03-08 Thread Web Admin Himalayan Academy
On 3/5/12 12:53 PM, � wrote: Your "acid test" is very interesting. Using sqlite3 directly is one solution to increase performance of LiveCode. And you're right, a response time of less than a second is acceptable from a user's perspective and and limit the number of registration is a way to re

Re: MP3 Tag Editor

2012-01-10 Thread Web Admin Himalayan Academy
On Mon Jan 9 18:30:54 2012, stephen barncard wrote: Swami, yes, the late and recently mentioned Mark Smith made a well-documented stack for that purpose. It's been tested by me and it also works on Livecode server with no modifications. http://revonline2.runrev.com/stack/80/id3lib-v1-0-2 T

Re: [OT] Ghostery

2011-12-15 Thread Web Admin Himalayan Academy
Ditto that... and, is it just a placebo effec?t or am I actually seeing Fire Fox is even loading pages faster now that I blocked everything. It feel like I'm not getting those delays as those widgets are downloading their JS and talking to their motherships in the background. On Tue Dec 13 15:

Re: Image Cropping Tool for Livecode

2011-12-06 Thread Web Admin Himalayan Academy
On 12/4/11 8:09 PM, Sivakatirswami wrote: As anyone created a image cropping tool for LiveCode? On 12/4/11 5:37 PM, J. Landman Gay wrote: If you hold down the command key while resizing an image, it gets cropped to the new size. There's no warning, it just happens. Yes, I am familiar with thi

Re: Passing Ampersand and Dot to PostGreSQL - MySQL

2011-11-04 Thread Web Admin Himalayan Academy
Andre showed the way: use LiveCode's native databinding methods instead of my old fashioned replacement strings and the values are automatically escaped. On 11/2/11 11:44 AM, Pete wrote: Interesting. I don't have Postgres but I tried an insert into an SQLite table with text containing an ampe

Re: the objectType of me?

2011-06-26 Thread Web Admin Himalayan Academy
On 6/25/11 10:49 PM, Claudi Cornaz wrote: Hi Slava, You can use: word 1 of the abbrev name of me The abbrev name will return 'the type of control and the short name' like: button "myButton" or graphic "this grc" Claudi Slava... there is no "controlType" using Claudi suggestion: by makin

Re: Importing Unicode text to a field .. How?

2011-05-28 Thread Web Admin Himalayan Academy
Sweet Mangos! It works (smile) I was very close.. in fact I thought I had tried that before. Interesting that you cannot do the replacement in the field itself, you have to do it to the data in the variable *before* you pass it to the field. because replace numtochar(13) with numtochar(10)

Re: Importing Unicode text to a field .. How?

2011-05-27 Thread Web Admin Himalayan Academy
I tried moving my cursor to the position in the single line (in the livecode field) where the CRLF or CR should be... I then selected forward to just before the first character of what should be on the next line... Livecode turned my selection into two characters. So I do indeed have 2bytes (I

Re: Importing Unicode text to a field .. How?

2011-05-27 Thread Web Admin Himalayan Academy
nope... that replacement does nothing... on mouseup answer file "Choose the Unicode for this song" with "OK" if the result ="cancel" then exit mouseup set the useUnicode to true set the unicodetext of fld "Unicode_Script" to url ("binfile:/" & it) # result: Tamil appears fine,

Re: Importing Unicode text to a field .. How?

2011-05-27 Thread Web Admin Himalayan Academy
it also works fine in LC if I cut and paste from pages... I just can't import it by script. On 5/27/11 11:03 AM, Bob Sneidar wrote: Looks good in Apple Mail too. Bit smallish tho. Bob On May 27, 2011, at 1:49 PM, stephen barncard wrote: FYI The Tamil text renders perfectly in Google Mail

Re: libURL hangs after getting response with keep-alive header

2011-04-22 Thread Web Admin Himalayan Academy
FYI: Not sure if this relates: I recently set Keep Alive on (300 connections) in the core httpd.conf on our web server... (recommended for performance) and I'm not having any difficulty with any of my desktop stacks or handlers that talk to our server (I have a dozen or these, 2 or 3 of w

Re: revCopyFile slow?

2011-04-09 Thread Web Admin Himalayan Academy
On 4/8/11 6:25 AM, Maarten Koopmans wrote: I'll just write a copyfile function in LC then. That should be near-C speed, assuming open/read/write are implemented close to the os. Thanks, Maarten I would second Mark's option to use shell, I have a complete in-house version control system for InD

Re: socket handling/libURL changed between 4.0 and 4.6?

2011-04-09 Thread Web Admin Himalayan Academy
Better push this one to a ticket in the QA center with a sample stack. On 4/9/11 9:23 AM, Bernard Devlin wrote: I have some very simple code that works in 4.0 (on both Linux and Windows), but which fails on 4.6. The code posts XML to a webserver and now fails on both Linux and Windows using 4.

Re: RevIgniter - Loading Images

2011-03-24 Thread Web Admin Himalayan Academy
On 3/24/11 4:51 PM, Robert Mann wrote: "Robert, here is my simple function to drive a random selection from a folder of images, the image is loaded once on page load and does not change until next page load. this may not be what you want... " Many thanks its exactly what I was going to program

Re: a praise for RevIgniter

2011-02-10 Thread Web Admin Himalayan Academy
On 2/10/11 8:09 AM, Andre Garzia wrote: In both companies we're using CodeIgniter (PHP) to build custom tools. At DevaCode we're building one custom contract with RevServer + RevIgniter (that is my single server project with them right now). Since both frameworks are very similar, our experience

Re: Windows code signing

2011-01-13 Thread Web Admin Himalayan Academy
On 1/13/11 5:34 PM, J. Landman Gay wrote: On 1/13/11 8:56 PM, stephen barncard wrote: sounds like a hostage situation. Well, to be fair, Verisign gets the money. But still. Yep, freeware, non-profits deploying simply utilities to volunteers have to bite the bullet: Tucows is as about as c

Re: OT: Problems with Inserting Odd Characters into PostGreSQL

2010-12-14 Thread Web Admin Himalayan Academy
On 12/14/10 2:30 AM, Trevor DeVore wrote: Personally I configure PostgreSQL to use UTF-8. I then encode any strings I insert and decode any strings I get out. I checked on our server and I have all the databases set for UTF-8... I'll try some tests... using uniEncode. I presume this needs to

Re: Logos for deployment

2010-11-25 Thread Web Admin Himalayan Academy
On 11/25/10 1:09 AM, Richmond wrote: On 11/24/2010 11:56 PM, J. Landman Gay wrote: On 11/24/10 3:12 PM, Sivakatirswami wrote: I'm about to release something for the public and I need the new LiveCode logos and specs for my "About" screen. I looked everywhere... in the bundle (the core binary s

Re: Logos for deployment

2010-11-24 Thread Web Admin Himalayan Academy
On 11/24/10 11:56 AM, J. Landman Gay wrote: The press kit here has logos and icons: got 'em... thanks... skts ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: DOWNLOADING REV 4.0.0

2010-11-19 Thread Web Admin Himalayan Academy
Yep, I make my own players too. but if Joseph doesn't have an Enterprise license? does anyone have the link to Ken's player for him? On 11/19/10 9:27 AM, Bob Sneidar wrote: Eheh. Of course. DOH! Bob On Nov 19, 2010, at 4:56 AM, Bj�rnke von Gierke wrote: on startup put the effective f