Re: When is a color not a color

2013-06-07 Thread Mike Bonner
A single integer is also true with "1" is a color also. The dictionary says if it sees an integer it returns true to maintain compatibility with supercard. Methinks the matching is still a bit loose. Works fine with hex designation though. put "#ff" is a color returns true as expected, and put

Re: When is a color not a color

2013-06-07 Thread J. Landman Gay
On 6/7/13 8:57 PM, Ralph DiMola wrote: Pete, Isn't the 4th number the alpha channel? That was my first thought too until the engine told me that "1,2,3,456,78,2013" was also a color. Seems it not only ignores the number ranges, but it only looks to see if there are (at least) 3 items. -- J

Re: Getting Kanji from a .csv file

2013-06-07 Thread Dar Scott
put URL ("file:" & inputFile) into originalFile -- UTF-8 put uniEncode(originalFile,"UTF8") into UofO -- UTF-16 set the unicodeText of field "Test" to UofO -- UTF-16 -- -- process the field -- put the unicodeText of field "Test" into UofF -- UTF-16 set the useUnicode to true pu

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Ender Nafi Elekçioğlu
Simon, thank you for your advice but the police already hydrates us well, with high-pressure water canons :)) About the media… You know, all newspapers and all tv's belong to some companies, holdings. And that particular companies do business with government. They are wired to government. Thus, t

Re: Getting Kanji from a .csv file

2013-06-07 Thread Howard Bornstein
Sorry, Gmail sent my message before I was ready. Since I don't really know what I'm doing, I'm just mucking about. But that did change things a bit, so it seems like we're close to the solution. I just don't know how to arrange the pieces yet. Thanks for your suggestions so far. -- Regards, Ho

Re: Getting Kanji from a .csv file

