Re: LC interface code

2014-08-07 Thread Gerry Orkin
app.net is in suspended animation... I wouldn't build anything on it.

g

On 7 Aug 2014, at 2:33 pm, Skip Kimpel  wrote:

>  I see that app.net does... Now I'm intrigued.

___
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: Has anyone got the browserLoadRequest message to work?

2014-07-31 Thread Gerry Orkin
Oh! So they are. D'oh. Either way, I use it with no problems.

g

On 30 Jul 2014, at 5:17 pm, Terry Judd  wrote:

> Hi Gerry - they’re definitely both in my version of the dictionary (LC
> 6.6.2).

___
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: 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 instead. I¹ll bug report the
> delayRequests issue when I get a chance.

___
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: Can You Really Install an iOS App outside of Apple's App Store?

2014-07-03 Thread Gerry Orkin
Kinda sorta. In iOS 8 if you want to somewhat misuse the service (it's meant 
for beta testing) you can use TestFlight and install onto 1000 devices.

https://developer.apple.com/support/appstore/TestFlight/

Gerry



On 3 Jul 2014, at 8:39 am, Ralph DiMola  wrote:

> Apple has removed the option to delete a device except at license renewal
> time. This limits non iStore distribution to 100 devices per year per
> license.

___
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: Milliseconds -> minutes and seconds

2014-06-28 Thread Gerry Orkin
Perfect :) Many thanks. A real d'oh moment happening here :)

g


On 28 Jun 2014, at 2:45 pm, Peter W A Wood  wrote:

> Is this any help?

___
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


Milliseconds -> minutes and seconds

2014-06-27 Thread Gerry Orkin
Hi all

I'm playing an .mp3 file in iOS and saving the elapsed playing time (in 
milliseconds as reported by the native player) into an sqlite database as it 
plays. That's working fine.

I'm now struggling to convert those milliseconds into a MM:SS format for real 
time display. Anyone done that?

Cheers

Gerry
___
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: Mobile Styled Text

2014-06-17 Thread Gerry Orkin
No.

g

On 18 Jun 2014, at 4:04 am, Dan Friedman  wrote:

> I'm wondering... Is it possible to display and edit multi-styled text (font 
> sizes, colors, justifications, etc.) in a native multiline control?
> 
> Thanks!
> -Dan
> ___
> 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


___
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: Weird data grid behaviour

2014-06-09 Thread Gerry Orkin
Apologies...it is id 1005, not id 1002 that I have in every template. And I've 
never to my recollection deleted any cards from the template stack.

g


On 9 Jun 2014, at 6:23 pm, zryip theSlug  wrote:

> A thing I doesn't understand: how are you customizing the row template
> group in the cd id 1002, as this card only contains the instruction
> group?

___
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: Weird data grid behaviour

2014-06-08 Thread Gerry Orkin
theSlug wrote: 

> 1 to 6: This is the normal behavior for all the datagrids:

So weird. I've been using datagrids for a few years and never noticed this...in 
fact i've just looked at a couple of old projects and the datagrid template 
stacks only have 1 card in them...id 1002.

> - You have placed the new objects outside the row template group (i.e.
> in the card). Edit the template group and place your controls inside
> it.

Nope that wasn't it and nor was it the absence of data. Weird, but making a new 
datagrid seems to have fixed it.  


Gerry
___
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


Weird data grid behaviour

2014-06-07 Thread Gerry Orkin
Weirdness going on here with LC commercial 6.5.2 and all versions up to 6.6.2:

1) I drag a new data grid onto a stack
2) in the object inspector I make the datagrid a form datagrid (not strictly 
relevant as the problem happens with table datagrids too)
3) in the datagrid templates substack I see two cards, id 1002 and id 1005. 
I've never seen that before!
4) on card id 1002 I have ONLY the _DataGridTemplateInstructions_ group
5) on card id 1005 I have the expected row template group and it's contents
6) when I click the Row Template... button in the datagrid's inspector I see 
what looks like card id 1005 (I can see the row template)...but the title bar 
of that window says card id 1002. 
7) any changes I make to the row template on that card are NOT shown in the 
datagrid itself.
8) if I try to associate the row template on card id 1005 with the datagrid 
(e.g. set the dgProps["row template"] of group "Datagrid 1" to the long id of 
group id 1006 of card id 1005 stack "Data Grid Templates 1402184271384") I get 
no errors in the msg box but nothing changes. 

Argh. Help!

Gerry
___
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: tmControl2 Demo Update

2014-06-07 Thread Gerry Orkin
Can you list for us all the files that should have been included?

g


On 8 Jun 2014, at 9:56 am, Scott Rossi  wrote:

> Hello All:
> 
> With help from another list member, I was able to determine that I the server 
> I use was misconfigured and delivering an incomplete set of demo files.
> 
> For folks who were having trouble or are still interested in trying out 
> tmControl2, please try going to tmtools.tactilemedia.com/tmcontrol2 and try 
> the signup form again.
> 
> Sorry for the inconvenience.
> 
> Regards,
> 
> Scott Rossi
> Creative Director
> Tactile Media UX/UI Design
> ___
> 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


___
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: [ANN] tmControl2 First Release

2014-06-05 Thread Gerry Orkin
And worth every penny.

I think I'll still roll my own scrollers and table lists etc but for everything 
else this beats MobGUI in terms of depth and flexibility. Still a little buggy 
(something this sophisticated is bound to have a few problems in early 
releases) and the documentation/video tutorials need work, but...wow.

Gerry


On 3 Jun 2014, at 10:08 am, Scott Rossi  wrote:

> $10 is the discount off $59.  $49 is the discounted price.

___
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: [ANN] tmControl2 First Release

2014-06-01 Thread Gerry Orkin
Bloody hell...ok ok, I'll get it sooner then :)

g


On 1 Jun 2014, at 6:06 pm, Scott Rossi  wrote:

> I neglected mention the new-release discount is available for 1 week.

___
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: [ANN] tmControl2 First Release

2014-06-01 Thread Gerry Orkin
Just in time for iOS 8!

Just kidding - I doubt the UI will change much in the new version. tmControl 
looks great - when I start my next project I'll give it try.

Gerry


On 1 Jun 2014, at 5:45 pm, Scott Rossi  wrote:

> It's many long months, dozens of nights without sleep, and gallons of
> coffee, but I'm happy to announce the first release of tmControl2, my next


___
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: iOS: Check for Internet Connection?

2014-05-22 Thread Gerry Orkin
Happy I could help :)

g


On 23 May 2014, at 1:30 pm, Rick Harrison  wrote:

> This is exactly what I need!

___
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: iOS: Check for Internet Connection?

2014-05-22 Thread Gerry Orkin
There are commands for this. See the dictionary for 
"iphoneSetReachabilityTarget" and "reachabilityChanged. 

This is what I do. Start with this at the top of your stack script:

 global internetAvailable   

Then on openstack call this:

  iphoneSetReachabilityTarget  "google.com"

Have this in your stack script too:

on reachabilityChanged  hostNameOrAddress, reachabilityInfo
  global internetAvailable
  put reachabilityInfo into internetAvailable
end reachabilityChanged

That keeps a global variable updated with the current status of the connection. 
When I want to check for the current status I call this:

on internetCheck
 switch
case internetAvailable is empty
  answer "There doesn't appear to be an internet connection. Please try 
again later."
  exit to top
  break

case  "reachable" is among the items of internetAvailable and "is cell" 
is not among the items of internetAvailable  
  exit internetCheck -- there's an active wifi connection
  break
  
case internetAvailable contains "is cell"  
  answer "There's no wifi available. Use mobile data?" With "Yes" or 
"No"
  if it = "Yes" then
-- do whatever you need here
exit internetCheck
  else
exit internetCheck
  end if
  break
  end switch
end internetCheck
___
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: iOS Provisioning Profiles - Dev vs. Production

2014-05-06 Thread Gerry Orkin
Dan

Is this the first release of the app? I had a situation where updates to an 
existing version were fine but new installs hung for users. Turned out that I'd 
introduced a bug that only  affected users who didn't already have one of the 
files I copy from the binary to the device when the app is first launched. 

It must have passed Apple's testing because they tested it on the same device 
or simulator they'd used for the previous version. 

Gerry 

