Re: Unicode and the higher planes of existence.

2012-12-12 Thread Peter W A Wood
According to the User Guide, LiveCode employs UTF-16 encoding: "LiveCode fields and other controls use the UTF-16 encoding for Unicode. In order to use Unicode in a field or in the labels of controls, paste in Unicode text, or set the textFont of the control to ",unicode"." As I understand, ch

Re: [Endorsement] lcTaskList

2012-12-12 Thread Bill Vlahos
Thanks for the kind words everyone. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist/index.htm) RunRev lcTaskList Forum: (http://forums.runrev.c

Re: Can I use decimal values for StartAngle?

2012-12-12 Thread Scott Rossi
Hi William: With visual effects, you can either select an object to show/hide with a visual effect as you've done, or you can restrict a visual effect to a rect: lock screen for visual effect in rect (the rect of control 1) For startAngle (and most of LiveCode's dimensional properties) I believe

Re: App & desktop combo project

2012-12-12 Thread Peter Bogdanoff
Colin, thanks for your reply. See my question below: On Dec 11, 2012, at 1:28 PM, Colin Holgate wrote: > I don't think the letting them use the file on iOS if they paid for it on > desktop will work out, unless you put in a feature into the desktop one that > gives a link to the iOS app, maybe

[ANN] Installer Maker Plugin 1.7.15

2012-12-12 Thread Mark Schonewille
Hi, In response to a number of recent bug reports, Economy-x-Talk is updating the Installer Maker Plugin. This version, 1.7.15, is particularly essential for Windows users who create installers for Mac OS X on their Windows PC's. This update is free for everyone who bought an Installer Maker li

Re: Unicode and the higher planes of existence.

2012-12-12 Thread Mark Schonewille
Hi Richmond, Athough LiveCode doesn't support higher level code table values, LiveCode does support higher level unicode values. You just need to remember to switch the byte values when reading them from Apple's character palette. Also, I think you mean "ASCII" 65942 instead of 65940. on mouse

Re: Unicode and the higher planes of existence.

