Re: Augmented reality

2012-04-20 Thread Monte Goulding
Hehe, I'd be very surprised given I only released mergMK a few days ago ;-) On 21/04/2012, at 3:39 PM, Paolo Mazza wrote: > Hi all, > I wonder if any of you developed a mobile app of Augmented reality using LC > and the Mergex map kit extension of Monte. > Ciao > Paolo > __

Augmented reality

2012-04-20 Thread Paolo Mazza
Hi all, I wonder if any of you developed a mobile app of Augmented reality using LC and the Mergex map kit extension of Monte. Ciao Paolo ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

Re: openStack called from subStack - why ?

2012-04-20 Thread Ken Ray
>>> I always had the (wrong!) impression that every openStack handler is >>> only called once, and also that it belongs to the stack containing it. Others have described the hierarchy, but I thought I'd offer some clarification related to why some people have suggested to put the openStack trap o

Problem with pasting from a Rev App to Pages..

2012-04-20 Thread Charles Szasz
I am working on an app that the user keeps open on the desktop that can take text and place it on the clipboard and paste into a word processor's document. I set up an option menu in my app that allows the user to set the font property in a text field. I have another button that allow the user

RE: install fail inconsistent certificates (Android)

2012-04-20 Thread Ralph DiMola
The development certificate is dynamically created in the .android folder. So every machine will have a different one. You could try copying the debug.keystore from one machine to all the others and overwrite the one that had been created on the other machines. Never tried it but it might work. Ra

Re: ANN: Half price mergExt + MobGUI

2012-04-20 Thread Monte Goulding
Well it's still cheaper to buy them together :-) You could contact John after the sale to discuss what to do with the extra seat. -- Monte Goulding On 21/04/2012, at 12:34 PM, Colin Holgate wrote: > What is the best option for people like me who are fully licensed for MobGUI > already? > > _

Re: ANN: Half price mergExt + MobGUI

2012-04-20 Thread Colin Holgate
What is the best option for people like me who are fully licensed for MobGUI already? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.run

install fail inconsistent certificates (Android)

2012-04-20 Thread Nicolas Cueto
Hello All, Just as an Android app is about to be launched on my device during, I get the message "install parse failed inconsistent certificates". I've figured out that this happens when I move devpt from one computer to another. My solution so far is to delete the app from my device each time I c

Re: Position of a tab in a tab control.

2012-04-20 Thread Peter Haworth
Peter,Paul(I so wish there was a Mary on the list), Thanks for the info on Mark's tab control and the handler. I'll try both and see works best. Pete On Apr 20, 2012 8:14 AM, "Peter M. Brigham, MD" wrote: > If using Mark's custom tab control doesn't work for you, here's a kludgy > work-around. It

ANN: Half price mergExt + MobGUI

2012-04-20 Thread Monte Goulding
Hi LiveCoders For anyone who doesn't get revUp: Because mergExt and MobGUI are such natural companions as seen in my newsletter article http://www.runrev.com/newsletter/april/issue133/newsletter4.php?a=NWS131 for the next two weeks mergExt and MobGUI are half price if purchased together from

Re: Can't Get Server Engine to Work on My Mac

2012-04-20 Thread Alex Tweedly
This is probably a stupid question but .. your page that includes "calls to Livecode from within a web page" - that is called something.lc, isn't it ? It can't be called something.html and have the livecode calls work. Sorry if that's off track, -- Alex. On 20/04/2012 21:45, Gregory Lypny

Re: [ANN] Radial Dial Making Utility

2012-04-20 Thread Roger Guay
That is very gracious of you! I don't have a site available for you to upload to. Do you have DropBox? It's free, and it's cool!! https://www.dropbox.com Thanks, Roger On Apr 20, 2012, at 10:00 AM, use-livecode-requ...@l

Re: Can't Get Server Engine to Work on My Mac

2012-04-20 Thread stephen barncard
I've found the .htaccess method is faster to test and make work, and doesn't mess with the guts of Apache. I will post what worked for me at dreamhost. The only downside is that one needs a cgi-bin folder and engine for each domain. On 20 April 2012 14:06, Mike Bonner wrote: > If you are indeed

Re: Can't Get Server Engine to Work on My Mac

2012-04-20 Thread Mike Bonner
If you are indeed using a system that has its conf files for apache in /etc/apache2 I think there is a site file in a sub folder there where you can adjust things for the main server page. Also I just remembered there are some modules involved here. Inside /etc/apache2 there is a folder that has a