2013-06-07 Thread Howard Bornstein
Hmmm, I tried what you suggested but it didn't seem to work. Here's my code with your snippet inserted: *put* uniEncode (the unicodeText of field "ConvertedText", "UTF8") into thetext *set* the useUnicode to true *-- make numToChar use 16-bit chunks not bytes* *put* numToChar( 0xFEFF

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread As_Simon
Hi Ender, Keep safe, keep hydrating. I admit I don't understand, the media (all) does not convey the ideal. What tree would fight to save? I have no comparison. Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-What-s-happening-here-in-Turkey-tp4666044

RE: scrolling stack I made

2013-06-07 Thread Ralph DiMola
Roger or anyone, Could you install mine from the PlayStore and see if you have a problem with 4.1.1? Search "JBT" or "Sectionals". The app is for the Jewelers Board of Trade. You won't get past the login screen but that should be enough to see if it works. I'm thinking of upgrading from my Droid X

RE: LC 6.0.2 Activation Problem

2013-06-07 Thread Ralph DiMola
Opened Up Ticket#2013060710001478 Heather is on it. I also found out from the list rather than the usual email from Ben. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com]

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Andrew Kluthe
The various streams of thought in anarchy being talked about here is really much more than I could have hoped for. An-cap, an-syn, whatever your cup of tea is it's good to see there is some expression of anti-statist desires in place I would often expect to be the last place to see such talk. It is

Re: Getting Kanji from a .csv file

2013-06-07 Thread Dar Scott
OK, using the Unicode byte order mark as a signature does work for TextEdit. The "byte order mark" is a non displaying Unicode character. The code is U+FEFF. That is, it is FEFF in base 16, which we write as the numeral 0xFEFF in LiveCode. It is just a big character. It can be used as a patt

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Ender Nafi Elekçioğlu
Hello again, "While the initial protest may have been about some trees this seems to have got beyond that." - Richmond Did you see the Firefly movie 'Serenity' ? In the opening scene, a student asks the teacher: "Why the independents didn't like us, why didn't they want to get more civilized?"

Re: When is a color not a color

2013-06-07 Thread Ralph DiMola
Pete, Isn't the 4th number the alpha channel? Ralph DiMola MIS Director Evergreen Information Services rdim...@evergreeninfo.net -Original message- From: Peter Haworth To: How to use LiveCode Sent: Fri, Jun 7, 2013 22:08:21 GMT+00:00 Subject: When is a color not a color Having an

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Ender Nafi Elekçioğlu
Hello all, First, I can't tell how much glad I am to see your support. Thanks for on-list and many, many off-list replies and good wishes. I'd like to give you an update about the situation. "I do wonder what happened last night when the PM arrived back in the country…" - Alan We were wondering

Re: Getting Kanji from a .csv file

2013-06-07 Thread Dar Scott
Oh, TextEdit cheats. Did this come from TextEdit? It puts some info in the resource fork. That is lost when you write back out. I'll ponder this. Or maybe some OS X resource experts might know. Dar On Jun 7, 2013, at 5:21 PM, Howard Bornstein wrote: >> I don't know what characters the fiel

Re: scrolling stack I made

2013-06-07 Thread Roger Eller
I also get that error on my 4.1.1 tablet. Sent from my Pipo M2 On Jun 7, 2013 9:23 PM, "Alejandro Tejada" wrote: > I downloaded your APK installer in a Samsung S3 Galaxy (Android 4.1.1) > http://www.amazon.com/Samsung-Galaxy-Unlocked-Smart-Marble/dp/B0080DJ6CM > > When I tried to install it, jus

Re: scrolling stack I made

2013-06-07 Thread Alejandro Tejada
I downloaded your APK installer in a Samsung S3 Galaxy (Android 4.1.1) http://www.amazon.com/Samsung-Galaxy-Unlocked-Smart-Marble/dp/B0080DJ6CM When I tried to install it, just get the same error as in the Polaroid tablet. (Application NOT installed) Alejandro -- View this message in context

Re: Successful recipe for LC iPhone apps...

2013-06-07 Thread Chipp Walters
I guess I would start with a water cannon, or just smoke bombs? btw, there have been some mods made lately to altMobileResizer. Just press the update button. Jerry Daniels and I are using it to build some Android/iOS tablet/smartphone apps for our company. On Thu, Jun 6, 2013 at 8:04 AM, Thomas M

Re: Getting Kanji from a .csv file

2013-06-07 Thread Howard Bornstein
> I don't know what characters the field might throw away. So, putting the > file into the field and then modifying the field seems scary to me. Maybe > all the data is there, but maybe not. > The actual command I used was (extraneous "the" in my first example) I had no problems with this. In

Re: OT: Android file locations

2013-06-07 Thread Nicolas Cueto
Speaking of ES File Explorer (indispensable app, I agree), Jacqueline, in a kind reply a while back to a post of mine on a topic similar to this, wrote about "sandwiching". And after I had read what she wrote, the first thing I thought of was ES File Explorer. So, I'll intrude into this thread to

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Igor de Oliveira Couto
Sent from my iPad On 08/06/2013, at 2:56 AM, Richmond wrote: > I am planning to write up my classes and pop them somewhere convenient on the > internet for anybody who wants > to take a keek. That is mighty generous of you, and will certainly be useful to many! Thank you, in advance! :) -- I

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Igor de Oliveira Couto
Hello Richmond! Sent from my iPad On 08/06/2013, at 2:45 AM, Richmond wrote: > 4. In practise I am not an anarchist because my experience suggests that > humans are not up to the standard > of managing to function properly in a state of true anarchy, and I am worried > that in that sort of si

Re: Where to write application data

2013-06-07 Thread Igor de Oliveira Couto
Hello, Peter, Sent from my iPad On 08/06/2013, at 2:31 AM, Peter Haworth wrote: > On Fri, Jun 7, 2013 at 2:17 AM, Igor de Oliveira Couto > wrote: > >> 1) MacOS X Prefs Location: >> specialFolderPath("Home") & "/Library/Application >> Support/MyCompany/MyAppBundleID/" - - Apple requires you to

When is a color not a color

2013-06-07 Thread Peter Haworth
Having an issue with using "is a color" put "20,40,100,200" into tVar put tVar is a color ...returns true. I thought that color references were either three numbers, a hex value, or a color name. If there is a valid color reference consisting of 4 numbers, it seems there's a conflict between th

adapting height of datagrid when entering data

2013-06-07 Thread Dr. Hawkins
People will be putting various things to the datagrid that I'm using; the number of lines will vary. I would like the resulting grid to increase and adapt to longer entries. I've modified the stack of the returnInField handler to insert the return. What I would like to do, though, is change the

Re: randomly order a list

2013-06-07 Thread Dar Scott
For we mere mortals, I suspect that the social and physical aspects of security dominate and the infinitesimal increase in application speed from using the faster functions might in some mysterious way do more for our security than a better hash. But, also, being one of the mere mortals, I can'

Re: LiveCode and Linux