2012-12-12 Thread Richmond
On 12/12/2012 11:34 PM, J. Landman Gay wrote: On 12/12/12 2:53 PM, Richmond wrote: on mouseUp set the useUnicode to true set the unicodeText of fld "f1" to numToChar(65940) end mouseUp and when I click on the button I get nothing like anything that should appear (a capital X with a bar t

Re: Unicode and the higher planes of existence.

2012-12-12 Thread J. Landman Gay
On 12/12/12 2:53 PM, Richmond wrote: on mouseUp set the useUnicode to true set the unicodeText of fld "f1" to numToChar(65940) end mouseUp and when I click on the button I get nothing like anything that should appear (a capital X with a bar through its middle), but something that resemble

Unicode and the higher planes of existence.

2012-12-12 Thread Richmond
So there I am wondering about the higher plains (the svarga-lokas . . . LOL), so I try this: I make a stack with 2 buttons (called 'button 1' and 'button 2' respectively) and 2 fields (called 'f1' and 'f2' repectively) and put the following code into button 1: on mouseUp set the useUnicode

Re: All DataGrid's updates the hilited index together

2012-12-12 Thread Peter Haworth
Glad you found it. You can share a behavior script between different datagrids. Just create a button and put the shared behavior script in it, then set dgProps["default column behavior"] to the long ID of your button. There's a section in the datagrid manual that takes you through how to do it i

Re: Rev Website

2012-12-12 Thread -=>JB<=-
Thanks, I think it was just a short down time for some reason but mine are working now too. -=>JB<=- On Dec 12, 2012, at 11:25 AM, Paul Hibbert wrote: > My sites appear to be loading OK. > > Paul > > On 2012-12-12, at 10:34 AM, -=>JB wrote: > >> All of my domains on the On-Rev website are no

Re: All DataGrid's updates the hilited index together

2012-12-12 Thread Ueliweb
Thanks Pete your guess solved the problem yet - coping the DG look to be bad. I did It because I need DG's in different size and position for the same date, copy the main DG and "cut it down" locks to be easy - as I do it with other object ... but not in mind there are also the template. Good to f

Re: Rev Website

2012-12-12 Thread Paul Hibbert
My sites appear to be loading OK. Paul On 2012-12-12, at 10:34 AM, -=>JB wrote: > All of my domains on the On-Rev website are not loading. > Is anyone else having this problem? I haven't changed > anything and suddenly they are not viewable. > > -=>JB<=- > > __

Re: Rev Website

2012-12-12 Thread -=>JB<=-
Thanks for the info! I had never heard of Pingdom.com before. -=>JB<=- On Dec 12, 2012, at 11:01 AM, Phil Davis wrote: > My Pingdom.com account said the on-rev server (or at least my domain there) > was down for about 20 minutes beginning about 6:18:09 PM GMT. > > Phil Davis > > > On 12/12

Re: Rev Website

2012-12-12 Thread Phil Davis
My Pingdom.com account said the on-rev server (or at least my domain there) was down for about 20 minutes beginning about 6:18:09 PM GMT. Phil Davis On 12/12/12 10:41 AM, -=>JB<=- wrote: They started working again. -=>JB<=- On Dec 12, 2012, at 10:34 AM, -=>JB wrote: All of my domains on

Re: Rev Website

2012-12-12 Thread -=>JB<=-
They started working again. -=>JB<=- On Dec 12, 2012, at 10:34 AM, -=>JB wrote: > All of my domains on the On-Rev website are not loading. > Is anyone else having this problem? I haven't changed > anything and suddenly they are not viewable. > > -=>JB<=- > > _

Re: Rev Website

2012-12-12 Thread Magicgate Software - Skip Kimpel
There might be something else going on around the Internet today. South Florida seems to be having some DNS issues reaching out to some domains. Not just me but the region Anybody else? SKIP On Wed, Dec 12, 2012 at 1:34 PM, -=@ltfs235-new.aus.us.siteprotect.com>JB <=- wrote: > All of my

Rev Website

2012-12-12 Thread -= JB
All of my domains on the On-Rev website are not loading. Is anyone else having this problem? I haven't changed anything and suddenly they are not viewable. -=>JB<=- ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su

Re: [ANN] lcSTackBrowser V 1.2.0 Released

2012-12-12 Thread william humphrey
Great. Remember that the native database commands in LiveCode do not work reliably with Valentina and you have to use the "Vdatabase" or "Vcursor" etc that are native to Valentina. I don't think LiveCode is able to keep up with the constant improvements and changes that are made to Valentina. On

Re: [ANN] lcSTackBrowser V 1.2.0 Released

2012-12-12 Thread Peter Haworth
Hi Bill, Depending on demand, I hope to make it work with any of the SQL database implementations offered by Livecode. Later this month, I'll be making some teaser videos available to show how it works. Pete lcSQL Software On Wed, Dec 12, 2012 at 9:08 AM, william humphre

Re: [ANN] lcSTackBrowser V 1.2.0 Released

2012-12-12 Thread william humphrey
Cool. Also I see LiquidSQL on your website and it sounds interesting. Will it work, and will you be testing it for Valentina functionality? On Tue, Dec 11, 2012 at 12:47 PM, Ralph DiMola wrote: > Peter, > > Nice!! A must have of any LC developer. > > Ralph DiMola > IT Director > Evergreen Inform

Re: All DataGrid's updates the hilited index together

2012-12-12 Thread Peter Haworth
Hi, A suggestion and a guess. To narrow down where to put your breakpoints, search for "dghilitedline" and put breakpoints anywhere you find it. If it's your code that is causing the problem, dghilitedline will be involved somewhere, maybe in a custom column behavior. The guess is that perhaps e

Re: All DataGrid's updates the hilited index together

2012-12-12 Thread Ueliweb
Thanks Bob I tried it. Every handler within the stack, the card and the 3 dataGrid scrips has a breakpoint ... This all happens if I single klick to any row ... Also I tried all MouseUp, mouseDown selectionChanged handler ... No of them let break the scripts by running. It just happens. Where m

Can I use decimal values for StartAngle?

2012-12-12 Thread William de Smet
Hi there, I have a small 'problem' and a question. Problem 1: I use: show grc "vierkant" hide grc "vierkant" with visual effect push right normal This works fine in the IDE put on my iPad 3 it show a thin top and left border of the image while it moves. When I use: ' lock screen for visual effec