Re: Has anyone got the browserLoadRequest message to work?

2014-07-29 Thread Gerry Orkin
I've successfully used browserLoadRequested but I've never heard of browserLoadRequest. I think you may be missing an "ed". Gerry On 30 Jul 2014, at 1:33 pm, Terry Judd wrote: > OK - I ditched the browserLoadRequest message and just went with trapping > the browserStartedLoading message inste

Re: One day left

2014-07-29 Thread Simon
I'm in! Pledge Everyone! http://livecode.com/livecode-to-html5/ Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/One-day-left-tp4681574p4681575.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

One day left

2014-07-29 Thread J. Landman Gay
Whether or not you think you'll need HTML5 (and you will, sometime) think about the progress LiveCode could make with that matching grant. It's going out the window if the campaign goal isn't met. I need HTML5. Are you guys in? -- Jacqueline Landman Gay | jac...@hyperactivesw.com H

revXMLib bugs

2014-07-29 Thread Alain Farmer
Hello, I am using LC-6.6.2 on Debian. I have been experimenting with revXMLib lately. One of my objectives is to process 15000 xml-files, 3 different kinds. Btw I am migrating a huge Drupal-site (exported to XML) to LiveCode. First the encoding challenge had to be vaulted: a) xml-lib won't lo

Re: Has anyone got the browserLoadRequest message to work?

2014-07-29 Thread Terry Judd
OK - I ditched the browserLoadRequest message and just went with trapping the browserStartedLoading message instead. I¹ll bug report the delayRequests issue when I get a chance. Cheers, Terry... On 30/07/2014 12:57 pm, "Terry Judd" wrote: >I¹m looking to trap the browserLoadRequest message on

Re: mobileUpdateContact: One way trip?

2014-07-29 Thread Charles E Buchwald
P.S. I am having a similar issue with mobileShowContact. I can easily get to an iOS screen that shows the contact information for the indicated contact ID... but it is a screen without any way to dismiss it... The only active part of the screen is a button "Share Contact"... no "Done" or "Cancel

Has anyone got the browserLoadRequest message to work?

2014-07-29 Thread Terry Judd
I’m looking to trap the browserLoadRequest message on mobile devices as there are certain URL that throw the browser into a total funk and I want to be able to prevent them from loading. The problem is that the docs state that you need to set delayRequests to true for this message to be sent. Th

mobileUpdateContact: One way trip?

2014-07-29 Thread Charles E Buchwald
I'm trying to use mobileUpdateContact. I have a stack with a single button, with this script: on mouseDown ask "Name:" put word 1 of it into tUpdate["firstname"] put word 2 of it into tUpdate["lastname"] put "Sample note." into tUpdate["note"] mobileUpdateContact tUpdate, "Update Co

Re: HTML5 Pledge Campaign -- Funding Purchase Option

2014-07-29 Thread Heather Laine
Got it, thanks. I will make it happen :) Regards, Heather On 29 Jul 2014, at 20:19, Brahmanathswami wrote: > Ditto that.. Heather confirmed also earlier to me by email > > see > > http://livecode.com/livecode-special-offers/ > > You do need to > > 1) do not! repeat do not go thru the store

Re: HTML5 Pledge Campaign -- Funding Purchase Option

2014-07-29 Thread Brahmanathswami
Ditto that.. Heather confirmed also earlier to me by email see http://livecode.com/livecode-special-offers/ You do need to 1) do not! repeat do not go thru the store 2) go to the pledge page... choose $210.00 for one year if that's what you want to do... In my case I wanted to contribute

Re: HTML5 Pledge Campaign -- Funding Purchase Option

2014-07-29 Thread Kevin Miller
Hi Ben, Yes this is correct. Many thanks. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can code On 29/07/2014 19:09, "Ben Rubinstein" wrote: >Thanks for this Brahmanathaswami - could someone from RunRev confirm >whether >this can be

Re: HTML5 Pledge Campaign -- Funding Purchase Option

2014-07-29 Thread Ben Rubinstein
Thanks for this Brahmanathaswami - could someone from RunRev confirm whether this can be applied to extend an existing license (I've only just clicked into my last year of license from the last campaign; so if I do this funding purchase now, can it be applied when that ends, so that I'm covered

Re: Import PDF page as paint?

2014-07-29 Thread Mark Talluto
This will be possible via widgets in version 7. Watch the video on this link. http://livecode.com/blog/2014/07/08/the-next-generation-widgets-themes/ Mark Talluto > On Jul 29, 2014, at 12:11 AM, Paul Hibbert wrote: > > You can import a PDF into LC by using a player control instead of an image

Re: Editing colour of a DataGrid

2014-07-29 Thread Terence Heaford
No worries, Sorted it. Terry On 29 Jul 2014, at 08:20, Terence Heaford wrote: > Hi, > > This is the first time I have allowed editing when using a DataGrid. > > When I edit a cell the text is light grey. > > How do I change the colour of the cell text when editing? > > It switches from bl

Bug report about revXMLib

2014-07-29 Thread Alain Farmer
Hello, I am using LC-6.6.2 on Debian. I have been experimenting with revXMLib lately. One of my objectives is to process 15000 xml-files, 3 different kinds. Btw I am migrating a huge Drupal-site (exported to XML) to LiveCode. First the encoding challenge had to be vaulted: a) xml-lib won't load t

Editing colour of a DataGrid

2014-07-29 Thread Terence Heaford
Hi, This is the first time I have allowed editing when using a DataGrid. When I edit a cell the text is light grey. How do I change the colour of the cell text when editing? It switches from black when not editing to light grey when editing. It must be something I have done but I cannot identi