> On 7 May 2014, at 3:13 am, Dan Friedman  wrote:
> 
> Greetings!
> 
> If I build my iOS app with the Development Provisioning Profile, and install 
> it on my phone, and it runs perfectly without error, is there any reason to 
> believe or think that building the EXACT same app with the Production 
> Provisioning Profile would have any type of problem when it's posted to the 
> App Store by Apple?
> 
> This is exactly what I did.  But when downloaded from the App Store, the app 
> crashes.  Not just for me, but for everyone that installs the app.  How could 
> the app have passed the App Review process but crash on EVERY install on 
> EVERY device when downloaded from the App Store?
> 
> I keep thinking that it might be the version of LC (6.6.1) or XCode (5.1.1) I 
> am using... but wouldn't the development version fail as well?  Regardless of 
> that, how could it pass App Review if the app crashes on launch?
> 
> I have contacted Apple Developer Technical Support (using one of my 2 
> allotted support incidences), but they are just giving me the runaround.  All 
> I get from them are form responses.  Check this, check that... all checks 
> out.  They don't seem to want to examine the specifics of my case.   Some of 
> what they want me to do I can't because the app was not compiled in XCode.
> 
> If it helps, here is the relevant parts of a crash report:
> 
> Exception Type:  EXC_CRASH (SIGABRT)
> Exception Codes: 0x, 0x
> Crashed Thread:  5
> 
> Thread 5 Crashed:
> 0   libsystem_kernel.dylib0x3197232c __pthread_kill + 8
> 1   libsystem_c.dylib 0x3406f208 pthread_kill + 48
> 2   libsystem_c.dylib 0x34068298 abort + 88
> 3   myApp 0x001df580 0xad000 + 1254784
> 4   myApp 0x0017ee4e 0xad000 + 859726
> 5   myApp 0x0017ed20 0xad000 + 859424
> 6   libsystem_c.dylib 0x3403072e _pthread_start + 314
> 7   libsystem_c.dylib 0x340305e8 thread_start + 0
> 
> 
> Anyone have any words of wisdom on this?  Client is already at their wits end!
> 
> -Dan
> ___
> 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

___
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: [ANN] Facebook Lib

2014-05-02 Thread Gerry Orkin
Got mine - works so well and I can't wait till the mobile version. 

Gerry

> On 2 May 2014, at 8:18 am, Andre Garzia  wrote:
> 
> Hey Folks,
> 
> I've issued free orders to all those that contributed back then. Please
> send feedback once you receive yours.
> 
> Cheers
> 
> 
>> On Thu, May 1, 2014 at 6:49 PM, Andre Garzia  wrote:
>> 
>> auhahuahuahuahuauhauha
>> 
>> Its very good to be back my friends!
>> 
>> Hey Jacqu :D
>> 
>> 
>> On Thu, May 1, 2014 at 6:09 PM, Scott Rossi wrote:
>> 
>>> http://i-view.net/stuff/welcome_back.jpg
>>> 
>>> 
>>> :-)
>>> 
>>> Regards,
>>> 
>>> Scott Rossi
>>> Creative Director
>>> Tactile Media, UX/UI Design
>>> 
>>> 
>>> 
>>> 
 On 5/1/14 11:51 AM, "Andre Garzia"  wrote:
 
 As said in the popular Sega Genesis game Altered Beast: "RISE FROM YOUR
 GRAVE!"
 
 Hey Folks,
 
 Long time no see! I missed you all and this is my "I am back" email. For
 the past year and a half I've been heavily involved with Mozilla, HTML5
 and
 Firefox OS but I never forgot LiveCode or how much I love you all. I've
 been showing LiveCode to people all over the past year, everyone is
>>> always
 impressed.
 
 Well, back to business, there will be time for small talk later! I've
 managed to build a simple Facebook Library for LiveCode. Finally! And it
 works.
 
 You can learn more about it at:
 
 http://andregarzia.com/pages/en/facebooklib/
 
 Basically it allows you to post and get stuff from Facebook. Right now it
 relies on RevBrowser so its available only for Mac OS X and Windows. I
 will
 sort mobile shortly but since I knew that some people here needed this I
 decided to start selling it with the Desktop platform only. Call it an
 MVP.
 
 The library is there along with a sample stack that is able to post text
 and photos to a user wall.
 
 I've also made new bundles of DB Lib, AAG Tools and Facebook Lib
 available.
 
 Check them out and send any feedback my way.
 
 Cheers
 Andre
 
 --
 http://www.andregarzia.com -- All We Do Is Code.
 http://fon.nu -- minimalist url shortening service.
 
 
 --
 http://www.andregarzia.com -- All We Do Is Code.
 http://fon.nu -- minimalist url shortening service.
 ___
 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
>>> 
>>> 
>>> 
>>> ___
>>> 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
>> 
>> 
>> 
>> --
>> http://www.andregarzia.com -- All We Do Is Code.
>> http://fon.nu -- minimalist url shortening service.
> 
> 
> 
> -- 
> http://www.andregarzia.com -- All We Do Is Code.
> http://fon.nu -- minimalist url shortening service.
> ___
> 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

___
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: Updated app on the iOS store

2014-04-03 Thread Gerry Orkin
Bill, thanks. Amazing that it worked for me on 2 devices, and for Apple, but 
some devices seem to be having problems with the database!

I've uploaded a fix (hopefully). It'll be on the Store whenever Apple decides :)

Gerry


On 4 Apr 2014, at 12:50 am, Earthednet-wp  wrote:

> I'm on an iPad 2 with iOS 7. I get the opening screen and clock and top left 
> menu, but it is frozen there. Nothing I touch makes anything happen.
> Bill

___
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


Updated app on the iOS store

2014-04-02 Thread Gerry Orkin
Comrades

An old app I've had on the iOS app store for a couple of years was just updated 
for iOS 7. Check it out :) :

https://itunes.apple.com/au/app/the-george-hrapp/id447729252?mt=8

Cheers

Gerry
___
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: 6.6 RC2 Release

2014-03-18 Thread Gerry Orkin
Could people please limit the text they include from the message they are 
quoting when replying? A one line response followed by 50 lines of quoted text 
makes scrolling through messages on mobile devices a pain. 


Thanks. 




Gerry

On Wed, Mar 19, 2014 at 7:10 AM, Stephen MacLean 
wrote:

> Hi John
> From the 13th:
>>> Everything I've tested so far works fine, but mergMK seems to have a 
>>> problem when when you go to set it's rect to the rect of a graphic that's 
>>> been scaled, it doesn't see it as scaled and is drawn at a quarter of the 
>>> size. 
> Best,
> Steve
> On Mar 18, 2014, at 4:07 PM, John Dixon  wrote:
>> What was the mergMK issue ?
>> 
>>> Subject: Re: 6.6 RC2 Release
>>> From: smacl...@madmansoft.com
>>> Date: Tue, 18 Mar 2014 16:05:56 -0400
>>> To: use-livecode@lists.runrev.com
>>> 
>>> Fixed the mergMk issue, thanks
>>> 
>>> Best,
>>> 
>>> Steve
>> 
>>
>> ___
>> 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
> ___
> 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
___
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: Defining Pet Features and Essentials

2014-02-11 Thread Gerry Orkin
And here it is with 2 files downloading concurrently:

http://quick.as/yn6aiq18

Gerry


On 12 Feb 2014, at 12:38 pm, Gerry Orkin  wrote:

> Ender wrote:
> 
>> One cannot update the UI while pulling the content from the server. 
> 
> Er, yes you can. I'm doing it.
> 
> Here's a screencast of it in action:
> 
> http://quick.as/qyvjtr47
> 
> g
> 
> 
> 


___
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: Defining Pet Features and Essentials

2014-02-11 Thread Gerry Orkin
Ender wrote:

> One cannot update the UI while pulling the content from the server. 

Er, yes you can. I'm doing it.

Here's a screencast of it in action:

http://quick.as/qyvjtr47

g




___
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: new way closing a stack in IOS 7

2014-02-10 Thread Gerry Orkin
Or, for location:

UIBackgroundModes 
 
   location 
  


Gerry


On 11 Feb 2014, at 10:49 am, Gerry Orkin  wrote:

> BTW if you need the app to keep playing sound (or tracking location etc) 
> you'll also need to add:
> 
> UIBackgroundModes
> 
> audio
> 
> 

