> I generate a lot of simple HTML dynamically from LiveCode apps, which I post
> to web servers. Some of the HTML clusters are formatted specifically for
> iPad consumption, and they display and function perfectly well in Safari.
> However, stupid question: how can a customer bring that materi
> This code rather than my prose probably explains better what I'm after:
>
> on mouseUp
> set the twelveHourTime to false
> put the short time into tSomeClockTimeTodayInSeconds
> convert tSomeClockTimeTodayInSeconds to seconds
> put tSomeClockTimeTodayInSeconds into tSameClockTimeTomorrowI
On Tue, Sep 6, 2011 at 6:18 PM, paolo mazza wrote:
> Hello All,
> is it possible to change the iphone wallpaper image from an iOS
> Livecode application?
Apple does not provide a public API to do that even when using Xcode,
so I would assume not.
The work-around is to offer to save images to the
Australia.
I get exactly the same message as you did Al.
On Sat, Aug 6, 2011 at 1:25 PM, Alejandro Tejada wrote:
> Hi All,
>
> How many of you could view this youTube video?
> http://www.youtube.com/watch?v=R0IcvVF-p_k
>
> This video is a segment of Howard Goodall's
> 2006 documentary: How Music
On Mon, Aug 1, 2011 at 9:50 AM, Bill Vlahos wrote:
> How do I trigger the system (Mac, Windows, Linux) notification manager when a
> dialog box comes up?
>
> If my program is not the frontmost app and a dialog box comes up, the user
> won't notice that the application needs attention if other ap
> I tried to upload some files to my on-rev account via FTP
> a couple of minutes ago and got this strange server response:
> error 552 - Disk full, please upload later
>
> DISK FULL???
>
> I updated my system to OS X 10.7 two days ago, but FTP did work all day
> yesterday!
> Checked my account v
Hi John,
When POSTing variables to the server, you have to identify them, so
the script on the server can tell what is what.
So your call to the server would need to be something like this:
put URLEncode(fld "username") into tUserName
put URLEncode(fld "password") into tPassword
put "username=" &
On Wed, Jun 8, 2011 at 8:02 PM, René Micout wrote:
> Hello Stephen,
> Some problem with scroll bars... ?!
> René
No René - that is how scroll bars look in Lion.
And they work in the opposite direction i.e. they are designed for
trackpad swiping rather than mouse clicking.
Cheers,
Sarah
I have found with a previously compiled standalone, that the colors of
some interface elements are weird - fields going pink, tab buttons
dark gray. But this may be because the app was not built in Lion.
More seriously, AppleScript has changed, so any apps that use
AppleScript may have problems.
I
On Thu, May 26, 2011 at 2:16 AM, Dan Friedman wrote:
> Let's say you have an iPad app with two stacks. You have resizeStack
> messages in them to resize/locate objects when the user rotates the device.
> So with the device in portrait mode, your app launches and stack 1 is open.
> The user c
Thanks Scott, much appreciated. And Bob too.
My stack is just a single month at a time display so can't really help
with David's problem, but for anyone who just needs a simple data
input mechanism, it works really well.
But I'm sure Scott's customized version looks better than mine :-)
Cheers,
.
>
> Thank you for looking into this for me.
>
> -- Tom McGrath III
> http://lazyriver.on-rev.com
> 3mcgr...@comcast.net
>
> On May 1, 2011, at 5:11 AM, Sarah Reichelt wrote:
>
>> Tom, you cannot write directly to a server.
>> You can upload a file using your
Tom, you cannot write directly to a server.
You can upload a file using your FTP login details.
But the best solution for your case is to have an irev file on the server that
you can call using http:// And send some data to via POST or GET. Then have
the irev file do the actual writing.
Not
cut him short. I could have listened to
>> his presentation for another hour at least.
>>
>>
>> -- Tom McGrath III
>> http://lazyriver.on-rev.com
>> 3mcgr...@comcast.net
>>
>> On Apr 28, 2011, at 7:12 PM, Sarah Reichelt wrote:
>>
>>>
Hi All,
I have a subscription to the RunRev Live simulcast, but as the
presentations mostly take place when I am asleep, I was hoping to
watch the archived videos.
I did watch Kevin's keynote and I see the other day 0 sessions are
available, but are the later sessions going to be archived too.
Th
On Fri, Apr 15, 2011 at 9:37 PM, -=>JB <=- wrote:
> I just tried to connect to my On-Rev cPanel and received
> the message,
>
> This Connection is Untrusted
>
> What is going on? It also states someone might be trying
> to impersonate my sight or something like that.
This is due to your site be
On 08/03/2011, at 9:44 AM, Paul Foraker wrote:
> I'm working on a registration page for a training (
> www.blueskytrainings.com/register.irev ). I'm having a problem with Safari
> and Chrome improperly refreshing to a PayPal page. I'm on a Mac.
>
> The following code works perfectly in Firefox
On Sat, Mar 5, 2011 at 6:04 AM, J. Landman Gay wrote:
> Somebody preserve my sanity here...
Sorry, you've been talking to associating with all of us here for too
long... there is now no way to preserve sanity :-)
___
use-livecode mailing list
use-live
On Tue, Mar 1, 2011 at 2:55 PM, Peter Haworth wrote:
> OK, here's an amusing exercise in scripting for you experts out there, but
> I'm giving away a prize! I will give the person who provides the best
> solution a copy of my band's latest CD, Aged 10 years. the definition of
> "best" is stri
On Mon, Feb 28, 2011 at 3:51 AM, Marty Knapp wrote:
> Stewart,
>
> Change the name of the Edit menu button - like to "EditMenu" and then make
> the menu items you want. Remove the Preference menu item from the list. Then
> in the Inspector change the label of the button "EditMenu" to Edit. LiveCod
On Sat, Feb 12, 2011 at 7:57 AM, stephen barncard
wrote:
> I'm sure there's a way to do this but I can't seem to find it.
>
> I have a user password script that then is supposed to 'go' to another html
> page but the only way I can get it to work is to use an intermediate file
> (gosite.html) whic
On Sat, Jan 22, 2011 at 8:07 AM, Peter Haworth wrote:
> I want to change the height of a stack. No problem changing the height
> property but that causes both the top and the bottom of the stack to change
> positions and I want the top of the stack to stay where it is and all the
> height chan
On Tue, Jan 18, 2011 at 8:40 AM, Martin Koob wrote:
> I have an on-rev page that redirects to another page.
>
> It does that by setting the location header with the 'put header'
> command which is documented in the on-rev engine notes
> http://samples.on-rev.com/irev-engine-notes.txt
>
> The redi
rta stuck now figuring this out.
>
> -- Tom McGrath III
> http://lazyriver.on-rev.com
> 3mcgr...@comcast.net
>
> On Jan 16, 2011, at 6:19 PM, Sarah Reichelt wrote:
>
>> On Sun, Jan 16, 2011 at 2:18 AM, Thomas McGrath III wrote:
>>>
>>> I am having trouble
On Sun, Jan 16, 2011 at 2:18 AM, Thomas McGrath III wrote:
>
> I am having trouble accessing an Arduino Uno attached to my computer via USB.
>
> The device driver shows up as "/dev/tty.usbmodem1a21"
>
> I tried a simple open driver then read from driver then close driver. But
> Livecode keeps cra
You're welcome :-)
Sarah
On Mon, Jan 17, 2011 at 5:37 AM, Warren Kuhl wrote:
> I just found a script online that takes care of everything I was trying to
> do with revGeometry Manager...
>
> http://www.troz.net/rev/stacks/GeomScript.rev
>
> Kudos to the person that wrote this script (and publi
The new command to use instead of revGoURL is launch URL.
Try this with a mailto link and see if it does what you heed.
Cheers,
Sarah
Sent from my iPad
On 28/12/2010, at 10:38 PM, william humphrey wrote:
> I was thinking about my problem with the livecode command revmail not having
> the abil
put URL "http://www.whatismyip.com/automation/n09230945.asp"; into tMyPublicIP
Cheers,
Sarah
On Tue, Dec 14, 2010 at 2:07 PM, Terry Judd wrote:
> Does anyone have a LC routine (or tips on how to write one) that will enable
> me to get a public IP address rather than the local one assigned by a
Where you have "open application", try using "launch application" instead.
It's a while since I did this, but I seem to remember that "open"
brings the app to the front, where "launch" does not.
Cheers,
Sarah
On Sun, Nov 28, 2010 at 3:11 AM, Yves COPPE wrote:
> Hello list
>
>
> I use the follow
On-Rev CPanel will not allow a domain to be added that isn't already
> pointed at the registrar's. I've done this for about 5 domains at On-Rev.
>
> On 26 November 2010 15:42, Sarah Reichelt wrote:
>
>> > 1. Buy the www.somename.com domain name from Go-Daddy.
> 1. Buy the www.somename.com domain name from Go-Daddy. Did that.
> 2. Create a "Sub-Domain" in CPanel on on-rev.com for
> somename.lazyriver.on-rev.com
> 3. Create "Addon Domain" in CPanel on on-rev.com for the sub-domain
> somename.lazyriver.on-rev.com
> 4. Change the G-Daddy service to Forwar
Is the stack opening in the iPad simulator or the iPhone simulator.
I haven't go it open right now, but I think there is a menu item in
the Simulator to change this.
On Tue, Nov 23, 2010 at 11:33 AM, edward cawley wrote:
> Still have a problem, I set the stack to 1000 x 700. I have to reduce an
32 matches
Mail list logo