2013-06-07 Thread Mark Wieder
Joe Klemmer writes: > Ah, ok. I just joined today. Joe: btw... I find the easiest way to traverse the list archives is but nabble does a good job as well. -- Mark Wieder mwie...@ahsoftware.net __

Re: OT: Android file locations

2013-06-07 Thread J. Landman Gay
On 6/7/13 1:48 PM, Mark Wieder wrote: J. Landman Gay writes: Most Android file managers will let you do a file search. My first reaction is that the Bluetooth directory should be on the main level (on a non-rooted device) of the SD card, but you probably already looked there. I haven't used bl

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Richmond
On 06/07/2013 08:27 PM, Mark Wieder wrote: Richmond writes: [ although I am still very curious to know what RunRev's rationale of having that in the first place was ] I realize you didn't ask for my guess about this, but... I think it was a misguided attempt to do things like know the size of

Re: LC 6.0.2 Activation Problem

2013-06-07 Thread Dr. Hawkins
On Fri, Jun 7, 2013 at 7:32 AM, Ralph DiMola wrote: > > Anyone having a problem licensing 6.0.2 commercial? Tried both on-line and > off-lineno go. I just hit this. It would have been nice if either the updater or rev had even notified me that it was out; I found out on this list. And it te

Re: OT: Android file locations

2013-06-07 Thread Mark Wieder
J. Landman Gay writes: > Most Android file managers will let you do a file search. My first > reaction is that the Bluetooth directory should be on the main level (on > a non-rooted device) of the SD card, but you probably already looked > there. I haven't used bluetooth on my device yet or I'

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Alejandro Tejada
Hi endernafi, My best wishes for you and all your partners in this fight for your rights to preserve the few natural environments left in your cities. Hopefully, those who want to crush the laws with their power will reconsider the real cost of their ambitions. Have a nice weekend! Al -- Vi

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Richmond
On 06/07/2013 09:26 PM, J. Landman Gay wrote: On 6/7/13 11:56 AM, Richmond wrote: "The next major version (6.1) will remove the current requirement to register a LiveCode account with us in order to activate LiveCode Community." [ although I am still very curious to know what RunRev's rational

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread J. Landman Gay
On 6/7/13 11:56 AM, Richmond wrote: "The next major version (6.1) will remove the current requirement to register a LiveCode account with us in order to activate LiveCode Community." [ although I am still very curious to know what RunRev's rationale of having that in the first place was ] Kev

Re: OT: Android file locations

2013-06-07 Thread J. Landman Gay
On 6/7/13 12:17 PM, Mark Wieder wrote: Roger Eller writes: You can connect your tablet to a computer with a USB cable. Copy the files. Upload them to web thingy of ur choice. :) Yes, thanks. The problem is where to find those files on the Android tablet. I imagine there must be a Bluetooth

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Richmond
On 06/07/2013 08:32 PM, Mark Wieder wrote: Er... this being Windows, those should of course be backslashes instead of forward slashes. Sorry about that. Hey; when travelling on the Motorway, as a kid, on our holidays, no stopping being allowed, my Dad said to me; "Always have a slash out of t

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Richmond
On 06/07/2013 08:30 PM, Mark Wieder wrote: Richmond writes: I am worried that in that sort of situation criminal elements would seize control. Hah! I was wondering when Richmond would join this, and I'm encouraged to see that he's an optimist who doesn't think this is the current state of the

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Mark Wieder
Richmond writes: > I am worried that in that sort of situation criminal elements would seize > control. Hah! I was wondering when Richmond would join this, and I'm encouraged to see that he's an optimist who doesn't think this is the current state of the world. -- Mark Wieder mwie...@ahsoft

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Mark Wieder
Er... this being Windows, those should of course be backslashes instead of forward slashes. Sorry about that. -- Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, uns

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Richmond
On 06/07/2013 08:27 PM, Mark Wieder wrote: Richmond writes: [ although I am still very curious to know what RunRev's rationale of having that in the first place was ] I realize you didn't ask for my guess about this, but... I think it was a misguided attempt to do things like know the size of

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Mark Wieder
Richmond writes: > [ although I am still very curious to know what RunRev's rationale of > having that in the first place was ] I realize you didn't ask for my guess about this, but... I think it was a misguided attempt to do things like know the size of the user base, keep users informed of up

LiveCode APKs for Android Tablets

2013-06-07 Thread Alejandro Tejada
Hi All, Does exists a list of Android Apps created with LiveCode? Probably, I could convince others Android users to test them too. Thanks in advance! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/LiveCode-APKs-for-Android-Tablets-tp4666105.html Sent fr

Re: AW: Where to write application data

2013-06-07 Thread J. Landman Gay
On 6/7/13 7:37 AM, Tiemo Hollmann TB wrote: Would "/Library/Application Support/MyCompany/MyAppBundleID/" also be the best place for 8GB of video data, though it aren't "prefence files" or where would you store this kind of data? Yes, that's where Apple wants you to store that kind of file. Any

Re: OT: Android file locations

2013-06-07 Thread Mark Wieder
Roger Eller writes: > You can connect your tablet to a computer with a USB cable. Copy the files. > Upload them to web thingy of ur choice. :) Yes, thanks. The problem is where to find those files on the Android tablet. I imagine there must be a Bluetooth directory somewhere. Or some sort of im

Re: I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Alejandro Tejada
Congratulations! :D I will like to read about a detailed account of the performance of your students, Richmond. Have a nice weekend! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/I-m-a-Happy-Kickstart-Camper-tp4666101p4666103.html Sent from the Revolution

[OT] Kernels, VMware, Tip

2013-06-07 Thread Richmond
If, like me, you are dependent for a variety of reasons on VMware on Ubuntu (or derivatives) or Mint Linux you have probably got fairly stroppy when VMware Player (or fancier) gets all 'funny' every time there is a kernel update (about every 2-3 days at the moment). Anyway here's a trick (and i

I'm a Happy Kickstart Camper . . .

2013-06-07 Thread Richmond
Oh Yes I am, very happy indeed . . . "Project Update #20: Next Generation LiveCode (Open Source) by RunRev Ltd" and, Lo and Behold . . . "The next major version (6.1) will remove the current requirement to register a LiveCode account with us in order to activate LiveCode Community." [ altho

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Richmond
On 06/07/2013 03:27 AM, Ender Nafi Elekçioğlu wrote: @Jacque, I'm also happy to see that *remarkable* people and to be with them. As I said, there is still hope for Homo Sapiens :) @Andrew, I'm an anarchist since I've read *The Dispossessed* of Ursula Le Guin when I was a child. But it was hard

Re: Where to write application data

2013-06-07 Thread Peter Haworth
On Fri, Jun 7, 2013 at 2:17 AM, Igor de Oliveira Couto wrote: > 1) MacOS X Prefs Location: > specialFolderPath("Home") & "/Library/Application > Support/MyCompany/MyAppBundleID/" - - Apple requires you to use the > application's bundle id for the *folder name* > Hi Igor, Never submitted anything

Re: randomly order a list

2013-06-07 Thread Geoff Canyon
I did some reading and it sounds like md5 and sha1 should both be deprecated in favor of sha256. On Fri, Jun 7, 2013 at 10:57 AM, Dar Scott wrote: > Right. There is a little bit of overhead for padding for both md5 and > sha1 (they use the same padding method), as a string a multiple of 64-byt

Re: randomly order a list

2013-06-07 Thread Dar Scott
Right. There is a little bit of overhead for padding for both md5 and sha1 (they use the same padding method), as a string a multiple of 64-bytes is created. Then each resulting 64-byte block is processed; this is linear. The methods are very similar, an important difference being the number

Re: OT: Android file locations

2013-06-07 Thread Roger Eller
You can connect your tablet to a computer with a USB cable. Copy the files. Upload them to web thingy of ur choice. :) ~Roger On Thu, Jun 6, 2013 at 5:48 PM, Mark Wieder wrote: > I'm technologically-challenged when it comes to mobile phones, but I > managed > to transfer a few pictures from t

Re: randomly order a list

2013-06-07 Thread Geoff Canyon
On Wed, Jun 5, 2013 at 5:14 PM, Alex Tweedly wrote: > Your code has a minor bug :-) > > You "get MD5Digest(S[1]) " > instead of using S[i] > Agh!!! ;-) Interestingly, md5 appears to scale roughly linearly on the length of the strings. 100x as long string means about 15x as long to md