___
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: new way closing a stack in IOS 7

2014-02-10 Thread Gerry Orkin
Alain

No it isn't risky. It's been working fine for me for ages. 

BTW if you need the app to keep playing sound (or tracking location etc) you'll 
also need to add:

UIBackgroundModes

audio


...to the plist.

Gerry


On 11 Feb 2014, at 2:13 am, Alain Vezina  wrote:

> I think this solution is a bit risky but I will try it on a test app.

___
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: iOS Native browser kills native player

2014-02-07 Thread Gerry Orkin
On further investigation the player is destroyed only if the URL of the page 
being loaded into the browser contains inline video or audio content and 
controls. Setting the browser control's "allowsInlinePlayback" property to 
false (which is documented as preventing inline media from playing) doesn't fix 
the issue.

Here's the bug: http://quality.runrev.com/show_bug.cgi?id=11765

Gerry


On 7 Feb 2014, at 6:37 pm, Gerry Orkin  wrote:

> Before I report this as a bug, has anyone else noticed that if you have a 
> non-full screen native player on a card and then create a native browser on 
> the same card the player disappears. It's still plays...unless you set the 
> URL of the browser...then the player is destroyed.
> 
> Can those native objects not live together happily?
> 
> Gerry

___
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


iOS Native browser kills native player

2014-02-06 Thread Gerry Orkin
Before I report this as a bug, has anyone else noticed that if you have a 
non-full screen native player on a card and then create a native browser on the 
same card the player disappears. It's still plays...unless you set the URL of 
the browser...then the player is destroyed.

Can those native objects not live together happily?

Gerry
___
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: of possible Android interest

2014-02-05 Thread Gerry Orkin
This WAS too good to be true:

> Dear Customer,
>  
> Thank you for your order at FocalPrice.com.
>  
> We are so sorry to inform you that MH0618W in your order FPGZFDBXHXYT is our 
> Clearance Center product, which only has limit inventory and has been sold 
> out already. Due to our system bug, the item still could be added to shopping 
> cart after selling out. As the item is unable to be restocked back anymore, 
> we have no choice but cancel your order and make full refund in 7 working 
> days, please check your account for updates later. We are sorry for such 
> inconvenience has caused.

Gerry
___
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: of possible Android interest

2014-02-03 Thread Gerry Orkin
I just bought one. I'll let you know if it was worth it in a week or two :)

g


On 4 Feb 2014, at 12:12 pm, Mark Wieder  wrote:

> Yeah, that's what's worrying me about it.

___
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: How to Reset ID's of Controls

2014-01-27 Thread Gerry Orkin
No one ever quits Ender's apps (they are just too good) so he still has a 
problem :)

> On 28 Jan 2014, at 12:33 am, John Craig  wrote:
> 
> Hi, Ender.  The ID's will still increase as the app runs - same as in the 
> development environment, but when the app is restarted, the original stack 
> will be loaded and the ID's will start again from their original values.
> 
> 
>> On 27/01/2014 13:18, Ender Nafi Elekcioglu wrote:
>> Alan hi,
>> 
>> About second part of your reply: no, I don’t use any stack as a datafile.
>> For that purpose, I’m using a couple of simple text files and a big SQLite 
>> database.
>> 
>> The app has a library substack which is static and don’t alter during 
>> runtime;
>> the mainstack has 23 cards which have several hundreds of controls
>> and the majority of those controls are created on the fly since the content 
>> is dynamic.
>> It’s kind of a news app.
>> 
>> About the first part of your reply: I’ve thought this, too, after sending 
>> that last post.
>> This is a standalone and there is no way to alter a digitally signed app, 
>> right?
>> We can’t even set or create a new custom property during runtime on iOS.
>> 
>> So, maybe this *ID’s constantly increasing* issue is related merely to the 
>> development environment.
>> I should test this as soon as possible.
>> 
>> 
>> 
>> Regards,
>> 
>> ~ Ender
>> 
>> From: Alan Stenhouse Alan Stenhouse
>> Reply: Alan Stenhouse
>> Date: January 27, 2014 at 13:21:43
>> To: use-livecode@lists.runrev.com use-livecode@lists.runrev.com
>> Subject:  Re: use-livecode Digest, Vol 124, Issue 44
>> Hi Ender
>> 
>> I can't imagine that once you build your standalone that there will be any 
>> change at all to the IDs inside it - that shouldn't be possible - unless 
>> you're opening a separate stack/data file and modifying that?
>> 
>> If it is a "datafile" that you're including/modifying and you're creating so 
>> much from scratch each time, is it really necessary that it's a separate 
>> stack file? Can you somehow just save the last status in a text/data file 
>> and rebuild on startup?
>> 
>> What is your actual setup for this app?
>> 
>> cheers
>> 
>> Alan
>> ___
>> 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
> 
> 
> ___
> 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

___
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: Mac Mavericks, Xcode, iOS Development and LC

2014-01-25 Thread Gerry Orkin
Apps on each monitor now have their own menu bars. I love this feature. 

Gerry


On 26 Jan 2014, at 10:57 am, stephen barncard  
wrote:

> that's pretty annoying.

___
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: "send message in 10" doesn't work properly

2014-01-19 Thread Gerry Orkin
I wrote:

> Send "doit" && myTarget in 10 ticks


...but then I noticed that you weren't sending the message to an object.  I 
think you have to specify where you are sending the message...?

Gerry


___
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: Apple down

2014-01-14 Thread Gerry Orkin
Nope. Working fine here.

g

On 15 Jan 2014, at 5:40 pm, Nakia Brewer  wrote:

> Anyone else having trouble logging onto Apple services (Mac AppStore and DEV 
> centre ?)

___
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


test, please ignore

2014-01-13 Thread Gerry Orkin

___
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: Method to substitute a string of text in htmlText of a field

2014-01-13 Thread Gerry Orkin
You kinda had it right :) Try:

replace "Gl,movement" with "Gl,12345" in thetext

Easy!

Gerry



On 14 Jan 2014, at 11:57 am, Peter Bogdanoff  wrote:

> I need to substitute the html linkText in a field with other linkText.

___
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: Deleting rows in dat grid forms

2014-01-08 Thread Gerry Orkin
Yep, thanks - it does. I'm now using the line number, not the index :)

Gerry


On 9 Jan 2014, at 1:01 pm, Peter Haworth  wrote:

> Hope that helps,

___
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: Deleting rows in dat grid forms

2014-01-08 Thread Gerry Orkin
Zryip

Thanks - same problem :(

Gerry


On 9 Jan 2014, at 10:56 am, zryip theSlug  wrote:

> Try:
> on deleteRecord whichRow
>dispatch "deleteIndex" to group "datagrid" with whichRow
> end deleteRecord

___
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


Deleting rows in dat grid forms

2014-01-08 Thread Gerry Orkin
Hi all

I have a delete button in the row template group of a data grid form.

When the user touches there delete button I do this:

deleteRecord the dgIndex of me

...and I handle that command in the card script with:

on deleteRecord whichRow
dispatch "deleteline" to group "datagrid" with whichRow 
end deleteRecord

That deletes the specified row, but something isn't working right. For example, 
if the delete button in row 4 is touched, the fourth row in the data grid is 
deleted which moves the 5th row into the 4th row position. But I then touch the 
delete button in the (new) 4th row, the dgIndex passed to my delete script 
isn't 4...it's 5.

Why is that, and how do I fix it? In the past when I've done a row delete in a 
data grid form I've simply deleted the record in my database, rebuilt the data 
grid array and re-populated the data grid. So how do I do a row delete without 
having to do that?

Cheers

Gerry


___
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: making thumbs & the rect on iOS

2013-10-02 Thread Gerry Orkin
Jim

Why don't you use Monte's mergAV external to make the thumbnails? Quick, clean, 
easy!

Gerry





On 03/10/2013, at 11:37 AM, Jim sims  wrote:

> Using LC 5.5.5 for dev on  iOS
 
___
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: iOS 7 / Xcode 5 and the status bar.

2013-10-02 Thread Gerry Orkin
I'm using 45 pixels. And as my app can be themed with different colours I'm 
changing the colour of the rectangle behind the status information.

Gerry


On 02/10/2013, at 2:11 PM, Ralph DiMola  wrote:

> OK, I see what you mean about the new style. It just would have been helpful
> to know how many pixels the status bar icons occupy.


___
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: LiveCoders in France and Spain

2013-09-30 Thread Gerry Orkin
Paris AND Barcelona?!?

Some people are very very lucky :)

