closeStackRequest not working?

2014-04-15 Thread FlexibleLearning.com
An unterminated lockMesages is also needed to avoid another Save in the
closeStack message...

on closeStackRequest
  lock messages
   save this stack
   put millisecs()
   pass closeStackRequest
end closeStackRequest

Hugh Senior
FLCo

-- Original message
The IDE has a default check to determine if a stack needs to be saved
before closing it (I believe someone way back mentioned something about a
dirty flag).  Attempting to close unsaved stacks will almost always
prompt a save dialog.

When trying the following in 6.6.1 Mac/Win, both work as expected -- the
stack doesn't close because pass is commented out.  When the comment is
removed, the stacks save and close as expected.

on closeStackRequest
   save this stack
   put millisecs()
   -- pass closeStackRequest
end closeStackRequest



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


Re: Debugging modal stacks

2014-04-15 Thread Geoff Canyon
On Mon, Apr 14, 2014 at 3:20 PM, Bob Sneidar bobsnei...@iotecdigital.comwrote:

 I was at one point using it to open a stack and suspend execution in the
 previous stack, picking up when I exited from the modal one. This would
 apply to custom modal dialogs for instance. Non-modal continues executing
 the script that called it.


Sure, if you're debugging the interaction of the calling stack with the
modal, then that's an added degree of difficulty. My suggestion assumes the
goal is to debug the modal itself.
___
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: TemplateStacks or SubStacks, Which is better?

2014-04-15 Thread Mark Schonewille

Hi Cal,

The templateStack is something that only exists in memory. A 
templateStack is only displayed when you make a new stack. A substack 
can exist both in memory and on disk and you don't need to make a new 
stack to display it.


What you will use, depends on what you want to do. Perhaps you tell a 
little more about that?


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

On 4/15/2014 06:24, Cal Horner wrote:

There comes a time in the use of LiveCode when you run across the concept of
a template stack or a substack as a entry/data display form. The questions
that you might be faced with are:

  Which one should you use?
Which is the most efficient as a form(date entry) etc.?
How much memory does each type take up?
What are the difference in speed?

I'm sure I could go on and on and probably you could too.

I'm looking for some direction on these and other questions like these and I
would expect that the answers are hidden somewhere in this forum.

If you can shed any light on these perplexing questions please take the
time to respond.

Cal




___
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.1 no bueno

2014-04-15 Thread Warren Samples

On 04/14/2014 10:57 AM, Bob Sneidar wrote:

Hi all.

Release 6.6.1 is no bueno. Try this: Launch 6.6.1. Open a new stack. Drag a 
combo box into the stack. Double click the combo box to get properties. Do you 
get the property inspector? I don’t.

Now do the same thing, only this time, drag a regular push button into the new 
stack and double click. NOW you get the property inspector, and dragging a new 
combo box and double clicking it will give you the property inspector as well.

Seems if the combo box is the first thing you get properties for after a 
launch, you will not get the properties inspector at all for anything, but if 
you get properties for something else first, the property inspector seems to 
work fine.

If you do this after you have been running for a while, chances are you will 
have already gotten the property inspector for something else and the test will 
be no good. I have already removed all the plugins so that is not an issue.

If others can reproduce this, I will submit a bug report. I am running 
Mavericks 10.9.2 on a 15” Macbook Pro.

Bob




I see this here in Linux, too. (openSUSE)

Warren


___
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

convert to seconds issue

2014-04-15 Thread larry
I am converting a future date to seconds with

convert theseSeconds to seconds

When I use this date:  
4/15/34 6:47 AM

I have no problem.

But as soon as I go to:

4/15/35 6:47 AM  (2035) or higher, LC won't convert it, but just leaves it as 
the date/time

I'm using 6.1.1 (rc 4) on XP Service Pack 3

TIA for any help

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


Debug an App that won't open on device

2014-04-15 Thread Nakia Brewer
Hi,

I have an iOS app that will no longer open on the device (but opens fine on 
Simulator) after updating LC and Xcode to the latest versions. Also of interest 
I let my developer membership expire too wish I updated tonight and deleted the 
old certificates from key chain... The app installs fine on the device though 
through organiser... 

Can anyone suggest any good way to maybe debug why it crashes on the device ? I 
have tried commenting out all open stack and card handlers as well as removing 
the externals etc in the copy files pane.. But to no avail..
App just crashes on opening...

Any ideas ?





Sent from my iPhone
COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain confidential proprietary or privileged information. If you are not the 
intended recipient, you are strictly prohibited from using, reproducing, 
disclosing or distributing the information contained in this email without 
authorisation from WesTrac. If you have received this message in error please 
contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
with computer virus, data corruption, delay, interruption, unauthorised access 
or unauthorised amendment. We reserve the right to monitor all e-mail 
communications.



___
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: convert to seconds issue

2014-04-15 Thread John Dixon
This works...

on mouseUp
   put 4/15/2090 6:47 AM into red
   convert red to seconds
   put red into blue
   
   convert red to dateitems
   put red  cr  blue