Re: Can't Get Server Engine to Work on My Mac

2012-04-20 Thread Gregory Lypny
Hi again Mike, Thanks for the advice. I was able to get the server working, at least partly. I have the LiveCode executable in the CGI-Executables folder on my Mac. I created the one-line script put the long date in a file named longDate.lc, and placed it in the Sites folder of my u

Re: Geometry Manager Problem

2012-04-20 Thread william humphrey
I hope Chipp posts that link. I will try a little more debugging to see what message is causing the problem. I hate debugging. On Fri, Apr 20, 2012 at 12:49 PM, J. Landman Gay wrote: > On 4/20/12 10:41 AM, william humphrey wrote: > >> I never use the geometry manager because I set my stacks so th

Re: Help understanding iOS deployment

2012-04-20 Thread Graham Samuel
Jim (and others who replied about using TestFlight) thanks very much. I am signing up to TestFlight and will do my best to get into it as soon as possible. Graham On Wed, 18 Apr 2012 13:38:55 -0700, Jim Lambert wrote: > Graham, > > TestFlight is a helpful friend for management of devices &

Re: [OT-ish] an app I made?

2012-04-20 Thread Jim Lambert
Colin, Congratulations! Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Geometry Manager Problem

2012-04-20 Thread J. Landman Gay
On 4/20/12 10:41 AM, william humphrey wrote: I never use the geometry manager because I set my stacks so they can't be resized. But I was getting errors in a simple handler like this: two stacks. Stack 1 with button go card 1 of stack 2 then get a function (which is in the background of stack 2)

Re: Can't Get Server Engine to Work on My Mac

2012-04-20 Thread Gregory Lypny
Much appreciated, Mike. I will tinker with it this afternoon, and post what I find. Gregory On 2012-04-20, at 10:28 AM, use-livecode-requ...@lists.runrev.com wrote: > Message: 17 > Date: Fri, 20 Apr 2012 04:13:14 -0600 > From: Mike Bonner > To: How to use LiveCode > Subject: Re: Can't Get S

Re: [ANN] Radial Dial Making Utility