Gerry



On 30/09/2013, at 7:25 PM, Sergio Schvarstein  wrote:

>  living in Paris since a couple of years ago. Before living in France I lived 
> in Barcelona for more than 20 years.

___
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: 6.1.2 & iO7

2013-09-27 Thread Gerry Orkin
Yep. I have one script that fails when I include:

answer "any text"

...anywhere in the handler. 

Gerry

-- Sent from my iPhone. 

> On 27 Sep 2013, at 10:32 pm, John Dixon  wrote:
> 
> I have a stack running in iOS 6.1.3 that sets up a systembeep in the 
> openStack handler
> 
> set the beepSound to specialFolderPath("engine") & "/shortbeep.aiff"
> 
> but when I run this against iOS7 under LC 6.1.2 - rc1 the stack won't run in 
> the simulator. I have to comment out this line of script and remove the sound 
> file 'shortbeep.aiff' for it to work...
> 
> Anyone seeing other anomolies in their introduction to LC 6.1.2 - rc1 and 
> iOS7 ?
> 
> Dixie
> 
> ___
> 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

___
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: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Gerry Orkin
 René wrote:

> I don't understand ! Ihave LiveCode 6.5 (dp 1)… ???
 
6.5 is an experimental pre-release of a version with significant changes to 
many areas of the engine. You'd be mad to be running it as your day-to-day 
development environment :)

Gerry
___
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: 6.1.2 rc1

2013-09-25 Thread Gerry Orkin
I'm using mergpop but removing it doesn't help :)

g


On 26/09/2013, at 11:26 AM, Monte Goulding  wrote:

> If you have any externals you will need iOS 7 builds of those too. I'll get 
> mergExt ones done ASAP now that the development cycle for 6.1.2 has started.

___
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: 6.1.2 rc1

2013-09-25 Thread Gerry Orkin
Same here. Also my app fails in numerous ways in the 7.0 simulator :(

Gerry


On 26/09/2013, at 3:28 AM, Ralph DiMola  wrote:

> I'm getting this error when creating iOS standalone:
> 
> Linking for armv7 failed with llvm-g++-4.2: error trying to exec
> '/usr/bin/../llvm-gcc-4.2/bin/arm-apple-darwin11-llvm-g++-4.2':execvp: No
> such file or directory

___
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: Developer Preview 1

2013-09-25 Thread Gerry Orkin
Dixie wrote

>  lunchtime today would be good... 

I'm guessing they've had a few unexpected issues come up - they were aiming for 
Friday of last week. It would be good to get an updated ETA from the mothership.

g
___
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: Developer Preview 1

2013-09-25 Thread Gerry Orkin
Richmond wrote:
>  
> They can just roll that into 6.5.0
 
Yes, but 6.5 isn't imminent and iOS developers need to be able to build for the 
new iOS ASAP.

Gerry
___
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: Developer Preview 1

2013-09-25 Thread Gerry Orkin
Richmond wrote:

> I wonder what the point of a 6.1.2 release is (Ben???)

iOS 7 support.

Gerry
___
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: Yikes! Mobile handles URLs differently than desktop?

2013-09-13 Thread Gerry Orkin
I have scripts that handle the URL displayed in a browser control. 

I found that even if the URL contained zero spaces I still had to change spaces 
to %20 to get it to work. Fricken weird. 

I think this has now been fixed in the engine - I recall seeing it on a list of 
recent fixes?

Gerry 

-- Sent from my iPhone. 

> On 14 Sep 2013, at 8:20 am, Monte Goulding  
> wrote:
> 
> 
>> On 14/09/2013, at 8:16 AM, Mike Kerner  wrote:
>> 
>> Hmm.  I looked but didn't find it before I sent the message out.  I'll look
>> again...
> 
> 
> It's quite possible it's one of the many things that was documented in the 
> old release notes and is now undocumented. I'm fairly sure if you look in the 
> 5.5.5 release notes it will mentioned be in there that urls on mobile are 
> stricter than desktop.
> 
> Cheers
> 
> --
> Monte Goulding
> 
> M E R Goulding - software development services
> mergExt - There's an external for that!
> 
> 
> 
> 
> 
> ___
> 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

___
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


Free merge external

2013-09-12 Thread Gerry Orkin
Hi all

I have a Kickstarter reward that entitles me to one free mergExt iOS external. 
As I'm a mergExt subscriber I don't really need it so if you want it email me 
direct at gerry [dot] orkin {at} gmail (dot) com with "mergExt" in the subject 
line - I'll accept requests for 24 hours (given the many time zones we are all 
in) then randomly select one lucky winner  :)

If you post a request for it on this list I'll happily ignore you :)

Cheers

Gerry
___
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: Livecode and iOS 7

2013-09-10 Thread Gerry Orkin
I wrote:

> We can't currently install development versions of our apps on iOS 7 devices 
> via xCode...correct?

Incorrect. I've just installed the iOS 7 GM and I can install development apps 
with no problem at all using Monte's MergTestApp.

Whoop de doo!

Gerry
___
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: Facebook authorisation on iOS

2013-09-10 Thread Gerry Orkin
Mark, thanks. I've pretty much come to the same conclusion - I got it to work 
but it was slow and unreliable :) I'll roll my own email-based authentication 
method, I think. 


  


Gerry

—
Sent from Mailbox for iPad

On Wed, Sep 11, 2013 at 1:41 AM, Mark Wilcox 
wrote:

> Hi Gerry,
> I don't know how Andre Garcia's library works but assume it's not using an 
> external that wraps the Facebook SDK for iOS. From painful personal 
> experience I'd advise against any attempt to access Facebook other than 
> through the official SDKs or platform native interfaces (e.g. for sharing on 
> iOS). I'd also suggest avoiding using the web/JavaScript SDK unless you're 
> building a web app. Facebook has a "move fast and break things" culture and 
> they regularly break their APIs. When you're using an official SDK (even 
> wrapped) you share the pain with everyone else and it usually gets fixed very 
> quickly. If you've got some community generated solution with a minimal 
> number of users then you're almost on your own and every time it breaks you 
> need to rush through an update to your app to fix it. Not even slightly fun.
> My experience came through trying to integrate with Facebook via native apps 
> on platforms they don't provide official SDKs for - it was a mandatory 
> requirement from the client and I didn't have a choice. If you have any other 
> choice - take it. Either go down the external route or just don't use 
> Facebook auth.
> FWIW, this is almost unique to Facebook, we didn't have similar problems 
> integrating with other services.
> Hope that helps,
> Mark
> 
>  From: Gerry Orkin 
> To: How to use LiveCode ; LiveCode Developer 
> List  
> Sent: Tuesday, 10 September 2013, 1:50
> Subject: Facebook authorisation on iOS
>  
> Hi all
> As you know lots of sites and apps use Facebook authentication to verify user 
> identities. I'm trying to get that working in iOS using Andre Garcia's 
> Facebook library. I can get the FB sign on screen but the app always crashes 
> after I enter my log in details. I'm having no luck debugging the problem :(
> Has anyone got this to work? Is it work persisting?
> Cheers
> Gerry
> ___
> 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
> ___
> 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
___
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: Livecode and iOS 7

2013-09-10 Thread Gerry Orkin
We can't currently install development versions of our apps on iOS 7 devices 
via xCode...correct?

Gerry



___
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


Facebook authorisation on iOS

2013-09-09 Thread Gerry Orkin
Hi all

As you know lots of sites and apps use Facebook authentication to verify user 
identities. I'm trying to get that working in iOS using Andre Garcia's Facebook 
library. I can get the FB sign on screen but the app always crashes after I 
enter my log in details. I'm having no luck debugging the problem :(

Has anyone got this to work? Is it work persisting?


Cheers

Gerry
___
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: Apple Safari 6.1 issues warning

2013-09-09 Thread Gerry Orkin
Is that a pig I see flying past the window?

Gerry


On 08/09/2013, at 5:49 PM, Richmond  wrote:

> I believe that IF people voted "with their feet" and moved over to Linux and 
> other
> alternatives en masse this would bring pressure to bear on Microsoft, Apple 
> and Canonical
> to stop shoving their rigid vision of the future down our throats and do some 
> customer
> research.

___
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: iPhoneControls group close

2013-09-08 Thread Gerry Orkin
Vaughn

Tom beat me to it re the rect you are using and the delete control stuff. 
However I think Tom is wrong about his second delete example since you haven't 
given the browser control a name when you create it. Do that this way:

 iphoneControlCreate "browser", "mapbrowser"  

That way you can refer to it by name in any other script (including the delete 
control script):

on closeCard
  mobileControlDelete "mapbrowser"
end closeCard

Cheers

Gerry


On 08/09/2013, at 12:51 PM, Thomas McGrath III  wrote:

> Do both of these and that should solve your problems.

___
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: iPhoneControls group close

2013-09-07 Thread Gerry Orkin
Can you show us the code you use to create the browser control?

Gerry


On 08/09/2013, at 9:23 AM, Vaughn Clement  wrote:

> The browser group is the name of the group object  that I am using to
> display the Google or MapQuest web site.

___
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: iPhoneControls group close

2013-09-07 Thread Gerry Orkin
What exactly do you mean by  "browser group"?


  


Is it the ios native browser control? Or some other group of LiveCode 
controls?


  


Gerry

On Sat, Sep 7, 2013 at 11:30 PM, Vaughn Clement 
wrote:

> Hi All
> The issue has not gone away. I have tried several different ways to stop
> the browser group object from displaying on every screen after it is
> opened. This is how the screen is setup:
> On the substack, the first card has a set of buttons (1 Google Maps 2
> MapQuest) and the user selects the browser they want to use. The button
> uses a switch handler to show either browser in card 3. I don't add new
> cards in this stack. On card 3 the Load Browser Button loads the maps app
> that was selected. When the user is done working on this screen they tap
> the Home button that returns them to card 1 where they can move to other
> screens.
> The issue is the browser group now fills every screen in the app and will
> not go away without quitting the simulator. I have tried all of the likely
> solutions, and nothing works to correct the issue.
> Thank you
> Vaughn Clement
> Apps by Vaughn Clement (Support)
> *http://www.appsbyvaughnclement.com/tools/home-page/*
> Skype: vaughn.clement
> https://secure.join.me/appsbyvclement
> FaceTime: vclem...@gmail.com
> LogMeIn also avaialble
> Call on "ooVoo" at address:  vaughnclement or 9282549062
> Ph. 928-254-9062
> On Sat, Sep 7, 2013 at 4:25 AM, Thomas McGrath III  wrote:
>> Gerry,
>>
>> If the backgroundBehavior is true then you can remove the group from every
>> card in a stack using "Remove Group" without deleting the group. Then at
>> any point you can "Place Group" to put it where you want. I am not sure if
>> that is what the OP wanted or not since he never replied back.
>>
>> Regards,
>>
>> Tom
>>
>> -- Tom McGrath III
>> http://lazyriver.on-rev.com
>> mcgra...@mac.com
>>
>> On Sep 7, 2013, at 2:12 AM, Gerry Orkin  wrote:
>>
>> > That will delete the group from the stack - is that what the OP wanted??
>> >
>> >
>> > On 05/09/2013, at 11:18 AM, Thomas McGrath III  wrote:
>> >
>> >> Go to the main Stack where the offending group is being shown in the
>> IDE and select "Remove Group" from the Object Menu. That should do it.
>> >
>> > ___
>> > 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
>>
>>
>> ___
>> 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
>>
> ___
> 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
___
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: Google's SPAM filters [was Re: Finding the calling code/object/script?]

2013-09-06 Thread Gerry Orkin
I have been thinking that the list was dead - until I saw 216 messages that 
have been filtered into my gmail spam folder. 


  


Ugh. 


  


Gerry

—
Sent from Mailbox for iPad

On Sat, Aug 24, 2013 at 7:57 AM, Nicolas Cueto  wrote:

> On Fri, Aug 23, 2013 at 10:51 PM, Dr. Hawkins  wrote:
> Oddly, google flagged Scott's message as spam.  I only found it when
>> looking after Craig referred to it . . .
>>
> Each few hours now for several weeks Google's SMAP filter has been
> mistakenly categorizing a handful of list messages at a time. Seems like 10
> to 20 messages a day, with no recognizable pattern to them.
> Anyone else?
> --
> Nicolas Cueto
> ___
> 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
___
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: iPhoneControls group close

2013-09-06 Thread Gerry Orkin
That will delete the group from the stack - is that what the OP wanted??


On 05/09/2013, at 11:18 AM, Thomas McGrath III  wrote:

> Go to the main Stack where the offending group is being shown in the IDE and 
> select "Remove Group" from the Object Menu. That should do it.

___
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


Looking for a couple of testers for a word game

2013-08-14 Thread Gerry Orkin
Hi all

Any volunteers care to give me feedback on an iOS word game that's nearing 
release? Please email me off list :)

Thanks in advance!

Gerry
___
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: Prepare image usage

2013-08-05 Thread Gerry Orkin
> So i can use: get URL tFile and then save to a folder inside the ipad app.

Yep. I'd probably .zip a folder with the initial thumbnails that gets 
downloaded and expanded the first time your app runs. Expand them into a 
thumbnails folder that you create inside the Documents folder on the device. A 
few people have worked out how to do the download and unzipping already e.g. 
see http://ftp.runrev.com/forums/viewtopic.php?t=14106&p=69291.

Once you have them on the device it's a simple matter to just assign them as 
image files to the images in your scroller. 

For subsequent downloads of new thumbnails just repeat the process, adding the 
new images to the same folder. You can track the .zip archives already 
downloaded in a preferences file on the device that you compare to a similar 
file on the server (there are other ways of doing that too).

Make sense? 

Cheers

Gerry


 
> Like the example in the dictionary for specialfolderpath("cache")
> 
> Then refer to that path for setting the filename.
> 
> That what you mean?
> 


___
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: Prepare image usage

2013-08-04 Thread Gerry Orkin
I might have missed something but why not download the images the first time 
the app ever loads (and store them locally)? As I understand it you'll need to 
do that for all the images only the first time it loads, and then from time to 
time just download updates?  Once downloaded you could cache them ready for 
quick display.

g


On 05/08/2013, at 4:29 PM, Jim sims  wrote:

> My strategy of setting the filename of images to empty allows me to scroll
> and resetting the filenames works but i want to speed this up so it
> displays quicker.

___
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: Prepare image usage

2013-08-04 Thread Gerry Orkin
Whoops. Sorry. Yes, you have the right idea. That should work.

I believe you can also set the size of the image cache using imageCacheLimit - 
that will maximise the chance that your images won't be flushed from the cache. 
I have no idea if the image cache persists across app restarts but based on my 
experience with other kinds of data it should.

Gerry



On 05/08/2013, at 3:45 PM, Gerry Orkin  wrote:

> prepare image file "http://yourserver.com/logos/logo.jpg";...
> 
> ...should do it. Assuming of course that it works on online images...

___
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: Prepare image usage

2013-08-04 Thread Gerry Orkin
prepare image file "http://yourserver.com/logos/logo.jpg";...

...should do it. Assuming of course that it works on online images...

Gerry



On 05/08/2013, at 3:28 PM, Jim sims  wrote:

> I have 100 thumbnail images on a server that I want to use and reuse, in a
> very quick display manner.

___
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: Scrolling group on iPad

2013-08-04 Thread Gerry Orkin
Data grids are not all that complex once you get the hang of them. But I'm 
guessing that the link to online images is your weak spot. Can't they be 
located in the device?


Gerry

On Sun, Aug 4, 2013 at 7:48 PM, Jim sims  wrote:

> The iPad app has a set of groups like this:
> Each group has 3 controls
> Image  - text field - text field
> I made 80 of these (3 part) groups and then grouped them all so they scroll
> with an iOS scroller.
> If i do not set the filename of the image control objects it will scroll
> with no problem on the iPad.
> When i do set the filename of an image to a file on my server then the
> entire set of groups locks up and will not scroll.
> Any ideas on how to fix this?
> I am really really not  wanting to start messing with datagrids - i pray
> that is not the solution to this problem.  ;-P
> TIA
> sims
> ___
> 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
___
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: [ANN] mApp 1.0.1