end mouseUp



 From: la...@significantplanet.org
 To: use-livecode@lists.runrev.com
 Subject: convert to seconds issue
 Date: Tue, 15 Apr 2014 06:58:54 -0600
 
 I am converting a future date to seconds with
 
 convert theseSeconds to seconds
 
 When I use this date:  
 4/15/34 6:47 AM
 
 I have no problem.
 
 But as soon as I go to:
 
 4/15/35 6:47 AM  (2035) or higher, LC won't convert it, but just leaves it as 
 the date/time
 
 I'm using 6.1.1 (rc 4) on XP Service Pack 3
 
 TIA for any help
 
 Larry
 ___
 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


[OT] Message for people who have bought my book

2014-04-15 Thread Mark Schonewille

Hello,

We have sent a number of people, who bought my book Programming LiveCode 
for the Real Beginner, an e-mail. Only a few of them have replied so 
far. If you have bought your book between 2nd February and 10th March 
2014, please check your spam box or make sure to check the e-mail 
account that you used to make your purchase. Feel free to contact us at 
supp...@economy-x-talk.com


If you want to (re-)read all the info about my book, please go to 
http://qery.us/49i but keep in mind that all copies have been sold and 
we're working on the 3rd print now.


Kind regards,

Mark

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Installer Maker for LiveCode:
http://qery.us/468

Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


LiveCode on Facebook:
https://www.facebook.com/groups/runrev/

___
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: Debug an App that won't open on device

2014-04-15 Thread Nakia Brewer
Sorry should have clarified also, I 
Did renew my developer membership early in the evening

FYI the console in Xcode is producing  the following when I try and open the 
App...

Apr 15 23:19:40 Nakias-Iphone com.apple.launchd[1] Error: System: ASCII 
control characters are not allowed in job labels. Index: 34 Value: 0xa
Apr 15 23:19:40 Nakias-Iphone backboardd[28] Warning: Unable to create job 
with label UIKitApplication:com.ibss.navtroll
   com.ibss.navtroll[0x4b45]. Error: Invalid argument
Apr 15 23:19:40 Nakias-Iphone SpringBoard[33] Warning: LICreateIconForImage 
passed NULL CGImageRef image

Note: I was able to make a new small test stack using the same standalone 
settings as this app above and it installed and ran on the device perfectly



Sent from my iPhone

 On 15 Apr 2014, at 11:05 pm, Nakia Brewer nakia.bre...@westrac.com.au 
 wrote:
 
 Hi,
 
 I have an iOS app that will no longer open on the device (but opens fine on 
 Simulator) after updating LC and Xcode to the latest versions. Also of 
 interest I let my developer membership expire too wish I updated tonight and 
 deleted the old certificates from key chain... The app installs fine on the 
 device though through organiser... 
 
 Can anyone suggest any good way to maybe debug why it crashes on the device ? 
 I have tried commenting out all open stack and card handlers as well as 
 removing the externals etc in the copy files pane.. But to no avail..
 App just crashes on opening...
 
 Any ideas ?
 
 
 
 
 
 Sent from my iPhone
 COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
 contain confidential proprietary or privileged information. If you are not 
 the intended recipient, you are strictly prohibited from using, reproducing, 
 disclosing or distributing the information contained in this email without 
 authorisation from WesTrac. If you have received this message in error please 
 contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
 with computer virus, data corruption, delay, interruption, unauthorised 
 access or unauthorised amendment. We reserve the right to monitor all e-mail 
 communications.
 
 
 
 ___
 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
 

COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain confidential proprietary or privileged information. If you are not the 
intended recipient, you are strictly prohibited from using, reproducing, 
disclosing or distributing the information contained in this email without 
authorisation from WesTrac. If you have received this message in error please 
contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
with computer virus, data corruption, delay, interruption, unauthorised access 
or unauthorised amendment. We reserve the right to monitor all e-mail 
communications.



___
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: Debug an App that won't open on device

2014-04-15 Thread Mike Kerner
start putting put statements in handlers, then check the console to see
what ends up on the console and what doesn't.  That will help you find out
where the problem exists.


On Tue, Apr 15, 2014 at 9:26 AM, Nakia Brewer
nakia.bre...@westrac.com.auwrote:

 Sorry should have clarified also, I
 Did renew my developer membership early in the evening

 FYI the console in Xcode is producing  the following when I try and open
 the App...

 Apr 15 23:19:40 Nakias-Iphone com.apple.launchd[1] Error: System: ASCII
 control characters are not allowed in job labels. Index: 34 Value: 0xa
 Apr 15 23:19:40 Nakias-Iphone backboardd[28] Warning: Unable to create
 job with label UIKitApplication:com.ibss.navtroll