Re: Polygon's share of its rectangle inconsistent?

2013-06-07 Thread Jim Hurley
Hi David, Would it help if you could calculate the area of the polygons? The following determines the area of any singly connected (the area of a figure 8 is zero) closed polygon: on mouseUp put the points of grc "polygon" into tPoints put line 1 of tPoints into tStart put the number o

Re: scrolling stack I made

2013-06-07 Thread Alejandro Tejada
Hi Colin, Colin Holgate-2 wrote > Had you already built your own tests onto the device? No, I build the APK in Windows, then copy the installer to the Tablet and install from X-Plore: https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore&hl=en It has worked, so far, with the v

Re: LC 6.0.2 Activation Problem

2013-06-07 Thread Paul Hibbert
No problem with LC 6.0.2, both Mac & Win work fine, but I can't registerLC 5.5.5, so I figured an email to Heather for Monday morning should sort my account details. LC 5.5.5 has allowed me the 60 day evaluation period. Paul On 2013-06-07, at 7:32 AM, Ralph DiMola wrote: > Anyone having a pr

LC 6.0.2 Activation Problem

2013-06-07 Thread Ralph DiMola
Anyone having a problem licensing 6.0.2 commercial? Tried both on-line and off-lineno go. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: Getting Kanji from a .csv file