2013-07-29 Thread Gerry Orkin
Monte, thanks. Is there documentation for mApp?

g


On 30/07/2013, at 9:52 AM, Monte Goulding  wrote:

> Hi Folks
> 
> I normally don't spam this list with maintenance release announcements but 
> this is a fairly critical one for mApp users wanting to work on LC 6.1+. It 
> works around the crash when building on that version. mApp is available in 
> the free section of the mergExt.com download page. For those that don't know 
> mApp is an MIT licensed mobile application framework that handles pixel 
> density and layout.
> 
> Cheers
> 
> --
> M E R Goulding 
> Software development services
> Bespoke application development for vertical markets
> 
> mergExt - There's an external for that!
> 
> ___
> 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


___
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: delete Url on mobile

2013-07-29 Thread Gerry Orkin
On iOS at least you can't change the binary at run time in any way. Apple won't 
allow it.

g

On 30/07/2013, at 12:19 PM, Thomas McGrath III  wrote:

> Can you delete a file on mobile if it is in the engine folder?
>   delete URL ("file:" & specialFolderPath("engine") & "/" & tName)
> 
> Tom
> -- Tom McGrath III
> http://lazyriver.on-rev.com
> mcgra...@mac.com
> 
> ___
> 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


___
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: AW: multiple crashes with OS 10.8.4 and 6.0.2 community

2013-07-05 Thread Gerry Orkin
I'm getting hangs and the occasional crash on OS X 10.8 with 6.1 commercial. 
Never happened before. 
​
Gerry

On Thu, Jul 4, 2013 at 6:01 PM, Tiemo Hollmann TB 
wrote:

> I don't know, perhaps by copy/paste? But I don't know, if our bugs are
> related at all.
> In my case it were German accents in a stack title
> Tiemo
>> -Ursprüngliche Nachricht-
>> Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im
> Auftrag
>> von Timothy Miller
>> Gesendet: Mittwoch, 3. Juli 2013 20:32
>> An: How to use LiveCode
>> Betreff: Re: multiple crashes with OS 10.8.4 and 6.0.2 community
>> 
>> Hi Tiemo,
>> 
>> Thanks.
>> 
>> It's possible I unwittingly entered a Unicode character into a field.
>> 
>> Is it possible to do this by accident?
>> 
>> Tim
>> 
>> On Jul 3, 2013, at 12:40 AM, "Tiemo Hollmann TB" 
>> wrote:
>> 
>> > Do you have any Unicode chars in your text?
>> > I just had crashes because of Unicode in the stack title with 6.0.2.
>> > Not a solution, but perhaps a trace.
>> > Tiemo
>> 
>> 
>> 
>> ___
>> 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
> ___
> 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
___
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: Augmented reality with LiveCode ?

2013-06-29 Thread Gerry Orkin
Nope :)

g


On 29/06/2013, at 2:18 AM, Sergio Schvarstein  wrote:

> Hi,
> 
> Is there any way or tool for creating an Augmented Reality app for iOS using 
> LiveCode ?
> 
> Thanks :-)
> 
 
___
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: Does Apple accepts App with LC field instead of native iOS fields?

2013-06-22 Thread Gerry Orkin
I have an app in the store that uses LiveCode fields. Native fields are useful 
where the user has to enter or edit text. I'm not sure why you would not want 
to use them if your app requires that sort of interaction. 


​Gerry

On Sat, Jun 22, 2013 at 11:51 AM, kee nethery  wrote:

> They are not purists. Being able to use the magnifier is not in the rules for 
> what an app has to comply with to be accepted. Yes you can just use a LC 
> field.
> Kee Nethery
> (I'm not Apple so your mileage may vary)
> On Jun 21, 2013, at 5:36 PM, Matthias Rebbe 
>  wrote:
>> Hi,
>> 
>> does anyone know if Apple accepts also apps which "just" use normal Livecode 
>> fields instead of native fields?
>> Or is it mandatory  that the user is able to use the magnifier?
>> 
>> Regards,
>> 
>> Matthias
> ___
> 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
___
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: Move a native iOS field?

2013-06-20 Thread Gerry Orkin
on keyboardDeactivated
   answer "The keyboard was deactivated" with "Okay"
end keyboardDeactivated


On 20/06/2013, at 8:06 PM, Matthias Rebbe  
wrote:

> Hi Gerry,
> 
> thanks for your suggestion.
> 
> This works so far. I am using the  inputreturnkey handler in the last field 
> to reset the fields to their original position.
> This works also w/o problem.
> 
> But if the user just taps outside the field instead of pressing return, then 
> the keyboard disapears and the fields remain on their last position. Is there 
> a handler which detects the lost focus?


___
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: Move a native iOS field?

2013-06-17 Thread Gerry Orkin
If I understand your problem correctly, try setting the rects of the native 
controls (including the multiline one) instead of hiding and showing them. That 
way it will appear that they have all moved up the screen so the multiline one 
shows above the keyboard.

Gerry


On 18/06/2013, at 7:45 AM, Matthias Rebbe  
wrote:

> Hi,
> 
> i have form in my iOS App with serveral native fields. The last field (a 
> multiline one) is covered by the keyboard.
> Is there a way to scroll the complete form?
> 
> I have seen iOS apps, where one can move/scroll a group of native fields. I 
> tried to hide the native multiline field when entering that field and then 
> place the field in the middle of the screen and set it visible again. But 
> this seems not be working.
> 
> Any ideas?
> 
> Regards,
> 
> Matthias
> ___
> 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


___
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: Dropbox in livecode

2013-06-13 Thread Gerry Orkin
Monte has a Dropbox iOS external. 


​Gerry

On Fri, Jun 14, 2013 at 7:44 AM, Mark Wieder 
wrote:

> Mike Kerner  writes:
>> I'm doing this right now, and going back and forth with iOS, as well.
> 1. Are you doing this to a local dropbox folder, or to the web?
> 2. To your own dropbox or to someone else's?
> -- 
>  Mark Wieder
>  mwie...@ahsoftware.net
> ___
> 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
___
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: [OT] What's happening here in Turkey...

2013-06-11 Thread Gerry Orkin
Sounds terrible Ender, but I was surprised by this:

> the governor had PROMISED not to attack.
> thus, many of us brought children.

Really? After the previous week's events people thought this might be a safe 
place to bring chilren?!?

Wishing you well,

Gerry


___
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: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Gerry Orkin
I wasn't doubting you, but multiple information sources make for safer 
decisions :)

g


On 11/06/2013, at 12:22 PM, Colin Holgate  wrote:

> I think I was saying that it does work. Do you have more than one device, I'm 
> just using my iPhone 5 on iOS 7.
> 
> 
> On Jun 10, 2013, at 9:55 PM, Gerry Orkin  wrote:
> 
>>> Ok, but being cautious - can anyone else confirm that iPhone apps built 
>>> with LC 6.x and installed with the xCode 5 beta are working fine on iOS 7?
> 
> ___
> 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


___
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: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Gerry Orkin
Ok, but being cautious - can anyone else confirm that iPhone apps built with LC 
6.x and installed with the xCode 5 beta are working fine on iOS 7?

Cheers

Gerry





On 11/06/2013, at 11:34 AM, Colin Holgate  wrote:

> The thing I tried was laid out for iPad 3, and I could see the the top area 
> on iPhone 5, so I think it was working correctly.
> 
> 
> On Jun 10, 2013, at 8:58 PM, Gerry Orkin  wrote:
> 
>> So they install, but are they working ok? I'm tempted to download the iOS 7 
>> beta but not if my LC apps stop working :)
> 
> ___
> 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


___
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: Multitasking Comes to iOS, Time for LC to make it better

2013-06-10 Thread Gerry Orkin
Colin

So they install, but are they working ok? I'm tempted to download the iOS 7 
beta but not if my LC apps stop working :)

Gerry



On 11/06/2013, at 10:37 AM, Colin Holgate  wrote:

> I think things are works. I could drag apps onto Xcode to install them ok.
> 
> 
> 
> ___
> 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


___
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: [OT] What's happening here in Turkey...