2012-04-20 Thread Richmond
On 04/20/2012 07:02 PM, Roger Guay wrote: Thanks, for the generous offer Richmond. I can, of course, make the Linux standalone (albeit I can't test it), but of what use would a RadialDialOmatic standalone be? If your suggestion is to build the Linux standalones of my other offerings, then your

Re: [ANN] Radial Dial Making Utility

2012-04-20 Thread Roger Guay
Thanks, for the generous offer Richmond. I can, of course, make the Linux standalone (albeit I can't test it), but of what use would a RadialDialOmatic standalone be? If your suggestion is to build the Linux standalones of my other offerings, then your offer is way too generous!! BTW, the backg

Re: Geometry Manager Problem

2012-04-20 Thread william humphrey
I never use the geometry manager because I set my stacks so they can't be resized. But I was getting errors in a simple handler like this: two stacks. Stack 1 with button go card 1 of stack 2 then get a function (which is in the background of stack 2). The function only worked when stack 2 is alre

Re: Position of a tab in a tab control.

2012-04-20 Thread Peter M. Brigham, MD
If using Mark's custom tab control doesn't work for you, here's a kludgy work-around. It requires a hidden field "hiddenTestFld" with margins set to 6. on positionControl btnName, tabNbr -- btnName is the name of your tab button put the formattedwidth of btn btnName into bWidth put the f

Re: [OT-ish] an app I made…

2012-04-20 Thread Colin Holgate
The screen recording on this page gives some idea: http://www.heckerty.com/Heckerty/Heckerty.html By using Flash I could do reveals and multiple transitions at the same time, synchronized to audio, and with lots of character animations buried away. All without any code. On Apr 20, 2012, at 9:

Re: openStack called from subStack - why ?

2012-04-20 Thread Peter M. Brigham, MD
More specifically: close a stack, and the "closeStack" message is sent first to the current card of the closing stack. When you close a substack, if there is no closestack handler in the card script then the message is passed up the message path, and the next station on the path is the substack

[ANN] iOS GUI Elements 1.3 for LiveCode

2012-04-20 Thread Mark Schonewille
Hi guys, I have updated the iOS GUI Elements for LiveCode. A resizeTabBar handler has been added, to automatically resize the Tab Bar at the bottom of the page. The Search Table View now accommodates for the keyboard on both iPhone and iPad by itself when you resize your stack and two new keybo

Re: [OT-ish] an app I made…

2012-04-20 Thread Thomas McGrath III
Colin, Congratulations on the release. I would love to see the list of features that were 'not' suited well for LiveCode. Thanks -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Apr 19, 2012, at 10:25 PM, Colin Holgate wrote: > I'm a big proponent of using the best tool

AW: openStack called from subStack - why ?

2012-04-20 Thread Tiemo Hollmann TB
> > 2. Add a "dummy" script in the substack(s): > > on openstack > ## Nada :-) > end openstack > And don't put "pass openstack" at the end of this dummy, as you usually should do ... :) Tiemo > > Best > > Klaus > > -- > Klaus Major > http://www.major-k.de > kl...@major.on-rev.com _

Re: openStack called from subStack - why ?

2012-04-20 Thread Klaus on-rev
Hi Rolf, Am 20.04.2012 um 14:04 schrieb Rolf Kocherhans: > Hello Jacques > > Thanks for your answer - but…. > > I know about the message path and that handlers in the main stack can be used > by > all of it's substacks, I used this feature myself for many years ! > > What puzzles me is that a

Re: openStack called from subStack - why ?

2012-04-20 Thread Rolf Kocherhans
Hello Jacques Thanks for your answer - but…. I know about the message path and that handlers in the main stack can be used by all of it's substacks, I used this feature myself for many years ! What puzzles me is that an openStack handler in the mainStack gets executed when a substack (containing

Re: Can Rev do this?

2012-04-20 Thread Rick Harrison
Hi Charles, You may be able to write an applescript which will tell "Pages" what to set the font to, and then do your paste. Good luck! Rick On Apr 20, 2012, at 7:00 AM, Charles Szasz wrote: > I am working on an app that the user keeps open on the desktop that can take > text and place it on

Re: Copying formatted text from a field to Pages

2012-04-20 Thread Richmond
On 04/20/2012 02:15 PM, Mark Schonewille wrote: Hi iPad :-) Have you made sure that the field font is not Time New Roman and have you used the syntax set char 1 to -1 of fld x to "Times New Roman" ? How do you copy? You might want to use set the clipboarddata["rtf"] to the rtfText of fld x

Re: Can Rev do this?

2012-04-20 Thread Richmond
On 04/20/2012 02:00 PM, Charles Szasz wrote: I am working on an app that the user keeps open on the desktop that can take text and place it on the clipboard and paste into a word processor's document. I set up an option menu in my app that allows the user to set the font property in a text fi

Re: Copying formatted text from a field to Pages

2012-04-20 Thread Mark Schonewille
Hi iPad :-) Have you made sure that the field font is not Time New Roman and have you used the syntax set char 1 to -1 of fld x to "Times New Roman" ? How do you copy? You might want to use set the clipboarddata["rtf"] to the rtfText of fld x or maybe set the clipboarddata["html"] to the htm

Can Rev do this?

2012-04-20 Thread Charles Szasz
I am working on an app that the user keeps open on the desktop that can take text and place it on the clipboard and paste into a word processor's document. I set up an option menu in my app that allows the user to set the font property in a text field. I have another button that allow the user

Re: Can't Get Server Engine to Work on My Mac

2012-04-20 Thread Mike Bonner
Hey, there should be a line to set the options for that directory, might make sure that ExecCGI is there in the conf file. Also, while not sure how likely this is, when you go looking for the right set of conf files to modify, make sure that you don't have both /etc/httpd folder and /etc/apache2

Re: Position of a tab in a tab control.

2012-04-20 Thread Paul Hibbert
Pete, I may be wrong, but I don't think there's a way to control the differences between the two platforms without rolling your own tab control. However, Mark Schonewille has done much of the work and made his custom tab control available through RevOnline, just search for "custom tab" and you

Re: openStack called from subStack - why ?

2012-04-20 Thread Jacques Hausser
Hi Rolf, Seems straightforward for me: every message handler in the main stack's script is available to every substack and their cards… that's the ground of the message path! Jacques Le 20 avr. 2012 à 10:15, Rolf Kocherhans a écrit : > After years of coding, today I discovered for the first tim

openStack called from subStack - why ?

2012-04-20 Thread Rolf Kocherhans
After years of coding, today I discovered for the first time while debugging that an openStack handler in a mainStack gets also called when a subStack of it is opened ! I put this into the stackScript of the MainStack: global varMainStackName on openStack put the short name of this stack into