2013-06-07 Thread Tim Selander
I do a lot of work with kanji; but not much with kanji and LiveCode, so I didn't jump into this thread earlier... Actually, the way TextEdit handles kanji is a complete mystery to me. Files it ought to open correctly, it doesn't. For example, TextEdit bungles the .csv files I output from Numbe

Re: Getting Kanji from a .csv file

2013-06-07 Thread Richard Gaskin
Dar Scott wrote: Yeah, there is no need to use binfile, but it is OK. You can process the line ends before or after converting to Unicode, if you do. Not too cautious for not knowing. It is a normal and right approach to be aware of potential problems and make code robust for those, but no

Re: Getting Kanji from a .csv file

2013-06-07 Thread Dar Scott
Now, you have me worried, Richard. Maybe I missed something in what the engine does with text files... On Jun 7, 2013, at 8:11 AM, Dar Scott wrote: > Yeah, there is no need to use binfile, but it is OK. You can process the > line ends before or after converting to Unicode, if you do. > > N

Re: Getting Kanji from a .csv file

2013-06-07 Thread Dar Scott
Yeah, there is no need to use binfile, but it is OK. You can process the line ends before or after converting to Unicode, if you do. Not too cautious for not knowing. It is a normal and right approach to be aware of potential problems and make code robust for those, but now you know. Assumin

Re: Getting Kanji from a .csv file

2013-06-07 Thread Richard Gaskin
Dar Scott wrote: > You can use "file:" with UTF-8. No ghost ASCII CR or LF will show > up in the representation of any characters other than CR and LF. Maybe I'm just superstitious, but I've always used "binfile" with Unicode because I didn't expect the engine to understand the difference bet

AW: Where to write application data

2013-06-07 Thread Tiemo Hollmann TB
Hello, beside some preference files I have 8GB of video data for my application to install. The videos can't be stored in a user folder, they have to be accessible for all users. Because I am really not a Mac user or even developer, so I didn't find the correct place for my videos on a Mac up to n

Re: scrolling stack I made

2013-06-07 Thread Colin Holgate
Had you already built your own tests onto the device? On Jun 6, 2013, at 11:53 PM, Alejandro Tejada wrote: > I downloaded and try to run your APK file, but my Android device > does not allows me to install the application. Strangely enough > it says that will replace another application! _

Re: Embed MapPoint into desktop application

2013-06-07 Thread Graham Pearson
I am working on a map application but instead of using MapPoint, I am using Google Maps. In my application, we have 24 markets across the country that I have Lat/Long from FCC CallSign Broadcast Towers for Educational Use. I have created a webservice with this information so my application retrieve

Re: [OT] What's happening here in Turkey...

2013-06-07 Thread Paul Maguire
A very moving personal account. Be aware (as your government must) that the eyes of the world are watching - you are not alone in your struggle. Best wishes to you and yours, Paul. ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Where to write application data

2013-06-07 Thread Igor de Oliveira Couto
On 06/06/2013, at 12:40 PM, Devin Asay wrote: > For desktop applications, where can our applications legally write to for the > three main OS's? I'm not talking about sandboxing for Mac App Store apps, > just the normal place for writing application files. Hello, Devin, Not very long ago, I

Re: Getting Kanji from a .csv file

2013-06-07 Thread Igor de Oliveira Couto
On 06/06/2013, at 12:23 PM, Howard Bornstein wrote: > [...] I'd appreciate any help but if it involves unicode, please assume you > are > talking to an imbecile. [...] Unicode in LiveCode is a work-in-progress, and I believe it will see some major overhauling in the coming months, which will m