2013-06-06 Thread Gerry Orkin
Ender

I was in Istanbul in September last year staying very near the park and loved 
the place - I definitely want to return. Thinking of you all, and hoping that 
this process leads to more respect and understanding, and less repression and 
religious bigotry.

Cheers

Gerry



___
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: first steps in iOS, native scroll a datagrid

2013-06-05 Thread Gerry Orkin
Your datagrid should be an object within a locked group. You then set the 
vScroll of the datagrid relative to that group when the user swipes the 
screen.. 



g


On 05/06/2013, at 10:29 PM, Klaus major-k  wrote:

> set the dgvScroll of grp "DataGrid 1" to OffsetY

___
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: Seeking, OS, LiveCode, photo resize, (optional crop), rename and upload to FTP app

2013-05-27 Thread Gerry Orkin
Assuming you mean iOS, try this. The following script should let you take a 
photo and upload it to an ftp server (and it'll save the image to the iPhone's 
photo album too). This is untested :) 

on takePhoto thePhotoName
  if the environment is "mobile" then
iPhonePickPhoto "rear camera", 600,800
if the result = "cancel" then 
  exit takePhoto
end if
put image (the number of images) into url /
("ftp://username:passw...@yourdomain.com/public_html/project/photos/"&; 
thePhotoName &".jpg")   
iphoneExportImageToAlbum image (the number of images) 
delete image (the number of images)
  end if
end takePhoto

Cheers

Gerry



On 27/05/2013, at 8:37 PM, Mark Rauterkus  wrote:

> Hi all,
> 
> Is it Christmas yet?
> 
> I am seeking within LiveCode solutions to handle photos. Camera to web
> server is what I am missing.


___
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: LC on iPad?

2013-05-22 Thread Gerry Orkin
True.

g


On 22/05/2013, at 11:37 PM, dunb...@aol.com wrote:

> 
> 
> I read on the LC website that iPad was supported. True? 
> Craig Newman
> 
> ___
> 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


___
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: iOS - no sound through speakers

2013-05-17 Thread Gerry Orkin
Nope, checked all those settings, still not playing. Other apps play through 
both headphones and the speakers so I know it's not hardware. 


I'll rebuild the (so far simple) stack again from scratch and see if that fixes 
it. 


Gerry

On Sat, May 18, 2013 at 12:47 AM, Chris Sheffield 
wrote:

> If sound plays through the headphones it should also play through the 
> external speaker(s). Check to make sure you don't have the volume muted. If 
> you're on an iPad, the side switch can be toggled to either mute sound or 
> lock rotation. Check the Settings app to see which one is set. One quick way 
> to check (iPad only) is to double click the Home button to pull up the 
> multitasking bar, then swipe right to see volume and playback controls. If 
> the side switch is set for lock rotation, then you'll see a mute button on 
> the left. If it's set for Mute, then you'll see a lock rotation button 
> instead. If you're on an iPhone/iPod Touch, honestly I'm not really sure what 
> the problem would be if the volume is not muted. Hardware issue perhaps?
> Anyway, I've seen many people confused as to why they're not getting sound 
> from the external speakers, and this is usually why. It's easy to have the 
> sound muted and not even know it, especially because sound will usually play 
> through headphones even if the external speakers are muted.
> HTH,
> Chris
> --
> Chris Sheffield
> Read Naturally, Inc.
> www.readnaturally.com
> On May 16, 2013, at 8:18 PM, Gerry Orkin  wrote:
>> Hi all
>> 
>> I'm trying to play a sound in an iOS app with:
>> 
>> iphonePlaySoundOnChannel specialFolderPath("engine") & "/house.wav", 
>> "house", "now"
>> iphoneSetSoundChannelVolume "house", "100"
>> 
>> The sound plays through the device headphone port but not it's speakers. 
>> That doesn't seem normal :) Any ideas?
>> 
>> Cheers
>> 
>> Gerry
>> ___
>> 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
> ___
> 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
___
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

iOS - no sound through speakers

2013-05-16 Thread Gerry Orkin
Hi all

I'm trying to play a sound in an iOS app with:

iphonePlaySoundOnChannel specialFolderPath("engine") & "/house.wav", "house", 
"now"
iphoneSetSoundChannelVolume "house", "100"

The sound plays through the device headphone port but not it's speakers. That 
doesn't seem normal :) Any ideas?

Cheers

Gerry
___
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: [OT - I remembered this time]

2013-05-09 Thread Gerry Orkin
Oh it could have been A, C, G, F. I forget :)

g


On 10/05/2013, at 6:39 AM, Timothy Miller  
wrote:

>> 
>> All he could think about was
>> A, D, F, G...A, D, F, G...A, D, F, G...
> 
> I can't figure that one out. Hint?

___
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: [OT - I remembered this time]: here we go

2013-05-09 Thread Gerry Orkin
That bagpipe one has been on the net for years :)

This three piece rock band were very keen to do well at their gig because 
they'd heard a big record producer was in the audience. If he liked them they'd 
be sure to become the next big thing.

During the first song the lead guitarist was strumming up a storm. In his mind 
all he could think about was the fast cars, private jets and luxury hotel rooms 
that he was sure were in his future. The drummer played like a demon. All he 
could think about was the girls, the drugs and the private zoo he was going to 
build. The bass player hung back in the shadows (as bass players tend to do) 
thumping out a deep rhythm. All he could think about was A, D, F, G...A, D, F, 
G...A, D, F, G...

Gerry
___
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: Beginners questions subject headers

2013-05-07 Thread Gerry Orkin
Q: You know how to tell if the drum stand has been set up level? A: the drool 
seeps out of both sides of the drummer's mouth.

Q: What do you call a musician without a girlfriend? A: Homeless.

I've got a few more... :)

Gerry


On 08/05/2013, at 2:15 PM, Peter Haworth  wrote:

> OK, is it open season on musician jokes? 'Cause I got some that will ruffle
> a few feathers :=)

___
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: Beginners questions subject headers

2013-05-07 Thread Gerry Orkin
It needs to be re-compiled for LC 4.5.1.

Gerry


On 08/05/2013, at 12:40 AM, Andrew Kluthe  wrote:

> Very good question. Where IS this time travel external? I have some great
> ideas for it.

___
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: Data Grid Template stack triggers messages in main stack

2013-05-07 Thread Gerry Orkin
Mike, that makes sense, but it doesn't happen with my other project's datagrid 
template substack. Hence my surprise.

Gerry


On 08/05/2013, at 12:21 PM, Mike Bonner  wrote:

> Since the datagrid template stacks are substacks if there are no handlers
> to "catch" openstack closestack in the grid template stacks they go up the
> message path to the main stack where they are "handled" by the openstack
> /closestack in the stackscript.  To stop this you could put an empty
> openstack/close stack in the template stack, or put in a check against the
> target to make sure you actually want the script to run, or you can move
> them to the first card in the main stack (the card that is open first when
> the app starts)  so that when a substack causes an openstack/closestack
> there are no handlers in the stack script to respond to the message.  If I
> recall correctly, when the message passes from the substack to the
> mainstack it is handed to the stack not the card.
> 
> 
> 
> 
> On Tue, May 7, 2013 at 8:14 PM, Gerry Orkin  wrote:
> 
>> No and no :)
>> 
>> 
>> Gerry
>> 
>> On Wed, May 8, 2013 at 12:09 PM, Andrew Kluthe  wrote:
>> 
>>> Do you have any handlers for these in your data grid? Is your datagrid on
>>> more than 1 card?
>>> On Tue, May 7, 2013 at 7:58 PM, Gerry Orkin 
>> wrote:
>>>> Whenever I open or close the data grid template stack in a particular
>>>> stack in the IDE the openstack and closestack messages in the main stack
>>>> get triggered. I've used data grids in a few stacks but haven't seen
>> that
>>>> behaviour before LC 6.0.1.
>>>> 
>>>> What's the deal?
>>>> 
>>>> Cheers
>>>> 
>>>> Gerry
>>>> ___
>>>> 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
>>>> 
>>> --
>>> Regards,
>>> Andrew Kluthe
>>> and...@ctech.me
>>> ___
>>> 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
>> ___
>> 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
>> 
> ___
> 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


___
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: Data Grid Template stack triggers messages in main stack