com.ibss.navtroll[0x4b45]. Error: Invalid argument
 Apr 15 23:19:40 Nakias-Iphone SpringBoard[33] Warning:
 LICreateIconForImage passed NULL CGImageRef image

 Note: I was able to make a new small test stack using the same standalone
 settings as this app above and it installed and ran on the device
 perfectly



 Sent from my iPhone

  On 15 Apr 2014, at 11:05 pm, Nakia Brewer nakia.bre...@westrac.com.au
 wrote:
 
  Hi,
 
  I have an iOS app that will no longer open on the device (but opens fine
 on Simulator) after updating LC and Xcode to the latest versions. Also of
 interest I let my developer membership expire too wish I updated tonight
 and deleted the old certificates from key chain... The app installs fine on
 the device though through organiser...
 
  Can anyone suggest any good way to maybe debug why it crashes on the
 device ? I have tried commenting out all open stack and card handlers as
 well as removing the externals etc in the copy files pane.. But to no
 avail..
  App just crashes on opening...
 
  Any ideas ?
 
 
 
 
 
  Sent from my iPhone
  COPYRIGHT / DISCLAIMER: This message and/or including attached files may
 contain confidential proprietary or privileged information. If you are not
 the intended recipient, you are strictly prohibited from using,
 reproducing, disclosing or distributing the information contained in this
 email without authorisation from WesTrac. If you have received this message
 in error please contact WesTrac on +61 8 9377 9444. We do not accept
 liability in connection with computer virus, data corruption, delay,
 interruption, unauthorised access or unauthorised amendment. We reserve the
 right to monitor all e-mail communications.
 
 
 
  ___
  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
 

 COPYRIGHT / DISCLAIMER: This message and/or including attached files may
 contain confidential proprietary or privileged information. If you are not
 the intended recipient, you are strictly prohibited from using,
 reproducing, disclosing or distributing the information contained in this
 email without authorisation from WesTrac. If you have received this message
 in error please contact WesTrac on +61 8 9377 9444. We do not accept
 liability in connection with computer virus, data corruption, delay,
 interruption, unauthorised access or unauthorised amendment. We reserve the
 right to monitor all e-mail communications.



 ___
 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




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
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: Debug an App that won't open on device

2014-04-15 Thread Nakia Brewer
Right now the open stack and card handler are empty so none of my
Code is executing as it opens.

Just crashes when it opens...

Sent from my iPhone

 On 15 Apr 2014, at 11:35 pm, Mike Kerner mikeker...@roadrunner.com wrote:
 
 start putting put statements in handlers, then check the console to see
 what ends up on the console and what doesn't.  That will help you find out
 where the problem exists.
 
 
 On Tue, Apr 15, 2014 at 9:26 AM, Nakia Brewer
 nakia.bre...@westrac.com.auwrote:
 
 Sorry should have clarified also, I
 Did renew my developer membership early in the evening
 
 FYI the console in Xcode is producing  the following when I try and open
 the App...
 
 Apr 15 23:19:40 Nakias-Iphone com.apple.launchd[1] Error: System: ASCII
 control characters are not allowed in job labels. Index: 34 Value: 0xa
 Apr 15 23:19:40 Nakias-Iphone backboardd[28] Warning: Unable to create
 job with label UIKitApplication:com.ibss.navtroll
   com.ibss.navtroll[0x4b45]. Error: Invalid argument
 Apr 15 23:19:40 Nakias-Iphone SpringBoard[33] Warning:
 LICreateIconForImage passed NULL CGImageRef image
 
 Note: I was able to make a new small test stack using the same standalone
 settings as this app above and it installed and ran on the device
 perfectly
 
 
 
 Sent from my iPhone
 
 On 15 Apr 2014, at 11:05 pm, Nakia Brewer nakia.bre...@westrac.com.au
 wrote:
 
 Hi,
 
 I have an iOS app that will no longer open on the device (but opens fine
 on Simulator) after updating LC and Xcode to the latest versions. Also of
 interest I let my developer membership expire too wish I updated tonight
 and deleted the old certificates from key chain... The app installs fine on
 the device though through organiser...
 
 Can anyone suggest any good way to maybe debug why it crashes on the
 device ? I have tried commenting out all open stack and card handlers as
 well as removing the externals etc in the copy files pane.. But to no
 avail..
 App just crashes on opening...
 
 Any ideas ?
 
 
 
 
 
 Sent from my iPhone
 COPYRIGHT / DISCLAIMER: This message and/or including attached files may
 contain confidential proprietary or privileged information. If you are not
 the intended recipient, you are strictly prohibited from using,
 reproducing, disclosing or distributing the information contained in this
 email without authorisation from WesTrac. If you have received this message
 in error please contact WesTrac on +61 8 9377 9444. We do not accept
 liability in connection with computer virus, data corruption, delay,
 interruption, unauthorised access or unauthorised amendment. We reserve the
 right to monitor all e-mail communications.
 
 
 
 ___
 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
 
 COPYRIGHT / DISCLAIMER: This message and/or including attached files may
 contain confidential proprietary or privileged information. If you are not
 the intended recipient, you are strictly prohibited from using,
 reproducing, disclosing or distributing the information contained in this
 email without authorisation from WesTrac. If you have received this message
 in error please contact WesTrac on +61 8 9377 9444. We do not accept
 liability in connection with computer virus, data corruption, delay,
 interruption, unauthorised access or unauthorised amendment. We reserve the
 right to monitor all e-mail communications.
 
 
 
 ___
 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
 
 
 
 -- 
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
   and did a little diving.
 And God said, This is good.
 ___
 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
 

COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain confidential proprietary or privileged information. If you are not the 
intended recipient, you are strictly prohibited from using, reproducing, 
disclosing or distributing the information contained in this email without 
authorisation from WesTrac. If you have received this message in error please 
contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
with computer virus, data corruption, delay, interruption, unauthorised access 
or unauthorised amendment. We reserve the right to monitor all e-mail 
communications.



___
use-livecode mailing 

Re: Debug an App that won't open on device

2014-04-15 Thread Colin Holgate
What is the name of the 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: 6.6.1 no bueno

2014-04-15 Thread Bob Sneidar
Seems only a few people seeing this. Might be a corrupted prefs issue. Also, if 
you are running any add-on that does properties, that may be getting around it. 

Bob


On Apr 14, 2014, at 21:31 , Bill Vlahos bvla...@mac.com wrote:

 Bob,
 
 It works correctly for me.
 
 Mac OS X 10.9.2.
 
 Bill Vlahos
 _
 InfoWallet (http://www.infowallet.com) is about keeping your important life 
 information with you, accessible, and secure.
 lcTaskList: (http://www.infowallet.com/lctasklist/index.htm)
 RunRev lcTaskList Forum: (http://forums.runrev.com/viewforum.php?f=61)
 
 On Apr 14, 2014, at 8:57 AM, Bob Sneidar bobsnei...@iotecdigital.com wrote:
 
 Hi all. 
 
 Release 6.6.1 is no bueno. Try this: Launch 6.6.1. Open a new stack. Drag a 
 combo box into the stack. Double click the combo box to get properties. Do 
 you get the property inspector? I don’t. 
 
 Now do the same thing, only this time, drag a regular push button into the 
 new stack and double click. NOW you get the property inspector, and dragging 
 a new combo box and double clicking it will give you the property inspector 
 as well. 
 
 Seems if the combo box is the first thing you get properties for after a 
 launch, you will not get the properties inspector at all for anything, but 
 if you get properties for something else first, the property inspector seems 
 to work fine. 
 
 If you do this after you have been running for a while, chances are you will 
 have already gotten the property inspector for something else and the test 
 will be no good. I have already removed all the plugins so that is not an 
 issue. 
 
 If others can reproduce this, I will submit a bug report. I am running 
 Mavericks 10.9.2 on a 15” Macbook Pro. 
 
 Bob
 ___
 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: closeStackRequest not working?

2014-04-15 Thread Bob Sneidar
Well this is odd. It’s the second problem in as many days where what I am 
seeing is different from what others are seeing. And I ran these issues with no 
plugins. Per chance, are you using 10.9.2?

Bob


On Apr 14, 2014, at 14:46 , Scott Rossi sc...@tactilemedia.com wrote:

 Hi Bob:
 
 The IDE has a default check to determine if a stack needs to be saved
 before closing it (I believe someone way back mentioned something about a
 dirty flag).  Attempting to close unsaved stacks will almost always
 prompt a save dialog.
 
 When trying the following in 6.6.1 Mac/Win, both work as expected -- the
 stack doesn't close because pass is commented out.  When the comment is
 removed, the stacks save and close as expected.
 
 on closeStackRequest
   save this stack
   put millisecs()
   -- pass closeStackRequest
 end closeStackRequest
 
 
 
 Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX/UI Design
 
 
 
 
 On 4/14/14 1:16 PM, Bob Sneidar bobsnei...@iotecdigital.com wrote:
 
 Nada. I now have:
 
 on closeStackRequest
  put closeStackRequest Received!
  save this stack
  pass closeStackRequest
 end closeStackRequest
 
 in the card script. Nothing gets put into the message box.
 
 Bob
 
 
 On Apr 14, 2014, at 13:03 , J. Landman Gay
 jac...@hyperactivesw.commailto:jac...@hyperactivesw.com wrote:
 
 On 4/14/14, 1:45 PM, Bob Sneidar wrote:
 So then the only time a closeStackRequest gets sent is if the user
 clicks the Close control in the window title bar. Right? Wrong,
 apparently. I have this in the card script:
 
 on closeStackRequest
  breakpoint
  save this stack
  pass closeStackRequest
 end closeStackRequest
 
 When closing the window using the control in the window title bar, I
 do not even get the debugger. I just get the popup asking if I am sure,
 allowing me Don¹t Save, Cancel or Save. So when*exactly* is the
 closeStackRequst sent?
 
 
 It happens as you say, when the close box is clicked. But the IDE traps
 the message so you may have to suspend development tools to see it. It
 will work as expected in a standalone.
 
 I seem to remember that after the IDE traps the message, it then passes
 it. It may be that the debugger won't open when that happens; try a put
 something in the message box instead to see if it gets passed.
 
 --
 Jacqueline Landman Gay |
 jac...@hyperactivesw.commailto:jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.com
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.commailto: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: 500 ms to set a thumbpos??

2014-04-15 Thread Andrew Kluthe
Even on windows 8, everything post 6.5 just crwwwls.

The ide and any standalone built with the new graphics libs uses an
enormous amount of cpu on my laptop. Simply showing a popup menu eats up
about 48% of my admittedly under-powered cpu. Anything that involves
drawing anything to the screen is god awful slow and if I fiddle too much
while it thinks the whole deal crashes. I'm still building with 5.5 until 7
to wait and see if this behavior is corrected later on. Right now, livecode
6.5+ is barely usable for me unless I am using a high end system. I have
been having similar issues with the clarify 2 beta and i suspect it is due
to the use of the newer engine.

Maybe there is something else wrong here for me. I need to try it on some
other systems to confirm these problems. But my attempts so far have been
that I don't even want to put the newer livecode on some of my better
systems. (I hate having too many non-production-related versions installed
on my workstations.)



Andrew


On Mon, Apr 14, 2014 at 9:52 PM, Dr. Hawkins doch...@gmail.com wrote:

 On Mon, Apr 14, 2014 at 6:31 PM, Kay C Lan lan.kc.macm...@gmail.com
 wrote:

  Are you using the QuickRes workaround to manually set your Screen
  Resolution to speed up 6.6.x as posted by Neil Roger?
 

 I missed that announcement; this was the first I'd head of it!


 --
 Dr. Richard E. Hawkins, Esq.
 (702) 508-8462
 ___
 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


Re: 6.6.1 no bueno

2014-04-15 Thread Warren Samples

On 04/15/2014 09:58 AM, Bob Sneidar wrote:

Seems only a few people seeing this. Might be a corrupted prefs issue. Also, if 
you are running any add-on that does properties, that may be getting around it.

Bob



Renamed the Plugins and preferences folders and this issue persists. (Linux)

Warren

___
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: 500 ms to set a thumbpos??

2014-04-15 Thread Trevor DeVore
On Tue, Apr 15, 2014 at 11:26 AM, Andrew Kluthe and...@ctech.me wrote:

 Even on windows 8, everything post 6.5 just crwwwls.

 The ide and any standalone built with the new graphics libs uses an
 enormous amount of cpu on my laptop. Simply showing a popup menu eats up
 about 48% of my admittedly under-powered cpu. Anything that involves
 drawing anything to the screen is god awful slow and if I fiddle too much
 while it thinks the whole deal crashes. I'm still building with 5.5 until 7
 to wait and see if this behavior is corrected later on. Right now, livecode
 6.5+ is barely usable for me unless I am using a high end system. I have
 been having similar issues with the clarify 2 beta and i suspect it is due
 to the use of the newer engine.


Andrew,

The issue being talked about in this thread and what you describe may be
two separate things. 6.6 is when retina support was added for desktop and
that caused a big slowdown on machines running in high-dpi mode (Mac or
Windows) as many more pixels are being rendered (as many as 4x). RunRev is
working to address this as soon as possible.

What you describe seems to be something else. 6.5 doesn't have any of the
retina changes for desktop but does have the graphics layer changes (as you
mentioned). It is my understanding that 6.5 should run at the same speed as
previous versions. I wouldn't expect any changes specific to 7.0 to affect
what you are seeing, although the speed increase they are working on for
retina would probably help.

I would *highly* recommend that you submit a bug report about the
performance on your machine. Waiting to see if something gets fixed when
you haven't filed a report often leads to disappointment :-)

-- 
Trevor DeVore
Blue Mango Learning Systems
www.screensteps.com-www.clarify-it.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


Re: convert to seconds issue

2014-04-15 Thread J. Landman Gay

On 4/15/14, 7:58 AM, la...@significantplanet.org wrote:

But as soon as I go to:

4/15/35 6:47 AM  (2035) or higher, LC won't convert it, but just leaves it as 
the date/time

I'm using 6.1.1 (rc 4) on XP Service Pack 3


I don't have 6.1.1 currently installed but I tried it with 6.1.3 and it 
works fine, at least on a Mac. However, you'll get a negative number of 
seconds because the 35 will be interpreted as 1935 unless you change 
the centuryCutoff. It's easier to supply the full 4-digit year, which 
will always work.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


Re: New Visual Editor ?

2014-04-15 Thread Terence Heaford
Perhaps the Mother-Ship is Lost in Space?

All the best

Terry

On 12 Apr 2014, at 10:24, Richmond richmondmathew...@gmail.com wrote:

 After rather more than a year this is quite fun to look at again:
 
 https://www.kickstarter.com/projects/1755283828/open-source-edition-of-livecode
 
 
 
 However, one quite significant question pops up:
 
 We will introduce a *new visual editor* designed around today's usability 
 standards. The editor will be open. The more technical members of our 
 community can create simplified versions of the editor for tablets or primary 
 schools.
 
 When? Final Delivery. Fall 2013 Aha; of course.
 
 Has this been dropped without us having been informed?
 
 Some of us teach Primary kids, and this would be a good thing.
 
 --
 
 Would be glad if this point could be clarified/explained from the Mother-Ship.
 


___
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: convert to seconds issue

2014-04-15 Thread larry

thanks Jacqueline,
I didn't know about the centuryCutoff, but I had experimented and found out 
that it does always  work by supplying the 4-digit year.  I just wish the 
documentation in LC was better, but that's why this forum is so great!

Larry


- Original Message - 
From: J. Landman Gay jac...@hyperactivesw.com

To: How to use LiveCode use-livecode@lists.runrev.com
Sent: Tuesday, April 15, 2014 11:44 AM
Subject: Re: convert to seconds issue



On 4/15/14, 7:58 AM, la...@significantplanet.org wrote:

But as soon as I go to:

4/15/35 6:47 AM  (2035) or higher, LC won't convert it, but just leaves 
it as the date/time


I'm using 6.1.1 (rc 4) on XP Service Pack 3


I don't have 6.1.1 currently installed but I tried it with 6.1.3 and it 
works fine, at least on a Mac. However, you'll get a negative number of 
seconds because the 35 will be interpreted as 1935 unless you change the 
centuryCutoff. It's easier to supply the full 4-digit year, which will 
always work.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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: convert to seconds issue

2014-04-15 Thread Klaus major-k
Hi Larry,

Am 15.04.2014 um 20:09 schrieb la...@significantplanet.org 
la...@significantplanet.org:

 ...but that's why this forum is so great!

This forum is a mailing-list! :-)

The real forum is here: http://forums.runrev.com/phpBB2/index.php

 Larry

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
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


Passive from of Put

2014-04-15 Thread Ray
Can anybody remind me what the passive form of put url is?  I'd like 
to put a url but I don't want to wait till it returns a value and simply 
using put halts my script until a value is returned.


___
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: 500 ms to set a thumbpos??

2014-04-15 Thread Andrew Kluthe
I assumed incorrectly that the high-dpi features went into 6.5 alongside
the new graphics layer. I can parse through data just as fast as before
here, but anything where I have to reposition a screen, show a new menu,
anything graphics related almost hangs my system unless i give it several
minutes to get done thinking about it. I'll eliminate system related issues
and look into this further before filing a more accurate bug report if
necessary. Thanks.

Andrew


On Tue, Apr 15, 2014 at 11:08 AM, Ralph DiMola rdim...@evergreeninfo.netwrote:

 Trevor said == The issue being talked about in this thread and what you
 describe may be two separate things.

 Trevor, I think your right on this. I have processing slow downs on mobile
 post 6.1. New devices not so much, but older devices(Galaxy S3) it's very
 noticeable. In my case it doesn't seem to be a rendering issue. It's
 pointing towards SQLite and text processing speed. I will find out where
 exactly in the code this is happening Observed using LC 6.6.1

 Film at 11

 Ralph DiMola
 IT Director
 Evergreen Information Services
 rdim...@evergreeninfo.net

 -Original Message-
 From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
 Behalf
 Of Trevor DeVore
 Sent: Tuesday, April 15, 2014 11:53 AM
 To: How to use LiveCode
 Subject: Re: 500 ms to set a thumbpos??

 On Tue, Apr 15, 2014 at 11:26 AM, Andrew Kluthe and...@ctech.me wrote:

  Even on windows 8, everything post 6.5 just crwwwls.
 
  The ide and any standalone built with the new graphics libs uses an
  enormous amount of cpu on my laptop. Simply showing a popup menu eats
  up about 48% of my admittedly under-powered cpu. Anything that
  involves drawing anything to the screen is god awful slow and if I
  fiddle too much while it thinks the whole deal crashes. I'm still
  building with 5.5 until 7 to wait and see if this behavior is
  corrected later on. Right now, livecode 6.5+ is barely usable for me
  unless I am using a high end system. I have been having similar issues
  with the clarify 2 beta and i suspect it is due to the use of the newer
 engine.
 

 Andrew,

 The issue being talked about in this thread and what you describe may be
 two
 separate things. 6.6 is when retina support was added for desktop and that
 caused a big slowdown on machines running in high-dpi mode (Mac or
 Windows) as many more pixels are being rendered (as many as 4x). RunRev is
 working to address this as soon as possible.

 What you describe seems to be something else. 6.5 doesn't have any of the
 retina changes for desktop but does have the graphics layer changes (as you
 mentioned). It is my understanding that 6.5 should run at the same speed as
 previous versions. I wouldn't expect any changes specific to 7.0 to affect
 what you are seeing, although the speed increase they are working on for
 retina would probably help.

 I would *highly* recommend that you submit a bug report about the
 performance on your machine. Waiting to see if something gets fixed when
 you
 haven't filed a report often leads to disappointment :-)

 --
 Trevor DeVore
 Blue Mango Learning Systems
 www.screensteps.com-www.clarify-it.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




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


Re: 500 ms to set a thumbpos??

2014-04-15 Thread Trevor DeVore
On Tue, Apr 15, 2014 at 2:33 PM, Andrew Kluthe and...@ctech.me wrote:

 anything where I have to reposition a screen, show a new menu,
 anything graphics related almost hangs my system unless i give it several
 minutes to get done thinking about it. I'll eliminate system related issues
 and look into this further before filing a more accurate bug report if
 necessary.


That would be great. It would be nice to get as many graphics performance
issues resolved as possible during the 6.7 cycle.

-- 
Trevor DeVore
Blue Mango Learning Systems
www.screensteps.com-www.clarify-it.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


Re: Passive from of Put

2014-04-15 Thread J. Landman Gay

On 4/15/14, 1:18 PM, Ray wrote:

Can anybody remind me what the passive form of put url is?  I'd like
to put a url but I don't want to wait till it returns a value and simply
using put halts my script until a value is returned.


Load url?

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


email question

2014-04-15 Thread larry
I want to put a link in my stack so that the user can click on it and it will 
automatically open their default email program with the To: populated with my 
email address and the subject populated with a variable:

To: la...@thisemail.com
Subject: myVar

TIA
Larry
___
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: email question

2014-04-15 Thread Matthias Rebbe | M-R-D


launch URL mailto:la...@thisemail.com?subject=;  myVar

Regards,
Matthias

Am 15.04.2014 um 20:53 schrieb la...@significantplanet.org 
la...@significantplanet.org:

 I want to put a link in my stack so that the user can click on it and it will 
 automatically open their default email program with the To: populated with my 
 email address and the subject populated with a variable:
 
 To: la...@thisemail.com
 Subject: myVar
 
 TIA
 Larry
 ___
 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: Passive from of Put

2014-04-15 Thread Ray

Hey Jackie - that's the non-blocking keyword I was looking for. Thanks!

On 4/15/2014 2:45 PM, J. Landman Gay wrote:

On 4/15/14, 1:18 PM, Ray wrote:

Can anybody remind me what the passive form of put url is?  I'd like
to put a url but I don't want to wait till it returns a value and simply
using put halts my script until a value is returned.


Load url?




___
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: Debug an App that won't open on device

2014-04-15 Thread Nakia Brewer
NavTroll

Sent from my iPhone

 On 16 Apr 2014, at 12:29 am, Colin Holgate co...@verizon.net wrote:
 
 What is the name of the 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
 

COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain confidential proprietary or privileged information. If you are not the 
intended recipient, you are strictly prohibited from using, reproducing, 
disclosing or distributing the information contained in this email without 
authorisation from WesTrac. If you have received this message in error please 
contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
with computer virus, data corruption, delay, interruption, unauthorised access 
or unauthorised amendment. We reserve the right to monitor all e-mail 
communications.



___
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: email question

2014-04-15 Thread larry

Thanks very much Matthias!
Larry

- Original Message - 
From: Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de

To: How to use LiveCode use-livecode@lists.runrev.com
Sent: Wednesday, January 15, 2014 1:02 PM
Subject: Re: email question





launch URL mailto:la...@thisemail.com?subject=;  myVar

Regards,
Matthias

Am 15.04.2014 um 20:53 schrieb la...@significantplanet.org 
la...@significantplanet.org:


I want to put a link in my stack so that the user can click on it and it 
will automatically open their default email program with the To: 
populated with my email address and the subject populated with a 
variable:


To: la...@thisemail.com
Subject: myVar

TIA
Larry
___
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: Debug an App that won't open on device

2014-04-15 Thread Colin Holgate
I found a report from someone using Unity, who saw the same error. In that case 
the name of the app had backspace character in it. Are there are controls in 
the app that are named with exotic characters?
___
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: Debug an App that won't open on device

2014-04-15 Thread Nakia Brewer
Not that I am aware of but I will take a closer look.

The App is using mobGui and MergExternals but as previously mentioned I have 
removed the externals from the copy files pane in an effort to debug already.

Silly question:
Could it be something with my new profile, certificates etc after I renewed my 
iOS Developer Membership?
I guess not as the App builds and  installs fine in organiser...




Nakia Brewer | Technology  Solutions Manager | Equipment Management Solutions
t: (02) 49645051 | m: 0458 713 547 | i: www.westrac.com.au


  ACN 009 342 572

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
Colin Holgate
Sent: Wednesday, 16 April 2014 6:55 AM
To: How to use LiveCode
Subject: Re: Debug an App that won't open on device

I found a report from someone using Unity, who saw the same error. In that case 
the name of the app had backspace character in it. Are there are controls in 
the app that are named with exotic characters?
___
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


COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain confidential proprietary or privileged information. If you are not the 
intended recipient, you are strictly prohibited from using, reproducing, 
disclosing or distributing the information contained in this email without 
authorisation from WesTrac. If you have received this message in error please 
contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
with computer virus, data corruption, delay, interruption, unauthorised access 
or unauthorised amendment. We reserve the right to monitor all e-mail 
communications.



___
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


Debug an App that won't open on device

2014-04-15 Thread Nakia Brewer

Not that I am aware of but I will take a closer look.

The App is using mobGui and MergExternals but as previously mentioned I have 
removed the externals from the copy files pane in an effort to debug already.

Silly question:
Could it be something with my new profile, certificates etc after I renewed my 
iOS Developer Membership?
I guess not as the App builds and  installs fine in organiser...




Nakia Brewer | Technology  Solutions Manager | Equipment Management Solutions
t: (02) 49645051 | m: 0458 713 547 | i: www.westrac.com.au


  ACN 009 342 572

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
Colin Holgate
Sent: Wednesday, 16 April 2014 6:55 AM
To: How to use LiveCode
Subject: Re: Debug an App that won't open on device

I found a report from someone using Unity, who saw the same error. In that case 
the name of the app had backspace character in it. Are there are controls in 
the app that are named with exotic characters?
___
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


COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain confidential proprietary or privileged information. If you are not the 
intended recipient, you are strictly prohibited from using, reproducing, 
disclosing or distributing the information contained in this email without 
authorisation from WesTrac. If you have received this message in error please 
contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
with computer virus, data corruption, delay, interruption, unauthorised access 
or unauthorised amendment. We reserve the right to monitor all e-mail 
communications.



___
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: Debug an App that won't open on device

2014-04-15 Thread Geoff Canyon
It can always be the %{*+]^%#[ Certificates. 

Sent from my iPhone

 On Apr 15, 2014, at 5:19 PM, Nakia Brewer nakia.bre...@westrac.com.au wrote:
 
 Could it be something with my new profile, certificates etc after I renewed 
 my iOS Developer Membership?

___
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: Debug an App that won't open on device

2014-04-15 Thread Nakia Brewer
Okay,

SO any suggestions with this?
If the certificates were invalid wouldn't I get an error when trying to build 
or even install though..

AM I best to delete all the certificates, profiles (how do I do this is Xcode 
5.1.1?) and recreate it all?

Man I wish these errors logs actually helped...

Nakia Brewer | Technology  Solutions Manager | Equipment Management Solutions
t: (02) 49645051 | m: 0458 713 547 | i: www.westrac.com.au


  ACN 009 342 572


-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of 
Geoff Canyon
Sent: Wednesday, 16 April 2014 11:47 AM
To: How to use LiveCode
Subject: Re: Debug an App that won't open on device

It can always be the %{*+]^%#[ Certificates. 

Sent from my iPhone

 On Apr 15, 2014, at 5:19 PM, Nakia Brewer nakia.bre...@westrac.com.au wrote:
 
 Could it be something with my new profile, certificates etc after I renewed 
 my iOS Developer Membership?

___
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


COPYRIGHT / DISCLAIMER: This message and/or including attached files may 
contain confidential proprietary or privileged information. If you are not the 
intended recipient, you are strictly prohibited from using, reproducing, 
disclosing or distributing the information contained in this email without 
authorisation from WesTrac. If you have received this message in error please 
contact WesTrac on +61 8 9377 9444. We do not accept liability in connection 
with computer virus, data corruption, delay, interruption, unauthorised access 
or unauthorised amendment. We reserve the right to monitor all e-mail 
communications.



___
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


manipulating revBrowser?

2014-04-15 Thread Dr. Hawkins
I'm trying to meander through the lack of documentation on this.

Once I open a revBrowser to a site, can I manipulate it--fill fields, mouse
down, select from lists, etc.

And is there a tutorial or example for this?

In particular, I need to operate a single known website (free of javascript
and the like)


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
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: manipulating revBrowser?

2014-04-15 Thread J. Landman Gay

On 4/15/14, 11:05 PM, Dr. Hawkins wrote:

I'm trying to meander through the lack of documentation on this.

Once I open a revBrowser to a site, can I manipulate it--fill fields, mouse
down, select from lists, etc.

And is there a tutorial or example for this?


The Help menu used to point to the sampler stacks but it doesn't any 
more. It should. But they still ship with the product and there is a 
sample browser stack inside the app bundle on Mac (or inside the app 
folder on Windows):


LiveCode.app/Contents/Tools/Resources/Examples/Browser Sampler.rev

The dictionary also has all the commands and functions in the Browser 
listing in the left-side column, but you've probably already found those.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


Re: Debug an App that won't open on device

2014-04-15 Thread J. Landman Gay

On 4/15/14, 9:46 PM, Nakia Brewer wrote:

If the certificates were invalid wouldn't I get an error when trying
to build or even install though..

AM I best to delete all the certificates, profiles (how do I do this
is Xcode 5.1.1?) and recreate it all?


I did some searching for you.

This thread from the Corona forums talks about the black screen and 
crash issue:

http://forums.coronalabs.com/topic/40706-app-crashes-in-xcode-simulator-ios-7-sdk/

If you skip to the last page, the user solved the problem by deleting 
all certificates from keychain and regenerating new ones. Change the app 
version in standalone settings and rebuild the app with the new certificate.


You can delete and refresh certificate in XCode's preferences. I don't 
have that in front of me right now but someone else can give you info, 
or you can use XCode's Help menu to look it up on Apple's site.


The error about ASCII control characters is what Colin said; it means 
there are illegal characters in your app ID. If you google for the error 
message you'll see more info. In standalone settings, make sure you have 
no hidden control characters in the app ID and the app name. To be safe, 
delete them from standalone settings and re-type them.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


Re: manipulating revBrowser?

2014-04-15 Thread As_Simon
I have a feeling this request is about automatically filling in a form and
clicking buttons via revbrowser.
It's been years since I last tried but I believe the answer is the same, a
sad No.
type
click
Nothing

Never tried re-writing the web page and posting that.
But I did just figure out how to post info to php/cgi on mobile, so that
might be possible.

Simon



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/manipulating-revBrowser-tp4678333p4678336.html
Sent from the Revolution - User mailing list archive at Nabble.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