2013-05-07 Thread Gerry Orkin
No and no :)


Gerry

On Wed, May 8, 2013 at 12:09 PM, Andrew Kluthe  wrote:

> Do you have any handlers for these in your data grid? Is your datagrid on
> more than 1 card?
> On Tue, May 7, 2013 at 7:58 PM, Gerry Orkin  wrote:
>> Whenever I open or close the data grid template stack in a particular
>> stack in the IDE the openstack and closestack messages in the main stack
>> get triggered. I've used data grids in a few stacks but haven't seen that
>> behaviour before LC 6.0.1.
>>
>> What's the deal?
>>
>> Cheers
>>
>> Gerry
>> ___
>> 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
>>
> -- 
> Regards,
> Andrew Kluthe
> and...@ctech.me
> ___
> 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
___
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


Data Grid Template stack triggers messages in main stack

2013-05-07 Thread Gerry Orkin
Whenever I open or close the data grid template stack in a particular stack in 
the IDE the openstack and closestack messages in the main stack get triggered. 
I've used data grids in a few stacks but haven't seen that behaviour before LC 
6.0.1. 

What's the deal?

Cheers

Gerry
___
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: How is this in the app store

2013-05-01 Thread Gerry Orkin
That seems to disallow stacks that go to other stacks in the same app? My app 
does that :)

Gerry

On 02/05/2013, at 4:10 PM, Geoff Canyon  wrote:

>   Apps that install or launch other executable code will be rejected

___
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: Plugins with Community Edition

2013-04-17 Thread Gerry Orkin
That's correct.

Gerry


On 17/04/2013, at 4:48 PM, Terence Heaford  wrote:

> Is that correct or am I missing something?

___
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: Trapping for Hide Keyboard on iOS?

2013-04-14 Thread Gerry Orkin
John

If you just want to use LC fields they can be grouped and moved via script to 
upwards new locations when the keyboard is activated. 

Gerry


On 15/04/2013, at 3:01 PM, JOHN PATTEN  wrote:

> The idea I was trying for was that if there were fields at the bottom of my 
> card that the iOS keyboard hides when it is displayed, I could provide a 
> generic field at the top of the card/window, set focus to that top field,  
> store the text in a variable when dismissing the keyboard and hiding the 
> field. Then take the text stored in the variable and put it into the original 
> field at the bottom of the card that started the whole process.

___
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: Trapping for Hide Keyboard on iOS?

2013-04-14 Thread Gerry Orkin
John

Yes, use a native input control (see page 70 of the 6.0 iOS release notes). 
When the user taps in the control the keyboard shows (or you can have it show 
when the control is initially created or made visible). You can specify that 
your keyboard has a "Done" key - hitting that will hide the keyboard and you 
can also trap for that (using inputReturnKey) and do whatever you need to with 
the contents of the control.

This creates a control (this is for a control that is used in a search feature):

local searchInputID

on showSearch
  if "searchinput" is not in iphoneControls()  then
iphoneControlCreate "input","searchinput"
put the result into searchInputID
iphoneControlSet searchInputID, "rect", the rect of btn "shadowfield"
iphoneControlSet searchInputID, "textcolor", "gray"
iphoneControlSet searchInputID, "autofit", "true"
iphoneControlSet searchInputID, "autoclear", "true"
iphoneControlSet searchInputID, "clearButtonMode", "always"
iphoneControlSet searchInputID, "borderstyle", "rounded"
iphoneControlSet searchInputID, "autoCorrectionType", "yes"
iphoneControlSet searchInputID, "enabled", "true"
iphoneControlSet searchInputID, "returnKeyType", "search"
iphoneControlSet searchInputID, "keyboardType", "search"
iphoneControlSet searchInputID, "visible", "true"
iphoneControlSet searchInputID, "text", "Search"
  end if
end showsearch

Here's how you trap for the return (or "done" key):

on inputReturnKey
  if iphonecontroltarget() = "searchinput" then
put iphoneControlGet (searchInputID, "text") into seachString -- or put it 
into a field in your case
searchFor seachString -- or just store the text in a field  
  end if
end inputReturnKey

You can even do stuff when the use first focuses on the control:

on inputBeginEditing
  if iphonecontroltarget() = "searchinput" then
iphoneControlSet searchInputID, "textcolor", "black"
  end if
end inputBeginEditing

Hope that helps.


Gerry

On 15/04/2013, at 8:13 AM, JOHN PATTEN  wrote:

> Is this possible, or is there a reasonably accepted practice for entering 
> text into fields in a LiveCode iOS app?

___
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: Moving controls smoothly around the screen

2013-04-13 Thread Gerry Orkin
I use Animation Engine to smoothly move things.

Gerry


On 14/04/2013, at 10:59 AM, Peter Haworth  wrote:

>  I need to move all the objects underneath down to
> make room for the hidden group associated with the button to be displayed.

___
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: Best Practice: Login Session on iOS

2013-04-10 Thread Gerry Orkin
Er I don't think that is right. Many many apps and services require login on 
iOS...

Gerry


On 11/04/2013, at 2:20 PM, J. Landman Gay  wrote:

> You can't have a licensing or registration system of your own, you must rely 
> on Apple to verify that your users have the right to run your app. Apple's 
> method is pretty secure and you can usually trust that anyone who launches 
> your app has also obtained it legally from the App Store.

___
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: Dismissing ios keyboard

2013-04-09 Thread Gerry Orkin
Ooops. I should read to the end of threads, shouldn't I :)

Gerry


On 10/04/2013, at 4:12 AM, Mike Kerner  wrote:

> ugh.  yes, that works.  Thanks, Tom.

___
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: Dismissing ios keyboard

2013-04-09 Thread Gerry Orkin
Try "focus on nothing"

Gerry



On 10/04/2013, at 12:42 AM, Mike Kerner  wrote:

> How the heck do I get rid of this keyboard???

___
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: trouble playing video in iOS

2013-04-08 Thread Gerry Orkin
The ios player control is buggy and always has been. I've lodged a few bug 
reports but nothing has changed - so maybe try mergAV instead? See mergext.com. 


Gerry

On Tue, Apr 9, 2013 at 3:13 AM, Apps Foundry 
wrote:

> I am trying to build a museum kiosk app for a client. I found the excellent
> lesson at:
> http://lessons.runrev.com/s/lessons/m/4069/l/29287-How-do-I-play-a-video-in-part-of-the-screen-in-iOS
> Using this code (after applying the fix noted in the Comments), I can play
> the video on an iPad just fine, EXCEPT that there is no audio!?!
> The audio plays correctly in the IDE (if I play it via "*start* player
> "player3", where player3's filename property is set to point to the file.)
> The audio in question is a .mov file, but it also fails to play audio when
> I test with the .mp4 video that came with the lesson. Other videos (well,
> streaming videos anyway) play fine on the iPad (in the browser).
> Any suggestions as to a possible cause or where to look for additional
> clues?
> Thanks,
> Larry Walker
> Code follows, in case someone asks:
> *on* openCard
>*// Check the control doesn't already exist. If so delete and recreate it
> *
>*if* the platform is "iPhone" *then*
>   *if* "ioscontrol" is among the lines of iphoneControls() *then*
>  controlDelete
>   *end* *if*
>   iphoneControlCreate "player", "ioscontrol"
>   *// Set the basic properties including visibility, rectangle and
> video file path*
>   iphoneControlSet "ioscontrol", "filename", specialFolderPath("engine")
> & "/video.mp4"
>   iphoneControlSet "ioscontrol", "preserveAspect", true
>   iphoneControlSet "ioscontrol", "showController", true
>   iphoneControlSet "ioscontrol", "visible", true
>   iphoneControlSet "ioscontrol", "rect", the rect of graphic
> "rectangle1"
>   *// Start playing the video*
>   iphoneControlDo "ioscontrol", "play"
>*end* *if*
> *end* openCard
> *on* closeCard
>*// Delete the control when we leave the card*
>*if* the platform is "iPhone" *then*
>   controlDelete
>*end* *if*
> *end* closeCard
> *on* controlDelete
>*// Delete the control*
>*if* the platform is "iPhone" *then*
>   iphoneControlDelete "ioscontrol"
>*end* *if*
> *end* controlDelete
> ___
> 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
___
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

  1   2   3   >